@charset "utf-8";
/* CSS Document */

/*
 * Site layout
 */

html, body {
	margin: 0;
	background: #edf0f4;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

div,
form,
table,
tr,
th,
td {
	margin: 0;
	padding: 0;
}

a {
	color: #06C;
}

label {
	font-weight: bold;
}

#container {
	background: #fff;
	min-height: 100%;
    height: auto !important;
    height: 100%;
	width: 960px;
	margin: 0 auto -45px;
}

#footer, #push {
	height: 45px;
}

#footer {
	margin: 0 auto;
	width: 960px;
	background: #edf0f4 url(/images/content-end.png) no-repeat;
}

#header {
	background: #6699cc;
	height: 40px;
}

#header p {
	margin: 12px;
	color: #FFF;
	font-size: 13px;
}

#header p a {
	color: #FFF;
}

#menu {
	background: #336699;
	height: 35px;
}

/* Buttons */
button { 
  border: 0; 
  cursor: pointer; 
  padding: 0 15px 0 0; 
  text-align: center; 
}

button span { 
  position: relative; 
  display: block; 
  white-space: nowrap; 
  padding: 0 0 0 18px; 
}

button.submitBtn { 
  background: url(/images/button_bg_a.png) right no-repeat;  
}

button.submitBtn span { 
  height: 24px; 
  line-height: 22px;
  font-size: 12px;
  background: url(/images/button_bg_span.png) left no-repeat;
  color: #333; 
}

button.submitBtn:hover {
	background: url(/images/button_bg_a_hover.png) right no-repeat; 
}

button.submitBtn:hover span {
	background: url(/images/button_bg_span_hover.png) left no-repeat; 
}

button.submitBtn:active {
	background: url(/images/button_bg_a_active.png) right no-repeat; 
}

button.submitBtn:active span {
	background: url(/images/button_bg_span_active.png) left no-repeat;
}

/*
 * Header styles
 */

#header h1 {
	margin: 0;
}

#header h1 img {
	border: 0;
}

/*
 * Navigation tabs
 */
 
#menu #navigation {
	margin: 0;
	padding: 5px 0 0 5px;
}

#navigation {
	margin: 0;
	padding: 0;
}

#navigation li {
	list-style-type: none;
	float: left;
	margin: 0;
	padding-right: 3px;
}

#navigation a {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
}

#navigation a span {
	padding: 4px 10px 4px 0;
}

#navigation a, #navigation a span {
	display: block;
	float: left
}

/* Hide from IE5-Mac \*/
#navigation a, #navigation a span {
	float: none
}
/* End hide */

#navigation a:hover,
#navigation .selected {
	color: #fff;
	background: #6699cc url(/images/menu-left.png) left top no-repeat;
	padding-left: 10px;
}

#navigation a:hover span,
#navigation .selected span {
	background: url(/images/menu-right.png) right top no-repeat;
	padding-right: 10px;
}

/*
 * Content
 */
 
#left_col_big {
	width: 740px;
	float: left;
	padding: 20px 0 20px 20px;
}

#left_col_small {
	width: 650px;
	float: left;
	padding: 20px 0 20px 20px;
}

#right_col_big {
	width: 250px;
	float: left;
	padding: 20px;
}

#right_col_small {
	width: 160px;
	float: left;
	padding: 20px;
}

#content_left_col {
	margin: 20px 0 20px 20px;
	width: 670px;
	float: left;
}

#content_right_col {
	width: 250px;
	margin: 20px;
}

.clear {
	clear: both;
}

#content {
	margin-bottom: 30px;
}
 
#content h1,
#content h2,
#content h3,
#content h4 {
	margin: 0;
	font-weight: bold;
	color: #336699;
}

#content h1 {
	font-size: 24px;
}

#content h2 {
	font-size: 18px;
}

#content h3 {
	font-size: 14px;
}

#content h4 {
	font-size: 12px;
	font-weight: normal;
}

#content hr {
	color: #fff; 
	background-color: #fff; 
	/*border: 1px dotted #edf0f4; */
	border: 1px dotted #999;
	border-style: none none dotted;
}

#content p,
#content li,
#content label,
#content dl,
#content table,
#content #breadcrumb
{
	font-size: 13px;
	line-height: 18px;
}

#content .ar {
	text-align: right;
}

#content .al {
	text-align: left;
}

#content dt,
#content dd {
	margin-bottom: 7px;
}

#content dt {
	font-weight: bold;
}

#content #breadcrumb {
	padding-bottom: 15px;
	display: block;
}

.sidebox {
	margin-top: 20px;
}

.sidebox ol,
.sidebox p {
	margin-bottom: 0;
}

.sidebox_head {
	background: url(/images/side-bg.png) left top no-repeat;
	height: 30px;
}

#right_col_big h2 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
}

.error {
	margin: 10px 0;
	padding: 15px;
	font-weight: bold;
	font-size: 13px;
}
	
.bad {
	background: #FDCEC8;
	border: 1px solid #f00;
	color: #f00;
}

.bad a {
	color: #f00;	
}

.ok {
	background: #D1FFCE;
	border: 1px solid #360;
	color: #360;
}

.ok a {
	color: #360;
}

.warn {
	background: #FFC;
	border: 1px solid #F90;
	color: #F90;
}

.warn a {
	color: #F90;
}

.error img {
	padding-right: 10px;
}

.error ul {
	margin-bottom: 0;
}

.sub_menu {
	font-size: 11px;
}

/*
 * Footer styles
 */

#footer p, #footer a, #footer ul, #footer li {
	font-size: 12px;
	color: #999;
	text-align: left;
}

#footer ul {
	list-style-type: none;
}

#footer li {
	padding-bottom: 4px;
}

#footer h1 {
	font-size: 16px;
	color: #535353;
	text-align: left;
	padding-left: 20px;
	padding-top: 20px;
}