﻿body, html
{
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
body, input, button, select, textarea
{
	font-family: Verdana;
	font-size: 11px;
}
body
{
	padding-bottom: 20px;
}


#left a:link, #left a:visited, #left a:active,
#right a:link, #right a:visited, #right a:active
{
	color: #02B0DB;
	text-decoration: none;
	border-bottom: 1px dotted #02B0DB;
}
a.img:link, a.img:visited, a.img:active
{
	border-bottom: none !important;
	text-decoration: none !important;
}
#left a:hover, #right a:hover
{
	color: #046F8A;
	border-bottom: 1px dotted #046F8A;
}



.topleft
{
	 background: url(../images/layout/topleft.gif);
}
.topmiddle
{
	 background: url(../images/layout/bagtopmenu.gif);
}
.topright
{
	 background: url(../images/layout/topright.gif);
}


#menu 
{
	height: 26px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: left;
	position: relative;
}
#menu ul 
{
	margin: 0px;
	padding: 0px;
}
#menu li 
{
	display: inline;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 26px;
	margin: 0px;
	padding: 0px;
}
#menu a 
{
	text-decoration: none;
	color: #FFFFFF;
	padding: 6px 14px 6px;
}
#menu a:hover
{
	background-color: #FFFFFF;
	color: #000000;
}
#menu a.hl
{
	background-color: #FFFFFF;
	color: #000000;
}




#page
{
	width: 900px;
	margin: 0px auto;
	margin-top: 20px;
}

#left
{
	float: left;
	width: 670px;
}
#left h1
{
	margin: 0px;
	margin-bottom: 5px;
}

#right
{
	float: right;
	width: 200px;
}
#bottom
{
	clear: both;
}
#footer
{
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #888;
	font-size: 10px;
}


.selectedday
{
	background: Transparent url(../images/selecteddate.png) top left;	
}
#left .calendar a:link, #left .calendar a:visited, #left .calendar a:active
{
	text-decoration: none;
	border: none;
}



div.box_top
{
	height: 32px; 
	width: 200px; 
	background: Transparent url(../images/layout/box_top.png) no-repeat top left;
}
div.box_top div
{
	padding-top: 11px; 
	padding-left: 10px;
	color:#fff; 
	font-size: 12px;
	font-family: Tahoma;
}
div.box_bottom
{
	height: 119px; 
	width: 200px; 
	background: Transparent url(../images/layout/box_bottom.png) no-repeat top left;
	margin-bottom: 10px;
}
div.box_bottom div.content
{
	padding: 10px; 
	padding-top: 4px;
}


div.bad
{
	border: 1px solid #DD3C10;
	background-color: #FFEBE8;
}
div.good
{
	border: 1px solid #0DC1E1;
	background-color: #C6F4FC;
}

.required, table tr.required td
{
	color: #f00;
}
.r
{
	text-align: right;
}
.c
{
	text-align: center;
}
.bold, tr.bold td
{
	font-weight: bold;
}



table.overview thead tr td
{
	background-color: #01B9E5;
	font-weight: bold;
	color: #fff;
	border-top: none;
}
table.overview thead tr td a:link, table.overview thead tr td a:visited, table.overview thead tr td a:active
{
	color: #fff !important;
	text-decoration: underline !important;
}
table tr.b td, table tr td.b
{
	font-weight: bold;
}
table.overview
{
	border: 1px solid #000;
}
table.overview tr td
{
	border-top: 1px solid #000;
}
table.overview tr td *
{
	border-top: 0;
}
table.overview tr.alt td
{
	background-color: #f0f0f0;
}
table.overview div#overview table tr, table.overview div#overview table tr td
{
	border: none;
}



h1
{
	font-size: 22px;
	font-weight: normal;
	color: #02B0DB;
	font-family: "Times New Roman", Times, serif;
}
h2
{
	font-size: 12px;
	font-weight: bold;
	color: #000;
	font-family: Verdana, "Times New Roman", Times, serif;
	margin-top: 16px;
	margin-bottom: 0px;
	margin-bottom: 5px;
}
h3
{
	font-size: 12px;
	color: #02B0DB;
	font-family: Verdana, "Times New Roman", Times, serif;
	margin-top: 6px;
	margin-bottom: 0px;
}

p
{
	margin: 0px;
	margin-bottom: 12px;
}
p.teaser
{
	margin-bottom: 30px;
}


a:link img, a:visited img, a:active img
{
	border: 0;
	border-bottom: 0px;
}


input.checkbox
{
    padding: 0px;
    margin: 0px;
    position: relative;
    top: 2px;
}

span.radio input
{
	vertical-align: bottom;
	margin-bottom: 0px;
	padding-bottom: 0px;
}



ul.compact
{
	margin-top: 5px;
	margin-bottom: 5px;
}




div.overlay
{
	height: 200px;
	width: 400px;
	position: absolute;
	background-color: #fff;
	border: 1px solid #000;
	padding: 10px;
}
div.overlay div.text
{
	text-align: center;
	position: relative;
	top: 8%;
}


.sub
{
	font-size: 9px;
	color: #888;
}



/*************** AJAX ***************/
div.bksearch
{
	background: #fff;
	border: 1px solid #666;
	z-index: 999;
	margin-bottom: 20px;
	min-width: 220px;
}

div.bksearch div.option
{
	padding: 5px;
	cursor: pointer;
}

div.bksearch div.option:hover
{
	background-color: #ABD4FB;
}

div.bksearch div.info
{
	padding: 5px;
	font-style: italic;
}

