﻿img {
	border: none;
}
/* Layout */
html, body {
	margin: 0px 0px 0px;
	padding: 0;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
.body {
	background: #FFFFFF url(images/def_layout_bkg.jpg) no-repeat fixed top;
}
a:link, a:visited, a:active {
	color: #003468;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#container-page {
	margin: 0 auto;
	width: 750px;
	position: relative;
	min-height: 100%; /* For Modern Browsers */;
	height: auto !important; /* For Modern Browsers */;
	height: 100%; /* For IE */;
	background-repeat: repeat-y;
}
#container-header {
	background-repeat: no-repeat;
	background-color: #d4ebf3;
}
#container-header-top {
}
#container-header-menu {
}
/*- Menu Tabs--------------------------- */
#container-tabs {
    padding-top: 3px;
	height: 38px;
	width: 100%;
	background: url(images/def_tab_bkg.png) #003468 no-repeat;
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
	font-family: Verdana;
}
#container-tabs ul {
	margin: 0;
	padding: 2px 10px 0;
	list-style: none;
}
#container-tabs li {
	float: left;
	background: url("images/def_tab_left.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 9px;
}
#container-tabs a {
	float: left;
	display: block;
	background: url(images/def_tab_right.gif) no-repeat right top;
	padding: 5px 15px 4px 6px;
	text-decoration: none;
	font-weight: bold;
	color: #003468;
	text-align: center;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#container-tabs a {
	float: none;
}
/* End IE5-Mac hack */
#container-tabs a:hover {
	color: #000000;
}
#container-tabs .current {
	background-image: url(images/def_tab_left_on.gif);
}
#container-tabs .current a {
	background-image: url(images/def_tab_right_on.gif);
	color: #FFFFFF;
	padding-bottom: 5px;
}

#container-tabs .red {
	background-image: url(images/def_tab_left_red.gif);
}
#container-tabs .red a {
	background-image: url(images/def_tab_right_red.gif);
	color: #FFFFFF;
	padding-bottom: 5px;
}

#container-tabs .brown {
	background-image: url(images/def_tab_left_brown.gif);
}
#container-tabs .brown a {
	background-image: url(images/def_tab_right_brown.gif);
	color: #FFFFFF;
	padding-bottom: 5px;
}


#container-tabs-bar {
	display: block;
	border-bottom: #000000 1px solid;
	height: 5px;
	background-color: #003468;
	width: 100%;
}
#container-menu-bar {
	background-image: url(images/def_menu_bar.gif);
	width: 745px;
	height: 21px;
	padding-top: 4px;
	font-size: 8pt;
	font-family: Verdana;
	padding-left: 5px;
}
#container-menu-bar-title {
	font-weight: bold;
	color: #674c11;
	width: 140px;
	float: left;
}
#container-menu-bar-link {
	color: #000000;
	font-size: 8pt;
	font-family: Arial;
}
#container-menu-bar-link ul {
	display: inline;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#container-menu-bar-link li {
	float: left;
	padding: 0px;
	margin: 0px;
}
#container-menu-bar-link a {
    padding: 1px 0px 0px 8px;
    margin: 0px 8px 0px 0px;
    display: block;
    background-image: url(images/arrow_orange.gif);
    background-repeat: no-repeat;
}
#container-menu-bar-link a:link, #container-menu-bar-link a:visited, #container-menu-bar-link a:active {
	color: #000000;
}
#container-content {
	width: 750px;
}
#container-footer {
	width: 100%;
	height: 127px;
	bottom: 0;
	/*   position: absolute;   Needed for Safari */
}
#container-footer-shadow {
	height: 17px;
	width: 750px;
	margin: 0 auto;
	background-image: url(images/def_footer_bar.gif);
	background-repeat: repeat-x;
	background-color: #e1b22d;
}
#container-footer-content {
	height: 98px;
	background-color: #003468;
	text-align: center;
	width: 750px;
	margin: 0 auto;
	padding-top: 3px;
	border-top: #000000 1px solid;
	color: #ffffff;
	font-size: 10px;
}
#container-footer-content a:link, #container-footer-content a:visited, #container-footer-content a:active, #container-footer-content a:hover {
	color: #000000;
}
#container-footer-content .officials {
	height: 80px;
	background-color: #ffffff;
	text-align: center;
	width: 750px;
	margin: 0 auto;
	padding-top: 3px;
	border-top: #000000 1px solid;
	color: #000000;
	font-size: 11px;
}
#container-footer-content .copyright {
	height: 18px;
	background-color: #003468;
	text-align: center;
	width: 750px;
	margin: 0 auto;
	padding-top: 3px;
	border-top: #000000 1px solid;
	color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana;
}
#container-footer-content .copyright a:link, #container-footer-content .copyright a:visited, #container-footer-content .copyright a:active, #container-footer-content .copyright a:hover {
	color: #FFFFFF;
}
.box-info {
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	margin: 10px auto;
	padding-top: 5px;
	background-color: #ffffe0;
	border-right: #b8860b thin dashed;
	border-top: #b8860b thin dashed;
	border-left: #b8860b thin dashed;
	border-bottom: #b8860b thin dashed;
}
.box-list li {
	list-style-image: url(images/bullet_red.gif);
	list-style-position: inside;
}
.container-gallery {
	background-color: #99ccff;
	border-right: #003468 1px solid;
	border-top: #003468 1px solid;
	border-left: #003468 1px solid;
	border-bottom: #003468 1px solid;
	width: 243px;
	height: 250px;
	text-align: center;
	padding-bottom: 4px;
	padding-top: 4px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.container-gallery p {
	font-size: 11px;
	font-family: Sans-Serif;
	margin: 0px;
}
.gallery-photo {
	margin: 0 auto;
}
.progress {
	color: #003468;
	height: 22px;
	padding-left: 20px;
	border-right: #003468 1px solid;
	border-top: #003468 1px solid;
	border-left: #003468 1px solid;
	border-bottom: #003468 1px solid;
	padding-bottom: 2px;
	padding-top: 2px;
	background-image: url(images/ico_progress.gif);
	background-repeat: no-repeat;
	background-color: #99ccff;
	background-position-y: 5px;
}
/* Table */
.DefaultTable {
	font-size: 10pt;
	border-style: none;
}
.DefaultTableHeader {
	background-color: #002e5f;
	color: #ffffff;
	border-style: none;
	text-align: left;
}
.DefaultTableFooter {
	background-color: #002e5f;
	color: #ffffff;
	border-style: none;
	text-align: left;
}
.DefaultTableRow {
	background-color: #FFFFFF;
	border-bottom: #d7d7d7 1px solid;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.DefaultTableAlternatingRow {
	background-color: #f2f2f2;
	border-bottom: #d7d7d7 1px solid;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.DefaultTableSelectedRow {
	background-color: #d9e6f7;
	border-bottom: #d7d7d7 1px solid;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#postup {
    position: absolute;
    top: 425px;
    left: 350px;
}

.depList {
	width: 460px;
	overflow: hidden;
	text-align: left;
	clear: both;
	font-size: 12px;
}

.listLeft {
	width: 230px;
	float: left;
	clear: left;
}

.listRight {
	width: 230px;
	float: left;
	clear: right;
}

.listLeft li {
    padding: 4px 0px 4px 0px
}

.listRight li {
    padding: 4px 0px 4px 0px
}
