/* 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: 81em;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	/*border-right: 1px;
	border-bottom: 1px;
	border-left: 0px;
	border-top: 0px;
	border-color: #999;
	border-style: solid;*/
	background-color: #FFF;
}
#headerdiv
{
	text-align: center;
	display: block;
}
#quickmenudiv
{
	position:relative; 
	margin-top: -5em; 
	margin-right: 3px; 
	float: right; 
	text-align: right;
	width: 50%;
}
#leftmenudiv
{
	width: 22%;
	float: left;
	text-align: left;
	background-color: #E9F3FC;
	
}
#mainareadiv
{
	float: left;
	text-align: left;
}
#startmainareadiv
{
	float: left;
	text-align: left;
	padding-right: 1em;
	border-right:1px #CCCCCC solid;
}
.normalwidth
{
	width: 72%;
}
#rightmenudiv
{
	width: 26%;
	float: right;
	text-align: left;
	margin-right:0.5em;
	margin-top: -2.1em;
}
#rightListingBox
{
	border: solid #F0E5CE 0.1em;
	background-color: #F0F0F0;
}

img
{
	border: 0;
}
body
{
	background-color: #F0F0F0;
	background-image: url(../images/bg_line.gif);
}
#topmenudiv
{ 
/*	margin-top: -0.5em;*/
	padding-top: 0.5em;
	background-color: #FFF;
	text-align: left;
	display: block;
	padding-left: 0.4em;
	/*margin-bottom:0.3em;*/
	margin-bottom:0em;
	/*height: 2.3em;*/
}
#topmenucontrol
{
	margin: 0em;

	/*padding: 0.4em 0em 0.3em 0em;*/
	padding: 0px;
	width: 100%;
	font-size: 1.1em;
	font-family: Verdana, Arial, Tahoma, ;
	background-image: url(../images/wave.jpg);

}
#contentdivStartPage
{
	width: 100%;
	float: right;
/*	background-color: #FFFFFF;*/
}
.startpagewidth
{
	width: 72.5%;
}

#rightmenudivStartPage
{
	width: 23%;
	float: right;
	text-align: left;
	padding-left: 1em;
	padding-right: 1em;
}
#CalendarStartPage
{
	width: 47%;
	float: right;
	text-align: left;
	padding-left: 0em;
	padding-right: 1em;
}
#NewslistStartPage
{
	width: 46%;
	float: left;
	text-align: left;
	padding-left: 0em;
	padding-right: 1em;
	border-right: 1px #CCCCCC solid;
}
#quickbar
{
	text-align: right;
}
#footerdiv
{
/*	background-image: url(../images/footer_gradient.gif);*/
	background-repeat: repeat-x;
	float: right;
	width: 100%;
	height: 2.1em;
	background-color: #FFF;
}
div.footercornerdiv
{
	float:left; 
}
img.footercornerimage 
{
	height: 2.1em;
}
#footermaindiv
{
	/*width: 76.8em; */
	/*width: 100%; */
	float:left; 
	padding-top: 0.5em;
	height: 2.1em;
}
#footerleftdiv
{
	width: 80%; 
	float: left; 
	text-align: left;
}
#footermiddlediv
{
	width: 63%; 
	float: left; 
	text-align: center;
}
#footerrightdiv
{
	width: 18%; 
	float: right;
	text-align: left;
}
#maincontainerdiv
{
	padding-top: 1em;
	padding-bottom: 3em;
	padding-left:1em;
	background-color: #FFFFFF;
	/*border-width: 0px 1px 0px 1px;
	border-color: #D0D1D3;
	border-style: solid;*/
	font-size: 1.1em;

}
#contentdiv
{
	width: 77%;
	float: right;
}
#topmenu
{
	margin-top: 1.7em;
	padding: 0.4em 0em 0.3em 1em;
	width: 100%;
}
#quicksearchdiv
{
	padding-top: 0.2em;
	height: 2.9em;
}
#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;
}
.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: 20%;
}
div.content
{
	float: right;
	width: 79%;
}
div.fullwidth
{
	width: 100%;
}
.usernamelabel
{
	color: #ccc;
}
div.emptyclear
{
	clear: both;
	width: 1px;
	height: 0;
	line-height: 1px;
	font-size: 1px;
}