@charset "utf-8";
html, body {
	width: 100%;
	height: 100.1%;
	padding: 0;
	margin: 0;
}
body {
	height: 100.1%;
	background: #fff url(/images/bg_h.jpg) repeat-x top center;
	text-align: center;
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #065a91;
}

a {
	outline: none;
	color: #C00;
	text-decoration: none;
}
a:hover {
	color: #78BB47;
}
a img {
	border: none;
}
ul {
	margin: 0;
	padding: 0 0 10px 10px;
}
li {
	margin: 0;
	padding: 3px 0 0 0;
}
hr {
	border: none;
	border-top: #483939 1px solid;
}
.clear, .clearfix {
	clear: both;
    height: 0;
    font-size: 0px;
    line-height: 0px;
}
.border {
	border: #000 2px dashed;
}

h1, h2, h3, h4 {
	line-height: 1em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
h1 { font-size: 24px; padding: 10px 0 20px 0; margin: 0; font-weight: bold;}
h2 { font-size: 17px; font-weight: bold; padding: 10px 0 10px 0; margin: 0; }
h3 { font-size: 16px; font-weight: bold; color:#1699d7; padding: 10px 0 5px 0; margin: 0; }
h4 { font-size: 24px; padding: 0; margin: 0; }
h5 { font-size: 18px; padding: 10px 0 0 0; margin: 0; }


P {
	margin: 0 0 8px 0;
	padding: 0;
	width: 100%;
}

form {
	padding: 0;
	margin: 0;
}
fieldset, form fieldset {
	border: none;
	padding: 0;
	margin: 0;
	background: url(/images/sep_dot.png) no-repeat top left;
}

legend {
	font-size: 18px;
	padding: 20px 10px 10px 25px;
	color: #483939;
}
label {
	color: #483939;
	float: left;
	display: block;
	width: 100px;
}
label.check {
	float: none;
	width: auto;
}
input.checkbox {
	float: left;
	width: 20px;
}

.needed-label {
	color: #ff7200;
}
.needed-label:before {
    content: "* ";
	color: #ff7200;
}
.needed {
	background-color: #F7F4EB;
	border-right-color: #F8A447;
	border-bottom-color: #F8A447;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FA9245;
	border-left-color: #FF8040;
}
INPUT, SELECT, .needed-ok, TEXTAREA.text {
	background-color: #FEFDF9;
	border-color: #aaa;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-width: 1px;
	border-style: solid;

	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #483939;
	padding: 2px;
}

.needed-error {
	background-color:#C7E4B4;
	border-color: #ff7200;
	border-right-color: #F33;
	border-bottom-color: #F33;
	border-width: 1px;
	border-style: solid;
}
.needed-blank {
	background-color: #FFCC99;
	border-color: #ff7200;
	border-right-color: #F33;
	border-bottom-color: #F33;
	border-width: 1px;
	border-style: solid;
}
.error {
	padding: 10px;
	font-weight: bold;
	color: #000;
	background-color: #FFCC99;
	border: #ff7200 2px solid;
}
.uzenet {
	padding: 10px;
	font-weight: bold;
	color: #000;
	background-color: #F5F1D8;
	border: 2px solid #fa9245;
}
.login, .login input {
	float: left;
	border: none;
	background: none;
	font-size: 12px;
	margin: 0 0 0 0;
}
.content label {
	float: left;
	width: 250px;
	display: block;
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
}
.content label.checkbox {
	width: 350px;
	margin: 2px 0 0 5px;
}
.content label.checkbox-short {
	width: auto;
	margin: 0px 10px 0 5px;
}
.check {
	float: left;
	border: none;
	background: none;
}

.navig {
	clear: both;
	padding: 5px 3px 32px 3px;
	margin: 0;
	font-size: 13px;
	background: url(/images/sep_dot.png) repeat-x bottom left;
}
.navig-pages {
	float: left;
	width: 100%;
}
.navig-item-cnt {
	float: left;
	width: auto;
}
.navig-item-per-page {
	float: left;
	width: 230px;
}
.navig-order {
	float: right;
	text-align: right;
	width: 200px;
	padding: 0;
	margin: 3px 0;
}
.navig-order SELECT {
	border: none;
}
.list-navig {
	border: none;
	height: 20px;
	padding: 0 3px 8px 3px;
	margin: 0;
	text-align: center;
	width: 100%;
}
.list-navig-links {
	float: left;
	width: 300px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.list-navig-links a, .list-navig-links b, .list-navig-links strong {
	width: 20px;
	margin: 0 1px;
	padding: 2px 6px;
	border: #483939 1px solid;
}
.list-navig-links b, .list-navig-links strong {
	padding: 2px 6px 3px 6px;
	background: #8FC117;
	color: #483939;
	border: #FF7200 1px solid;
}
.list-navig-links, .list-navig-links a {
	font-size: 8pt;
    color: #483939;
	text-decoration: none;
}
.list-navig-links a:hover {
	color: #ff7200;
	background-color: #f5f5f5;
	border: #483939 1px solid;
}

.list-navig-left {
	float: left;
	width: 150px;
	text-align: left;
}
.list-navig-left, .list-navig-left a {
	font-size: 9pt;
    color: #999;
	text-decoration: none;
}
.list-navig-left a {
    color: #483939;
}
.list-navig-left a:hover {
    color: #ff7200;
}
.list-navig-right {
	float: right;
	width: 150px;
	text-align: right;
}
.list-navig-right, .list-navig-right a {
	font-size: 9pt;
    color: #999;
	text-decoration: none;
}
.list-navig-right a {
    color: #483939;
}
.list-navig-right a:hover {
    color: #ff7200;
}


.wrapper-out {
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 700px;
	background: transparent url(/images/bg_top.jpg) no-repeat top center;
	text-align: center;
}
.wrapper {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: #C9EBF7 url(/images/data_bg.jpg) no-repeat top center;
}
#top {
	width: 100%;
	height: 250px;
}
#logo {
	float: left;
	width: 371px;
	height: 240px;
	cursor: pointer;
}
#pic {
	float: right;
	width: 260px;
	height: 240px;
	display: none;
}

