﻿/*************************************************
 GENERAL FRAME WORK STYLES
**************************************************/
body 
{
}

H1
{
	font-family: Verdana;
	font-size: 14px;
	font-weight:bold;
	color: #065F97;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	border: none;
}

td 
{
	font-family: Verdana;
	font-size: 11px;
	color: #444444;
	text-decoration: none;
	border: none;
}

img 
{
	text-decoration: none;
	border: none;
}

a 
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #577C8F;
	text-decoration: none;
	border: none;
}

.frame_general
{
	color:#595959;
	padding-left:20px;
	padding-bottom:10px;
	padding-right:20px;
}

/*************************************************
 TEXT STYLES
**************************************************/
.big1 
{
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #065F97;
	text-decoration: none;
	border: none;
}
.big2 
{
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #AC3414;
	text-decoration: none;
	border: none;
}

.text_login
{
	font-family: Tahoma;
	font-size: 11px;
	color: White;
	text-decoration: none;
	font-weight: bold;
	border: none;
}

.text
{
	font-family: Verdana;
	font-size: 11px;
	color: #444444;
	text-decoration: none;
	border: none;
}

.text_italic
{
	font-family: Verdana;
	font-size: 11px;
	color: #444444;
	font-style: italic;
	text-decoration: none;
	border: none;
}

.textbox
{
	font-family: Verdana;
	font-size: 11px;
	color: #444444;
	text-decoration: none;
	border: solid 1px silver;
}

.textboxnoborder
{
	font-family: Verdana;
	font-size: 11px;
	color: #444444;
	text-decoration: none;
	border: none 0px silver;
}

.dropdown
{
	font-family: Verdana;
	font-size: 11px;
	color: #444444;
	text-decoration: none;
	border: solid 1px silver;
}

.text_bold
{
	font-family: Verdana;
	font-size: 11px;
	font-weight:bold;
	color: #444444;
	text-decoration: none;
	border: none;
}

.text_bold_underline
{
	font-family: Verdana;
	font-size: 11px;
	font-weight:bold;
	color: #444444;
	text-decoration: underline;
	border: none;
}

.text_header
{
	font-size:11px; 
	font-weight:bold; 
	font-family:Verdana; 
	color:White;		
	padding-left:20px; 
	vertical-align:middle; 
	height:24px; 
}

.text_header_black
{
	font-size:11px; 
	font-weight:bold; 
	font-family:Verdana; 
	color:Black;		
	padding-left:20px; 
	vertical-align:middle; 
	height:24px; 
}

.text_sub_header
{
	font-family: Verdana;
	font-size: 14px;
	color: #444444;
	font-weight:bold;
	text-decoration: none;
	border: none;
}

.text_small
{
	font-family: Verdana;
	font-size: 10px;
	color: #444444;
	text-decoration: none;
	font-style: normal;
	border: none;
}

.text_small_bold
{
	font-family: Verdana;
	font-size: 10px;
	font-weight:bold;
	color: #444444;
	text-decoration: none;
	font-style: normal;
	border: none;
}

.text_small_italic
{
	font-family: Verdana;
	font-size: 10px;
	color: #444444;
	text-decoration: none;
	font-style: italic;
	border: none;
}

.strike
{
	font-family: Verdana;
	font-size: 11px;
	color: #444444;
	text-decoration:line-through;
	border: none;
}

.text_success
{
	font-family: Verdana;
	font-size: 11px;
	color: Blue;
	text-decoration: none;
	border: none;
}

.text_error
{
	font-family: Verdana;
	font-size: 11px;
	color: Red;
	text-decoration: none;
	border: none;
}

.text_warning
{
	font-family: Verdana;
	font-size: 11px;
	color: Green;
	text-decoration: none;
	border: none;
}

.text_header_deepblue {
	color: Gray;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #2C72B9;
	text-decoration: none;
}
/*************************************************
 LINK STYLES 
**************************************************/
.links 
{
	font-family: Verdana;
	font-size: 10px;
	color: #005483;
	text-decoration: none;
	border: none;
	font-weight:normal;
}

.article_links
{
	font-family: Verdana;
	font-size: 10px;
	color: #005483;
	text-decoration: none;
	font-weight:bold;
	border: none;
}

