/*
Styles for main weblayout. 
Big thanx to http://www.positioniseverything.net/ for the basic Jello Mold layout
*/

body {
	padding: 0 350px 0 350px;
	margin: 0;
	text-align: center;
	background: gray;
}
		
#sizer {
	margin: 0 auto;
	padding: 0;
	width: 50%;
	max-width: 290px;  /* version for IE is at the bottom of this style block */
}

#expander {
	background: white;
	margin: 0 -350px 0 -350px;
	min-width: 700px; /* Critical Safari fix! */
	position: relative;
}

/* Holly hack for IE \*/
* html #expander { height: 0; }
/* */

/* helps IE get the child percentages right. */
#wrapper { width: 100%; } 

/*
Styles for content

Banner and logon box starts here
*/

#top {
	height: 82px;
	background-color: #fff;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: lighter;
	text-align: right;
	margin-bottom: 18px;
	}

#bannerlogon { 
	text-align: right;
	line-height: 20px;
	padding: 20px 20px 0 0;
	}

#bannerlogon a {
	font-size: 10px;
	color: #758faf;
}
	
#top h1 a {
	position: absolute;
	top: 20px;
	left: 2.5%;
	display: block;
	margin: 0;
	padding: 0 0 0 10px;
	color: #34404e;
	font-size: 22px;
	text-decoration: none;
	}

#top h1 a:hover {
	text-decoration: none;
	}

/*

Navigation bar begins here

*/

#navbar {
	position: absolute;
	top: 50px;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 36px;
	background-color: #758faf;
}

#navbar ul {
	margin: 0 2.5% 0 2.5%;
	padding: 0;
}

#navbar li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-right: #FFFFFF 1px solid;
	background-color: #627792;
	float: left;
	width: 14%;
	height: 36px;
	text-align: left; 
}

#navbar li.lefty {
	border-left: #FFFFFF 1px solid;

}

#navbar a {
	display: block;
	margin: 0;
	padding: 20px 0 0 10px;
	height: 16px;
	line-height: 11px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}

#navbar a:hover {
	display: block;
	color: #000;
	background: #FFF;
}

/*

Styles for the left menu

*/

#sidebar {
	width: 22.5%;
	float: left;
	display: inline; /* IEwin doubled margin bug fix */
	text-align: left;
	margin: 0 0 0 2.5%;
	padding: 0 0 0 10px;
	background-colorX:#999999;
}

#sidebar h1 {
	margin: 0;
	padding: 0;
	line-height: 40px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #34404e;
	}

#sidebar h2 {
	margin: 0;
	padding: 0;
	line-height: 30px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 15px;
	color: #34404e;
	}

#sidebar ul {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
}

#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0 0 10px 0;
	width: 100%;
	overflow: hidden;
}

#sidebar ul li a, #sidebar ul li a:link  {
	display: block;
	margin: 0;
	padding: 0px 0px 0px 15px; 
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	font-family: Verdana, Arial, sans-serif;
	color: #000;
	background: url(../../images/dpvf_listarrow_black.gif) no-repeat top left;
	}

#sidebar ul li a:hover  {
	display: block;
	margin: 0;
	padding: 0px 0px 0px 15px; 
	font-weight: normal;
	color: #000;
	background: url(../../images/dpvf_listarrow_standard.gif) no-repeat top left;
	}
#sidebar p {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #34404e;
	}

/*
Styles for the main content
*/ 
a 			{color: #666666; font-size:13px; font-weight: bold; text-decoration:none;}
a:link 		{color: #666666;}
a:visited 	{color: #666666;}
a:hover 	{color: #000000; text-decoration: underline;}

#content {
	width: 70%;
	margin: 0 3% 20px 0 ;
	padding: 0;
	text-align: left;
	float: right;
	display: inline; /* IEwin doubled margin bug fix */
	font-family: Helvetica, Verdana, Arial, sans-serif;

}

#content .danmarkskort {
	margin: 0 0 0 15%;
	padding: 0;
	background-image: url(../../images/danmarkskort.gif);
	width: 307px;
	height: 360px;

}

#content .danmarkskort a {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 20px;
	height: 20px;
	background: url(../../images/bullet_yellow_shadow.png) left center no-repeat;
	text-decoration: none;
}

#content .danmarkskort a:hover {
	background-image: url(../../images/bullet_green_shadow.png);
}

#content h1 {
	margin: 0;
	padding: 0;
	line-height: 40px;
	font-size: 18px;
	color: #34404e;
}

#content h2, h3 {
	color: #34404e;
	font-size: 16px;
}

#content h2 a, h3 a{
	font-size: 16px;
}

#content p {
	font-size: 13px;
	color: #000;
}

#content img {
	border: ridge 1px #666;
	margin: 10px;
}

.news {
	margin: 0 20px 25px 0;
	padding:0;
}

.news h2 {
	margin:0;
	padding: 5px 0px 2px 0px;
	width: 100%;
	font-family: Helvetica, verdana, sans-serif;
	font-size: 18px;
	
}

.news h3 {
	margin:0;
	padding: 0px 0px 10px 0px;
	width: 100%;
	color: #34404e;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.news h3 a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.newscontent {
	margin:0;
	padding: 10px 10px 16px 0px;
	background-color: #FFFFFF;
	border-bottom: 2px solid #627792;
	width: 100%;	
}

.newscontent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0 0 10px 0;
	padding:0;
	width: auto;
	height: auto;
}

.news form {
	margin: 10px 0 0 15px;;
}

div.newscontent span {
	font-family: "Courier New", Courier, monospace;	
	font-size: 13px;
	white-space: pre;
 	margin: 0;
	padding: 0;	
}

#admin form li {
	list-style-type: none;
	line-height: 30px;
}

.deletebutton {
	color: #FF0000;
	font-weight: bolder;
}

.primarybutton {
	font-weight: bolder;
}

table.racelist {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-bottom: 2px solid #627792;
}

table.racelist td {
	padding: 4px;
	background-color: #f3f4f6;
}

table th {
	text-align: center;
	padding: 4px;
	background-color: #FFFFFF;
	font-size: 12px;
}

.fixedwidthdate {
	width: 160px;
}

.fixedwidthraceentry {
	width: 115px;
}


/*

Styles for the footer

*/
#footer { 
	clear: both; 
	margin: 0 0 0 0; 
	padding: 0 2.5% 0 2.5%; 
	border-top: 14px solid #627792;
	text-align: right;
	}
	
#footer address {
	color: #000;
	font-size: 12px;
  	line-height: 30px;	
	border: 0;
	margin: 0;
	padding: 0 0 0 0 ;
	}
