You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

238 lines
3.1 KiB

body {
//background-image: url(bg.png);
//background-color: #ffe082;
//background-repeat: repeat-x;
background-color: #ffcc33;
}
body, td {
font-size: 12px;
font-family: sans-serif;
text-align: center;
}
a:hover {
text-decoration: underline;
}
a, a:visited {
color: #ff9000;
text-decoration: none;
}
a.menulink, a.menulink:visited {
//line-height: 20px;
display: block;
}
a.menulink:hover {
//background-color: #ff00ff;
}
a.actionlink {
border: 2px solid #dcdcdc;
border-radius: 4px;
padding: 6px;
line-height: 42px;
}
a.actionlink:hover {
text-decoration: none;
background-color: #ffcc33;
color: #ffffff;
}
div.menulink {
width: 100%;
padding: 5px;
}
div.menulink:hover {
background-color: #efefef;
}
span.big {
font-size: 17px;
}
span.small-gray {
font-size: 10px;
color: #a0a0a0;
}
#outbox {
width: 750px;
margin: auto;
//border: 1px solid black;
}
#top {
margin-top: 30px;
width: 100%;
height: 10px;
background-color: #ffcc33;
}
#header {
float: left;
width: 460px;
height: 70px;
text-align: left;
padding: 20px;
//border: 1px solid black;
}
#topmenu {
margin-left: 500px;
background-color: #ffffff;
margin-top: 65px;
padding: 8px;
border-radius: 8px;
}
ul.topmenu {
padding: 0px;
margin: 0px;
}
li.topmenu {
display: inline;
padding-right: 10px;
}
#topclear {
clear: left;
width: 0px;
height: 0px;
}
#leftmenu {
float: left;
width: 170px;
text-align: left;
padding: 15px;
background-color: #dcdcdc;
/*margin-top: 20px;*/
height: 100%;
border-bottom-left-radius: 8px;
border-top-left-radius: 8px;
}
#content {
margin-left: 200px;
//margin-top: 20px;
text-align: left;
padding: 15px;
background-color: #ffffff;
height: 100%;
border-bottom-right-radius: 8px;
border-top-right-radius: 8px;
}
#contentclear {
clear: left;
width: 0px;
height: 0px;
}
#foot {
width: 100%;
color: #D37800;
padding: 3px;
text-align: center;
}
#content_bg {
border-radius: 8px;
background: url('images/menu_bg.png') repeat-y #ffffff;
}
#infoboxleft {
background-color: #efefef;
padding: 8px;
border-radius: 8px;
}
/*#content table {
background: #DCDCDC;
width: 100%;
border-collapse: collapse;
}
#content table th {
text-align: center;
border: 2px solid #ffffff;
}
#content table td {
text-align: left;
border: 2px solid #ffffff;
}*/
.txt_item {
width: 30px;
}
/* ************************* */
#content table {
border-collapse: collapse;
background-color: inherit;
width: 100%;
}
#content table td {
border-style: solid;
border-width: 0px;
border-bottom-width: 1px;
border-bottom-color: #dcdcdc;
text-align: center;
}
#content thead td, #content th {
font-weight: bold;
color: #a0a0a0;
text-align: center;
}
div.error {
background-color: #ff9393;
padding: 15px;
text-align: center;
margin-bottom: 20px;
color: #000000;
font-weight: normal;
border-radius: 5px;
}
div.success {
background-color: #93ff93;
padding: 15px;
text-align: center;
margin-bottom: 20px;
color: #000000;
font-weight: normal;
border-radius: 5px;
}
#content table.invisibletable {
border: 0px;
background-color: #ffffff;
}
#content table.invisibletable td {
border: none;
color: #000000;
font-weight: normal;
}