@import url("navbar.css");
@import url("tabstrip.css");
@import url("treeview.css");
@import url("calendar.css");

/* tag definitions */

body {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	/*background: url(../images/banner3_pagebg.gif) repeat-y;*/
	margin: 0px;
	padding: 0px;
}
a {
	color:blue;
}
a:hover {
	color:#ff0000;
}
td {
	vertical-align: top;
}
h4 {
	font-size: 12pt;
	color: #3366FF;
	border-bottom: 1px solid #cccccc;
}

/* template classes */

div#header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 108px;	
	/*background: #94C77B url(../images/banner_bg.gif) repeat-x;
	overflow: hidden;	*/
}
/*
div#sitenav {
	position: absolute;
	left: 0px;
	top: 108px;
	width: 765px;
	height: 20px;
	background: #D5D5D5;
}
div#sitenav ul {
	list-style-type: none;
	margin: 5px 10px 0px 5px;
	padding: 0px;
}
div#sitenav ul li {
	float: left;
	padding: 0px 10px 0px 0px;
}
div#sitenav ul li a {
	color: #000;
	font-size:11px;
	font-weight: bold;
	text-decoration: none;
}
div#sitenav ul li a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
*/
div#content {
	position: absolute;
	left: 0px;
	top: 108px;
	width: 752px;
	/*max-width: 835px;
	min-width: 585px;
	width: expression(document.body.clientWidth > 1000 ? "805px": "555px");*/
	padding: 8px;
}
/*
div#userinfo {
	float: right;	
	font-size: 10px;
	padding:5px 5px 5px 5px;
}
*/
div#footer { 
	height: 112px;	
	width: 765px;
	/*padding-bottom: 20px;*/
}
/* table classes */

table.tblTable {
	border: 1px solid #fff;
	background: white;
	width: 100%;
}
table.tblTableSmall {
	border: 1px solid #fff;
	background: white;
	width: 100%;
}
table.tblTableBBSObservation {
	border: 1px solid #fff;
	background: white;
	width: 100%;
}
table.tblTable td {
	border: 1px solid #ccc;
	padding: 4px;
}
table.tblTableSmall td {
	border: 1px solid #fff;
	padding: 2px;
}
table.tblTableBBSObservation td {
	border: 1px solid #fff;
	padding: 5px;
}
table.tblNarrow {
	width: auto;
}
table.tblHeader {
	width: 100%;
	margin: 6px 0px;
}
table.tblHeaderSmall {
	width: 100%;
	margin: 3px 0px;
}
.tblHdrCol td {
	font-weight: bold;
	text-align: left;
	background: #DEDBD6;
	color: #000;
}
.tblHdrCol a  {
	font-weight: bold;
	text-align: left;
	background: #DEDBD6;
	color: #000;
	text-decoration:underline;
}
.tblHdrCol a:hover  {
	font-weight: bold;
	text-align: left;
	background: #DEDBD6;
	color: #000;
	text-decoration: underline;
}
.tblHdrRow {
	font-weight: bold;
	text-align: right;
	font-size:11px;
}
.tblHdrRowGray {
	font-weight: bold;
	text-align: right;
	color:#999999;
}
.tblData td {
	background-color: #f5f5f5;
}
.tblDataSmall td {
	background-color: #f5f5f5;
	font-size: 11px;
}
/*
.tblData table {
	background-color: #f5f5f5;
}
*/
.tblDataAlt table {
	background-color: #f5f5f5;
}
.tblDataAlt td {
	background-color: #fff;
}
.tblDataSmallAlt td {
	background-color: #fff;
	font-size: 11px;
}
.tblDataOverSmall td, .tblDataAltOverSmall td {
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFEBB;
}
.tblDataSmall td, .tblDataAltSmall td, .tblDataOverSmall td, .tblDataAltOverSmall td {
	font-size: 8pt;
}
.tblDataOver td, .tblDataAltOver td {
	background-color: #F0E1D9;
}
.tblData td, .tblDataAlt td, .tblDataOver td, .tblDataAltOver td {
	font-size: 9pt;
}
.tblLinkStrip {
	text-align: right;
}
.tblLinkStrip a {
	padding-left: 4px;
}
.ulDataList {
	margin: 0px;
	padding-left: 15px;
	list-style: square;
}

/* misc classes */
.hdrRed {
	padding: 20px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #f00;
}
.hdrGreen {
	padding: 20px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #090;
}
.txtCentered {
	text-align: center;
}
.txt11 {
	font-size: 11px;
}
.txtGray11 {
	font-size: 11px;
	color:#666666;
}
.txt10 {
	font-size: 10px;
}
.txt9 {
	font-size: 9px;
}
.txtNote {
	text-align: center;
	padding: 20px 0px;
}
.txtGreen, .hdrGreen {
	color: #009900;
}
.txtRed, hdrRed {
	color: #FF0000;
}
.txtRedBold {
	color: #FF0000;
	font-weight:bold;
}
.txtRed11 {
	color: #FF0000;
	font-size: 11px;
}
.txt12 {
	font-size: 12px;
}
.hdrGreen, .hdrRed {
	font-weight: bold;
}
.tbDisabled {
	background-color: #f5f5f5;
}
.lnkDisabled, .lnkDisabled:hover {
	color: #666;
	cursor: default;
}
.required {
	font-size: 9pt;
	font-weight: normal;
	color: #f00;
}
.lnkPadded {
	padding: 5px 5px 5px 0px;
	margin: 5px 5px 5px 0px;
}
.txtMessage
{
	color: #666;
	font-size: 9px; 
}

/* tblDataSmall */
.tblHdrColSmall td {
	font-weight: bold;
	text-align: left;
	background: #DEDBD6;
	color: #000;
	/*border-right:solid 1px #CCCCCC;*/
}

.tblDataSmall td {
	background-color: #f5f5f5;
	/*border-right:solid 1px #CCCCCC;*/
}
.tblDataSmallAlt table {
	background-color: #f5f5f5;
}
.tblDataSmallAlt td {
	background-color: #fff;
}
.tblDataSmallOver td, .tblDataSmallAltOver td {
	background-color: #F0E1D9;
}
.tblHdrColSmall td, .tblDataSmall td, .tblDataSmallAlt td, .tblDataSmallOver td, .tblDataSmallAltOver td {
	font-size: 8pt;
}

.txtGreen, .hdrGreen, .hdrGreenLg {
	color: #009900;
}
.bookmark {
	font-size: 12pt;
	color: #666666;
}
.bookmarkHeader {
	font-size: 12pt;
	font-weight: bold;
	color: #666666;
	border-bottom: 1px solid #3C990E;
}
.SearchBtn{
	background-image:url(../images/btnSearch.jpg);
	width:61px;
	height:21px;
	background-position:center;
	margin: 0;
  	padding: 0;
  	border: 0;
	cursor:hand;
}
.ViewAllBtn{
	background-image:url(../images/btnViewAll.jpg);
	width:61px;
	height:21px;
	background-position:center;
	margin: 0;
  	padding: 0;
  	border: 0;
	cursor:hand;
}


