﻿/* --- body formatting --- */

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;	
	
	background-color: #FFFFFF;
	margin-top:0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

td 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;	
}

/* --- pane formatting --- */

table.pane 
{
	
}

.panehead 
{
	
}
.panetop 
{
	
}
.panenavi
{
	
}
.paneleft
{
	
}
.panecontent
{
	
}
.paneright
{
	
}
.panefoot
{
	
}

/* --- module formatting --- */

TABLE.module_outer_container
{
	width:100%;	
}

TABLE.module_container
{
	width:100%;	
}

.module_title
{
	height:25;
	width:100%;
	vertical-align:middle;
	padding-left:12;
	background-color:#e7e5d8;
	font-weight: bold;
	color:#FFFFFF;	
}

/* --- head module slogan --- */

.slogan 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
}


/* --- link formatting --- */

A:link, A:visited {
  color: #666666;
  text-decoration: none;
  cursor: pointer;
  cursor: hand;
}
A:hover, A:active {
  color: #999999;
  text-decoration: none;
  cursor: pointer;
  cursor: hand;
}

/*--- page navigation formatting --- */

TABLE.pagenav_table
{
	background-color : #ebebeb;
	border: 1px solid #cccccc;	
}

.pagenav_pagelink:link, 
.pagenav_pagelink:hover, 
.pagenav_pagelink:visited 
{
  text-decoration: none;
  cursor: pointer;
  cursor: hand;
}
.pagenav_currentpage {
  text-decoration: none;
  font-weight: bold; 
}

/* ---  button formatting ---  */

.Button_s
{
	color:#000000;
	font-weight: bold;
	border: 0px; 
	margin: 3px; 
	margin-left:6px;
	WIDTH: 100px; 
	HEIGHT: 21px; 
	BACKGROUND-image: url(../Images/Buttons/button_100.gif);
	background-repeat: no-repeat;
	background-color: Transparent;
	TEXT-ALIGN: center;
	vertical-align:middle;
	padding-bottom:4px;
	cursor:pointer;
	cursor:hand;
	text-decoration: none;
}

.Button
{
	color:#000000;
	font-weight: bold;
	border: 0px; 
	margin: 3px; 
	margin-left:6px;
	WIDTH: 120px; 
	HEIGHT: 21px; 
	BACKGROUND-image: url(../Images/Buttons/button_120.gif);
	background-repeat: no-repeat;
	background-color: Transparent;
	TEXT-ALIGN: center;
	vertical-align:middle;
	padding-bottom:4px;
	cursor:pointer;
	cursor:hand;
	text-decoration: none;
}

.Button_l
{
	color:#000000;
	font-weight: bold;
	border: 0px; 
	margin: 3px; 
	margin-left:6px;
	WIDTH: 140px; 
	HEIGHT: 21px; 
	BACKGROUND-image: url(../Images/Buttons/button_140.gif);
	background-repeat: no-repeat;
	background-color: Transparent;
	TEXT-ALIGN: center;
	vertical-align:middle;
	padding-bottom:4px;
	cursor:pointer;
	cursor:hand;
	text-decoration: none;
}


/* --- fonts formatting --- */

.title {
	font-size: 16px;
	font-weight: bold;
}
.sub_title {
	font-size: 12px;
	font-weight: bold;
}
.text{
		
}
.text_bold
{
	font-size: 12px;
	font-weight: bold;
}
.text_greyed
 {
	font-size: 10px;
	font-weight: normal;
	color: #c4c4c4;
}
.text_small {
	font-size: 8px;
	font-weight: normal;
}
.text_small_bold {
	font-size: 8px;
	font-weight: bold;
}

/* -- Misc styles --- */
  
.hand { 
	cursor: pointer;
    cursor: hand;
} 

.bold
{
	font-weight: bold;
}

.dropdown {
	font-size: 10px;
	font-weight: normal;
}

.textbox {	
}

.validationsummary 
{
	color:Red;	
}

.validationitem 
{
	font-size: 10px;
	color:Red;	
}

.highlight1
{
	background-color : #F7F5F0;
	border: 1px solid #666666;	
}
.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_dotted {
	border: 1px dotted #ff0000;
}

.body_tbl_dotted_right {
	
	border-right: 1px dotted #cccccc;
}

/* --- address list ---*/

.address_list_selection {
	background-color: #cccccc;
}

.address_list_separatorline {
	color: #cccccc;
	height: 1;
}
