@charset "utf-8";

* {
	margin: 0;
}
html, body {
	height: 100%;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

a{	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#16074a;
	text-decoration:none;
}

a:hover{	
	color:#aaa;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -125px; /* the bottom margin is the negative value of the footer's height */
	background:#a7a7a7;
	background-image:url(../images/dakers_body_bg.png);
	background-repeat:repeat-x;
}

.header {
	height: 153px; /* .push must be the same height as .footer */
	background-image:url(../images/dakers_top_bg.png);
	background-repeat:repeat-x;
}

#logo{
	margin-bottom:25px;
}

.tab{
	font-size:14px;
	float:left;
	width:103px;
	height:27px;
	text-align:center;
	padding:11px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	background-image:url(../images/TabOff.png);
	text-decoration:none;
}

.tab:hover{
	color: #352862;
	background-image:url(../images/TabOn.png);
}

.tabsel{
	font-size:14px;
	float:left;
	width:103px;
	height:27px;
	text-align:center;
	padding:11px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #352862;
	background-image:url(../images/TabOn.png);
	text-decoration:none;
	}

.content {
	width:800px;
	text-align:left;
}

.footer {
	height: 95px; /* .push must be the same height as .footer */
	background-image:url(../images/dakers_bot_bg.png);
	background-repeat:repeat-x;
	font-size:10px;
	color:#bbbbbb;
	padding-top:30px;
}

.footer img{
	float:right;
}

.footer .text{
	float:left;
}

.footer .text a{
	text-decoration:none;
	color:#bbbbbb;
	font-size:10px;
}
.footer .text a:hover{
	text-decoration:underline;
}

.push {
	height: 125px; /* .push must be the same height as .footer */
}

.title {
	color:#16074a;
	font-size:24px;
	text-align:left;
	display:inline-block;
	position:relative;
	top:-15px;
}

.cont{
	background-color:#fff;
	border: 1px #bbb solid;
	text-align:left;
	display:inline-block;
	
}

.date{
	background-color:#CCC;
	border:1px solid #999;
	color:##16074a;
	font-size:11px;
	font-style:italic;
	font-weight:bold;
	text-align:center;
	padding:4px;
	position:relative;
	top:4px;
}

#time{
	width:270px;
	height:25px;
	margin-top:10px;
	text-align:right;
	font-size:13px;
	font-weight:bold;
	float:left;
}

#sticky{
	position:relative;
	left:290px;
}

#cmbTo{
	display:none;
}
