﻿/* Main Layout */
	body {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		margin: 0px;
		padding: 0px;		
	}
	#content {
		padding: 0 10px 0 10px;
	}

/* Links */
div.links {
	margin-top:10px;
	margin-bottom:10px;
}
	a:link {
		color:#003366;
	}
	a:visited {
		color:#003366;
	}
	a:hover {
		color: #003366;
	}
	a:active {
		color:#999999;
	}
	
/* General Elements */
	.alert {
		font-weight: bold;
		background-color:#FFFFCC;
		padding: 3px;
		border: 1px solid #999999;
		color:#990000;
	}
	div.alert {
		margin-bottom: 8px;
	}
	ul {
		list-style-type: square;
	}	
	ul li img{
		vertical-align:bottom;
	}	
	.incomplete, .incomplete a {
		color:#990000;
		font-weight: bold;
	}
	.complete, .complete a {
		font-weight: bold;
		color:#000000;
	}
	.new, .new a {
		font-weight: bold;
		color:#006600;
	}
	.limbo {
		font-weight: bold;
		color:#FF6600;
	}	
	.small {
		font-size:10px;
	}
	.bigger {
		font-size:12px;
	}
	.required {
		color:#990000;
	}	


	
/* Table Objects */
	div.interface {
		background-color:#EBEBEB;
		border: 1px solid #666666;
		padding: 0;
		margin: 0 0 10px 0;
	}
	div.interface form {
		margin: 0;
		padding: 0;
	}
	div.interface div.list,
	div.interface div.form {
		padding: 0 0 2px 0;
		margin: 0 0 2px 0;
		background-color: #EBEBEB;
		/*background-image:url(/images/th_out.jpg);*/
	}
	div.interface div.quarterform {
	
	}
	div.interface div.header {
		background-color:#BFC7A0;
		background-image:url(/images/th_out.jpg);
		font-size:11px;
		font-weight:bold;
		padding: 3px;
		color: #000000;
	}
	div.interface div.header a {
		font-size: 11px;
		color: #FFFFFF;
		text-decoration: none;
	}
	div.interface div.header a:hover {
		text-decoration: underline;
	}
	div.interface div table {
		width: 100%;
		border: 0;
		padding: 0;
		margin: 0;
		border-collapse: collapse;
		border-spacing: 0px;
	}
	div.interface div table tr td {
		padding: 5px 5px 5px 5px;
		vertical-align : top;	
		border-top: 1px solid #CCCCCC;
		font-size:10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		background-color:#EBEBEB;
	}
	div.interface div table tr td ul{
		padding: 0px;
		margin: 0px 0px 0px 20px;
	}
	div.interface div table tr td ol{
		padding: 0px;
		margin: 0px 0px 0px 20px;
	}
	div.interface div table tr div {
		padding: 0 0 5px 0;
	}
	div.interface div table tr th {
		/*border-top: 1px solid #999999;
		border-bottom: 1px solid #999999;
		*/
		font-size: 10px;
		font-weight:lighter;
		background-color: #E8E8E8;
		height:16px;
		font-weight: bold;
		text-align: left;
		text-shadow:Silver;
		padding: 1px 5px 1px 5px;
	}
	div.interface div.list table tr td {
		background-color: #ffffff;
	}	
	div.interface div.list table tr td.sum {
		background-color: #CFE2DB;
	}
	div.interface div.list table tr td.total {
		background-color:#DFD0B3;
	}
	div.interface div.list table tr.alternate td {
		background-color: #e8e8e8;
	}
	div.interface div.list table tr.alternate td.sum {
		background-color:#CFE2DB;
	}
	div.interface div.list table tr.alternate td.total {
		background-color:#DFD0B3;
	}
	div.interface div.form table tr.special td {
		background-color:#DDC1C9;
	}	
	div.interface div.form table {
		background-color:#e8e8e8; 	
	}
	div.interface div.form table tr td {
		border:0px; 	
	}
	div.interface div table tr td.column {
		border-left: 1px solid #CCCCCC;
	}	
	div.interface div.form table tr td.label {
		font-weight: bold;
		text-align: right;
		vertical-align: top;
		width:140px;
	}

/* Tabs */

	#tabbar {
		color:#000000;
		font-size: 10px;
		border-top: 0px none;
		border-right: 0px none;
		border-left: 0px none;
		border-bottom: 1px solid #CCCCCC;
		margin: 10px 0 5px 0;
		padding: 0px;
		height: 21px;
	}
	#tabbar ul {
		font-weight: bold;
		margin: 0px;
		padding: 0px;
	}
	#tabbar li {
		border: 1px solid #CCCCCC;
		list-style-type:none;
		padding:0px;
		background-color: #e8e8e8;
		float: left;
		margin: 0 5px 0 0;
		font-weight: bold;
		text-align: center;
		vertical-align: top;
	}
	#tabbar li a {
		padding: 4px;
		text-decoration:none;
		display: block;
	}
	#tabbar li a.active {
		color:#FFFFFF;
		background-color: #8FA4B8;
		border-bottom-color: #CCCCCC;
	}
	#tabbar li a:hover {
		color:#000000;
		display: block;
		text-decoration: none;
		background-color: #CCCCCC;
	}


/* Form */
	input, select, textarea {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		font-weight: normal;
		margin:0px;
		padding:0px;
		background-color:#C1D0C7;
	}
	.submit {
		margin: 10px 10px 0 10px;
	}
.plainLabel {
	background:none;
	border:none;
	border-style:none;
	padding: 0px;
	margin: 0px;
}

/* Header 
	#header {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: bold;
		background-color: #999999;
		padding: 3px;
		border-bottom-width: 1px;
		border-top-style: none;
		border-bottom-color: #000000;
		color: #000000;
		border-bottom-style: solid;
		height: 20px;
		
	}*/
	#header a {
		text-decoration: none;
		color: #FFFFFF;
	}
	#header #title { 
			float: left;  
		}
	#header #topnav {
		float: right;
		text-align: right;
	}
	
	#subtitle {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		background-color: #e8e8e8;
		padding: 5px 5px 5px 10px;
		margin-bottom: 4px;
	}

/* Nav */
	#nav {
		background-color: #666666;
		border-bottom-width: thin;
		border-bottom-style: solid;
		border-bottom-color: #666666;
		padding: 3px 0px 3px 0px;
		margin: 0 0 10px 0;
	}
	#nav .item {
		border-right-width: thin;
		border-right-style: dotted;
		border-right-color: #999999;
		text-align: left;
		padding: 0 10px 0 10px;
		margin: 0 0 10px 0;
	}
	#nav .item a {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #ffffff;
		text-decoration: none;
	}
	#nav .item a:hover {
		color: #FFFFFF;
		text-decoration: underline;
	}

/* Footer */

