/********************************/
/*      www.dennishilmar.com    */
/********************************/

/*	lyseblå: 	#629ED2;	*/
/* 	mørkeblå: #073964;	*/
/* 	Grøn: 		#B2B405;	*/
/*	Rød: 			#92C7FC;	*/
/*	Rød:			#933;			*/

body, html {
	background: #efefef url(/images/background.gif) repeat-x;
	border:none;
	height:100%;
	margin:0px;
	padding:0px;
}

body, td, th, div, input, select, textarea, ul, li {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height:16px;
}

li {
	margin:0px;
	padding-bottom:3px;
	padding-top:2px;
}

input, select, textarea {
	color:#333333;
}

form {
	margin: 0px;
	padding: 0px;
}

a, a:link, a:visited, a:active {
	text-decoration: none; 
	color: #073964; 
	font-weight: bold; 
}

a:hover {
	text-decoration: underline;
}


h1 {
	color:#92C7FC;
	font-size:18px;
	margin-bottom:30px;
	margin-top:0px;
}

h2 {
	margin: 0em 0em;
	font: 1.4em Georgia,Serif;
	color:#933;
	font-size:13px;
	font-weight:bold;
	border-bottom: 1px solid #aaaaaa;
}

h3 {
	margin:1.5em 0 .75em;
	font: 1.4em Georgia,Serif;
	font-weight: bold;
	letter-spacing:.2em;
	color:#933;
	border-bottom: 1px solid #aaaaaa;
}

.title {
	color:#FFFFFF;
	font-weight:bold;
}

img {
	border:0pt none;
}

input {
	padding: 1px;
	margin:0px;
	margin-left: 5px;
	font-size:10px;

	border: 1px solid #073964;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-opera-border-radius: 5px;
}

input[type=button] {
	background: #073964 url('images/buttonp.png') repeat-x;
	color: white;
	cursor: pointer;
}

input[type=text] {
	cursor: text;
}

div.search input {
	color: gray;
	background: white url('images/icons/search.png') no-repeat 2px 3px;
	padding-left: 13px;
	margin: 3px;
	max-width:135px;
}


div#main {
	margin:0 auto;
	width:980px;
	vertical-align: middle;
	padding: 10px;
}

div.header {
	background-image: url('images/top2.png');
	background-repeat: repeat-x;
	background-color: #629ed2;
	padding: 10px 10px 0px 10px; 
	height: 75px;

	border-radius: 28px 2px 28px 2px;
	-moz-border-radius: 28px 2px 28px 2px;
	-webkit-border-radius: 28px 2px 28px 2px;
	-opera-border-radius: 28px 2px 28px 2px;
}

div#header div.logo {
	position: absolute;
	background-image: url('images/top_faded.png');
	background-repeat: no-repeat;
	background-position:55px 50%;
	height:65px;
	width:950px;
}

span#login {
	margin-left: 19px; 
	position: absolute; 
	color: white;
	cursor: pointer;
}

fieldset#adminBox {
	margin-left: 10px;
	position: absolute;
	padding: 5px;
	color: #073964;
}

fieldset#adminBox legend {
	color:#FFFFFF; 
	text-decoration: none;
}



div#header div.search {
	float:right;
	font-size:10px;
	height:20px;
	margin-right:15px;
	margin-top:40px;
	text-align:right;
}

div#menu {
	height: 25px;
	margin-left: 20px;
	margin-top: 57px;
	font-weight: bold;
	font-size: 14px;
}

div#menu a {
	z-index: 1000;
	position: relative;

	background-repeat: repeat-x;
	color:#FFFFFF;
	padding: 5px 5px 1px 5px; 
	text-decoration: none;
	margin-right: 10px;

	border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	-opera-border-radius: 3px 3px 0px 0px;
	-moz-user-select: none;
}

div#menu a.passive:hover {
	background-image: url('images/buttonp_hover.png');
	background-color: #629ed2;
	color:#FFFFFF;

	border-bottom: 1px solid #629ed2;
	text-decoration: none;
}

div#menu a.passive {
	background-image: url('images/buttonp.png');
	background-color: #073964; 
	color:#FFFFFF;

	border: 1px solid #073964;
	border-bottom: 0px;
}

div#menu a.selected {
	background-image: url('images/buttons.png');
	background-repeat: repeat-x;

	background-color: white; 
	color:#073964; 
	border: 1px solid #073964;
	border-bottom: 1px solid white;
}


div#menu a.editing {
	border: 1px dashed red;
}



#main_content {
	z-index: 1;
	padding: 10px;
	width: 670px;
	min-height: 500px;
	margin-left: 30px;
	border: 1px solid #073964;
	background-color: white;
/*
	border-radius: 18px 0px;
	-moz-border-radius: 18px 0px;
	-webkit-border-radius: 18px 0px;
	-opera-border-radius: 18px 0px;
*/
}


div.warning {
	background: white url(images/icons/warning.png) no-repeat 10px 10px;
	border: 1px solid gray; 
	margin: 15px; 
	padding: 15px; 
	padding-left: 75px; 

	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-opera-border-radius: 20px;
}

div#sidebar_wrapper {
	float: right;
	width: 205px;
	height: 100%;
	margin-right: 30px;
}

