body, html {
	height: auto;
/*	width: 100%;*/
	min-width: 1024px;
	position: relative;
	margin:0;
	padding:0;
	color: #555;
	font:11px Arial,Verdana, Tahoma, sans-serif;
	line-height:150%;
	background : #FFF;
	text-align:left;
}

a{
	text-decoration:none;
	color:#057fac;
}

a:hover{
	text-decoration:none;
	color:#999;
}

h1{
	font-size:140%;
	margin:0 20px;
	line-height:80px;	
}

h2{
	font-size:120%;
}

#container{
	margin:0 auto;
	background:#fff;
}

#content{margin:0 20px;}

p.sig{	
	margin:0 auto;
	width:680px;
	padding:1em 0;
}

form{
	margin:0;
	padding:0;
}

h2.sp {
	text-align:center;
	font:14px Tahoma, Arial, sans-serif;
	color:#00649E;
	margin-top:10px;
	margin-bottom:5px;
	border-bottom:1px dotted #00649E;
}

h3.sp {
	text-align:left;
	font:14px Tahoma, Arial, sans-serif;
	color:#00649E;
	margin-top:10px;
	margin-bottom:5px;
	border-bottom:1px dotted #00649E;
}

h4.sp {
	text-align:center;
	font:14px Tahoma, Arial, sans-serif;
	color:#00649E;
	margin-top:10px;
	margin-bottom:5px;
	border-bottom:1px dotted #00649E;
}

#framecontent1{
	position: fixed;
	top: 0;
	bottom: 0; 
	left: 0;
	width: 222px; /*Width of frame div*/
	height: auto;
	overflow:hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background : #CCF;
	color: white;
}

#framecontent{
	position: absolute;
	top: 0;
	bottom: 0; 
	left: 0;
	width: 240px; /*Width of frame div*/
	height: auto;
	overflow-x: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	overflow-y: auto; /*Disable scrollbars. Set to "scroll" to enable*/
	background : #CCF;
	color: white;
}

#maincontent{
	margin-left: 228px;
	height: auto;
}

.innertube{
	margin: 10px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

#nav {
	width: 200px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	padding-bottom: 10px;
	color: #fff;
}

#nav, #nav ul, #nav li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#nav li {
	clear: both;
	background: url(sdmenu/title.gif) no-repeat;
	overflow: hidden;
}

#nav li b {
    display: block;
    height: 24px;
    color: white;
    background: url(sdmenu/title.gif) no-repeat;
    width: 100%;
    padding: 2px 0px 0px 10px;
	cursor: pointer;
}

#nav li ul li {
    font-size: 96%;
    border: none;
	background : #ccc;
}

#nav li ul li a {
	padding: 5px 10px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #066;
	border-bottom: 1px solid #ddd;
}

#nav li ul li a:hover {
    color: white;
	background : #ccc;
	background : #006666 url(sdmenu/linkarrow.gif) no-repeat right center;
}

.usermenu {
	margin: 5px 0 0px 0;
	display:block;
}

.usermenutitle-g, .usermenutitle-b, .usermenutitle-r, .usermenutitle-o, .usermenutitle-y, .usermenutitle-f {
	font:12px Tahoma, Arial, sans-serif;
	color:#FFF;
	text-decoration:none;
	text-shadow:1px 1px 1px #000;
	text-align: center;
	display:block;
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	padding: 3px 0px 7px 0px;
	margin:-1px -0px 5px 0px;
	cursor: pointer;
}

.usermenutitle-r { 
	background:url(img/menu-red.png); 
	text-shadow:1px 1px 1px #8d1d11;
}

.usermenuline, .usermenuline-active {
	font:12px tahoma, arial, sans-serif;
	color:#014844;
	text-decoration:none;
	display:block;
	padding: 3px 0 4px 14px;
	cursor: pointer;
	border-bottom: none;
}

.usermenuline:hover, .usermenuline-active:hover {
	background-color:#5F9EA0;
	color:#FFFFFF;
	border-left: 1px solid #4169E1;
	border-right: 1px solid #4169E1;
}

