html {
	height: 100%;
}

body {
	font: 13px/19px "Trebuchet MS", "Verdana", "Helvetica", "Arial", sans-serif;
	height: 100%;
	background: url('../images/bg_head.png') repeat-x;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    margin: 0 0 0.20em 0;
}

h1 {
	font-size: 23px;
}


h2 {
	font-size: 166.67%;
	margin-top: 0.5em
}


h3 {
	font-size: 150%;
	margin-top: 0.45em;
}


h4 {
	font-size: 133.33%;
	margin-top: 0.8em;
}


h5 {
	font-size: 116.67%;
	margin-top: 0.8em;
}


h6 {
	font-size: 116.67%;
	margin-top: 0.8em;
}


a {
	color: #1d4d71;
	text-decoration: underline;
}

a:focus, a:hover, a:active {
	color: #316ea8;
	text-decoration: none;
	outline: none;
}

a img {
	text-decoration: none;
	border: none;
}

.disabled > a, .disabled > a:hover {
	cursor:default !important;
}

p {
	line-height: 1.4em;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

.information { 
	color: #316EA8;
	font-weight: 700;
}

.wrapper {
	min-width: 960px;
	max-width: 1440px;
	margin: 30px auto 0;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	border: 1px solid #B8CAD8;	
	border-radius: 8px 8px 0 0;
	border-bottom: none;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 150px;
	border-bottom: 1px solid #B8CAD8;
	border-radius: 8px;
	background: #1D4D71 url('../images/head_backg.png') repeat-x;
	color: white;
}

.logo {
	float: left; 
	margin: 0 15px 0 25px; 
	padding: 10px 0;
}

.header h1 {
	padding-top: 30px;
}

.header b {
	float: right;
	margin-right: 15px;
}

/* Nav
-----------------------------------------------------------------------------*/

.navigation {
	clear: both;
}

.navigation ul {
	background: #334B60 url('../images/nav_main_back.jpg') repeat-x;
	border-radius: 0 0 8px 8px;
	margin: 0;
	height: 28px;
}

.navigation li {
	float: left;
	white-space: nowrap;
	background: url("../images/separator.gif") no-repeat;
}

.navigation li:first-child {
	background: none;
	margin-left: 10px;
}

.navigation li > a {
	color: #E9E9E9;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;	
	padding: 3px 8px 5px;	
	margin-left: 1px;
	display: block;
}

.navigation li > a:hover, .navigation li > a:focus, .navigation li.active > a { 
	background: #163756 url('../images/nav_main_g.gif') repeat-x;
	text-decoration: underline;
}

/* Middle
-----------------------------------------------------------------------------*/
.content {
	padding: 20px 30px 80px;
}

/* Search Tabs style */
.search-tabs {
	border-bottom: none;
}

.search-tabs > li > a {
	border-radius: 0;
	font-style: italic;
	position: relative;	
	border: 1px solid white;
}

.search-tabs > li > a:hover {
	border: 1px solid white;
	background: none;
}

.search-tabs > li.active > a, .search-tabs > li.active > a:hover, .search-tabs > li.active > a:focus {
	border: 1px solid #fcc60a;
	text-decoration: none;
}

.search-tabs > li.active > a.arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
}

.search-tabs > li.active > a.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 6px;
	margin-left: -6px;
}
.search-tabs > li.active > a.arrow_box:before {
	border-color: rgba(252, 198, 10, 0);
	border-top-color: #fcc60a;
	border-width: 7px;
	margin-left: -7px;
}


/* Search content style */
.simple-search, #extend  {
	background: #dedec4;
	padding: 35px 80px;
	margin: 20px 0 30px;	
}

.simple-search .form-control {
	width: 88%;
	margin-right: 10px;
	border-radius: 0;
	float: left; /* IE 8*/
}

