/* This file needs to be saved in the UTF-8 format in order to handle EditMenuName attributes with non-english characters */

/* --- Divs used for page structure ---*/

#containerdiv
{
	width: 78em;
	margin: 1em;
	text-align: left;
	border: solid #D4D2CC 0.1em;
}
#headerdiv
{

	display: block;
	float:left;
}
#quickbardiv
{
	position:relative; 
	margin-top: -14em; 
	margin-right: 3px; 
	float: right; 
	text-align: right;
	width: 48%;
}
#leftmenudiv
{
	width: 20em;
	float: left;
	text-align: left;
	background-color: #Ffffff;
	padding-left:1em;
	padding-top:1em;
	padding-bottom:1em;
}
#voicearea
{
	padding-top:0.3em;
}
#Categoryarea
{
	Background-color: #ff00FF;
}
#leftmenudivStartPage
{
	width: 22%;
	float: left;
	text-align: left;
	background-color: #Ffffff;
}
#mainareadiv
{
	float: left;
	text-align: left;
}
#mainareafrontdiv
{
	float: left;
	text-align: left;
	width: 500px;
	padding:10px;
}
#rightareafrontdiv
{
	float: left;
	text-align: left;
	width: 170px;
	padding:10px;
}
.normalwidth
{
	width: 72%;
}
#rightmenudiv
{
	width: 15em;
	float: right;
	text-align: left;
	margin-right:0.5em;
	margin-top: -2.1em;
	padding-left:1em;

}
#rightListingBox
{
	border: solid #F0E5CE 0.1em;
	background-color: #F0F0F0;
}

img
{
	border: 0;
}
body.normalpage
{
	background-image:url(../images/background.gif);
}
#topmenudiv
{ 
	background-color: #A9A9A9;
	text-align: left;
	display: block;
	height: 2.3em;
}
#topmenucontrol
{
	margin-top: 0em;
	padding: 0.4em 0em 0.3em 0.4em;
	width: 100%;
	font-size: 1.1em;
	font-family: Verdana, Arial, Tahoma, ;
}
#contentdivStartPage
{
	width: 100%;
	float: right;
	background-color: #FFFFFF;
}
.startpagewidth
{
	width: 67%;
}

#rightmenudivStartPage
{
	width: 29%;
	float: right;
	text-align: left;
	padding-left: 1em;
	padding-right: 1em;
}

#quickbar
{
	text-align: right;
}
#footerdiv
{
	background-color: White;
	border-top: solid #D4D2CC 0.1em;
	float: right;
	width: 87.7em;
	height: 2.1em;
}
div.footerleftcornerdiv
{
	background-image: url(../images/corner_left_footer.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 0.5em;
	height: 2.1em;
	float: left;
}
div.footerrightcornerdiv
{
	background-image: url(../images/corner_right_footer.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 0.5em;
	height: 2.1em;
	float: right;
}
#footermaindiv
{
	width: 76.8em; 
	float:left; 
	padding-top: 0.5em;
	height: 2.1em;
}
#footerleftdiv
{
	width: 33%; 
	float: left; 
	text-align: left;
}
#footermiddlediv
{
	width: 33%; 
	float: left; 
	text-align: center;
}
#footerrightdiv
{
	width: 33%; 
	float: left; 
	text-align: right;
}
#maincontainerdiv
{
	padding-top: 0em;
	padding-bottom: 0em;
	padding-left:0em;
	float: left;
	background-color: #FFffFF;
	width:87.7em;
	min-height:500px;
	height:auto !important;
	height:500px;
}
#contentdiv
{
/*	width: 77%;
	float: right;*/
	float: left;
	width:67.5em;
	padding-top:1em;
	padding-left:1em
	
}
#topmenu
{
	margin-top: 1.7em;
	padding: 0.4em 0em 0.1em 1em;
	width: 100%;
}
#cookielink
{
	border-width: 0.1em 0em;
	border-style: solid;
	border-color: #ddd;
	padding: 0.5em 0em;
	margin-top: 1em;
	display: block;
}
/* -- Standard divs --*/

.leftfloating
{
	float: left;
}

.topfloating
{

}

.rightfloating
{
	float: right;
}
.centered
{
	text-align: center;
}
.rightaligned
{
	text-align: right;
}
.leftaligned
{
	text-align: left;
}
.hidden
{
	display:none;
}
img.borderless
{
	border: 0;
}
div.tablerow
{
	width: 99%;
	padding: 0.5em;
}
div.description
{
	float: left;
	width: 30%;
	font-weight: bold;
}
div.content
{
	float: right;
	width: 70%;
}
div.fullwidth
{
	width: 100%;
}
div.rightpadded
{
	padding-right: 1em;
}
div.clear
{
	clear: both;
}