a.usermenuline-active {
	background:#006666 url(sdmenu/linkarrow.gif) no-repeat right center !important;
	color:#FFFFFF !important;
	border-left: 1px solid #4169E1;
	border-right: 1px solid #4169E1;
}

#loading {
	position: fixed;
	top: 2%;
	right: 2%;
	width: 55px;
	height: 55px; 
	background: url(img/loading.gif) no-repeat 50% 50%;
	display: block;
	margin: 0 auto;
}

.sub-green, .sub-blue, .sub-red, .sub-black, .sub-black-l, .sub-orange, .sub-blue160 {
	font-size:11px;
	text-align:center;
	line-height:1.9em;
	height:25px;
	width:92px;
	color:#FFFFFF;
	text-shadow:1px 1px 1px #000000;
	outline:none;
	border:none;
	display:block;
	cursor: pointer;
}

.sub-green:hover, .sub-blue:hover, .sub-red:hover, .sub-black:hover, .sub-orange:hover, .sub-blue160:hover {
	color:#fff;
	border:none;
	background-position: left bottom;
}

a.sub-green,  a.sub-blue,  a.sub-red,  a.sub-black,  a.sub-orange,  a.sub-blue160 {
	font-size:11px;
	text-align:center;
	line-height:1.9em;
	height:25px;
	width:92px;
	color:#fff;
	text-shadow:1px 1px #000;
	outline:none;
	border:none;
	display:block;
	margin:0;
	padding-top:0px;
	padding-bottom:5px;
	cursor: pointer;
}

a.sub-green:hover,  a.sub-blue:hover,  a.sub-red:hover,  a.sub-black:hover,  a.sub-orange:hover,  a.sub-blue160:hover {
	color:#fff;
	border:none;
	background-position: left bottom;
}

input.sub-green, input.sub-blue, input.sub-red, input.sub-black, input.sub-black-l, input.sub-orange, input.sub-blue160 {
	margin:0;
	padding:0;
	padding-bottom:3px;
	font-size:11px;
	text-align:center;
	line-height:1.8em;
	height:25px;
	color:#FFFFFF;
	text-shadow:1px 1px 1px #000000;
	outline:none;
	border:none;
	display:block;
	cursor: pointer;
}

.sub-green { background:url(img/sub-green.png) no-repeat left top; }
.sub-red { background:url(img/sub-red.png) no-repeat left top; }
.sub-blue { background:url(img/sub-blue.png) no-repeat left top;}
.sub-blue160 { background:url(img/sub-blue160.png) no-repeat left top; width: 160px; }
.sub-orange { background:url(img/sub-orange.png) no-repeat left top; }
.sub-black { background:url(img/sub-black.png) no-repeat left top; width: 40px; }

#newform input.sub-green, #newform input.sub-blue, #newform input.sub-red, #newform input.sub-black, #newform input.sub-black-l, #newform input.sub-orange, #newform input.sub-blue160 {
	margin:0;
	padding:0;
	padding-bottom:3px;
	font-size:11px;
	text-align:center;
	line-height:1.8em;
	height:25px;
	color:#FFFFFF;
	text-shadow:1px 1px 1px #000000;
	outline:none;
	border:none;
	display:block;
	cursor: pointer;
}

#newform input.ok, #newform input.ok12, #newform select, #newform textarea {
	color:#002E5F;
}

#newform input.ok:focus, #newform input.ok12:focus, #newform select:focus, #newform textarea:focus {
	outline: none;
	border: 1px solid #228B22;
	box-shadow: 0 0 0px rgba(102,148,200,1);
}

#newform input.err:focus, #newform input.err12:focus {
	outline: none;
	border: 1px solid #FF9393;
	box-shadow: 0 0 5px #FF9393;
}

