﻿/**********************************/
/*begin body formatting*/
/**********************************/

body {
	background-color: #FFFFFF;
	margin-top:0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

TD {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: normal;
	color: #000000;
}

/**********************************/
/*end body formatting*/
/**********************************/

/**********************************/
/*begin normal link formatting*/
/**********************************/

A:link, A:visited {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
  cursor: hand;
}
A:hover, A:active {
  color: #6ea3e9;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
  font-weight:bold;
  cursor: hand;
}

/**********************************/
/*end normal link formatting      */
/**********************************/


/***************************/
/*begin web menu formatting*/
/***************************/

.nav_webmenu_rootitem, .nav_webmenu_rootitem_hover  
{	

	text-align:middle;
	vertical-align:middle;	
	font-weight: normal;
	color:#000000;
	cursor: pointer;
	cursor: hand;
	margin-left: 10px;
	margin-right: px;

}

.nav_webmenu_rootitem td, 
.nav_webmenu_rootitem_active td,
   {	

	text-align:middle;
	vertical-align:middle;	
	font-size: 10pt;
	font-weight: normal;
	color:#FFFFFF;
	cursor: pointer;
	cursor: hand;

}

.nav_webmenu_rootitem_hover td,
.nav_webmenu_rootitem_selected td, 
.nav_webmenu_rootitem_hover_selected td,{	

	text-align:middle;
	vertical-align:middle;	
	font-size: 10pt;
	font-weight: normal;
	color:#000000;
	cursor: pointer;
	cursor: hand;

}


.nav_webmenu_rootitem_hover, 
.nav_webmenu_rootitem_selected, 
.nav_webmenu_rootitem_hover_selected  
{	

	text-align:middle;
	vertical-align:middle;	
	color:#000000;
	background:;
	cursor: pointer;
	cursor: hand;
	margin-left: 10px;
	margin-right: 0px;
}

.nav_webmenu_subgroup {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #CCCCCC;
	cursor: pointer;
  	cursor: hand;
}

.nav_webmenu_subitem  
{
	text-align:left;
	font-size: 10pt;
	vertical-align:middle; 
	color:#000000;
	height: 18px; 
	background:#ffffff;
	cursor: pointer;
  	cursor: hand;
}

.nav_webmenu_subitem_hover, .nav_webmenu_subitem_selected, .nav_webmenu_subitem_hover_selected
{
	text-align:left;
	font-size: 10pt;
	vertical-align:middle; 
	color:#000000;
	height: 18px; 
	background:;
	cursor: pointer;
  	cursor: hand;
}

/**********************************/
/*begin normal link formatting*/
/**********************************/

/***************************/
/*begin web menu formatting*/
/***************************/

.nav_webmenu_root 
{}
.nav_webmenu_rootitem  
{}
.nav_webmenu_rootitem_selected  
{}
.nav_webmenu_sub
 
{}

.nav_webmenu_subitem  
{}

.nav_webmenu_subitem_selected  
{}

/*************************/
/*end web menu formatting*/
/*************************/



/*********************************************/
/*begin horizontal list navigation formatting*/
/*********************************************/

TABLE.nav_listh
{

 }

.nav_listh
{
	text-align: right;
}

.nav_listh_alt
{
	text-align: right;
}

.nav_listh_sep 
{
}

A.nav_listh:link, A.nav_listh:visited {
  color: #666666;
  font-size:12px;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  cursor: hand;
}

A.nav_listh:hover, A.nav_listh:active {
  color: #999999;
  font-size:12px;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  cursor: hand;
}

A.nav_listh_alt:link, A.nav_listh_alt:visited {
  color: #666666;
  font-size:12px;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  cursor: hand;
}
A.nav_listh_alt:hover, A.nav_listh_alt:active {
  color: #999999;
  font-size:12px;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  cursor: hand;
}

/**********************************/
/*end horizontal list formatting*/
/**********************************/



/*********************************************/
/*begin tree navigation formatting*/
/*********************************************/

A.nav_tree:link, A.nav_tree:visited {
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
  cursor: hand;
}

A.nav_tree:hover, A.nav_tree:active {
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration:underline;
  cursor: hand;
 } 
 
 A.nav_tree_sub:link, A.nav_tree_sub:visited {
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
  cursor: hand;
}

A.nav_tree_sub:hover, A.nav_tree_sub:active {
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: underline;
  cursor: hand;
 } 
  

/*********************************************/
/*end tree navigation formatting*/
/*********************************************/

/*******************************************/
/*begin vertical list navigation formatting*/
/*******************************************/

TABLE.nav_listv
{
	width:100%;
}

.nav_listv
{
	text-align: left;
}

.nav_listv_alt
{
	text-align: left;
}

.nav_listv_sep 
{
	background-color: Gray;
}

A.nav_listv:link, A.nav_listv:visited {
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  cursor: hand;
}

A.nav_listv:hover, A.nav_listv:active {
  color: #00FFFF;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  cursor: hand;
}

A.nav_listv_alt:link, A.nav_listv_alt:visited {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  cursor: hand;
}
A.nav_listv_alt:hover, A.nav_listv_alt:active {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  cursor: hand;
}

/******************************/
/*end vertical list formatting*/
/******************************/

/*******************************/
/*begin small basket formatting */
/*******************************/

.sbasket_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.sbasket_value {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ee0010;
}


/******************************/
/*end small basket formatting*/
/******************************/

/*******************************/
/*begin list element formatting */
/*******************************/

.list_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.list_item_headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.list_item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.list_item_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.list_sep 
{
	
}

/*****************************/
/*end  list element formatting */
/*****************************/

/**********************************/
/*begin module formatting  */
/**********************************/

TABLE.module_title
{
	width:100%;
	background-color:Transparent;
	padding-left:0;
}

.module_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-color:;
}

TABLE.module
{
	width:100%;
}

/**********************************/
/*end module formatting  */
/**********************************/


/******************************************/
/*begin page navigation control formatting*/
/******************************************/

TABLE.page_nav_table
{
	background-color : #ffffff;
	border: 1px solid #e5e5e5;	
}

TABLE.page_nav_second_row
{
	background-color : #99C2FF;
	width: 100%;
}


/****************************************/
/*end page navigation control formatting*/
/****************************************/



/**********************************/
/*begin fonts formatting*/
/**********************************/

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.sub_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.text {
	
}
.text_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.text_greyed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #c4c4c4;
}
.text_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: normal;
	color: #000000;
}
.text_small_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	color: #000000;
}

/**********************************/
/*end fonts formatting*/
/**********************************/

  
.hand { 
	cursor: hand;
} 

.dropdown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

.textbox {	
}

.validationsummary 
{
	font-size: 12px;
	color:Red;	
}

.validationitem 
{
	font-size: 10px;
	color:Red;	
}

.highlight1
{
	background-color : #F6F6F6;
	border: 1px solid #e5e5e5;	
}

.highlight2
{
	background-color : #FFFFFF;
	border: 1px solid #e5e5e5;	
}

.body_tbl_dotted_bottom {
	border-top: 1px none #ff0000;
	border-right: 1px none #ff0000;
	border-bottom: 1px dotted #ff0000;
	border-left: 1px none #ff0000;
}

.body_tbl_solid_bottom {
	border-top: 1px solid #525252;
	border-right: 1px solid #525252;
	border-bottom: 1px solid #525252;
	border-left: 1px solid #525252;
}
.body_tbl_dotted {
	border: 1px dotted #ff0000;
}

.body_tbl_dotted_right {
	
	border-right: 1px dotted #cccccc;
}
