/*****************************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;
}

.titlelink:link, .titlelink:active, .titlelink:visited
{
	font-weight: bold;
	text-decoration: none;
}
.linksmall
{
	text-decoration: none;
}
.email
{
	font-weight: bold;
	text-decoration: none;
}

.separatorline
{
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

/*****************************FLYOUT*****************************/

#flyout .level0, #flyout .level0selected
{
	height: 38px;
	width: 125px;
	text-align: center;
	float: left;
	background-repeat: no-repeat;
}
#flyout .container
{
	padding-top: 22px;
}
#flyout .menu0:link, #flyout .menu0:visited, #flyout .menu0:active
{
	text-decoration: none;
}

#flyout .flyoutContainer
{
	position: relative;
	text-align: left;

}
#flyout .flyoutShow
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 125px;
}

#flyout .level1
{
	padding: 2px 5px 2px 5px;
}
.flyoutShow
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 125px;
}
.flyoutHidden
{
	position: absolute;
	visibility: hidden;
}


/*****************************CONTENT*****************************/
#content
{
	padding: 20px 40px 40px 40px;
	height: 100%;
	background-image:url(/media/bg-content.gif);
	background-repeat:no-repeat;
	background-position:right;
}

.contentTable
{
	height: 100%;
}
											
/*****************************SERVICE LEFT*****************************/
#serviceLeft
{
	padding: 248px 9px 35px 9px;
}

#quickrequest .titleContainer
{
	margin: 9px 0 9px 0;
}

#frameNewsletter .titleContainer
{
	margin-top: 15px;
}

.logo
{
	margin-top: 25px;
	text-align: center;
}

/*****************************SERVICE RIGHT*****************************/
#serviceright .titleContainer
{
	border-top: solid 1px white;
	border-bottom: solid 1px white;
	height: 19px;
	padding: 2px 12px 0 12px;
	margin-top: 6px;
}

#frameoffers .container
{
	padding: 10px 12px 0 12px;
}
#frameoffers .image
{
	margin: 8px 12px 12px 12px;
}

#frameweather .container
{
	padding: 6px;
	margin-bottom: 10px;
}
#frameweather .container, #frameweather .container td
{
	text-align: center;
}

#framewebcam
{
	margin: 0 16px 45px 16px;
}

#language
{
	margin: 0 16px 30px 16px;
}

/*****************************MENU BOTTOM*****************************/
#menubottom
{
	margin-left: 16px;
}

/********************************************** 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 ***************************************************/