.article_links:hover
{
	font-family: Verdana;
	font-size: 10px;
	color: #00466E;
	font-weight:bold;
	text-decoration: underline;
	border: none;
}

.links_black 
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: Black;
	text-decoration: none;
	border: none;
}

.forgot_pw_link
{
	font-family: Verdana;
	font-size: 10px;
	color: GhostWhite;
	text-decoration: none;
	border: none;
	font-weight:normal;
}
.forgot_pw_link:hover
{
	font-family: Verdana;
	font-size: 10px;
	color: GhostWhite;
	text-decoration: underline;
	border: none;
	font-weight:normal;
}

.link_control_panel
{
	font-family: Verdana;
	font-size: 11px;
	color: #128FBF;
	text-decoration: none;
	font-weight:bold;
	border: none;
}

.link_control_panel:hover
{
	font-family: Verdana;
	font-size: 11px;
	color: #128FBF;
	text-decoration: underline;
	font-weight:bold;
	border: none;
}

.link_plan_upgrade
{
	font-family: Verdana;
	font-size: 11px;
	color: Red;
	text-decoration: none;
	font-weight:normal;
	border: none;
}

.link_plan_upgrade:hover
{
	font-family: Verdana;
	font-size: 11px;
	color: Red;
	text-decoration: underline;
	font-weight:normal;
	border: none;
}

/*************************************************
 STATUS-TYPE STYLES 
**************************************************/
.status_Active
{
	font-family: Verdana;
	font-size: 11px;
	font-weight:bold;
	color: blue;
	text-decoration: none;
	border: none;
}

.status_PendingApproval
{
	font-family: Verdana;
	font-size: 11px;
	font-weight:bold;
	color: green;
	text-decoration: none;
	border: none;
}

.status_Suspended
{
	font-family: Verdana;
	font-size: 11px;
	font-weight:bold;
	color: red;
	text-decoration: none;
	border: none;
}

.status_Banned
{
	font-family: Verdana;
	font-size: 11px;
	font-weight:bold;
	color: red;
	text-decoration: none;
	border: none;
}

.status_NotActive
{
	font-family: Verdana;
	font-size: 11px;
	font-weight:bold;
	color: red;
	text-decoration: none;
	border: none;
}

/*************************************************
 BUTTONS
**************************************************/
.button_standard 
{
	background: url(images/btnBG2.jpg) repeat-x; 
	margin-left: 3px; 
	background-color: #7E0000;  
	border-style: none;
	border-left-color: #9F0000;
	color: #000099;
	cursor: pointer; 
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	height: 25px;
	vertical-align: middle;
}

.button_login
{
	background: url(images/btnBG2.jpg) repeat-x; 
	margin-left: 3px; 
	background-color: #7E0000;  
	border-style: none;
	border-left-color: #9F0000;
	color: #000099;
	cursor: pointer; 
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
	vertical-align: middle;
}

.button_small
{
	background: url(images/btnBG2.jpg) repeat-x; 
	margin-left: 3px; 
	background-color: #7E0000;  	
	border-width: 1px;
	border-style: solid;
	border-color: #F4AC24;
	color: #000099;
	cursor: pointer; 
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
	vertical-align: middle;
}

HTML>BODY .formButton 
{
	vertical-align: top;
	padding-bottom: 4px;
}

.cshelp
{
	cursor:help;
}

/*============================================
  MAIN PULL-DOWN MENU STYLES
==============================================*/
.menu_dynamic_menu_item_style 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	height:auto;
	white-space: nowrap; 
	display: block;
	cursor: pointer;	
	white-space: nowrap; 	
	text-align:left;
	margin: 0px; 	
}

.menu_dynamic_menu_item_style A
{
	width: 100%;
	display: block;
	cursor: pointer;	
}
.menu_static_menu_item_style 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color:White;
	text-decoration: none;
	text-align: center;
	cursor: pointer;	
}
.menu_static_menu_item_style A
{
	width: 100%;
	display: block;
	cursor: pointer;
}
.menu_static_hover_style
{
	width:100%;
	cursor: hand;		
}
.menu_static_menu_style
{
	cursor: pointer;	
	width:100%;	
}

/*============================================
  VALIDATION STYLES 
==============================================*/
.validatorCalloutHighlight 
{
    background-color: lemonchiffon; 
}

/******************************/
/* DHTML Tool Tip			  */
/******************************/
#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

