﻿/* CUSTOMIZED FONTS & COLORS                                            */
/*    FIND AND REPLACE THESE (with [] around them):                     */
/*       DARK COLOR                                                     */
/*       LIGHT COLOR                                                    */
/*       FONT (default: Tahoma, Verdana, Arial, Helvetica, sans-serif)  */
/*       TOP FRAME COLOR                                                */
/*       LINK COLOR (default: 000066)                                   */
/*       Test!!!!!!!!!!!!!!!!!!!1111111                                 */


/* This class can be called on to change any text to red. Remember to advise customers about 
accessibility standards, and recommend the use of the <strong> tag in addition to using this 
class to make text stand out. */
.changered {
	color: #FF0000;  /* red */
}

/* This class is used to hide text.  Most useful on the Begin New Action table to hide numbers used to enumerate the actions. */
.hidetext { visibility:hidden; }

/* Sets majority of the standard text color throughout the site. */
.bodytextColor, H1, .heading, H2, .subHeading { 
    color: #5a5955;
	margin: 0 !important;
} 

/* Sets properties for the login boxes. */
.loginBox { 
    border-color: #691942; 
}

/* Sets properties for the section headings, e.g., the header atop the search criteria. */
.tableHeaderRow { 
    color: #ffffff;                              
    background-color: #929292; 
}

/* Sets properties for the first row of search results tables. */
.tableColumnHeader {                                      
    color: #ffffff; 
    background-color: #929292; 
}

/* Frameset formatting (nav frame (left) and top frame */
/* Sets the properties for the section headings that you see on the user side, e.g. "Users", "Applicants" */
.navHeading { 
    color: #FFFFFF; 
    background-color: #929292; 
	text-transform: none;
	font-size: 9pt;
	padding-left: 2px;
}
/* Sets the background properties for the entire left-hand navigation pane. */
.navBG { 
    background-color: #f1f1f1; 
    color: #FFFFFF; 
	margin-top: 5px;
}
/* Sets the background properties for the entire left-hand navigation pane when the user hovers over the pane. */
.navBG:hover { 
    color: #f1f1f1; 
}
/* Sets the properties of each individual link on the left-hand navigation pane with the exception of custom links. */
.navLink { 
    background-color: transparent; 
    color: #0974de;
	text-transform: none;
	font-size: 12px;
}
/* Sets the properties of each individual link on the left-hand navigation pane with the exception of custom links when you hover over the link. */
.navLink:hover { 
    color: #0974de;
	text-decoration: underline;  
}
/* Sets the properties of each individual custom link on the left-hand navigation pane. */
.navCustomLink { 
    background-color: #999988; 
    color: #FFFFFF;
	text-transform: none;
	font-size: 12px;
}
/* Sets the properties of each individual custom link on the left-hand navigation pane when you hover over the link. */
.navCustomLink:hover { 
    color: #691942;
    text-decoration: underline;  
}
/* Sets the properties for the top frame where the site banner resides. */
.topFrameBG { 
    background-color: #929292;
	background: url(/userfiles/static/customers/836/tile.png) repeat-x 0 0 #929292 !important;
/*	background-image: url('/applicants/static/customers/2/background.jpg'); */	
}
/* Sets the properties for the line the separates the system links from the customlinks. */
.navSeparator { 
    color: #FFFFFF; 
	width: 145px;
	height: 1px; 
	background-color: #FFFFFF;
	border: 0;
}
/* Sets the background properties for the unselected tabs. */
.tabUnselectedBG { 
    background-color: #691942; 
}
/* Sets the text properties for unselected tabs. */
.tabUnselectedText { 
    color: #FFFFFF; 
}
/* Sets the background properties for the selected tabs. */
.tabSelectedBG {  
    background-color: #FFFFFF 
}
/* Sets the text properties for selected tabs. */
.tabSelectedText { 
    color: #691942; 
}
P, LI, H3 {
color:#666;
}

/* NETSCAPE CHANGES: */
/* Buttons */
.buttonClass { 
    font-size: 7.5pt; 
    border-color: #691942;
    border-width: 3px; 
}

.highlight { 
    border-color: #691942; 
    border-width: 3px; 
    font-size: 7.5pt; 
}

div#content {
    min-height: 780px !important;

}

div#content.mainContent {
border: none;
padding:10px;
width: 730px;
}

div#nav{
padding:0;
width:210px;
min-height:
}

#nav li {
    border: medium none !important;
    margin: 0 5px;
	padding: 6px 0 !important;
}

#nav a, #nav a:visited {
font-size:12px;
}

ul#navLinks{
background-color:#c7c7c7;
padding:10px;
}

ul#navLinks li {
border:none;
padding: 6px 0 !important;
margin:0 5px;
}


ul.customnav {
padding:10px;
}

div#wrapperDiv{
background-color:#F1F1F1;
}

div#mainBodyDiv {
    background: none repeat scroll 0 0 #F1F1F1 !important;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, table, th, td { 
	font-family:Arial,Helvetica,sans-serif; 
	color:#2d2d2d;
}

h1 { 
	color:#003c79;
}

h2, h3 { 
	color:#5a5955;
}
