/* CSS Document                                         */
/* Change Colors to customize your Application Template */
/* Also includes images                                 */
/* ---------------------------------------------------- */
/* updated 04/25/08 to match new GTA color redesign     */

/* --- Level 1 Layer---------------------------------*/
body {
	background-color: #313C52;
}
#assistive, #assistive a, #assistive a:hover, #globalbottom {
	background-color: #313C52;
	color: #313C52; 
	}
#assistive2, #assistive2 a, #assistive2 a:hover {
	background: #F2F2F2;
	color:#F2F2F2;
}
#container {
	background-color: white;
	}
	
/* --- Level 2 Layers------------------------------------*/
#apptitle, #apptitle a {
	background-color:#AC390C;
	color: #FFFFFF;
	}

#help {
	background:#f2f2f2  url(../images/gfx_faq_corner_f2f2f2.gif) no-repeat top right;
	}

#copyright {
	border-bottom-color: #C3C7D0;
	}
#FAQfooter {
	background-color: #AC390C;
	color:#FFFFFF;
}
	
/* --- APPLICATION Child Layers -------------------------------------*/

/* Main Text Layer */
#text {
	border-color: black;
	}

/* Columns Inside Main Text Layer */

/*Accumulated Charges Box*/
#text #acch {
	border: 1px solid #C3C7D0; 
	background: #F0F1E3 url(../images/gfx_icon_search.gif) no-repeat center left; 
	}
	
/* --- apptitle Formats ------------------------------------------*/

p.secure {
	background: url(../images/gfx_secure_iconu_white.gif) no-repeat top left;
	}


/* --- Help Panel Formats -------------------------------------*/

#help ol {
}

h3#faq a{
	background:#F2F2F2 url(../images/gfx_icon_faq_f2f2f2.gif) no-repeat top left;
}

/* --- Copyright & Footer Formats ---------------------------------------------*/

p#copyright {
	color: #000000; 
	}

/* --- Link Formats -----------------------------------------*/

a	{
	color:#000000; 
	text-decoration:underline;
	}	

a:active, a:visited {
	color: #000000; 
	}
	
#copyright a {
	color: #666666; 
	text-decoration: underline;
	}

.menu a {
	font: bold 90%/200% Verdana;
	}
#globalbottom, #globalbottom a {
	color: #FFFFFF;
}
	
/* --- APPLICATION FORMATS -------------------------------------------------*/

#applications h2{
	background-color: #e2e1c3; 
	border-bottom:5px solid white;
	}



.pageContentBrdr, .pageContentBrdrPadded, .extraBorderTop, .extraBorderBtm {
	border-color:#CBCBCB;
}
#pageContent h2{
	background-color: #EFEDD8; 
	}
.genErrorText, .genErrorText a, .genErrorText a:active, .genErrorText a:visited, div.errorMessage {
	color:#AC390C;
}
div.errorCode {
	color:#666666;
}
div.alertMessage, .alertCopy {
	color:#93300A;
}
/*--- Text Block Formats-----------------------------*/

#col2 h2.matches {
	background-color: white;
	color: #93300A;
	text-decoration:none;
}

h2.valid {
	background-color:white !IMPORTANT;
	color: #374A6F;
}

h2.none {
	background-color:white !IMPORTANT;
	color: #93300A;
}

/*--- Data Table Formats ------------------------------*/

#dataentry caption, #dataentry2 caption, #results caption{
	background-color: #EFEDD8; 
	border-bottom:5px solid white;
	}

#dataentry .labels, #dataentry2 .labels{
	background-color: #F0F1E3; 
	}
		
/*--- Results Table Formats ------------------------------*/

#results th {
	background-color: #EFEDD8; 
	}
	
#results td{
	background-color: #F0F1E3;
	border-top-color: white;
	}
#results td.none{
	background-color: #FFFFFF;
	border-top-color: white;
}
#results td#result { 
	background-color:white;
	}
	
	
/*--- Buttons ------------------------------*/

button {
	background-color:white;
	}
	
/*--Terms of Use -------------------------------*/


#pageContent #errortoggle {
	color: #93300A; 
	}
		
#termScroll {
	border:1px inset #ddd;
}
	
/*-----------------------------------------------------------------*/
/* BEGIN Application Header Colors */
#ga_logo {
	background-color:#e1e1e1;
	border-bottom:1px solid #999;
}
.headerfooter {
	background-color:#F0F1E3;
	color:black;
}
.headerfooter a {
	COLOR: #670000;
}
.date {
	color:#000000;
}

.status {
	color: #93300A;
}

#app_header {
	background-color:#fff;
}
#app_header .headerfooter {
	background-color: #EFEDD8;
}

/* END Application Header Colors */
/*-----------------------------------------------------------------*/

/*-----------------------------------------------------------------*/
/* Begin Breadcrumb and Logout*/

#breadcrumbLogout .appBreadcrumbs {
	color:#AC390C;
}
#breadcrumbLogout .appBreadcrumbs a {
	color:#AC390C;
}
/* End Breadcrumb and Logout*/
/*-----------------------------------------------------------------*/


