/* 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 ---*/
html > body #containerdiv
{
	margin: 0 auto;
	width: 922px;
	height: 100%;
	text-align: center;
}
#containerdiv
{
	width: 922px;
	height: 100%;
	margin: 0;
	text-align: left;
	background-image: url(../images/StartPage/back1.jpg);
	background-repeat: repeat-x;
	padding-top: 20px;
	xfloat:left;
}
#toolbardiv
{
	float:left;
	width:54px;
	height:100%;
}
#headerdiv
{
	text-align: center;
	display: block;
}
#quickbardiv
{
	position: relative;
	margin-top: -5em;
	margin-right: 3px;
	float: right;
	text-align: right;
	width: 48%;
}
#globalmenudiv
{
	position: relative;
	margin-top: -100px;
	margin-right: 300px;
	float: right;
	text-align: right;
	width: 48%;
}
#contentdiv
{
	width: 74%;
	float: right;
	padding-top: 20px;
}
#breadcrumbdiv
{
	background-color: #d3d3d3;
	border-top: 2px solid #fff;
	border-bottom: 1px solid #fff;
	text-align: left;
	height: 24px;
	width: 100%;
}
#breadcrumbinnerdiv
{
	float:left;
	padding: 5px 0 0 25px;
}
#logohotspot
{
	width:200px;
	height:50px;
	float:left;
	margin-top:-100px;
}
#printout
{
	float:right;
	padding-top: 5px;
}
#leftmenudiv
{
	width: 210px;
	height: 500px;
	float: left;
	text-align: left;
	border-right: solid 1px #fff;
}
#mainareadiv
{
	float: left;
	text-align: left;
	padding-top: 20px;
}
.normalwidth
{
	width: 70%;
}
#rightmenudiv
{
	width: 28%;
	float: right;
	text-align: left;
	margin-right: 10px;
}
#rightmenuimg
{
	float: left;
	background:  url(/images/okonor/rightbackgroundpic2.gif) no-repeat top right;
}
#rightListingBox
{
	border: solid #F0E5CE 0.1em;
	background-color: #F0F0F0;
}
#rightMenuHeight
{
	width:0px;
	height:500px;
	float:left;
}
img
{
	border: 0;
}
body
{
	background-image: url(../images/StartPage/back1.jpg);
	background-repeat: repeat-x;
	background-color: #94a5af;
	color:#676767;
}
#topmenudiv
{
	text-align: left;
	display: block;
	margin-top: -35px;
	margin-bottom: 0.3em;
	height: 2.3em;
	padding: 0 275px 0 20px;
	border: 0px solid green;
}
#topmenucontrol
{
	margin-top: 0em;
	padding: 5px 0px 5px 0px;
	width: 100%;
	font-size: 12px;
	font-family: Arial, Tahoma,Verdana,;
	font-weight: bold;
	color: #9c9c9c;
}
#contentdivStartPage
{
	xwidth: 922;
	float: right;
	border:solid 0px red;
}
.startpagewidth
{
	width: 67%;
}

#rightmenudivStartPage
{
	width: 29%;
	float: right;
	text-align: left;
	padding-left: 1em;
	padding-right: 1em;
}

#quickbar
{
	text-align: right;
}
#footerdiv
{
	float: right;
	width: 100%;
	height: 28px;
}
div.footerguilosh
{
	height: 74px;
	background: #fff url(../images/okonor/footerguilosh.gif) no-repeat;
}
#footermaindiv
{
	width: 922px;
	float: left;
	height: 28px;
	background-color: #000;
}
#footerleftdiv
{
	width: 50%;
	float: left;
	text-align: left;
	vertical-align: middle;
	padding: 8px;
	color: #cbcaca;
}
#footermiddlediv
{
	width: 25%;
	float: left;
	text-align: center;
}
#footerrightdiv
{
	width: 25%;
	float: left;
	text-align: right;
}
#footerlnk
{
	color: #47779a;
	text-decoration: none;
}
#maincontainerdiv
{
	padding-bottom: 20px;
	float: right;
	background: #FFFFFF url(/images/okonor/gradient.gif) repeat-x top left;
}
#rightimagediv
{
	height:500px;
	width:60px;
	background: #888888 url(/images/okonor/rightbackgroundpic1.gif) no-repeat top 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;
}
/* -- 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;
}
