html, body
{
	height: 100%;
	min-height:100%;
}

div p
{
	margin-top:0px;
}

body
{
	font-size: 11px;
	font-family: verdana;
	background-color: #959595;
	margin: 0px;
	padding: 0px;
	min-height:100%;
	text-align:center;
}

#divPageContent
{
	background-image: url(../images/visitor/shadow.gif);
	width: 747px;
	margin:0px auto;
	text-align:left;
	padding-bottom:3px;
	margin-bottom:-52px;
}

#divLayerA
{
	margin-left:6px;
	margin-right:6px;	
	background-color:White;
	height:100%;
	min-height: 100%;
	background-image: url(../images/visitor/pitcher.jpg);
	background-repeat: no-repeat;
}

#divLayerAA
{
	margin-left:6px;
	margin-right:6px;	
	background-color:White;
	height:100%;
	min-height: 100%;
	background-repeat: no-repeat;
}

#divLayerB
{	
	background-color:White;
	height:100%;
	margin-left:120px;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:20px;
	padding-top:15px;
	min-height: 450px;

}


html > body #divLayerA,#divLayerB    /* HACK FOR MOZILLA */
{
	height: auto;
}

/* ---- HEADER ----- */

.divHeader
{
	margin-left:6px;
	background-image: url(../images/visitor/header_en.jpg);
	width: 735px;
	height: 56px;
}

.divHeaderTitle
{
	font-size:12px;
	color:White;
	font-weight:bold;
	float:right;
	padding-right:17px;
	padding-top:8px;	
}

.divPageTitle
{
	font-family: Arial;
	font-style: italic;
	font-size: 24px;
	color: #3D6D92;
	width: 100%;
	border-bottom: 1px dashed #B4B4B4;
	margin-bottom: 15px;

}

/* ---- FORMS ---- */

.divForm
{
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.divRow
{
	height:19px;	
	margin-top:1px
}

.divFrmColFloat
{
	float:left;
}
.divFrmCol1
{
	width:150px;
	float:left;
	margin-top:4px;
}

.divFrmCol12
{
	width:150px;
	float:left;
}

.divFrmCol2
{
	float:left;
	margin-top:4px;
}


.divFrmField
{
	float: left;
}

.divMidFrmCol1
{
	margin-top: 4px;
	width:180px;
	float:left;
}

/* ----- MENU ----- */

.divMenu
{
	margin-left:6px;
	width: 735px;
	background-image: url(../images/visitor/menu.gif);
	font-family: Verdana;
	color: White;
	font-weight: bold;
	font-size: 10px;
	padding-top:5px;
	height: 21px !important;	              /* MOZZILA HACK --> Height - padding-top*/ 
	height: 26px;			                  /* IE Width */
}


A.divItemMenuLeft
{
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	text-decoration: none;
	color: White;	
}

A.divItemMenuLeft:hover
{
	text-decoration: underline;
}


/* ---- FONTS ---- */

A
{
	color: Black;
}

.fntDefault
{
	font-size: 11px;
	font-family: verdana;
}

.fntRed
{
	font-size: 11px;
	font-family: verdana;
	color: Red;
}

.fntDefaultBold
{
	font-size: 11px;
	font-family: verdana;
	font-weight: bold;
}

.fntDescription
{
	font-size: 10px;
}

.fntTips
{
	/*	font-style:italic; */
	font-size: 11px;
}

.fntDefaultGreen
{
	color:Green;
	font-weight:bold;
}

/* ----- TABLES ----- */

.tblHeader
{
	background-color: #5287AF;
	color: #FFFFFF;
	height: 20px;
	font-weight: bold;
}

.tblItemStyle
{
	background-color: #DBE0E4;
	border-color: white;
	border-width: 1px;
	border-style: solid;
}

.tblAlternatingItemStyle
{
	background-color: #EAEFF2;
	border-color: Black;
	border-width: 1px;
	border-style: solid;
}

.tblCol1
{
	width: 200px;
}

.tblCol2
{
	text-align: right;
}



