/* 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 ---*/

p
{
	margin: 0 0 5px 0;
}


#containerdiv
{
	

}

#maincontainerdiv
{

	
}


#quickbardiv
{
	text-align: left;
	width: 270px;
}

#leftmenudivcontainer
{
	position: absolute;	
	width: 175px;
	top: 0px;
	left:0px;	
	text-align: left;	
}

#contentdivcontainer
{
	position:absolute;	
	width: 487px;	
	left:175px;
	top: 0px;
	overflow: hidden;	
}

#rightmenudivcontainer
{
	position:absolute;
	width: 298px;
	left:662px;
	top: 0px;			
}

#mainareadiv
{
	width: 487px;
	position:relative;
	text-align: left;
}
.normalwidth
{
	/*width: 72%;*/
}


#rightmenudiv
{	
	padding: 7px 7px 7px 7px;
}

#rightListingBox
{
	border: solid #F0E5CE 0.1em;
	background-color: #F0F0F0;
}


.spacenormal
{
	line-height: 7px;	
}

.whiteboxdivcontainer
{			
	overflow:hidden;
}

.brownsboxdivcontainer
{			
	overflow:hidden;
}

.goldenboxdivcontainer
{			
	overflow:hidden;
}

.brownsboxdiv
{	
	background-color: white;
	padding: 7px;		
	border: solid 5px #ceb57b;		
}

.goldenboxdiv
{
	background-color: #d0b67b;
	padding: 7px;
}

.whiteboxdiv
{		
	background-color: white;
	padding: 7px 7px 7px 7px;
	
}

.goldenboxborderdiv
{
	padding: 3px;
	border: solid 1px white;	
}
	
.boxborderdiv
{
	padding: 7px 7px 7px 7px;	
	border: solid 1px #d6b57b;		
	}

.boxcontentdiv
{
	font: bold 10;
}

div.membertext
{
	text-align: center;
	font-family: Georgia;
	font-size:18px;
	color: White;
}

img
{
	border: 0;
}
body
{
	background-color: #F0F0F0;
	
}
#topmenudiv
{ 
	background: #E0D2B5 url(../images/topmenubg.gif) repeat-x;
	text-align: left;
	display: block;
	margin-bottom:0.3em;
	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: #F0E5CE url(../images/footer_gradient.gif) repeat-x;
	float: right;
	width: 100%;
	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;
}



#topmenu
{
	margin-top: 1.7em;
	padding: 0.4em 0em 0.3em 1em;
	width: 100%;
}
#cookielink
{
	border-width: 0.1em 0em;
	border-style: solid;
	border-color: #ddd;
	padding: 0.5em 0em;
	margin-top: 1em;
	display: block;
}

.innertopregion
{
	border-top: solid 1px black;
	margin-bottom: 12px;
	padding-top: 12px;
	font-family: Georgia;
	margin-left: 15px;	
}

/* -- 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%;
}
div.rightpadded
{
	padding-right: 1em;
}
div.clear
{
	clear: both;
}

/*-- Newslist --*/
a.listlink
{
	color: #ef3942;
	text-decoration: none;
}

div.readtop
{
	padding-bottom: 7px;
	margin-bottom:7px;
	font-size: 18px;
	text-align: center;	
	border-bottom: solid 1px black;
}

div.newsbottom
{
	padding-bottom: 7px;
	margin-bottom:7px;	
	border-bottom: solid 1px black;
	font-size: 11px;
}

div.linespacer
{
	padding-bottom: 3px;
	font-size: 11px;
}

a.readlink
{
	color: Black;
	text-decoration: none;
	font-family:Georgia;
	font-size: 11px;
	padding-left:4px;
	
	
}

a.readlink:hover
{
	text-decoration: underline;
}