/*
Copyright (c) 2004-2005 Avicy Marketing, All Rights Reserved.
EBA Finance CSS
Revision: 1.0
*/

body {
	background-color: #959596;
	color: #333;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-size: 100%;
	color: #333;
	text-align: justify;
}
/******* hyperlink and anchor tag styles *******/

a:link, a:visited, a:hover {
	color: #C68804;
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	background-color: #FBF5DD;
}

/************** header tag styles **************/

h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	color: #333;
}
h1{
 font-size: bold 120%;
}

h2{
 font-size: bold 114%;
}

h3{
 	font: bold 175%;
	padding: 10px 0px 5px;
}
h4{
	font-size: 125%;
}
.tableHead {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	border-width: 1px;
	border-style: solid;
	background-image: url("cell.gif");
	border-top-color: #fff;
	border-right-color: #A1A1A1;
	border-bottom-color: #A1A1A1;
	border-left-color: #fff;
}
/*************** list tag styles ***************/

ul {
	color: #333;
}
ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

input.disabled {
	background-color: #FFFFFF;
	color: #ccc;
	border: none;
	cursor: default;
	}
input.radioButton { background-color: #F1F1EF; 	border: none;}
form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #333;
}

input, select, textarea{
	background-color: #fff;
	color: #333;
	border: 1px solid #A1A1A1;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
input.button {
	font-size:12px;
	font-weight: bold;
	padding: 2px;
	border: 1px solid;
	color: #333;
	background-color: #C68804;
	background-image: url(cell.gif);
	background-repeat: repeat-x;
	border-top-color: #fff;
	border-right-color: #A1A1A1;
	border-bottom-color: #A1A1A1;
	border-left-color: #fff;
	cursor: hand;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#content{
	padding: 20px;
	min-height: 500px;
	border-left: none;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	margin:0px;
	width: 529px;
}
.leftCol {
	background-color: #F1F1EF;
	background-image: url("shadow.gif");
	background-repeat: repeat-x;
	width: 188px;
	background-position: top;
}

#header {
	background-color: #fff;
	padding: 17px 15px 15px;
	border-bottom: 1px solid #747474;
	width: 730px;
	background-image: url("city.jpg");	
	background-repeat: no-repeat;
	height: 205px;
	background-position: left top;
	vertical-align: middle;
}

#header a {

	text-decoration: none;
	border-bottom: none;
}
#header h1 { 	font-size: 175%; }
.mainTable {
	background-color: #fff;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin-left:auto;
	margin-right:auto;
	width: 760px;
	padding: 0px;
}

.highlight {
	background-color: #F4F6FA;
}

.mailCol {
	width: 579px;
	background-color: #F1F1EF;
	background-image: url("shadow.gif");
	background-repeat: repeat-x;
	background-position: top;
}
.lightText,.footer {
	color: #333;
	font-size: 75%;
}
.footer {
	background-color: #fff;
	text-align: center;
	border-top: 1px solid #A1A1A1;
	border-left: 1px solid #A1A1A1;
	padding: 15px;
}
.tabl {

	color: #546D98;
	font-size: 100%;
}
#floatRight {
	display: none
}
#agentPhoto {
	display: none
}

#preview {
	background-color: #CCFFFF;
	width: 730px;
	border: 2px dashed #364F7B;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 15px;
}


/************** feature styles *****************/

.feature{
	padding: 0px 10px 10px;
	font-size: 75%;
	min-height: 400px;
	height: 350px;
}

html>body .feature {height: auto;}

.divLine {
	border-width: 1px;
	border-bottom-style: solid;
	border-color: #D2D7E0;
	padding-bottom: 10px;
}
/************ navLinks styles **************/

#navLinks{
	padding: 0px;
	float: right;
	width: 157px;
	background-color: #F4F6FA;
}
#navLinks a:link, #navLinks a:visited {
	display: block;
	border-top: 1px solid #fff;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	text-decoration: none;
	background-image:   url("nav.gif");
	background-position: right;
	color: #333;
	background-color: #fff;
}

#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active,
#navLinks a:hover, #navLinks a:active {
	font-weight: bold;
	text-decoration: none;
	background-color: #F1F1EF;
	background-image: none;
	border-top: 1px solid #B6B6AD;
	border-left: 1px solid #B6B6A9;
	border-right: 1px solid #A1A1A1;
}

#navLinks ul a:link, #navLinks ul a:visited {
	display: block;
	padding-left: 15px;
}
#navLinks ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font: bold small "Trebuchet MS", Verdana, Helvetica, sans-serif;
	height: 27px;
}

#navLinks li {
	margin: 0;
	border-bottom: 1px solid #747474;
}
/********* tab styles *********/
.tabOn {	
	color: #333;
	background-color: #F1F1EF;
	border-right: 1px solid #A1A1A1;
	border-left: 1px solid #fff;
	text-align: center;
	font-weight: bold;
}
.tabOff {
	color: #FFFFFF;
	text-align: center;
	background-color: #F1F1EF;
	border-right: 1px solid #A1A1A1;
	border-left: 1px solid #fff;
	background-image: url(cell.gif);
	background-repeat: repeat-x;
}

.tabOff a:link, .tabOff a:visited{text-decoration: none; color: #333;} 
.tabOff a:active, .tabOff a:hover{text-decoration: none; color: #333;}

.tabBottom {
	background-color: #F1F1EF;
	font-size: 90%;
	height: 20px;
}




/************** print styles **************/

@media print{ 

body {
	background: white;
	font-size: 12pt;
	}
	
#navLinks {
	display: none;
	}
	
.leftCol {
width: 0px;
}
	
#content {
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
}
.footer {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: none;
	border-left: none;
}
}

