﻿a:link {
	color: #002561;	/* Dark Blue */
	text-decoration: none;
	}

a:visited	{
	text-decoration: none;
	color: #002561;	/* Dark Blue */
	}

a:hover	{
	text-decoration: underline;
	color: #002561;	/* Dark Blue */
	}

a:active	{
	text-decoration: none;
	color: #002561;	/* Dark Blue */
	}
	

.panel
{
	position:relative;
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC; 
    padding:10px;
}

/* Home Page Custom Client User Control Styles */

.client_ContentGraphic	{
	width: 545px; 
	height: 141px; /* Must be adjusted based on height of image */
	margin-left: 30px; 
	background-image: url(images/title.jpg); 
	background-position: left bottom; 
	background-repeat: no-repeat;
	}

.client_PaneContent	{
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-left: 30px;
	width: 515px;
	min-width: 515px;
	}

.client_PaneLogin	{
	padding: 20px;
	width: 280px;
	margin-right: 30px;
	}

.client_PaneBorders	{
	border-top-color: #113052;	/* Dark Blue */
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #113052;	/* Dark Blue */
	border-bottom-style: solid;
	border-bottom-width: 1px;
	}
	
.client_PaneBGColor	{
	background-color:#DFE6F4;	/* Light Blue */
	}
	