#newform input.ok {
	width: 99%;
	height: 20px;
	border:1px solid #B5B5B5;
	background: #FFFFFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#newform textarea.ok {
	width: 99%;
	height: 220px;
	border:1px solid #B5B5B5;
	background: #FFFFFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#newform input.ok12 {
	width: 120px;
	height: 20px;
	border:1px solid #B5B5B5;
	background: #FFFFFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#newform input.err {
	width: 99%;
	height: 20px;
	border:1px solid #FF9393;
	background: #FFDBDB;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#newform input.err12 {
	width: 120px;
	height: 20px;
	border:1px solid #FF9393;
	background: #FFDBDB;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#newform select {
	width: 99%;
	height: 24px;
	border:1px solid #B5B5B5;
	background: #FFFFFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#newform textarea {
	width: 99%;
	height: 100px;
	border:1px solid #B5B5B5;
	background: #FFFFFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.msg-error {
	font-size:14px;
	color:#FFFFFF;
	text-align:center;
	text-shadow:1px 1px 1px #000000;
	background-color: #EE6363;
	display:block;
	margin-top:6px;
	margin-bottom:4px;
	padding:10px 20px;
}

.msg-ok {
	font-size:14px;
	color:#FFFFFF;
	text-align:center;
	text-shadow:1px 1px 1px #000000;
	background-color: #2E8B57;
	display:block;
	margin-top:6px;
	margin-bottom:4px;
	padding:10px 20px;
}

.msg-w {
	font-size:14px;
	color:#FFFFFF;
	text-align:center;
	text-shadow:1px 1px 1px #000000;
	background-color: #FF7F00;
	display:block;
	margin-top:6px;
	margin-bottom:4px;
	padding:10px 20px;
}

