/* This file needs to be saved in the UTF-8 format in order to handle EditMenuName attributes with non-english characters */

/* -- Standard divs --*/
img
{
	border: 0;
}
.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%;
}
*/
/* --- Divs used for page structure ---*/
#containerdiv
{
	text-align: left;
}
#containerdivmargin
{
	width: 80em;
/*	width: 888px;*/
	margin: 2em;
}
#headerdiv
{
}

#leftmenudiv
{
	float:left;
	width: 12.5em;
/*	width: 125px; */
	text-align: left;
	padding-bottom: 1em;
}

#tslStymbol
{
	float:left;
}
.tslSymbolImg
{
	width:11.7em;
}
#logoutDiv
{
	-text-align: center;
	padding-left: 15px;
	border: 1px #e0edc5 solid;
	padding-bottom: 10px;
}
#logoutDivPadding
{
}
.lnkLoggout 
{
	text-decoration: none;
	color: Black;
}

#topImage
{
	float:left;
	margin-left:3em;
}
#topImage img
{
	width:49.5em;
}
.topRightMenu
{
	float:left;
	width:14.5em;
	margin-left:0.5em;
}
.clearLogin
{
	clear:both;
}

#rightmenudiv
{
	float: right;
	height: 100%;
	width: 20em;
}
#rightmenupaddingdiv
{
}
.rightmenuinnerpaddingdiv
{
	padding: 0em 1em 1em 1em;
	border-left: 1px solid silver;
}

#maincontainerdiv
{
	_width:100%;				/* css-hack ie only */
	position:relative;
	overflow:auto;
	margin-top: 2em;
	margin-bottom: 2em;
}
#startpage_maincontainerdiv
{
	_width:100%;				/* css-hack ie only */
	position:relative;
	margin-bottom: 4em;
}
#contentdiv
{
	_width:100%;				/* css-hack ie only */
	margin-left: 15.5em;
/*	min-height: 40em; */
	margin-bottom: 2em;
}
#startpage_contentdiv
{
	padding-top:20px;
}
#mainareadiv
{
/*	width: 25em;*/
	text-align: left;
}
#startpage_mainareadiv
{
	text-align: left;
}

#rightListingBox
{
	border: solid #F0E5CE 0.1em;
	background-color: #F0F0F0;
}

#footermaindiv
{
	border-top: solid 1px #c8dfab;
}
#footermiddlepaddingdiv
{
	margin: 1.2em 0em 1.2em 0em;
}
#footermiddlediv
{
	text-align: center;
	color: #707070;
	font-weight: bold;
	word-spacing: 3px;	
}

#quickbar
{
	text-align: right;
}

#cookielink
{
	border-width: 0.1em 0em;
	border-style: solid;
	border-color: #ddd;
	padding: 0.5em 0em;
	margin-top: 1em;
	display: block;
}

#leftdiv
{
	width: 55%;
	float: left;
	text-align: left;
	height: 100%;
	background-color: #FFFFFF;
}
#rightdiv
{
	width: 40%;
	float: right;
	text-align: left;
	height: 100%;
}

#extranetfooterleft
{
	float: left;
	text-align: left;
	width: 100%;
/*	clear: both;*/
}

#extranetfooterright
{
	float: right;
	text-align: right;
	width: 100%;
	clear: both;
}