.client_NormalText	{
	color: #000;	/* Black */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	}
	
.client_HeadingText	{
	color: #F47920;	/* Orange */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	line-height: 27px;
	}
	
.client_SmallText	{
	color: #000000;	/* Black */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	}
	
.client_Bold	{
	font-weight: bolder;
	}
/* */


/* Login Panel */
.login_SidePanel 
{
	color: #4D4D4F;	/* Dark Gray */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

.login_Box
{
	background-color:#DFE6F4;	/* Light Blue */
	padding: 20px;
	width: 280px;
	margin-right: 30px;
	border-top-color: #4654A4;	/* Blue */
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #4654A4;	/* Blue */
	border-bottom-style: solid;
	border-bottom-width: 1px;

}

.login_GuestTitle 
{
	color: #4654A4;	/* Blue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	line-height: 27px;
}

.login_LoginControl
{
	text-align:left;
	width:100%;
		
	color: #000000;	/* Black */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}

.login_FailureText
{
	color:Red;
	font-size:10pt;
}

.login_CtrlTitle
{
	text-align:left;
	color: #4654A4;	/* Blue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	line-height: 27px;
}

.login_TextBox 
{
	text-align:left;
	color: #000000;	/* Black */
	font-family: Arial, Helvetica, sans-serif;
}

.login_SmallText
{
	color: #000000;	/* Black */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}

.login_NoteText 
{
	width:100%;
	display:block;
}

/* end Login Side Panel */


.my_account_sliding_panels 
{
	margin:15px;
}

.my_account_collapsePanelBody 
{
	padding:4px;
	border-style:solid;
	border-color:#999999;
	border-top-width:0px;
	border-left-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
}

.my_account_collapsePanelHeader 
{
	height:14px;
	background-color:#DDDDDD;
	color:Black;
	font-weight:bold;
	font-family: arial;
	font-size:11px;
	padding:5px;
	cursor: pointer;
	vertical-align: middle;
	border-style:solid;
	border-color:#999999;
	border-top-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
}

.sliding_panels 
{
	margin-top:5px;
	border-style:solid;
	border-color:#999999;
	border-top-width:0px;
	border-left-width:0px;
	border-right-width:0px;
	border-bottom-width:1px;
}
.collapsePanelHeader 
{
	height:14px;
	background-color:#DDDDDD;
	color:Black;
	font-weight:bold;
	font-family: arial;
	font-size:11px;
	padding:5px;
	cursor: pointer;
	vertical-align: middle;
	border-style:solid;
	border-color:#999999;
	border-top-width:1px;
	border-left-width:0px;
	border-right-width:0px;
	border-bottom-width:0px;
}

.collapsePanelHeaderText
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
}

.collapsePanelBody 
{
	padding:4px;
	border-style:solid;
	border-color:#999999;
	border-top-width:1px;
	border-left-width:0px;
	border-right-width:0px;
	border-bottom-width:0px;
}

html, body
{
	width:100%;
	height:100%;
}

body 
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}

.main_panel 
{
	position:absolute;
	height:100%;
	width:100%;
	overflow:visible;
}

.pane_top 
{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	height:50px;
}

.pane_content
{
	font-family: Arial, Helvetica, sans-serif;
	position:absolute;
	top:100px;
	bottom:0px;
	left:0px;
	right:0px;
	width:99%;
	
}
.pane_indent
{
	position:absolute;
	left:20px;
	right:20px;
}
	
.pane_left 
{
	position:absolute;
	top:0px;
	left:20px;
	bottom:0px;
	width:235px;
	background-color:#ffffff;
}
	
.pane_right 
{
	position:absolute;
	top:0px;
	left:270px;
	right:0px;
	bottom:0px;
	min-width:200px;
}

.header {
	background-color:#5188cb;
	height:50px;
	padding-left:20px;
	padding-right:20px;
}

.header_title_left
{
	position:absolute;
	left:20px;
	top:0px;
}
.header_title_right
{
	position:absolute;
	right:20px;
	top:0px;
}

.header_title
{
	color: #FFFFFF; 
	font-size: 24px;
	line-height: 50px;
}

.header_menu 
{
	position:absolute;
	left:0px;
	right:0px;
	height:31px;
	color: #FFFFFF; 
	font-size: 10pt; 
	font-weight:bold;
	background-image:url(images/sub_header_bg.gif);
	background-color: #002561;
	padding-left:20px;
	padding-right:20px;
	line-height: 28px;
}

.header_menu a:link {
	color: #FFFFFF;	/* White */
	text-decoration: none;
	}

.header_menu a:visited	{
	text-decoration: none;
	color: #FFFFFF;	/* White */
	}

.header_menu a:hover	{
	text-decoration: underline;
	color: #FFFFFF;	/* Gray */
	}

.header_menu a:active	{
	text-decoration: none;
	color: #FFFFFF;	/* Gray */
	}
	

.header_menu_left
{
	position:absolute;
	top:0px;
	left:20px;

}

.header_menu_middle
{
	position:relative;
	width:auto;
	float:right;
}

.header_menu_right
{
	position:relative;
	float:right;
	margin-left:3px;
}

.header_menu_right_table
{
	margin-top:0px;
	margin-top:1px; /* hack for IE 6 and 7 */
}

.pane_error
{
	position:absolute;
	top:0px;
	left:20px;
	right:0px;
	bottom:0px;
	min-width:200px;
	width:500px;
}

.simple_master_top 
{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	height:50px;
}

.simple_master_content
{
	font-family: Arial, Helvetica, sans-serif;
	position:absolute;
	top:50px;
	left:10px;
	bottom:10px;
	right:10px;
}

.login_status, .login_name
{
	display:inline-block;
	position:relative;
}

.button
{
	height: 20px;
	font-size: 10pt;
	border-width: 1px;
	border-style: solid;
	border-color:#666666;
	background-color:#cccccc;
}

.title 
{
	display:block;
	height:40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16pt;
	font-weight:bold;
	color: #666666;
	line-height: 40px;
}

.tools {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 16px;
	height:50px;
	vertical-align:middle;
	line-height: 75px;
	min-width:500px;
}

.large_text {
	color: #404040;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.large_bold_text {
	color: #404040;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
}
.reg_text {
	color: #404040;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.reg_bold_text {
	color: #404040;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
}

.reg_bold_red_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:Red;
}

.reg_red_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:Red;
}

.small_text {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.small_red_text {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:Red;
}

.small_bold_text {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}


.tab_theme 
{
	position:absolute;
	
	/* Height of the header text. */
	top:54px;
	
	left:0px;
	bottom:0px;
	right:0px;
}
/* All this layout stuff was ripped from the css generated by the aspx ajax tab control. */

.tab_theme .ajax__tab_header {
    font-family:verdana,tahoma,helvetica;
    font-size:11px;
    background:url(Images/ajax_tab_header.gif) repeat-x bottom;
}

.tab_theme .ajax__tab_outer {
    /*padding-right:4px;*/
    background:url(Images/ajax_tab_outer.gif) no-repeat right;
    height:21px;
}

.tab_theme .ajax__tab_inner {
    padding-left:3px;
    background:url(Images/ajax_tab_inner.gif) no-repeat;
}

.tab_theme .ajax__tab_tab {
    height:13px;
    padding:4px;
    margin:0px;
    background:url(Images/ajax_tab_tab.gif) repeat-x;
}

.tab_theme .ajax__tab_hover .ajax__tab_outer {
    background:url(Images/ajax_tab_outer_hover.gif) no-repeat right;
}

.tab_theme .ajax__tab_hover .ajax__tab_inner {
    background:url(Images/ajax_tab_inner_hover.gif) no-repeat;
}

.tab_theme .ajax__tab_hover .ajax__tab_tab {
    background:url(Images/ajax_tab_tab_hover.gif) repeat-x;
}

.tab_theme .ajax__tab_active .ajax__tab_outer {
    background:url(Images/ajax_tab_outer_active.gif) no-repeat right;
}

.tab_theme .ajax__tab_active .ajax__tab_inner {
    background:url(Images/ajax_tab_inner_active.gif) no-repeat;
}

.tab_theme .ajax__tab_active .ajax__tab_tab {
    background:url(Images/ajax_tab_tab_active.gif) repeat-x;
}

.tab_theme .ajax__tab_body 
{
    font-family:arial,tahoma,helvetica;
    font-size:10px;
    border:1px solid #999999;
    border-top:0px;
    padding:0px;
    background-color:#ffffff;

    position:relative;
    top:0px;	
	bottom:0px;
	left:0px;
	right:0px;
	overflow:auto;
}


.report_section_title
{
	font-family:Arial;
	font-size:12pt;
	font-weight:bold;
	color:Navy;
	padding:5px;
}


* html .main_panel 
{
	position:relative;
}


/* IE 6 hack, IE 6 doesn't observe the height/width correctly. */
* html .tab_theme .ajax__tab_body
{
    /* These two make IE actually use the full available width. */
    position:relative;
    top:0px;
}

