/* TEXT CLASSES
 **********************************************************************/
BODY, P, TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#77786C;
	}

BODY {
	background: #EEF1D8;
	margin: 0px;
	}
		
P {
	margin-top:3px;
	line-height: 14px;
	}

H1 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003399;
	margin-top: 8px;
	padding-bottom: 4px;
	margin-bottom: 0px;
	}
	
H2 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #77786C;
	margin-bottom: 2px;
	}

H3 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003399;
	margin-top: 20px;
	margin-bottom: 2px;
	text-transform: uppercase;
	}

H4 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #77786C;
	margin-top: 20px;
	margin-bottom: 2px;
	}

H5 {
	font-size: 9px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	color: #77786C;
	margin-top: 4px;
	margin-bottom:0px;
	text-transform: uppercase;
	}
	
H6 {
	font-size: 9px;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	color: #77786C;
	margin-top: 4px;
	margin-bottom:0px;
	text-transform: uppercase;
	}

UL {
	padding-left: 18px;
	margin-left: 0px;
	margin-bottom: 6px;
	margin-top: 6px;
	}

OL {
	padding-left: 18px;
	margin-left: 10px;
	margin-bottom: 6px;
	margin-top: 6px;
	}

LI {
	padding-bottom: 6px;
	}

HR {
	color: #ADADA2;
	background-color: #ADADA2;
	height: 1px;
	}

/*.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 13px;
	margin-bottom:5px;
	}
*/

.smallText {
	font-family:Tahoma, arial, verdana;
	font-size:10px;
	color:#888888;

}


/* LINK CLASSES
 **********************************************************************/
A {
	color: #003399;
	text-decoration: underline;
	}

A:hover {
	color: #0099CC;
	text-decoration: none;
	}
		

/* GENERAL CLASSES
 **********************************************************************/
IMG {
	border: 0px;
}


/* SUB MENU CLASSES
 **********************************************************************/
DIV.subMenuLvl1 {
	text-transform: uppercase;
	padding: 5px 10px 5px 6px;
	background: url(/templates/espad/graphics/bgs/menuMainBg.gif) right top no-repeat;
}
DIV.subMenuLvl2 {
	padding: 2px 10px 2px 16px;
	border-bottom: 1px solid #EEF1D8;
}
DIV.subMenuLvl3 {
	padding: 2px 10px 2px 26px;
	border-bottom: 1px solid #EEF1D8;
}
DIV.subMenuLvl4 {
	padding: 2px 10px 2px 36px;
	border-bottom: 1px solid #EEF1D8;
}
DIV.subMenuLvl5 {
	padding: 2px 10px 2px 46px;
	border-bottom: 1px solid #EEF1D8;
}
DIV.subMenuLvl6 {
	padding: 2px 10px 2px 56px;
	border-bottom: 1px solid #EEF1D8;
}
A.subMenuOption {
	text-decoration: none;
	display: block;
	margin: 1px 0px 1px 5px;
}
A.subMenuOption:hover {
	color: #0099CC;
}
A.subMenuSel {
	text-decoration: none;
	color: #000000;
	display: block;
	margin: 1px 0px 1px 5px;
}
A.subMenuSel:hover {
	color: #0099CC;
}
A.subMenuPath {
	text-decoration: none;
	color: #000000;
	display: block;
	margin: 1px 0px 1px 5px;
}
A.subMenuPath:hover {
	color: #0099CC;
}

/* FORM CLASSES
 **********************************************************************/
FIELDSET {
	border: none;
	}
INPUT, TEXTAREA, SELECT {
	font-size: 11px;
	padding-left: 4px;
	padding-right: 2px;
}
INPUT, TEXTAREA {
	/*border: 1px solid #DA9292;*/
}
INPUT.search{
	height: 18px;
	border: 1px solid #A5ACB2;
	background: #ffffff;
	}
INPUT.login{
	height: 18px;
	border: 1px solid #A5ACB2;
	background: #EEF1D8;
	}
INPUT.buttonSubmit {
	margin-left: 3px;
	}
label.formLabelLight {
	color: #ffffff;
	text-transform: uppercase;
	}
label.formLabelDark {
	text-transform: uppercase;
	}	
SELECT {
	border: 1px solid #A5ACB2;
	}


/* HEADER CLASSES
**********************************************************************/

.header {
	width: 980px;
	height: 112px;
	margin-bottom: 5px;
	background: url(/templates/espad/graphics/bgs/headerBg.jpg) top left no-repeat;
}
DIV.logo {
	padding: 41px 0px 0px 15px;
	float: left;
	}
DIV.search {
	text-align: left;
	padding: 60px 8px 0px 0px;
	float: right;
	}
	
	
/* CONTENT CLASSES
 **********************************************************************/
DIV.containerBody {
	width: 980px;
	margin-bottom: 5px;
	}
TD.containerMenu {
	width: 242px;
	height: 100%;
	margin: 0px 5px 0px 0px;
	background: #ffffff;
	}
TD.containerContentStart {
	width: 242px;
	padding: 10px;
	margin: 0px 5px 0px 0px;
	background: #ffffff;
}
TD.containerContentStandard {
	width: 486px;
	padding: 10px;
	margin: 0px 5px 0px 0px;
	background: #ffffff;
}
TD.containerMap { 
	width: 486px;
	background: #ffffff;
}
TD.containerSideStandard {
	width: 242px;
	padding: 0px;
	margin: 0px 5px 0px 0px;
	background: #ffffff;
}
DIV.containerLogin {
	height: 100%;
	vertical-align: bottom;
	padding: 30px 10px 10px 10px;
	background: url(/templates/espad/graphics/bgs/loginBg.jpg) left top repeat-x;
	}
DIV.pageTitle {
	color: #003399;
	font-size: 14px;
	text-transform: uppercase;
	width: 85%;
	margin-bottom: 8px;
	}
DIV.pagePrint {
	text-align: right;
	text-transform: uppercase;
	float: right;
	padding: 2px 22px 2px 0px;
	background: url(/templates/espad/graphics/icons/print.gif) right center no-repeat;
}
DIV.caption {
	height: 100%;
	text-align: right;
	padding: 10px;
	background: url(/templates/espad/graphics/bgs/loginBg.jpg) left top repeat-x;
	}
DIV.separator {
	height: 1px;
	background: #EEF1D8;
	margin: 10px 0px 10px 0px;
	}


/* FOOTER CLASSES
**********************************************************************/
DIV.footerContainer {
	width: 980px;
	vertical-align: top;
	border-top: 1px solid #ACAE9C;
	border-bottom: 1px solid #D0D3BD;
	background: #E0E3CB;
	}
DIV.footer {
	text-align: left;
	padding: 5px 10px 8px 10px;
	border-top: 3px solid #D0D3BD;
	}
A.footer {
	text-decoration: none;
}
A.footer:hover {
	text-decoration: none;
}

