/* CSS Document                                         */
/* Change Colors to customize your Application Template */
/* Also includes images                                 */
/* ---------------------------------------------------- */

/* --- Level 1 Layer---------------------------------*/
.button-positive {
    background: #09473D;
    border: 1px solid #09473D;
    border-radius: 5px;
    color:white;
}
.button-positive:hover {
    background: #0D6859;
    border: 1px solid #0D6859;
}
.button-positive:active {
    background: #0D6859;
    border: 1px solid #0D6859;
}
.button-positive:focus {
    background: #0D6859;
    border: 1px solid #0D6859;
}
.button-negative {
	background: #757575;
	border: 1px solid #757575;
	border-radius: 5px;
    color:white;
}
.button-negative:hover {
    background: #6B6B6B;
    border: 1px solid #6B6B6B;
}
.button-negative:active {
    background: #6B6B6B;
    border: 1px solid #6B6B6B;
}
.button-negative:focus {
    background: #6B6B6B;
    border: 1px solid #6B6B6B;
}
body {
	background-color: #08473d;
}
#assistive, #assistive a, #assistive a:hover, #globalbottom {
	background-color: #08473d;
	}
#assistive2, #assistive2 a, #assistive2 a:hover {
	background: #E6E6E6;
	color:#E6E6E6;
}
#container {
	background-color: white;
	}
	
/* --- Level 2 Layers------------------------------------*/
#apptitle, #apptitle a {
	background-color:#08473d;
	color: #FFFFFF;
	}

#help {
	background: #E6E6E6;
	}
	
#copyright {
	border-bottom-color: #fa6933;
	}
#FAQfooter {
	background-color: #fa6933;
	color:#FFFFFF;
}
	
/* --- APPLICATION Child Layers -------------------------------------*/

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

/* Columns Inside Main Text Layer */

/*Accumulated Charges Box*/
#text #acch {
	background: #f3f3e7 url(/gta/odi-admin/images/gfx_icon_acc_leftpadu.gif) no-repeat center left; 
	border-color: #E5E4C8;
	
	}
	
/* --- apptitle Formats ------------------------------------------*/

p.secure {
	background: url(/gta/odi-admin/images/gfx_secure_iconu.gif) no-repeat top left;
	}


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

#help {
	background: #E6E6E6 url(/gta/odi-admin/images/gfx_instructions_corner.gif) no-repeat top right;
}

h3#faq a{
	background:#E6E6E6 url(/gta/odi-admin/images/gfx_icon_faq5.gif) no-repeat top left;
}

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

p#copyright {
	color: #000000; 
	}

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

/*a	{
	color:#000000; 
	}	

a:active, a:visited {
	color: #000000; 
	}*/

.menu a {
	font: bold 90%/200% 'ProximaNova';
	}
#globalbottom, #globalbottom a {
	color: #FFFFFF;
}
	
/* --- APPLICATION FORMATS -------------------------------------------------*/
.pageContentBrdr, .pageContentBrdrPadded, .extraBorderTop, .extraBorderBtm {
	border-color:#CBCBCB;
}
#pageContent h2{
	background-color: #e2e1c3; 
	}
.genErrorText, .genErrorText a, .genErrorText a:active, .genErrorText a:visited, div.errorMessage {
	color:#ff0000;
}
div.errorCode {
	color:#666666;
}
div.alertMessage, .alertCopy {
	color:#f08a20;
}
/*--- Text Block Formats-----------------------------*/

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

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

#dataentry caption, #dataentry2 caption, #results caption{
	border-bottom: 2px solid #FA6933;
	}

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

#results th {
	background-color: #e2e1c3; 
	}
	
#results td{
	background-color: #eff0e4;
	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: #f08a20; 
	}
		
#touscroll {
	border-color:#ddd;
	}
	
/*-----------------------------------------------------------------*/
/* BEGIN Application Header Colors */
#ga_logo {
	background-color:#e1e1e1;
}
.headerfooter {
	background-color:#F0F1E3;
}
.headerfooter a {
	COLOR: #660000;
}
.headerfooter .links {
	color:black;
}
.date {
	color:#000000;
}
#app_header {
	background-color:#E6E6E6;
}
#app_header .headerfooter {
	background-color: #fa6933;
}
.headerfooter .links a {
	color:black;
}
/* END Application Header Colors */
/*-----------------------------------------------------------------*/

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

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


