﻿/*Settings across whole site*/

body 
{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	margin: 0;
	padding: 0;			
}

a {
	color:#014993;
}


a:hover {
	color:#4d98e5;
}

#login {
	position: absolute;
	top: 10px;
	right: 100px;
	width: 268px;
	padding: 2px 5px 12px 8px;
	text-align:left;
	color:#4777a8;
	height: 61px;
	font-size:12px;	
	border-collapse:collapse;
}

#login_welcome {
	position: absolute;
	top: 0px;
	right: 10px;
	width: 264px;
	padding: 5px 15px 0px 0px;
	text-align: right;
	color:#4777a8;
	font-weight: bold;	
}

.page_title
{
	text-align: center;
	margin: 20px 0px 20px 0px;
	width: 100%;
	font-size:18px;
	font-weight:bold;
}
 
.common_table
{
	border-collapse:collapse;
	font-size:12px;
	line-height: 18px;
	margin-left: 10px;    
}

.centered_table
{
	border-collapse:collapse;
	font-size:12px;
	line-height: 18px;
	margin-left: auto;
	margin-right: auto;    
}

.common_span
{
	border-collapse:collapse;
	font-size:12px;
	line-height: 18px;
	margin-left:7px;
}

.content_text 
{
	font-size:12px;	
}

.section_header
{
	font-weight:bold;
	margin-left:2px;
	background-color:#6698FF;
	color:White;
	border:inset thin blue;    	
}

/* used to bold text */
.strong {
	font-weight:bold;
}

/* used to identifiy required fields  */
/*.required_label
{
	background-image: url(/Images/required_red.png);
	background-position: -3px 0px;
	background-repeat: no-repeat;
	color: #000;
	font-weight: bold;
	padding-left: 7px;
}
*/
.required_label:before { 
    content:" *"; 
    color: #a70000; 
    font-size:medium;
    font-weight:900;   

}

/* Display message to users in italics*/
.note
{
	margin-left:10px; 
	font-style:italic;
	font-size:14px;
}

/* Message displayed when an action is successful */
.message_flash {
	display: block;
	width: auto;
	border: 1px solid #00008B;
	padding: 5px;
	margin-bottom: 5px;
	font-weight:bold;
	font-size: 12px;
	background-color: yellow;
}

/* top buttons on a page*/
.top_buttons
{
	margin-top:10px;
}	

.centerContentToArea {
	text-align: center;
	width: 100%;
}

/* GRIDVIEW */
.gridViewMaster td, .gridViewMaster th {
	border: 1px solid #000;
	padding: 3px;
}

/* set the table heads to a dark blue */
.gridViewMaster th {
	background-color: #2e649e;
}
/* set table head fonts to white */
.gridViewMaster th, .gridViewMaster th a {
	color: #fff;
}

.gridViewAltRow {
	background-color: #d2d2d2;
}

.gridViewFooter {
	background: #B0C4DE;	
}

/*darken link in grid to give better contrast between visited link */
.gridViewMaster td a:link {
	color: #0033ff
}
/* End Gridview Settings */

/* FormView Settings */
.formViewMaster td, .formViewMaster th 
{
    border: none;
    padding: 3px;
}
/* set the table heads to a dark blue */
.formViewMaster th {
	background-color: #2e649e;
}

/*Modal Popup*/
.modalBackground
{
    background-color:#fff;
}

.modalPopup
{
      background-color:#ffffdd; 
      border-width:3px; 
      border-style:solid; 
      border-color:Gray; 
      padding:3px; 
      width:250px; 
}

/* set table head fonts to white */
.formViewMaster th, .formViewMaster th a {
	color: #fff;
}

.formViewFooter {
	background: #B0C4DE;	
}

/* End FormView Settings */

/*  Action Bar  */
.action_bar
{	height:25px;
 	width:100%;
 	background-color:#FFFF00;
 	color:Black; 
 	margin-top:10px;
 	margin-bottom:10px;	
 	font-size:12px;    
}

.action_bar ul {
	list-style-type: none;
	padding: 0;
	margin: 0;	
}

.action_bar ul label {
	padding: 0;
	margin-right: 10px;
	margin-left: 10px;
}

.action_bar li {
	display: inline;
	margin-right: 10px;
}
/*  Action Bar Styles -- end  */

/* MasterPage styles */
/* Banner Section in Master */
#site_header
{
	float:left;
	margin-left:10px;
	color:Black;	 	
}