/*============================================
  ROUNDED PANEL EXTENDER 
==============================================*/
.roundedPanel
{	
	width:230px;	
	background-color:#086699;	
	color:white;
	font-weight:bold;		
}

/*============================================
  DATAGRID FORMATS
==============================================*/
.DataGridBase
{
	background-color:#ffffff;
	/*padding: 10px;*/
	text-align: left;
	width: 100%;
}
.DataGridHeader
{
	background-color:#B6C3D4; /*#ebebeb;*/
	font-weight:bold;
	color:#fff; /*#666666;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	height: 25px;
}

.DataGridFooter
{
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: left;    
	color: #ffffff;
	background-color: Gray;
}

.DataGridHeaderNoEdit
{
	background-color: Silver; /*#3F3F3F;*/
	font-weight:bold;
	color: #000; /*#fff;*/ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	height: 25px;
}

/******************************/
/*  .DataGridHeader  */

.DataGridHeader A:link,
.DataGridHeader A:visited
{
	color: white; /*#666666;*/
	font-weight: bold;
	text-decoration: none;
}
.DataGridHeader A:hover
{
	color: white;/*#666666;*/
	font-weight: bold;
	text-decoration: underline;
}

.DataGridHeaderReports
{
	background-color:#F0F0F0;
	color: #606060;
	font-size: 8pt;
	font-weight: normal;
	font-family: Arial,Helvetica;
	text-align: left;
	padding-left: 4px;
	border-top: 1px solid white;
	border-left: 1px outset white;
	border-right: 1px outset gainsboro;
	border-bottom: 1px outset gainsboro;
	height: 16px;
}

.DataGridHeaderReports A:link,
.DataGridHeaderReports A:visited
{
	color: #606060;
	font-weight: bold;
	text-decoration: none;
}
.DataGridHeaderReports A:hover
{
	color: #606060;
	font-weight: bold;
	text-decoration: underline;
}

/******************************/
/*  .DataGridItem  */

.DataGridItem
{
	color: #000000; /*#666666;*/
	background-color: White;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: left;	
	/*height: 22px;*/
}
.DataGridItem A:link,
.DataGridItem A:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #CC0000;
	text-decoration: none;
}
.DataGridItem A:hover 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}

/******************************/
/*  .DataGridAlternatingItem  */

.DataGridAlternatingItem
{
	color: #000000;/*#666666;*/
	background-color: #E5ECF9; /*#E2F2E2;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: left;	
	/*height: 22px;*/
}
.DataGridAlternatingItem A:link,
.DataGridAlternatingItem A:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #CC0000;
	text-decoration: none;
}
.DataGridAlternatingItem A:hover 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}

.DataGridAlternatingItemReports
{
	color: #000000;/*#666666;*/
	background-color: #E2F9EE; /*#E2F2E2;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: left;	
	/*height: 22px;*/
}
.DataGridAlternatingItemReports A:link,
.DataGridAlternatingItemReports A:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #CC0000;
	text-decoration: none;
}
.DataGridAlternatingItemReports A:hover 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}

.DataGridPager
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color:#ffffff;
	background-color:#F7F7F7;
	/*height: 22px;*/
}

.DataGridPager A
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: red;	
}

.DataGridPager span
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #808080;	
}

/*----------------------------------------------------------*/
/*	REPORTING ENGINE STYLES									*/
/*----------------------------------------------------------*/
.sort_glyph
{
	font-family: webdings;
	font-size: 8pt;
	color: white;
	height: 8px;
	padding-left: 4px;	
}
.bodytext12pt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000; /*#666666;*/
	text-decoration: none;
}

/*----------------------------------------------------------*/
/*	SIGN-UP STEP STYLES 									*/
/*----------------------------------------------------------*/
.step_container
{
	padding: 5px 23px 5px 8px;
}
.step_header 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2C72B9;
	text-decoration: none;
}
.step_sub_header 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #444444;
	text-decoration: none;
}
.step_text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #444444;
	text-decoration: none;
}
.step_status_pending
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: Green;
	text-decoration: none;
}
.step_status_completed
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: blue;
	text-decoration: none;
}
.hiddenNode
{
	display:none;
}

/*----------------------------------------------------------*/
/*  AJAX MODAL POPUP										*/
/*----------------------------------------------------------*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#F3F3F3;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}