/* 
	Copyright AMPHEBIA (www.amphebia.com)
	All rights reserved. Do not modify without permission.
*/

/* Body and main properties */

HTML {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
	overflow:hidden;
}

BODY {
	margin: 0px, 0px, 0px, 0px;
	font-family: Arial,sans serif;
	font-size: 12px;
    scrollbar-3dlight-color:#49222d; 
    scrollbar-arrow-color:#ea7735; 
    scrollbar-base-color:#d6def0; 
    scrollbar-darkshadow-color:#49222d; 
    scrollbar-face-color:#d6def0; 
    scrollbar-highlight-color:#d6def0; 
    scrollbar-shadow-color:#d6def0;	
    height: 100%;
}

DIV.content {
	font-family:Arial,sans serif;
	font-size:12px;
	padding-left:20px;
	padding-bottom:20px;
	padding-right:20px;
	padding-top:25px;
	height:350px;
	width:870px;
	//width:910px; /* IE hack */
	// height:395px; /* IE hack */
	background-color:#ede812;
	overflow:auto;
}

H1 {
	font-size:13px;
	font-family: Tahoma, sans serif;
	letter-spacing:1px;
	color: #481d29;
}

TD {
	font-family: Arial,Verdana, sans serif;
	font-size: 12px;
	color: #000000;	
	letter-spacing:0px;
	line-height:14px;
}

TD.bold {
    font-weight: normal;
    padding-left:5px;
    color: #374F5E;
}    

A {
	font-family: Arial,Verdana, sans serif;
	color: #4B2D43;	
	letter-spacing:0px;
	text-decoration:underline;
}

A:HOVER {
	font-family: Arial,Verdana, sans serif;
	color: #89A6B8;	
}

TABLE.form {
    border:1px solid black;
    background-color: #E7F3FB;
}

.textfield {
    border: 1px solid black;
	font-family: Arial,Verdana, sans serif;
	font-size: 11px;    
}

TH {
	font-family: Arial, Verdana, sans serif;
	font-size: 12px;
	color: #000000;	
	letter-spacing:1px;
	background-color: #A3C5DB;
	font-weight:bold;
}

.button {
    border: 2px solid #6E8390;
	font-family: Verdana, sans serif;
	font-size: 12px;
	font-weight: bold;  
	color: #000000;  
	background-color: #C4D0D8;
}
