﻿body {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

* { outline: none; }

p {
	color: #333333;
	font-weight: normal;
	margin-top: 0;
	padding-top: 0;
}

li { padding-bottom: 5px; }

a {
	color: #123F82;
}

.help { cursor: pointer; }

#warning-msg {
	color: #F00;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0 0 0px;	
}

#application-status {
	color: #124CAF;
	font-size: 14px;
	padding: 20px -0 0 30px;
	margin-bottom: -20px;
}

.std-text {
	color: #333333;
	font-weight: normal;
}

.std-link {
	color: #666666;
	font-weight: normal;
}

#msg-area {
	background-image: url(../Images/msg-area-gradient.jpg);
	background-repeat: no-repeat;
	padding: 4px;
	font-weight: bold;
	color: #333333;
}

#msg-area div {
	background-image: url(../Images/application--exclamation.png);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	padding: 2px 2px 2px 25px;
}

.db-panel {
	border-right: 1px dotted #333;
	float: left;
	margin-right: 20px;
	width: 160px;
}

.db-panel .db-panel-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 1px;
}	

#db-panel-1 {
}

#db-panel-2 {
}

#db-panel-3 {
}

#db-panel-4 {
}

#db-panel-5 {
	border-right: none;
	margin-right: 0px !important;
}

thead { font-size: 14px; }

thead a {
	color: #333333;
	text-decoration: none;
}

thead a:hover {
	text-decoration: underline;
}

.red-title-td {
	color: #333333;
	font-size: 10px;
	background-color: #FFE6E6;
}

table.style { color: #123F82; font-weight: bold; border-collapse: collapse; }
table.style td { border-bottom: 1px dotted #999999; padding: 10px 0; }
table.style th { border-bottom: 1px dotted #999999; }

table.nostyle { color: #123F82; font-weight: bold; border-collapse: collapse; }
table.nostyle td { border: none; padding: 0; }

td.destyle { border: none !important; }

#search-results {
	border-left: 1px dotted #999999;
	border-top: 1px dotted #999999;
}
#search-results th { font-size: 11px; font-weight: bold; padding: 6px; border-bottom: 1px dotted #999999;  border-right: 1px dotted #999999; }
#search-results td { font-size: 11px; border-bottom: 1px dotted #999999; border-right: 1px dotted #999999; padding: 6px; }
#search-results td select {
	font-size: 11px;
}
#search-results a { color: #000000; text-decoration: none; }
#search-results a:hover { color: #123F82; text-decoration: underline; }
#search-results a.details-link { color: #123F82; text-decoration: underline; }

#search-results .alt {
	background-color: #ffffcc;
}

#pagination {
	font-size: 13px;
	font-weight: bold;
}

#results-count {
	color: #333333;
	font-weight: bold;
	float: right;
	font-size: 12px;
	margin: -30px 30px 0 0;
}

#results-count-2 {
	color: #333333;
	font-weight: bold;
	float: right;
	font-size: 12px;
	text-align: right;
}

#grantee-title {
	color: #333333;
}

.long { width: 260px; }
.short { width: 150px; }

.example {
	color: #666666;
	font-weight: normal;
	font-style: italic;
}

#instructions {
	font-size: 12px;
	font-style: italic;
}

.field-invalid {
	font-weight: normal;
	font-style: italic;
	color: #FF0000;
}

/* UI */

h1 {
	color: #123F82;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0px;
	padding: 30px 30px 0 30px;
}

h2 {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0px;
	padding: 10px 30px 0 0px;
}

h3 {
	color: #123F82;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h4 {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0px;
	padding: 10px 0px 15px 0px;
}

.help-column, .help-column p {
	color: #666666;
}

#divider {
	border-bottom: 1px solid #666666;
	height: 1px;
	margin: 0 auto;
	padding: 5px 0;
	width: 900px;
}

#divider-blank {
	height: 10px;
	margin: 0 auto;
	padding: 0;
	width: 900px;
}

#container {
	margin: 25px auto 0;
	width: 960px;
}