#content {
	width: 940px;
	padding: 0 20px 40px 20px;
	margin: 0;
	background: url(/images/content_bg.png) no-repeat bottom center;
}
#content P {
	line-height: 1.6em;
	text-align: justify;
	margin: 5px 0 0 0;
	padding: 0;
}
#content img {
	border: none;
	margin: 0 auto;
}

#content img.border {
	border: #065A91 2px solid; 
}
.col-12 {
	float: left;
	width: 450px;
	padding-right: 10px;
}
.col-34 {
	float: left;
	width: 470px;
	padding-left: 10px;
}

.col-3 {
	float: left;
	width: 231px;
}
.col-4 {
	float: left;
	width: 231px;
	padding-left: 6px;
}

div.box {
	margin: 40px 0 0 0;
	padding: 0 0 20px 0;
	background: transparent url(/images/box_footer.png) no-repeat -11px bottom;
}
.box h2, .col-3 h2, .col-4 h2 {
	font-size: 1em;
	line-height: 1.2em;
	padding: 15px 5px 0 14px;
}
div.box h2 {
	background: transparent url(/images/box_top.png) no-repeat -11px -5px;
	margin: -40px 0 0 0;
}
#content div.box P {
	background: transparent url(/images/box_body.png) repeat-y -11px top;
	margin: 0;
	padding: 10px 15px 0 15px;
	font-size: 0.9em;
	width: 205px;
}
div.box UL {
	list-style-type: none;
	background: transparent url(/images/box_body.png) repeat-y -11px top;
	margin: 0;
	padding: 10px 10px 0 10px;
	font-size: 0.9em;
}
div.box UL LI {
	background: transparent url(/images/li_yellow.gif) no-repeat 0px 7px;
	padding: 0 0 5px 10px;
}
div.box UL.green LI {
	background: transparent url(/images/li_green.gif) no-repeat 0px 7px;
}

div.box UL LI.video {
	background: transparent url(/images/li_video.gif) no-repeat 0px 4px;
	padding: 3px 0 3px 20px;
}
div.box UL LI.pdf {
	background: transparent url(/images/li_pdf.gif) no-repeat 0px 4px;
	padding: 3px 0 3px 20px;
}



div.box2 {
	margin: 40px 0 0 0;
	padding: 0 0 20px 0;
	background: transparent url(/images/box2_footer.png) no-repeat -11px bottom;
}
.box2 h2 {
	font-size: 1em;
	line-height: 1.2em;
	padding: 15px 5px 0 14px;
}
div.box2 h2 {
	background: transparent url(/images/box2_top.png) no-repeat -11px -5px;
	margin: -40px 0 0 0;
}
#content div.box2 P {
	background: transparent url(/images/box2_body.png) repeat-y -11px top;
	margin: 0;
	padding: 10px 15px 0 15px;
	font-size: 0.9em;
	width: 435px;
}

#footer {
	clear: both;
	margin: 0;
	padding: 100px 0;
	width: 100%;
	background: #fff url(/images/footer_bg.jpg) no-repeat top center;
	text-align: center;
}
.footer-wrapper {
	margin: 0 auto;
	width: 940px;
	text-align: left;
}

a.bitbox {
	color: #000;
	text-decoration: none;
	font-size: 9px;
}
a.bitbox:hover {
	color: #fff;
}

.copyright {
	font-size: 10px;
	color: #fff;
}

UL#menu {
	float: left;
	padding: 64px 0 0 109px;
	margin: 0;
	width: 240px;
	height: 176px;
	list-style-type: none;
	background: url(/images/menu.jpg) no-repeat 109px 0;
}
UL#menu LI {
	padding: 0;
	margin: 0;
}
UL#menu LI a {
	float: left;
	padding: 0;
	margin: 0;
	display: block;
	width: 240px;
	height: 36px;
	text-indent: -3000px;
	background: none;
}
UL#menu LI a:hover {
	background: url(/images/menu_on2.jpg) no-repeat 109px 0;
}
UL#menu LI a.act {
	background: url(/images/menu_on.jpg) no-repeat 109px 0;
	display: none;
}
UL#menu LI.m1 a:hover, UL#menu LI.m1 a.act {background-position: 0px -64px;}
UL#menu LI.m2 a:hover, UL#menu LI.m2 a.act {background-position: 0px -100px;}
UL#menu LI.m3 a:hover, UL#menu LI.m3 a.act {background-position: 0px -136px;}
UL#menu LI.m4 a:hover, UL#menu LI.m4 a.act {background-position: 0px -172px;}


#content table {
	border: #f5f5f5 1px solid; 
	border-bottom: none; 
}
#content table TH {
	border-bottom: #065A91 1px solid; 
	background: #227FBA;
	color: #fff;
}
#content table TD {
	border-bottom: #7BA0BA 1px solid; 
	background: #e4f3fe;
}
#content table TR.odd TD {
	background: #cce9fe;
}

