/* 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-image: url(/vb/images/background.jpg);*/
	background-repeat: repeat-y;
	background-position: center top;		
}
#fullcontainerdiv
{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
.maincontainerdiv
{
	float: left;
	max-width: 972px;
	width: 980px;
	padding-left: 8px;
	text-align: left;
}

#containerdiv
{
	float: left;
	width: 980px;
	background-color: White;
}
#headerdiv
{
	float: left;
	width: 100%;
	height: 120px;
	background-color: #a40000;
}
.headereditor
{
	float:left; 
	width:300px; 
	overflow:hidden;	
}
#mainareadiv
{
	float: left;
	width: 475px;
}
.voicearea
{
    float: left;
    width: 455px;
    padding: 0px 10px 0px 10px;
}
.rightmenudiv
{
	float: left;
	width: 226px;
	padding-left:14px;
}
#rightoutercontainer
{
	float: left;
	width: 250px;
	padding-left: 7px;
}

#footerdiv
{
	float: left;
	width: 980px;
}

#contentdiv
{
	float: left;
	width: 715px;
}
#quickbar
{
	float: left;
	width: 96%;
	margin: 20px 2% 0px 2%;
	font-size: 80%;
	text-align: right;
}

#quickbar a 
{
    color: #5C5C5C;
    text-decoration: none;

}
#breadcrumbs
{
	float:left; 
	width:100%; 
	margin-bottom:10px; 
	padding-top:5px;	
}
#topmenu
{
	float: left;
	width: 100%;
	height: 22px;
	background-image: url(/vb/images/bgtopmenu.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}
#submenu
{
	float: left;
	width: 100%;
	height: 35px;
	background-image: url(/vb/images/bgsubmenu.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}

.rightoutsidebannerdiv
{
	top: 5px; 
	left: 50%; 
	margin-left: 495px;
}

.leftoutsidebannerdiv
{
	top: 5px; 
	right: 50%; 
	margin-right: 495px;
}

/* -- Standard divs --*/

.leftfloating
{
	float: left;
}
.rightfloating
{
	float: right;
}
.centered
{
	text-align: center;
}
.rightaligned
{
	text-align: right;
}
.leftaligned
{
	text-align: left;
}
.hidden
{
	display:none;
}
.uppercase
{
	text-transform: uppercase;
}
img.borderless
{
	border: 0;
}
div.tablerow
{
	width: 99%;
	padding: 0.5em;
}
div.description
{
	float: left;
	width: 20%;
}
div.content
{
	float: right;
	width: 79%;
}