/*	lyseblå: #629ed2;		*/
/* 	mørkeblå: #073964	*/
/* 	Grøn: #b2b405	*/
div#sidebar {
	color: gray;
	font-size: 10px;
	border: 1px solid black;
	background-color: #073964;
	padding: 10px;

	-moz-border-radius: 18px 0px 0px 0px;
	-webkit-border-radius: 18px 0px 0px 0px;
	-opera-border-radius: 18px 0px 0px 0px;
	border-radius: 18px 0px 0px 0px;
}

div#sidebar a {
	color: white;
}

div#footer {
	/*background-image: url(images/bottom.png);*/
	position: fixed;
	bottom: 0px;
	margin: 0 auto;
	width: 970px;
	background-color: #073964;
	padding: 5px;
	text-align: right;
	color: white;

	-moz-border-radius: 18px 2px 0px 0px;
	-webkit-border-radius: 18px 2px 0px 0px;
	-opera-border-radius: 18px 2px 0px 0px;
	border-radius: 18px 2px 0px 0px;
}


/********* Blog items ***********/

div.blog_item {
	color: black;
	background-color: #e0e9f2;
	border: 1px dashed #95b1cf;
	padding: 15px;
	margin: 15px;
	border-radius: 10px;
	-moz-border-radius: 10px;
}

div.blog_item span.date {
	font-size: 10px;
	color: gray; 
	float: right; 
	padding-right: 15px;
}

div.blog_item span.author {
	color: gray;
	font-size: 10px;
	float: left;
	padding-left: 15px;
	margin-bottom: 10px;
	width: 100%;
}

div.blog_item div.content {
	margin: 5px;
}



/********* Extra's *********/

div.box {
	padding: 5px;
	margin:10px;
	border: 1px dotted black;
	background-color: #dfe7ef;
}


img.picture {
	float: right;
	margin:5px;
	border:0px;
	max-width: 150px;
}

div.mini_box {
	background: url(imgs/__dhxCal_skin_SimpleColorDark/cal_bg_single.png) repeat-x;
	color: white;
	padding: 5px;
	margin-bottom: 10px;
	font-size:10px;

	border: 1px solid #b2b405;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-opera-border-radius: 5px;
}

div.mini_box p {
	margin: 0px;
	margin-bottom: 5px;
	font-size:12px;
	text-align: center;
	color: #b2b405;
	font-weight: bold;
}

/******* Drag'n'drop *******/
#rectangle{
	float:left;
	border:1px dotted red;
	background-color:#FFF;
}
#insertionMarker{
	width:6px;
	position:absolute;
	display:none;
}
#insertionMarker img{
	float:left;
}
	/* Dragable layer - Not need if you're using 'rectangle' mode */
#dragDropMoveLayer{
	position:absolute;
	display:none;
	border:1px solid #000;
	filter:alpha(opacity=50);
	opacity:0.5;
}
/****** END Drag'n'drop ******/

/****** Admin Shit *******/

div.editor {
	position: absolute;
	z-index: 1000;
	cursor: pointer;
	width: 20px;
	height: 20px;
	background: transparent url(images/icons/edit.png) no-repeat 50% 50%;
}

div.passive_editor {
	color: #FFFFFF; 
}

div.chosen_editor {
	color: #CCCCCC; 
}


div.edit_icon {
	z-index: 1000;
	position: relative;
	float: left;

	cursor: pointer;
	width: 20px;
	height: 20px;
	padding: 5px 5px 1px 5px;
	background: white url(images/icons/edit.png) no-repeat 50% 50%;
	text-decoration: none;
	margin-right: 10px;
	margin-top: -8px;

	border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	-opera-border-radius: 3px 3px 0px 0px;
}

div.passive {
	background-color: white; 
	color: #FFFFFF; 
	border: 1px solid #073964;
	border-bottom: 1px solid white;
}

div.chosen {
	background-color: #CCCCCC;
	color: #CCCCCC; 
	border: 1px solid black;
	border-bottom: 1px solid #CCCCCC;
}



div.selectBox {
	position: absolute;
	z-index: 100;
	overflow: hidden;
	border: 1px solid black;
	background-color: white; 
	color: #073964;
	padding: 5px;
	font-weight: bold;
	margin-top: 19px;
	width: 150px;

	border-radius: 0px 0px 3px 0px;
	-moz-border-radius: 0px 0px 3px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	-opera-border-radius: 3px 3px 0px 0px;
	-moz-user-select: none;
}

div.selectBoxHead {
	background-color: #CCCCCC;
	color: black;
	padding: 3px;
	margin: -5px;
	margin-bottom: 5px;
}

div.selectBox ul {
	list-style-type:none;
	margin:1px;
	padding:1px;
}

div.selectBox li {
	cursor: pointer;
	float:left;
	background-color: transparent; 
	background-repeat: no-repeat;
	background-position: 0 50%;
	margin: 3px;
	padding: 5px;
	padding-left: 25px;
	width: 100%;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-opera-border-radius: 3px;
}

div.selectBox li:hover {
	background-color: #CCCCCC;
}

div.selectBox li.selected {
	background-color: #CCCCCC;
}

/****** END Editor Icon *******/


/******** Thumbnail viewer *******/
#thumbBox{
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}



#betTable {
	width: 650px;
	border: 1px solid gray;
}

#betTable thead {
	background-color: #DDD;
	font-weight: bold;
	border-bottom: 1px solid gray;
}

#betTable tbody {
	border-bottom: 1px dotted gray;
}
