@charset "UTF-8";
/* CSS Document */

/* * { border: solid 1px;
}
*/

#wrapper {
	position: relative;
	height: auto;
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
}

#content {
	margin-bottom: 50px;
	margin-top: 25px;
	height: auto;
}

#content p>a {
	color: grey;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover {
	color: red;
}

input {
	border: solid 1px #000;
	padding: 3px;
	font: 8pt trebuchet, Verdana, Arial, Helvetica, sans-serif;
}


hr.rule {
	border: solid 1px #FF0000;
	width: 100%;
	height: 0px;
	padding: 0px;
	margin: 5px 0px;
}

ul#topLinks {
	margin: 0px;
}

ul, ul li {
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
}

ul.nav {
	position: relative;
	width: 100%;
}

ul.nav li {
	position: relative;
	display: inline;
	list-style-type: none;
	font-size: 10pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

ul li a {
	text-decoration: none;
	color: #000;
}

ul li a:hover {
	text-decoration: none;
	color: #FF0000;
}


ul#calList {

}
ul#calList li {
	list-style-type:none;
	display:inline;
	margin: 0px 2px;
	padding: 5px;	
	background-color: #B6D2FF;
	
}

ul#calList li a {
	display:inline;
	width: 200px;
	color: #00008b;
	padding: 5px;
}



table.listTbl {
	border-collapse:collapse
}

table.listTbl th {
	background-color: #EEEEEE;
	border: solid 1px #000;
	padding: 5px;
/* 	border: solid 1px #000;	*/
}

table.listTbl td {
	border: solid 1px grey;
	padding: 10px;
	
}

table.listTbl td a {
	text-decoration: none;
	
}

table.listTbl td a:hover {
	color: red;
	text-decoration:underline;
}

table.listTbl th a {
	color:#000;
	text-decoration:none;
	font-weight: bold;
}

table.listTbl th a:hover {
	color: #0000CC;
	text-decoration:underline;

}

table.detailsTbl {
	border-collapse:collapse
}

table.detailsTbl th {
	text-align: left;
	border: solid 1px #000;
}

table.detailsTbl td {
	border: solid 1px #000;
	
}

.notice {
	font-size: 8pt;
	font-style: italic;
}

#footerSpacer {

}

ul#bottomLinks {
	width: 100%;
}

ul#bottomLinks li span {
	width: 500px;
}

#login_form ul li {
	margin: 10px;
	list-style: none;
	font-size: 8pt;
}

table.editTbl {
	border-collapse:collapse
}

table.editTbl th {
	background-color: #EEEEEE;
	border: solid 1px #000;
	padding: 5px;
}

table.editTbl td {
	border: solid 1px grey;
	padding: 5px;
	text-align: center;
}

.editTbl input, .editTbl textarea, .editTbl select {
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	position: relative;
	margin: 0px;
	padding:10px;
	display: block;
	border: solid 1px #C5C6FD;
	color: #0508AF;
	background-color: #E2E2FE;
	
}

.editTbl input,.editTbl textarea {
	font-weight: bold;
}

.editTbl textarea {
	height: 100px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: solid 1px #C5C6FD;
	background-color: #E2E2FE;
}

.editTbl .button {
	color: #0508AF;
	border: solid 1px grey;
	background-color: #fff;
	width: 150px;
	height: 25px;
	padding: 0px;
	margin: 0px;
}


/*--- VARIOUS MESSAGES ---*/

.successMsg {
	font-style: italic;
	color: #000099;
}


