/* 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 ---*/
body
{
	background-color: #000000;
	color: #ffffff;	
}
#fullcontainerdiv
{
    width: 905px;
	height: 579px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	scrollbar-face-color: white;
	scrollbar-shadow-color: #b1b1b1;
	scrollbar-highlight-color: #b1b1b1;
	scrollbar-3dlight-color: white;
	scrollbar-darkshadow-color: white;
	scrollbar-track-color: white;
	scrollbar-arrow-color: #b1b1b1;
}
#containerdiv
{
	float: left;
	width: 100%;
	border: solid 1px #ffffff;
}
#headerdiv
{
	float: left;
	width: 100%;
}
#quickbardiv
{
	position:relative; 
	margin-top: -5em; 
	margin-right: 3px; 
	float: right; 
	text-align: right;
	width: 48%;
}
#leftmenudiv
{
    float: left;
	width: 280px;
	height: 504px;
	background: #000000;
}
#mainareadiv
{
	float: left;
	text-align: left;
}
#leftandmaindiv
{
    float: left; 
    width: 701px;
}
.normalwidth
{
	width: 375px;
}

#rightmenudiv
{
	float: right;
	text-align: left;
	width: 202px;
	padding: 0px;
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
}
#rightListingBox
{
	border: solid #F0E5CE 0.1em;
	background-color: #F0F0F0;
}
#printdiv
{
     float: left; 
     width: 100%; 
     max-width: 97%;
     height: 398px; 
     overflow: auto; 
     margin-top: 10px;
     padding-right: 15px;
}

img
{
	border: 0;
}

#topmenudiv
{ 
    width: 100%;
	height: 57px;
}
.startpagewidth
{
	width: 67%;
}
#quickbar
{
	text-align: right;
}
#footerdiv
{
	float: right;
	width: 100%;
	border-top: solid 1px #ffffff;
}
#footerimagediv
{
    float: right;
    width: 100%;
    height: 40px;
    /*background-image: url(/images/webringstoriestolife_200px.jpg);
    background-repeat: no-repeat;
    background-position: right;*/
}
#maincontainerdiv
{
	width: 100%;
	float: right;
	background-color: #FFFFFF;
}
#contentdiv
{
    float: left;
	width: 420px;
	max-width: 400px;
	height: 504px;
	padding: 0px 0px 0px 20px;
	color: #000000;
}
#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;
}
/* -- 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;
}
