/* CSS Document */

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
}

body {
	background-color:#5e5e5e;
}

body, form, input, textarea, table, select {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 0px;
}

table.maxtable {
	height:100%;
	width:100%;
	padding:0px;
	border:0px;
	margin:0px;
}

a {
	color:#00f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1 {
	background-color: #CBCEFA;
	margin-bottom: 0px;
	padding-bottom: 20px;
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 10px;
}

#header-table {
	background-color: #CBCEFA;
}

#back {
	background-color: #E2E6FE;
	font-weight: bold;
	margin-bottom: 20px;
}

#footer {
	background-color: #C8CCFD;
	text-align:center;
	text-decoration: none;
}

img {
border:0;
}

#error {
	background-color: #FFA4A4;
}

#confirm {
	background-color:#CCFF99;
	font-weight:bold;
	font-size:16px;
	text-align:center;
}
#message {
	background-color:#FFFFCC;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#navlinks {
	vertical-align:top;
	background-color: #E2E6FE;
}
#navlinks li {
	list-style: none;
}
#navlinks a {
	padding: 1em;
	display: block;
}
#navlinks a:hover {
	background-color:#CBCEFA;
	text-decoration:none;
}
.copyright {
	text-align:center;
	color:#333333;
	font-size:10px;
	padding: 1em;
}

.copyright a {
	color:#333333;
}

div.msggood {
	background-color: #99FF99;
	padding: 5px;
}
div.msgbad {
	background-color: #FF4040;
	padding: 5px;
}
/*table.good {
	background-color: #99FF99;
}
table.bad {
	background-color: #FF4040;
}*/

.maintable {
	background-color:#99FF99;
}
.maintable tr.d {
	background-color:#CCFFCC;
}
.maintable tr:hover {
	background-color:#FF9900;
}
.maintable td {
	vertical-align:top;
}
.maintable a {
	height:100%;
	text-decoration:none;
	color:inherit;
}
.maintable .label {
	cursor:default;
}
.maintable td a:hover {
	text-decoration:underline;
}

.module {
	background-color:#f8f8f8;
}
.module tr.top td.left {
	background-image: url(img/modtop1.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 10px;
}
.module tr.top td.right {
	background-image: url(img/modtop3.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 10px;
}
.module tr.bottom td.left {
	background-image: url(img/modbot1.jpg); 
	background-repeat: no-repeat;
	height: 15px;
	width: 10px;
}
.module tr.bottom td.right {
	background-image: url(img/modbot3.jpg);
	background-repeat: no-repeat;
	height: 15px;
	width: 10px;
}
.module tr.top td.bar {
	background-image: url(img/modtop2.jpg);
	background-repeat: repeat-x;
	padding-left: 7px;
	padding-top: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #262626;
}
.module tr.bar td.left {
	background-image: url(img/modmid1.jpg);
	background-repeat: repeat-y;
	width: 10px;
}
.module tr.bar td.right {
	background-image: url(img/modmid3.jpg);
	background-repeat: repeat-y;
	width: 10px;
}
.module tr.bottom td.bar {
	background-image: url(img/modbot2.jpg);
	background-repeat: repeat-x;
}
.module tr td.content {
	padding: 20px 40px;
}

img.avatar {
	max-width:300px;
	margin: 5px;
}

.depttable tr.newdept td{
	border-width: 5px;
	border-top-style: solid;
	border-top-color :#FFFFFF;
}
.depttable .evendept {
	background-color:#ccffcc;
}
.depttable .odddept {
	background-color:#ffffcc;
}
.depttable tr:hover td {
	background-color:#99CCFF;
}

.mainform .value {
	width: 400px;
}
.mainform input.value, .mainform select.value {
	padding: 5px;
	font-size: 1.25em;
}
.mainform input.small {
	width: 300px;
}
.mainform tr:hover .value {
	border-color: #CCCC00;
	border-style: solid;
}
.mainform .value:focus {
	border-color: #CCCC00;
	border-style: solid;
}
.mainform tr:hover td.key {
	background-color: #CCCC00;
}
.mainform tr td.key {
	background-color: #00CC33;
	text-align: right;
	padding: 10px 5px;
	font-weight: bold;
	width: 100px;
	cursor: default;
	vertical-align: top;
}
.mainform input.mainbutton:hover {
	border-color: #CCCC00;
}
.mainform input.mainbutton {
	width: 110px;
	border-width: thick;
	border-style: solid;
	border-color: #00CC33;
	background-color: #00CC33;
	cursor: pointer;
	padding: 5px;
	font-weight: bold;
	margin-top: 10px;
}
.mainform input.button:hover {
	border-color: #CCCC00;
}
.mainform input.button {
	border-width: thick;
	border-style: solid;
	border-color: #00CC33;
	background-color: #00CC33;
	cursor: pointer;
	padding: 5px;
}
.mainform .combo:hover {
	border-color: #CCCC00;
}
.mainform .combo {
	border-width: thick;
	border-style: solid;
	border-color: #00CC33;
	padding: 5px;
}
.mainform .sub tr.option:hover label:hover {
	background-color: #CCFFD9; 
}
.mainform .sub tr.option label {
	font-size: 1.25em;
	display: block;
	cursor: pointer;
	padding: 5px 0px;
}
.mainform .sub tr.option label input {
	cursor: pointer;
}