#header {
	background-image: url(../Images/ui_header.jpg);
	background-repeat: no-repeat;
	height: 96px;
}

	#header #page-title {
		color: #ffffff;
		font-size: 18px;
		letter-spacing: -1px;
		padding: 71px 0 0 17px;
		float: left;
	}
	
	#super-nav {
		color: #123F82;
		font-weight: bold;
		font-size: 12px;
		letter-spacing: normal;
		margin-left: 20px;
        margin-right: 20px;
		padding-top: 15px;
		text-align: right;
        height: 15px;
	}
	
		#header #super-nav a {
			
		}

#content {
	background-image: url(../Images/ui_repeat.png);
	background-repeat: repeat-y;
}

	#body-content {
		color: #333333;
		font-size: 12px;
		margin: 15px auto 0;
		padding-bottom: 15px;
		width: 900px;
	}
	
		#column-1 {
			float: left;
			margin-right: 26px;
			width: 437px;
		}
		
		#column-2 {
			float: left;
			width: 437px;
		}
	
		#column-3 {
			float: left;
			margin-right: 40px;
			width: 520px;
		}
		
		#column-4 {
			float: left;
			width: 340px;
		}
	
		#column-full {
			margin-left: 30px;
			width: 600px;
		}

#footer {
	background-image: url(../Images/ui_footer.png);
	height: 45px;
}

	#footer div {
		color: #123F82;
		font-size: 12px;
		padding: 23px 0 0 0;
		text-align: center;
	}
	
	#footer div a {
		color: #123F82;
		text-decoration: none;
	}
	
	#footer div a:hover {
		text-decoration: underline;
	}

/* End UI */

#login-wrapper {
	margin: 0 auto;
	width: 341px;
}

#login { background-image: url(../Images/box_bg.jpg); background-repeat: repeat-y; width: 341px; margin: 0px; padding: 0px; font-family: Arial, Helvetica, sans-serif; font-size: .9em; line-height: 1.1em; color: #333333; background-position: center top; }

#login_content { padding-right: 25px; padding-left: 25px; margin: 0px; padding-top: 0px; padding-bottom: 0px; width: 292px; }

#login_content h1 { font-size: 18px; line-height: 20px; font-weight: bold; color: #333333; text-align: left; padding-top: 0px; padding-right: 0px; padding-bottom: 8px; padding-left: 0px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #B5B9C2; margin-top: 0px; margin-right: 0px; margin-bottom: 13px; margin-left: 0px; }

#login_content p { }

#login_content .small { font-size: 80%; margin-left: 80px; }

#login_content a, #login_content a:link, #login_content a:visited, #login_content a:active { color: #9F1225; text-decoration: none; }

#login_content a:hover { text-decoration: none; font-style: italic; }

#login .login_top { float: left; width: 341px; height: 25px; margin: 0px; padding: 0px; background-image: url(../Images/box_bg-top.jpg); background-repeat: no-repeat; background-position: center top; }

#login .login_bottom { float: left; width: 341px; height: 25px; margin: 0px; padding: 0px; background-image: url(../Images/box_bg-bottom.jpg); background-repeat: no-repeat; background-position: center top; }

#login .login { width: 246px; float: left; margin: 0px; padding-top: 0px; padding-right: 30px; padding-bottom: 0px; padding-left: 30px; }

/*#login_content input, #body input #agent_form input { font-size: 14px; line-height: 15px; color: #333333; }*/

/*#login_content .button_1, #login_content .button_2 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 16px; background-color: transparent; background-repeat: repeat; background-position: center top; text-align: center; padding: 5px; height: 35px; width: 120px; border:none; margin-top: 20px; margin-right: 20px; margin-bottom: 0px; margin-left: 90px; font-weight: bold; }*/

#login_content label { font-weight: bold; text-align: left; width: 90px; display: inline; float: left; height: 22px; line-height: 22px; }

#body .button_1, #body .button_2 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 16px; background-color: transparent; background-repeat: repeat; background-position: center top; text-align: left; padding: 5px; height: 35px; border:none; margin-top: 20px; margin-right: 20px; margin-bottom: 0px; margin-left: 0px; font-weight: bold; color: #333333; }

#body .button_1, #login_content .button_1 { background-image: url(../Images/button_1.gif); width: 150px; }

#body .button_2, #login_content .button_2 { background-image: url(../Images/btn-log-in.jpg); width: 133px; height: 35px; color: #333; }