/* Global Styles */

div {
	cursor: default;
}

body {
	margin:0px;
	background-color:#E2E2E2;
}

td {
	font:11px Arial, Helvetica, sans-serif;
	color:#666666;
}

/*
th {
	font:12px Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight: bold;	
}
*/

table.sortable thead {
    cursor: default;
}

hr {
	color: #000000;
	height: 2px;
}
	
a {
	color: #464646;
}

a:hover {
	color: #464646;
}

select {
	width: 146px;
}

button, input[type='submit'], input[type='button'], .button {
	width: 100px;
	height: 25px;
}

.button_validate {
	width: 200px;
	height: 25px;
}

input[type='text'][disabled], input[type='text'][readonly] {
	background-color: #999999;
}

/* ID Styles */

#navigation td {
	border-bottom: 1px solid #666666;
}
	
#navigation a {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #993300;	
	line-height:16px;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
}
	
#navigation a:hover {
	background: #99CC66;
	color:#464646;
}
	
#logo {
	font:11px Arial, Helvetica, sans-serif;
	color: #464646;
	line-height:30px;
}

#tagline {	
	font:11px Arial, Helvetica, sans-serif;
	color: #464646;
	letter-spacing:0;
	line-height:18px;
}

#monthformat {
	border-bottom: 1px dashed #993300;
}
		
#dateformat {
	font:11px Arial, Helvetica, sans-serif;
	color: #464646;
	letter-spacing:0;
}
	
#dateformat a {
	font:11px Arial, Helvetica, sans-serif;
	color: #464646;
	font-weight:bold;
	text-decoration:none;
}
	
#dateformat a:hover {
	color: #464646;
	letter-spacing:0;
}
	
/* Class Styles */

.calendar {
	width: 80px;
}

.innerIndent {
	padding-left: 5px;
}

.lineShading {
	background-color: #EEEEEE;
}
	
.bodyText {
	font:11px Arial, Helvetica, sans-serif;
	color:#464646;
	line-height:20px;
	margin-top:0px;
	margin-left: 10px; 
	margin-right: 10px;	
}

.errorMsg {
	font:14px Arial, Helvetica, sans-serif;
	color:#993300;
	line-height:20px;
	margin-top:0px;
	text-indent:18px;
	font-weight: bold;		
}

.successMsg {
	font:14px Arial, Helvetica, sans-serif;
	line-height:20px;
	margin-top:0px;
	text-indent:18px;
	font-weight: bold;		
}
	
.pageName {
	font: 11px Arial, Helvetica, sans-serif;
	color: #464646;
	line-height:26px;
	letter-spacing:0;
}
	
.subHeader {
	font:bold 11px Arial, Helvetica, sans-serif;
	color: #464646;
	line-height:22px;
	letter-spacing:0;
}

.quote {
	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
	line-height:30px;
}
	
.smallText {
	font: 10px Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 22px;
}

.loginStatusText {
	color: #000000;
}
	
.navText {
	font: 11px Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	text-decoration: none;
}

TD.navigationBar {
	padding-right: 50px;
	background-color: #09357A;
    height: 26px;
    background-image: url(../graphics/navigation__bluebar.gif);
    font: 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	text-indent: 18px;	
	line-height: 16px;
	text-decoration: none;
}

TD.logoff {
	padding-right: 270px;
}

A.navigationBar {
    height: 26px;
    font: 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	text-indent: 18px;	
	line-height:16px;
	text-decoration: none;
}

A.navigationBarSelected {
    height: 26px;
    font: 14px Arial, Helvetica, sans-serif;
	color: #FFCC77;
	font-weight: bold;
	text-indent: 18px;	
	line-height:16px;
	text-decoration: none;
}

.transparent {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#page_dimmer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #E2E2E2;
	z-index: 10;
}

.floater_text {
	position: relative;
	top: -60px;
	width: 100%;
	text-align: center;
	z-index: 25;
}

.floater {
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 20;
}

.ajaxText {
	font: 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}

.approval {
	width: 200px;
	height: 25px;
}

