/*****************************GENERAL*****************************/
body, form
{
	overflow: auto;
	margin: 0px;
}
body, p, li, dl, ul, ol, h1, h2, h3, h4, h5, h6, table
{
	font-family: Arial;
}

/*****************************TEXT*****************************/
.text
{
	text-decoration: none;
}
.textsmall
{
	text-decoration: none;
}
.title
{
	font-weight: bold;
}

.modulelink
{
	text-decoration: underline;
}
.moduletitlelink
{
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
.linksmall
{
	text-decoration: none;
}
.email
{
	font-weight: bold;
	text-decoration: none;
}

.separatorline
{
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

/*****************************BACKGROUND*****************************/
.shadowLT
{
	width: 4px;
}


/*****************************CONTENT*****************************/
.logoContainer
{
	float: left;
}
.bannerContainer
{
	float: right;
}

#content
{
	margin: 65px 30px 53px 30px;
	padding: 80px 18px 30px 20px;
	border: solid 1px #eee3c6;
}

#pageTitle
{
	position: relative;
	
}
#pageTitle .background
{
	position: absolute;
	width: 420px;
	top: -120px;
	left: 16px;
	text-align: right;
	font-weight: bold;
	padding:0 10px 10px 0;
}
#pageTitle .container
{
	position: relative;
	float: left;
}
#pageTitle .pageTitle
{
	position: absolute;
	top: 27px;
	left: 10px;
	width: 400px;
	text-align: left;
	font-family: Georgia;
	font-weight: normal;
	padding: 0 0 4px 0;
}


/*****************************SERVICE LEFT*****************************/
#serviceLeft
{
	border-top: solid 1px white;
	border-right: solid 1px white;
}

/*****************************MENU LEFT*****************************/
#menuLeft
{
	padding: 13px 11px 13px 13px;
}
#menuLeft .container
{
}
#menuLeft .menu0
{
	font-family: Arial;
	text-transform: uppercase;
	text-decoration: none;
}
#menuLeft .menu0 .menuItem, #menuLeft .menu0 .selectedItem
{
	padding: 7px 9px 9px 7px;
}

#menuLeft .menu1
{
	font-family: Arial;
	text-decoration: none;
}
#menuLeft .menu1 .menuItem, #menuLeft .menu1 .selectedItem
{
	padding: 5px 10px 5px 20px;
	display: block;
}

#menuLeft .menu2
{
	font-family: Arial;
	text-decoration: underline;
}
#menuLeft .menu2 .menuItem, #menuLeft .menu2 .selectedItem
{
	padding: 5px 9px 5px 25px;
}
#menuLeft .separatorlevel2
{
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}


/*****************************QUICK REQUEST*****************************/
#quickRequest
{
	margin-left: 1px;
}
#quickRequest .content
{
	padding: 22px 5px 8px 5px;
}
#quickRequest a
{
	text-decoration: none;
}
#quickRequest a .button
{
	width: 65px;
	padding: 3px 8px 3px 8px;
}

/*****************************MENU TOP*****************************/
#menuTop .container
{
	padding: 8px 0 4px 39px;
}
#menuTop .frameNewsletter
{
	padding: 8px 8px 4px 8px;
}
#menuTop .level0
{
	padding-right: 19px;
	float: left;
}
#menuTop a .button
{
	width: 19px;
	padding: 5px 0px 5px 0px;
	text-align: center;
}

/*****************************SERVICE RIGHT*****************************/
#serviceRight
{
	margin-top: 65px;
}
#serviceRight .spacer
{
	height: 34px;
}

/*****************************FRAME OFFERS*****************************/
#frameOffers .item
{
	padding: 10px 8px 0 8px;
}
#frameOffers .image
{
	margin-right: 8px;
	float: left;
}
#frameOffers .description
{
	margin-top: 5px;
}
#frameOffers .separatorline
{
	margin-top: 13px;
}

#frameOffers .linkContainer
{
	padding: 0 8px 13px 8px;
}

/*****************************FRAME DOWNLOAD*****************************/
#frameDownload .item
{
	padding: 10px 8px 10px 8px;
}
#frameDownload .description
{
	margin-top: 5px;
}

/*****************************FRAME WEATHER*****************************/
#frameWeather .item
{
	padding: 10px 8px 10px 8px;
}
#frameWeather .description
{
	margin-top: 5px;
	margin-bottom: 10px;
}
#frameWeather .imagecontainer
{
	padding: 5px;
}
#frameWeather .link
{
	text-decoration: underline;
}

/*****************************FOOTER*****************************/
#footer .container
{
	padding-top: 35px;
	text-align: center;
}
#footer .link
{
	text-decoration: none;
}

/*****************************FAVICONS*****************************/
#favicons
{
	padding-top: 35px;
	text-align: center;
	cursor:pointer;
}

/*****************************LANGUAGE*****************************/
#language
{
	padding-bottom:8px;
	float:left;
}
#language a
{
	text-transform:uppercase;
	text-decoration:none;
}

/*****************************MENU TOP*****************************/
#menuTopRight
{
	padding-bottom:8px;
	float:right;
}
#menuTopRight,#menuTopRight a
{
	text-decoration:none;
}


/********************************************** Styles ***************************************************/


.PopupFrocen 
{
	background-color:#444444;
	z-index:1000;	
}



.PopupWindow
{
	z-index:1001;
}

.PrintContainer
{
	position:relative;
	width:100%;
	height:100%;
	overflow:auto;
}

.PrintContent
{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:0;
	width:97%;
}

.PrintLock
{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:10;
}

.ScrollBoxContainer{position:relative;width:100%; height:100%; overflow:auto; padding-right:10px; margin:solid 1px black; }
.ScrollBox{position:absolute; top:0; bottom:0; left:0; right:0; width:615px; height:100%; overflow:auto; padding-right:10px;}


/********************************************** /Styles ***************************************************/
