/* This file needs to be saved in the UTF-8 format in order to handle EditMenuName attributes with non-english characters */

div.greyBackground
{
	background-color:#F1EFE2;
}
div.blueText
{
	color: #3180a9;
	font-weight: bold;
	text-transform:uppercase; 
}
div.fullpage
{
	margin-top: 11px;
	width: 760px; 
	margin: auto;
	text-align: left;
} 
div.printpage
{
	margin-top: 11px;
	width: 640px;
	margin: auto;
	text-align: left;
}
div.DefaultFrameworkBackground
{
	width: 760px;
}
div.StartFrameworkBackground
{
	width: 760px;
	background-image :url(/images/backgrounds/760x1.gif);
	background-repeat:repeat-y;
}
div.CategoryFrameworkBackground
{
	width: 760px;
}
div.DistrictFrameworkBackground
{
	width: 760px;
}
div.fullpagewidth
{
	width: 760px;
	text-align: left;
}
div.DK_main
{
	width:100%;
	float:left;
	text-align: left;
}

div.DK_mainregion
{
	padding-left:10px;
	padding-right:10px;
	width:100%;
}

div.leftAndMain
{
	width: 614px;
	float: left;
	text-align: left;
}
div.mainAndRight
{
	width: 620px;
	float: right;
	text-align: left;
}
div.rightcolumn
{
	width: 146px;
	float:right;
	text-align: left;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#FAFBF6', EndColorStr='#F7EFE7');
}
div.leftmenu
{
	width:140px;
	float:left;
	text-align: left;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#FAFBF6', EndColorStr='#F7EFE7');
}
div.shortcutbox
{
	margin-top:2px;
	width:140px;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#FAFBF6', EndColorStr='#cdcdcd');
}
div.leftmenuDefault
{
	width:140px;
	float:left;
	text-align: left;
	background-repeat:no-repeat;
}
div.maincontentLeftAligned
{
	width: 474px;
	float:left;
	text-align: left;
}
#maincontent img 
{
	border:solid 1px #7F7760;
}
div.DK_promo
{
	width:100%;
	float:left;
	text-align: left;
}
#topCenterContentDK
{
	background-repeat:no-repeat;
}
#bottomCenterContentDK
{
	background-repeat:no-repeat;
}
.normalwhitetext
{
	color:White;
}
div.breadcrumbs
{
	width:95%;
	float:left;
	margin-top:5px;
	margin-bottom:5px;
}
div.breadcrumbsPrintLabel
{
	visibility:hidden;
	display: none;
}
div.print
{
	width:5%;
	float:right;
	text-align:right;
	margin-top:5px;
}
div.rightinfobox
{
	width: 100%; 
	float: left;
	padding-top: 1px;	
	padding-left: 5px;
	padding-bottom: 1px;
	margin-bottom:5px;	
}
div.DK_menuitemdiv
{
	width: 100%; 
	float: left;
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	padding-top: 1px;	
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	margin-bottom:5px; 
}
select.dropdown
{
	/*color: #65A63A; */
	font-family:Verdana;
	font-size: 9px;
}
/*  Startpage classes */
div.mainimagediv
{
	width: 760px;
	float: left;
	text-align: right;	
}
div.headerleftdiv
{
	width: 50%;
	height:30px;
	float:left;
	text-align: left;
	padding-top:9px;
}
div.headerrightdiv
{ 
	width: 50%;
	height:30px;
	float:right;
	text-align: right;
	padding-top:2px; 
}
div.DKrightH2
{
	color:#4D4D4D;
	font-weight:bold;
	background-color:#c3d8e2;
	height:20px; 
	padding-top:3px;
	padding-bottom:3px;
}
/*---  Styles for StartPage   ---*/
div.MainHeaderText
{
	color: #FFCB03;
	font-weight:bold;
	text-decoration: none;
	text-transform:none;
} 
div.MainHeaderSubText
{
	font-size: 0.8em;	
	color:#FFCB03;
	font-weight:bold; 
	text-decoration: none;
}
div.MainBody
{
	font-size: 0.8em; 
	color: #1A1A1A;
	text-decoration: none;
}
div.menuItemContainer
{
	font-size: 14px;
	color: #FAFBF6;
	text-decoration: none;
}
/*---  Styles for main menu   ---*/
div.mainmenucontainer
{
	float: left;
	width:100%;
	background-color: #FAFBF6;
}
div.mainmenuitem
{
	height: 26px;
	background-color: #FAFBF6;
	float: left;
	padding: 6px 27px 0px 0px;
	cursor: hand;
	
}
div.mainmenuitemselected
{
	height: 26px;
	background-color: #FAFBF6;	
	float: left;
	padding: 6px 28px 0px 0px;
	cursor: hand;
	
}
a.menuhead
{
	font-size: 14px;
	color: #f7941e;
	text-decoration: none;	
	text-transform:none;
	font-weight:bold;
}
a.activemenuhead
{
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	text-transform:none;
	font-weight:bold;
}
div.menuitemseparator
{
	float:left;
	height:26px;
	border-left:solid 1px #FAFBF6;
	padding: 0px 0px 5px 0px;	
}
/*--- End of main menu styles ---*/

/*--- Styles for center + right content ---*/
div.MainContent
{
	width: 760px;
	float:left;
}
/*--- Styles for main content ---*/
div.StartpageCenterAndRight
{
	width: 518px;
	float:right;
}
div.MainLeftContentdiv
{
	width: 242px;
	float: left;
	text-align: left;
	background-repeat:no-repeat;
}
div.MainCenterContentdiv
{
	width: 277px;
	float:left;
	text-align: left;
	background-repeat:no-repeat;
}
div.MainRightContentdiv
{
	width: 241px;
	float: right;
	text-align: left;
	background-repeat:no-repeat;
}
/*--- Styles for center content---*/
div.CenterNewsContainer
{
	padding-left:10px;
	padding-right:10px;
}
div.leftmenutitle
{
	padding:3px;
	color:White;
	background-color:#000000;
	text-transform: uppercase;
}
div.rightmenutitle
{
	padding:3px;
	color:White;
	background-color:#000000;
	text-transform: uppercase;
}
div.ingress
{
	font-size:10px;
	font-weight:bold;
	color:#4D4D4D;
	padding-bottom: 5px;
}
td.today
{
	background-color: #f7941e; 
}
/* ---LeftMenu items---*/
a.menulink
{
	color: #4D4D4D;
	font-weight: normal;
	text-decoration: none;
	display: block;
}
a.menulinkselected
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
a.menulink:hover
{
	color: #003399;
	font-weight:bolder;
}
