/* Global Styles */

body {
	font: 62.5% "Trebuchet MS", sans-serif;
	margin:0px;
	}
	
td {
	font:12px arial;
	color:#333333;
	}
	
a {
	color: #cc0000;
	text-decoration:underline;
	font-weight:bold;
	}
	
	
/* Edited */

.login{
	width:150px;
}

caption {
	padding:3px;
	background-color:#5A666E;
	color:#FFF;
	text-transform:uppercase;
	font-weight:bold;
	font-size:1.2em;
	letter-spacing:.1em;
	border:1px solid #000; 
}

#tableheader th {
	font:13px verdana;
	color: #ffffff;
	background-color:#006696;
	border-top:1px solid #FFF;
	border-left:1px solid #FFF;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	padding-left: 10px;
	padding-right: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#tableheader td {
	background-color:#e2e2e2;
}

.logo {
	font:18px times new roman;
	color: #333300;
	letter-spacing:.4em;
	font-weight:bold;
	background: url(../images/logo.png) no-repeat left top;
}

.sysMsg {
	width: 20%;
	margin-top:0; 	
	vertical-align: top;
	text-align:right;
	font:14px arial;
	font-weight: bold;
	color:#FF0000; 
}

.errorMsg {
	font:14px arial;
	color:#FF0000; 
}

/*________________________________________________________*/	

#navigation a {
	font:10px arial;
	color: #336666;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
#navigation a:hover {
	color: #993300;
	text-decoration:underline;
	}

#calheader td {
	font-weight:bold;
	}

label, input {
	display:block;
	}

input.text {
	margin-bottom:12px;
	width:95%;
	}

fieldset {
	padding:0;
	border:0;
	margin-top:25px;
	}


/* Class Styles */

.sidebarText {
	font:12px georgia;
	color: #336666;
	line-height:18px;
	}
	
.bodyText {
	font:11px arial;
	line-height:24px;
	color:#333333;
	text-align:center;
	}
	