.search-button {
	background: #fe9a08;
	background: linear-gradient(to top, #fe9a08, #fbc21b);
	border-color: #e59017;
	border-radius: 0;
	padding: 5px 15px;
}

.search-button:hover {
	background: #fcac38; 
	background: linear-gradient(to top, #fcac38, #fccb3a);
	border-color: #e59017;
}

.extended-search  {
	width: 70%;
	float: left;
	margin-right: 60px;
}	

.extended-search label {
	font-weight: normal;
}

.extended-search .control-label {
	text-align: left;
}

.extended-search .data-control-label {
	text-align: right;
	padding-right: 0;
}

.extended-search .form-control {
	border-radius: 0;
}

.extended-search .search-button {
	margin-left: 26%;
}

.extend-help h5 {
	margin: 6px 0 15px;
}

.extend-help p {
	margin-bottom: 10px;
}


/* Filter style */
.published-docs-filter {
	margin: 20px auto;
	text-align: center;
	text-transform: uppercase;
}

.published-docs-filter > h4 {
	display: inline-block;
	font-size: 14px;
	margin-right: 20px;
}

.published-docs-filter > a {
	font-size: 15px;
	display: inline-block;
	background: #E9EAEB;	
	margin-right: 10px;
	padding: 2px 16px;
	text-decoration: none;	
}

.published-docs-filter .calendar {
	text-transform: lowercase;
	font-weight: bold;
	margin-left: 20px;
}


/* Published docs styles */

.published-docs {
	margin: 25px auto 0;
}

.published-docs .published-docs-content {
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
	clear: both;
}

.published-docs .first-column {
	width: 60px;
}

.published-docs .first-column img {
	margin: 5px 0 0 8px;
}

.published-docs .last-column {
	width: 275px;
}

.published-docs-desc {
	text-decoration: none;
}


/* Paginator styles */
.pages-count {
	text-align: center;
	color: #9FAEBC;
	margin-top: 25px;
  }

.pager > li {
	margin-right: 10px;
}

.pager > li:first-child {
	margin-right: 16px;
}

.pager > li:last-child {
	margin-left: 6px;
}

.pager > li > a {
	text-decoration:none;
	background: #30689C;
	border: none;
	color: white;
	border-radius: 5px;
	text-transform: uppercase;
}

.pager > li.previous_page > a, .pager > li.to_end > a {
	padding-left: 40px;
}

.pager > li.next_page > a, .pager > li.to_begin > a {
	padding-right: 40px;
}

.pager > li.to_begin > a, .pager > li.to_begin > a:hover {
	background: #30689C url('../images/fastbackward.png') 90% 50% no-repeat;
}

.pager > li.previous_page > a, .pager > li.previous_page > a:hover {
	background: #30689C url('../images/backward.png') 10% 50% no-repeat;
}

.pager > li.next_page > a, .pager > li.next_page > a:hover  {
	background: #30689C url('../images/foward.png') 90% 50% no-repeat;
}

.pager > li.to_end > a, .pager > li.to_end > a:hover {
	background: #30689C url('../images/fastfoward.png') 10% 50% no-repeat;
}  

.pager > li > a:hover, .pager > li > a:focus {
	opacity: 0.9;
}

.pager .disabled > a {
	opacity: 0.5;
	color: white;
}

.pager .disabled > a:hover, .pager .disabled > a:focus  {
	opacity: 0.6;
	color: white;
}

/* Banners styles */
.banners {
	padding-left: 25px;
	height: 60px;
	border-left: 1px solid #B8CAD8;
	border-right: 1px solid #B8CAD8;
}

.banners a {
	margin-right: 15px;
}

.footer-bottom {
	color: #163756;
	border: 1px solid #B8CAD8;
	border-radius: 0 0 10px 10px;
	background: url("../images/footer_back.png") repeat-x;
	clear: both;
	height: 80px;
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
	clear: both;
	margin: -65px auto 0;
	min-width: 768px;
	max-width: 1440px;
	height: 140px;
	position: relative;
}

.footer-copyright {
	margin: 5px 0 0 80px;
	display: inline-block;
}

.footer-menu {
	margin: 5px 30px 0 0;
	text-align: right;
	float: right; /* IE 8*/
}

.footer-menu li {
	display: inline-block;
	white-space: nowrap;
	border-right: 1px solid #316EA8;
	padding: 0 6px 0 3px;
}

.footer-menu li:last-child { 
	border-right: none;
}

/* Calendar
-----------------------------------------------------------------------------*/
.calendar-nav {
	width: 100%;
	margin-bottom: 30px;
}

.calendar-nav h2 {
	text-align: center;
	margin-bottom: 35px;
}

.calendar-nav li {
	font-family: "Verdana";
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
	list-style: none;
	display: inline-block;
	text-align: center;	
}

.calendar-nav li:first-child {
	text-align: left;
}

.calendar-nav li:first-child a {
	color: #333333;
}

.calendar-nav li:last-child {
	text-align: right;
}

.calendar-nav ul > li.active > a {
	color: #333399;
	text-decoration: none;
	cursor: default;
}

/* Calendar table style */
.calendar-table {
	height: 500px;
}

.calendar-table > thead > tr {
	border: 2px solid #E1E1E1;
	background-color: #E1E1E1; 
	font-size: 20px;
	text-align: center;	
}

.calendar-table .calendar-current-day {
	background-color: #E1E1E1; 
}

.calendar-table .current-mounth {	
	color: black;
}

.calendar-table > thead > tr > th {
	text-align: center;
	vertical-align: middle;
	padding: 0;	
	height: 7%;
}

.calendar-table > tbody > tr > td {
	text-align: center;
	vertical-align: middle;
	font-size: 20px;
	font-weight: bold;
	border: 2px solid #E1E1E1;
	width: 123px;
	height: 12.5%;
	padding: 4px;
	line-height: 0.8;
	color: #C1C1C1;
}

.calendar-table tr > td a {
	font-size: 13px;
	font-weight: normal;
	line-height: 19px;
}