﻿@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #d7d7d7;
}
body,td,th {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #595959;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	line-height: 13px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 13px;
	color: #00007A;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

img {border: none; }

a h3 { color: #00007A; }
a:link h3 { text-decoration:none; }
a:hover h3 { text-decoration:none; color:#595959; }
a:active h3 { text-decoration:none; }
a:visited h3 { text-decoration:none; }

form { margin: 0px; }

a.main_menu_item:link { text-decoration: none; }
a.main_menu_item:hover { text-decoration: none; color: #C9C9C9; }
a.main_menu_item:active { text-decoration: none; }
a.main_menu_item:visited { text-decoration: none; }

a.txtBlue:link { text-decoration: none; }
a.txtBlue:hover { text-decoration: none; color: #FF6600; }
a.txtBlue:active { text-decoration: none; }
a.txtBlue:visited { text-decoration: none; }

a.txtGray:link { text-decoration: none; }
a.txtGray:hover { text-decoration: none; color: #00007A; }
a.txtGray:active { text-decoration: none; }
a.txtGray:visited { text-decoration: none; }

a.news_slot_date:link { text-decoration: none; }
a.news_slot_date:hover { text-decoration: none; color: #00007A; background-color: #BBBBBB; }
a.news_slot_date:active { text-decoration: none; }
a.news_slot_date:visited { text-decoration: none; }

.left_frame {
	background-image: url(../images/interface/side_frames.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 8px;
}
.right_frame {
	background-image: url(../images/interface/side_frames.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 16px;
}
.main_area {
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	padding-bottom: 14px;
	vertical-align: top;
}
.header {
	padding-right: 20px;
	padding-left: 20px;
	vertical-align: bottom;
	padding-bottom: 5px;
}
.mini_navi_item {
	background-image: url(../images/interface/vertical_split_gray.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 11px;
	text-align: center;
	vertical-align: bottom;
	height: 20px;
}
.main_menu {
	background-color: #00007a;
	height: 21px;
	text-align: center;
	color: #FFFFFF;
}
.main_menu_item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
.menu_item_spacer {
	width: 12px;
}
.main_menu_split {
	background-image: url(../images/interface/menu_footer_split.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 30px;
}
.footer {
	background-image: url(../images/interface/footer_frame.gif);
	background-repeat: repeat-x;
	background-position: center 12px;
	vertical-align: top;
	padding-top: 36px;
	padding-bottom: 20px;
}

.txtGray { color: #595959; }
.txtBlue { color: #00007A; }
.txtMini { font-size: 10px; }

.generic_slot {
	background-color: #ececec;
	border: 5px solid #ececec;
	background-image: url(../images/interface/generic_slot_frame.gif);
	background-repeat: repeat-y;
	background-position: left center;
}
.generic_slot_darker {
	background-color: #d9d9d9;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 13px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #bbbbbb;
	border-right-color: #bbbbbb;
	border-bottom-color: #bbbbbb;
	border-left-color: #bbbbbb;
	padding-left: 16px;
	padding-top: 14px;
	padding-right: 16px;
	padding-bottom: 16px;
}
.news_slot_date {
	width: 53px;
	background-color: #00007A;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	height: 14px;
}
.button_mini {
	background-color: #00007A;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #00007A;
	height: 15px;
	line-height: 10px;
}
.button {
	background-color: #00007A;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #00007A;
}
.horizontal_split {
	background-image: url(../images/interface/horizontal_split.gif);
	background-repeat: repeat-x;
	background-position: center center;
	height: 23px;
}
.picBorder {
	border: 1px solid #C0C0C0;
}
.picSpacer {
	padding: 5px;
	border: none;
}

.horizontal_diagonals {
	background-image: url(../images/interface/diagonals.gif);
	background-repeat: repeat-x;
	background-position: center center;
	font-size: 9px;
	line-height: 9px;
	height: 9px;
}
.ol_custom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(../images/interface/ol_custom_back.gif);
	background-repeat: no-repeat;
	background-position: right center;
	height: 18px;
	width: 26px;
	text-align: left;
	vertical-align: text-bottom;
	color: #a3a3a3;
	line-height: 12px;
}
.fields {
	background-color: #00007A;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #00007A;
}
.fields_2 {
	background-color: #EEEEEE;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	border: 1px solid #999999;
}
.button_form {
	border: 1px solid;
	border-color: #999999;
	background-color: #EEEEEE;
	font-family: Arial;
	font-size: 10px;
}
.txt_forms {
	font-family: Arial;
	font-size:11px;
	font-weight: bold;
	color:#666666;
}
.details{
	padding-left: 16px;
	padding-right: 16px;
	text-align: justify;
}
.reflected{
	border: none;
}

.zebra th {
	background: #00007A;
	color: #fff;
	font-weight: bold;
	padding: 5px 5px;
	text-align: left;
}

.zebra td {
	padding: 5px 5px;
	border-bottom: 1px solid #95bce2;
	vertical-align: top;
}
/*
.zebra td * {
	padding: 5px 0px;
}
*/
tr.alt td {
	background: #ecf6fc;
}

tr.over td {
	background: #bcd4ec;
}