#site_subheader
{
	position: absolute;
	top: 40px;
	margin-left:60px;
	color:White;
	 	
}

/* Main banner for site */
#site_banner
{
	height: 95px; 
	width: 100%; 
	border-bottom: 1px solid black;  
	background-color:#6698FF; 
	color:#151B54;
}

/* Consumer nav banner - below main banner - displays only on consumer pages */
.consumer_nav
{
    height:32px;
    background-color: #B3D5F0;
    border-bottom: 1px solid black;    
}

/* Tabs on the consumer banner */
.consumer_tab
{
    border:solid 1px #C0C0C0;
    background-color:#566D7E;
    padding:2px 5px;
    color: #FFE87C;                              
}

/* Consumer Information Panel - displays on consumer pages only */
.consumerInfoPanel
{
    margin-left:2px;
    background-color:#E6F2FF;
    width:100%;
}

/* End of MasterPage styles */

/* Home pages */

.home_tables
{
	border-collapse:collapse;
	margin-left:auto;
	margin-right:auto;
}
.home_tables td, .home_tables th
{
	border:solid 1px #98AFC7;
	padding:2px 10px 2px 10px;
	text-align:center;	
	font-size:16px;		 	
}

.home_tables th
{
	background-color:#6698FF;
	color:White;	
}

/* Staff/Default */
#header
{
	padding-left:170px;
	padding-top:45px;
	padding-bottom:40px;
	font-size:18px;
	color:Black;
}

.header_initials
{
	font-weight:bold;
	font-size:24px;
}

/* Staff/RecordManagement/ConsumerDemographics.aspx */

/* Tabs in Demographics Multiview */
.tabs
{
    position:relative;
    top:1px;
    left:25px;                 
}

.tab
{
    border:solid 1px #C0C0C0;
    background-color:#E3E4FA;
    padding:2px 5px;
    color: Black;                                   
}

.selectedTab
{
    background-color:white;
    border-bottom:solid 1px white;
    color:#2B547E;
}
.tabContents
{
    border:solid 1px silver;
    padding:20px;
    background-color:white;
    width:900px;
    font-size:12px; 
    line-height: 18px;   
}

.indent
{
	width:2px;	
}    


.next_buttons 
{ 
	margin-left: 20px; 
	color: #7E2217; 
	font-size: 14px;
    line-height: 30px;
}

.prev_buttons 
{ 
	margin-right: 20px; 
	color:#7E2217; 
	font-size: 14px;
	line-height: 30px;
}

.page_buttons
{
	color:Blue;
	font-size: 14px;
	padding: 2px;
	line-height: 30px;
}

.site_nav_buttons
{
	margin-left:200px;
}
/* End of Staff/RecordManagement/ConsumerDemographics.aspx */

/* Consumer Upload */
.importLabels
{
    font-weight:bold;
}
/* End of Consumer Upload */

.divblock
{
    margin-left:10px;
    display:block;
    font-size:12px;
}

.divblock label {
    width: 192px;
    float: left;
    display:inline-block;
    }

.wid100 {
	width: 100px;
}

.wid100strong {
	width: 100px;
	font-weight:bold;
	display:inline-block;	
}

.wid200 
{
    display:inline-block;
	width: 200px;	
}

.wid300 {
	width: 300px;
}


/* Used for labels/textboxes when there is more than 1 column */
.divtwocolumns
{
    margin: 0 0 4px 10px;    
    font-size:12px;
}

.col1requiredlabel {
    background-image: url(/Images/required_red.png);
	background-position: -3px 0px;
	background-repeat: no-repeat;
	color: #000;
	font-weight: bold;
	padding-left: 7px;
    width: 150px;  
    display:inline-block;           
}

.wid50whitespace {
	width: 50px;
	margin-right: 30px;
}

.wid100whitespace {
	width: 100px;
	margin-right: 30px;
}

.wid150whitespace {
	width: 150px;
	margin-right: 30px;
}

.wid200whitespace {
	width: 200px;
	margin-right: 30px;
}

.wid300whitespace {
	width: 300px;
	margin-right: 30px;
}

.common_div {
	font-size:12px;
	line-height: 18px;
	margin-left: 10px;
	margin-bottom: 4px;   	
}

.label85px {
    width: 85px;    
    }

.warning_message {
    color: Red;
    font-size: 16px;
    font-weight: bold;
    text-align: center;    
}

.formattedradio {
    margin-left:-4px;
}


.hideGridColumn {
    display: none;
}
