/* 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 ---*/
.normalpage
{
	background-image: url(../images/paletter/yellow/bg_tone.gif); 
	background-repeat:repeat-x; 
}
#containerdiv
{
	width: 779px;
	float:left;
	padding-left:3px;
	padding-right:3px;
	max-width: 773px; 
}
.containerborder
{
	width: 779px;	
	margin: auto;
}
#headerdiv
{
	text-align: left;
}
#leftmenudiv
{	
	width: 23%;
	max-width: 170px;
	float: left;
	text-align: left;
	padding-right:0px;
	overflow:hidden;
}
div.leftbody
{
	float:left;	
	padding-left: 0.3em;
	padding-right: 0.5em;
}
div.mainareadiv
{
	width: 69%;
	float: left;
	text-align: left;
}
div.mainareadiv #inline2
{
    display: none;
}

div.wideareadiv
{
	width: 97%;
	float: left;
	text-align: left;
}
#rightmenudiv
{
	width: 30%;
	float: right;
	text-align: left;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	overflow:hidden;
}
#rightmenudiv .displayNone
{
    display: none;   
}
#rightmenudiv .displayBlock
{
    display: block;   
}
#footerdiv
{
	border-top: #C9461C 0.4em solid;
	margin-top: 1em; 
	margin-bottom: 3em; 
	padding-top: 0.5em; 
	padding-bottom: 0.5em; 
	width: 100%; 
	text-align: center;
	bottom: 130px;
	float: left;
}
.maincontainerdiv
{
	margin-top: 1.5em;
	float: right;
	width: 100%;
	text-align: left;
	background-image: url(../images/paletter/_general/bg_3columns.gif); 
	background-repeat: repeat-y;
}
.widecontainerdiv
{
	/* padding-top: 0em; */
	margin-top: 1.5em;
	float: right;
	width: 100%;
	text-align: left;
	background-image: url(../images/paletter/_general/bg_2columns.gif); 
	background-repeat: repeat-y;	
}
#contentdiv
{
	width: 76%;
	max-width: 75%;
	float: right;
	padding-left: 3px;
	padding-right: 1px;
}
#voicearea
{
	width: 100%;
}
#topmenu
{
	padding: 0.3em 0em 0.3em 0em;
	width: 100%;
	border-top: solid 0.1em; 
	border-top-color: #b20622; 
	border-bottom: solid 0.1em; 
	border-bottom-color: #b20622;
}
.headingmenu
{
	text-align:right;
	font-size:90%;
	font-weight:bolder;
	vertical-align:top;
	text-decoration:none;
	float:right;	
}
.headingsubmenu
{
	float:left;
	margin-top:0.5em;
}
.headingseparatordiv
{
	padding:0.7em 0.3em 0em 0.3em; 
	float:left;
}
.headingseparatorimage
{
	height:1em; 
	width:0.1em;
}
.shortcutlist
{
	vertical-align:top;
	font-size:100%;
	font-family:Verdana,Arial;
	font-weight:bold;
	margin-right:0em;
	padding-right:0em;
}
.scrolldown
{
	padding-right:0.3em;
	word-spacing:0em;	
}
.topbackground
{
	float: left; 
	background-repeat:no-repeat;
	height: 89px;
	width: 100%;
}
#tabbackground2
{
	background-color: #C9461C;
	/* PG background-color: #904b00; */
	width: 100%;
	float: left;
	height: 0.5em;
}
#tabbackground
{
	background-image: url(/images/paletter/yellow/bg_tabs.gif);
	background-repeat: repeat-x;
	background-color: #C9461C;
	width: 100%;
	float: left; 
	height: 30px;
}
#quicksearchdiv
{
	margin: -6.4em 0 0 0;
	height: 2.3em;
	width: 99%;
	text-align: right;
}
#quickbar
{
	margin-top: 0.4em;
}
#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;
}
.leftaligned
{
	text-align: left;
}
.rightaligned
{
	text-align: right;
}
.leftfloating50
{
	float: left;
	width:50%;
	padding-right:2%;
}
.rightfloating50
{
	float: right;
	width:48%;
}
.fullwidthdiv
{
	width:100%;
}
.hidden
{
	display:none;
}
img.borderless
{
	border: 0;
}
div.separatorX
{
	width: 100%;
	background-image: url(/images/paletter/yellow/hr.gif); 
	background-position: center;	
	background-repeat: repeat-x;
}
div.sepratorY
{
	height: 100%; 
	background-image: url(/images/paletter/yellow/hr.gif); 
	background-position: center;
	background-repeat: repeat-y;	
}

.myDummyClass
{
    height: inherit;    
}
.hiddenDivs
{
    display: none;
}
.greyText{
	color: #CCCCCC;
}
.epitextareaeditor 
{
    width: 97%;
    height: 300px;
}