table.tables {text-align:left; border-collapse:separate; line-height:1.2; border:none;border-spacing:0;width:100%;padding:0;}
table.tables thead {text-align:center; background: #009C57;}
table.tables thead th, table.tables th {
	text-align:center; 
	font-weight: normal; 
	font-size:12px;
	color: #ffffff; 
	text-shadow: 1px 1px 1px #000000; 
	border:none;
}

table.tables thead th a {color:#FFFFFF;outline:none;}
table.tables thead th a:hover {color:#FAE897;border-color:#FAE897;}
table.tables td {
	color:#114C5B; 
	border-top:solid 2px #FFFFFF; 
	border-left:solid 2px #FFFFFF; 
	border-bottom:solid 1px #DDDDDD; 
	border-right:solid 1px #DDDDDD; 
	background:#F7F7F7; 
	padding:2px 5px;
	height:26px;
}
table.tables td:nth-child(1) { border-left:none;}

table.tables tr:nth-child(1n) td {background:#F7F7F7;}
table.tables tr:nth-child(2n) td {background:#EFEFEF;}

table.tables tr:hover td{background:#ECFBD4;}

table.tables td.selected, table.tables tr.even td.selected, table.tables tr.odd td.selected{background:#ECFBD4;}

.check-aut {
	font-weight: 500;
	font-size: 14px;
	padding: 4px 3px;
	margin: 1px 4px;
	display: block;
	color: #FFFFFF;
	cursor: pointer;
	text-shadow: 0 1px rgba(67, 66, 72, 0.5);
}

.check-aut-active, .check-aut:hover {
	font-weight: 500;
	font-size: 14px;
	padding: 4px 3px;
	margin: 1px 4px;
	display: block;
	color: #434248;
	cursor: pointer;
	text-shadow: 0 1px rgba(255, 255, 255, 0.5);
	background: #FFFFFF;
	border-radius: 1px;
	background-image: -webkit-linear-gradient(top, #FEFEFE, #EEEEEE);
	background-image: -moz-linear-gradient(top, #FEFEFE, #EEEEEE);
	background-image: -o-linear-gradient(top, #FEFEFE, #EEEEEE);
	background-image: linear-gradient(to bottom, #FEFEFE, #EEEEEE);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.navigation {
	border: none;
	width: 100%;
	margin: 5px 0px;
	padding: 3px 0px;
	text-align: center;
	background-color: #F3F2E7;
	border-top: 1px solid #20B2AA;
	border-bottom: 1px solid #20B2AA;
}

.navigation td.orient {
	white-space:nowrap;
	padding-top: 0;
	vertical-align: top;
}

.navygray {
	font-size:12px;
	color:#B3C2A4;
}

.text14 {
	font-size:14px;
}

.navigation td a {
	font-size:12px;
	color: #135B11;
}

.navigation td a:hover, .navigation td a:hover {
	font-size:12px;
	color: #FF0000;
}

a.selpage {
	border: solid 1px #3CB371;
	background-color: #F0FFF0;
	padding: 1px 3px;
	margin: 0 1px;
}

a.selpage:hover {
	border: solid 1px #C7B285;
	background-color: #E7DECB;
}

.selpage-act {
	border: solid 1px #3F8E5A;
	background-color: #3F8E5A;
	color: #fff;
	padding: 1px 3px;
	margin: 0 1px;
}

#form input.submit {
	margin:0px;
	padding:0px;
	padding-bottom:5px;
	font-size:12px;
	font-weight: normal;
	text-align:center;
	line-height:1.8em;
	height:25px;
	color:#fff;
	text-shadow:1px 1px 1px #000;
	outline:none;
	border:none;
	cursor: pointer;
	background:url(img/sub-blue160.png) no-repeat left top; 
	width: 160px;
}

#form input.submit:hover, input.submit:active {
	color:#fff;
	border:none;
	background-position: left bottom;
}

table.adv-cab { text-align:left; border-collapse:separate; line-height:1.2; border:none; border-spacing:0; width:100%; padding:0;}
table.adv-cab thead {text-align:center; background: #009C57;}
table.adv-cab thead th, table.adv-cab th {
	text-align:center; 
	font-weight: normal; 
	font-size:12px;
	color: #ffffff; 
	text-shadow: 1px 1px 1px #000000; 
	border:none;
}

table.adv-cab thead th a {color:#FFFFFF;outline:none;}
table.adv-cab thead th a:hover {color:#FAE897;border-color:#FAE897;}
table.adv-cab tr td, table.adv-cab tr td.ext-text {
	color:#114C5B; 
	border-top:solid 2px #FFFFFF; 
	border-left:solid 2px #FFFFFF; 
	border-bottom:solid 1px #DDDDDD; 
	border-right:solid 1px #DDDDDD; 
	background:#F7F7F7; 
	padding:2px 5px;
	height:26px;
}

table.adv-cab td:nth-child(1) { border-left:none; border-right:none;}
table.adv-cab td:nth-child(2) { border-left:none;}

table.adv-cab tr:nth-child(1n) td {background:#F7F7F7;}
table.adv-cab tr:nth-child(2n) td {background:#EFEFEF;}

table.adv-cab tr td.ext-text {font: 12px/18px Arial, Tahoma, Verdana, sans-serif; color: #B1051E; padding:2px 8px 4px 8px; border-left:none; background: #F5F5D4;}

#popup{
    background-color:#FFF;
	min-width: 400px;
	display:none;
	position: absolute;
	z-index:999;
	top:-700px;
	left:0;
	font-size:12px;
	box-shadow: 1px 1px 20px 0 black;
}

#popup table{
    font-size:12px;
}

#popup .title-popup{
    background-color:#0077a7;
	color:#FFF;
	line-height: 40px;
	padding:0;
	padding-left:10px;
	cursor:move;
	font-size:14px;
}

#popup .text-popup{
    overflow: hidden;overflow-y: auto;
}

#popup .text-popup .load-popup{
    display:block;
	width:128px;
	height:15px;
	margin:20px auto;
}

#popup .closed-popup{
    position: absolute;
	top:0;
	right:0;
	font-size:12px;
	line-height: 40px;
	text-align:center;
	display:inline-block;
	width:70px;
	cursor:pointer;
	color:#FFF;
	cursor:pointer;opacity:0.6
}

#popup .closed-popup:hover{
    opacity:0.9
}

#load{position: fixed;top:0;left:0;height: 100%;width: 100%;background: rgba(0, 0, 0, 0.7);z-index:999;display:none;}

.modal-help {
	padding: 20px 20px 50px 20px;
	text-align: justify;
	/*border: 2px solid #0077a7;*/
}

.hideblock {
	display:none;
}

.showblock {
	display: block;
}