body, input, textarea, select{
	font-family: Tahoma, Arial, serif;
	font-size: 10pt;
}
body{
	margin: 0;
	padding: 0;
}

h1, h2, h3{
	color: #3f81bd;
	font-size: 12pt;
}

a{
	color: #3f81bd;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
a img{
	border: 0;
}
a.icon{
	
	margin-left: 5px;
}

ul.menu a, ul.nav a{
	text-decoration: none;
}
ul.menu, ul.nav, ul.data-tree{
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

.even{
	background: #fff;
}
.odd{
	background: #eff4fb;
}

ul.nav li{
	margin-right: 10px;
}
ul.nav li.home{
	padding-left: 16px;
	background: url("/img/icons/homepage.gif") left -2px no-repeat;
}
ul.nav li.sitemap{
	padding-left: 12px;
	background: url("/img/icons/sitemap.gif") left center no-repeat;
}

input.text,textarea,select{
	border: #3f81bd 1px solid;
	border-top-color: #3f81bd;
	border-left-color: #3f81bd;
}
input.search{
	width: 135px;
}
input.search-btn{
	width: 20px;
	height: 20px;
	border: none;
	background: url("/img/icons/search.gif") no-repeat;
	cursor: pointer;
}
input.muffled-input{
	color: #999;
	font-style: italic;
}

div.clear{
	float: none;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

div.left{
	float: left;
}
div.right{
	float: right;
}

#main_wrapper{
	margin: 5px auto 0;
	padding: 0;
	width: 1016px;
}

#header{
	
}
#header div.top{
	height: 20px;
}
#header div.center{
	height: 80px;
	background: #3f81bd;
}
#header div.center img{
	margin: 0;
	padding: 0;
}
#header ul.nav li{
	display: inline;
}
#header ul.nav li a{
	color: #000;
	font-weight: bold;
}
#header ul.nav li a:hover{
	color: #c01e12;
}
#header div.status{
	padding: 5px 15px;
	font-size: 8pt;
}
#header div.menu{
	color: #fff;
	background: #3f81bd;
}
div.menu a{
	color: #fff;
}
div.menu li a:hover{
	color: #000;
	background: #eff4fb;
}
div.menu{
	padding: 0 8px;
}
div.menu li{
	position: relative;
	display: block;
	float: left;
	font-size: 9pt;
	font-weight: bold;
}
div.menu li a{
	display: block;
	padding: 4px 8px;
	background: #3f81bd;
	border-right: #eff4fb 1px solid;
}
div.menu ul.menu ul li{
	float: none;
	border-top: #eff4fb 1px solid;
	font-size: 8pt;
	font-weight: normal; 
}
div.menu ul.menu ul{
	width: 180px;
}
ul.menu ul{
	position: absolute;
	display: none;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 9;
}
ul.menu ul li{
	display: block;
	float: none;
}
ul.menu li:hover ul{
	display: block;
}

div.sequence{
	padding: 4px 10px;
	font-size: 8pt;
	font-weight: bold;
	line-height: 13px;
	border-bottom: #3f81bd 1px solid;
}
ul.sequence{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.sequence li{
	display: inline;
}

#body{
	margin: 1px 0;
	border: 3px solid red;
}
#body div.menu{
	margin: 0 0 10px;
	padding: 0;
}
#body div.menu li{
	font-size: 8pt;
	border-top: #eff4fb 1px solid;
}
#body div.menu ul.menu{
	width: 180px;
}
#body div.menu ul.menu li{
	display: block;
	float: none;
}
#body div.menu ul.menu ul{
	top: 0;
	left: 180px;
	width: 220px;
}

div.box{
	background: #eff4fb;
}
div.box p.title{
	margin: 0;
	padding: 4px 0;
	color: #fff;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	background: #3f81bd;
}
div.box p.title a{
	color: #fff;
}
div.box p{
	margin: 4px 0;
}
div.box div.body{
	padding: 8px;
}
div.box ul{
	margin: 0;
	padding: 0 0 0 20px;
	list-style: url("/img/box-li.gif");
}
div.box ul li{
	padding: 2px 0;
}
div.box ul a{
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}
div.box ul a:hover{
	text-decoration: underline;
}

#body{
	border: #3f81bd 1px solid;
	border-width: 1px 0;
}
#body td.left-column, #body td.right-column{
	background: #eff4fb;
}
#body td.left-column{
	padding-bottom: 210px;
	background: #eff4fb url("/img/bg-left-column-footer.gif") no-repeat center bottom;
}

#footer{
	margin: 4px 0 0;
	background: #eff4fb;
}
#footer div.address{
	padding: 10px;
	font-size: 9pt;
}
#footer div.note{
	padding: 0 10px;
	color: #3f81bd;
	font-size: 8pt;
	text-align: center;
}
#footer p{
	margin: 2px 0;
}
#footer div.copy{
	padding: 2px;
	color: #fff;
	background: #3f81bd;
	text-align: center;
}

div.news-list{
	
}
div.content{
	padding: 0 10px 10px 10px;
}
div.news-item{
	/*padding: 10px;*/
}
div.news-item p.header{
	margin: 0 0 4px;
	padding: 2px;
	background: #eff4fb;
	text-align: right;
}
div.news-item h2{
	margin: 0 0 10px;
}
h2 a{
	color: #3f81bd;
	text-decoration: none;
}
h2 a:hover{
	color: #c01e12;
}
div.news-list div.news-item{
	margin: 5px 0;
	border-bottom: #d0d0f0 1px dashed;
}
div.image-item{
	float: left;
	margin: 1px;
	padding: 1px;
	width: 200px;
	height: 200px;
	background: #f5f5f5;
}
#downloader div.image-item{
	height: 220px;
}
div.image-item:hover{
	background: #c1d8f2;
}
div.news-item img.image{
	margin: 24px 10px 10px 0;
	padding: 2px;
	border: #3f81bd 1px solid;
	background: #eff4fb;
}
div.gallery-item{
	margin: 5px 0;
}
div.gallery-item p{
	text-align: center;
}
div.more, div.download{
	margin: 10px 0 6px;
	text-align: right;
}
div.download{
	text-align: left;
}
div.more em, div.more a, div.download a{
	margin-left: 10px;
	color: #3f81bd;
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
}
div.more em{
	color: #999;
	font-weight: normal;
}
div.more a.more{
	padding-left: 16px;
	background: url("/img/ico-more.png") no-repeat left center;
}
div.more a.live{
	padding-left: 16px;
	background: url("/img/ico-live.png") no-repeat left center;
}
div.download a.download-dialog{
	padding-left: 16px;
	background: url("/img/ico-download.png") no-repeat left center;
}
div.direction-list a.download{
	padding-left: 16px;
	font-size: 8pt;
	font-weight: bold;
	background: url("/img/ico-download.png") no-repeat left center;
}
a.more:hover{
	color: #c01e12;
}
div.news-item a.more{
	margin-right: 10px;
}

ul.news-archive, div.box ul.news-archive,
ul.news-archive ul, div.box ul.news-archive ul{
	list-style: none;
	padding-left: 10px;
}
ul.news-archive ul{
	display: none;
}
div.box ul.news-archive ul a{
	/*display: block;*/
	font-weight: normal;
}

ul.children-list{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.children-list ul{
	margin: 0;
	padding-left: 15px;
	list-style: none;
}
ul.children-list li{
	padding-left: 30px;
	line-height: 30px;
	background: url("/img/icons/file.gif") left 5px no-repeat;
}
ul.children-list li.folder{
	background: url("/img/icons/folder.gif") left 5px no-repeat;
}
ul.children-list a{
	color: #3f81bd;
	text-decoration: none;
}
ul.children-list a:hover{
	text-decoration: underline;
}

div.admin-menu{
	padding: 15px;
	border: #3f81bd 2px solid;
}
div.admin-menu ul.nav li{
	display: inline;
}
div.admin-menu ul.nav li a{
	color: #3f81bd;
	font-weight: bold;
}
div.admin-menu ul.nav li a:hover{
	text-decoration: underline;
}

div.data-tree{
	
}
div.data-tree table thead td{
	padding: 4px 0;
	color: #3f81bd;
	font-size: 8pt;
	font-weight: bold;
	background: #eff4fb;
}
div.data-tree a{
	color: #3f81bd;
	text-decoration: none;
}
div.data-tree a:hover{
	text-decoration: underline;
}
ul.data-tree{
	
}
ul.data-tree li{
	padding: 2px 0;
}
ul.data-tree li.disabled{
	color: #999;
}
li.current{
	color: #C01E12;
}
li.future{
}
li.past{
	color: #7aa;
}
ul.data-tree li:hover{
	background: #cfc;
}
ul.data-tree ul{
	padding-left: 22px;
	background: #fff url("/img/icons/subitem.png") no-repeat left 2px;
}
ul.data-tree a.add-btn{
	margin: 3px 0 3px 60px;
	font-size: 9pt;
	font-weight: bold;
}

fieldset{
	padding: 0;
	border: none;
}
fieldset a{
	color: #3f81bd;	
}
fieldset p.title{
	margin: 0 0 10px 0;
	color: #3f81bd;
	text-align: left;
	border-bottom: #3f81bd 1px dashed;
}
fieldset div.right-column{
	width: 444px;
	text-align: left;
}
fieldset div.file-uploader-content p.title{
	margin-top: 5px;
}

div.image-list, div.video-list, div.file-list{
	padding: 2px;
	border: #ccc 1px solid; 
}
ul.image-list, ul.video-list, ul.file-list{
	margin: 0;
	padding: 0;
	list-style: none;
}
div.file-uploader-content{
	overflow: auto;
	width: 444px;
	height: 620px;
}
ul.image-list li, ul.video-list li{
	position: relative;
	float: left;
	display: block;
	margin: 0 4px 0 0;
	width: 206px;
}
ul.image-list img, ul.video-list img{
	margin: 0;
	border: #3f81bd 2px solid;
}
ul.image-list a img, ul.video-list a img, ul.file-list a img{
	margin: 0;
	padding: 0;
	border: none;
}
ul.image-list div.a, ul.video-list div.a{
	position: absolute;
	display: none;
	padding: 2px;
	left: 10px;
	top: 10px;
	background: #fff;
}
ul.image-list li:hover div.a, ul.video-list li:hover div.a{
	display: inline;
}
ul.file-list li{
	padding: 2px;
}
div.file-uploader{
	display: none;
}

div.loading-box{
	position: absolute;
	width: 100%;
	height: 100%;
}
div.loading-box div.mask{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	z-index: 100;
}
div.loading-box div.body{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 101;
}
div.loading-box div.box{
	position: absolute;
	margin: auto;
	width: 40px;
	height: 40px;
	border: #333 1px solid;
	background: #fff url("/img/icons/loading.gif") no-repeat center center;
}

ul.news-list, ul.pages, ul.subpages{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.news-list li{
	padding: 2px;
}
ul.news-list li small{
	display: block;
	margin: 2px 4px 0 0;
	color: #777;
}

div.pages{
	margin: 5px 0;
}
div.pages ul.pages{
	float: right;
}
ul.pages li{
	display: block;
	float: left;
	margin-left: 2px;
	height: 22px;
	line-height: 20px;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
}
ul.pages li a{
	display: block;
	padding: 0 5px;
	height: 20px;
	text-decoration: none;
	border: #eff4fb 1px solid;
	background: #eff4fb;
}
ul.pages li a:hover{
	border: #3f81bd 1px solid;
	background: #fff;
}
ul.pages li.s a{
	color: #fff;
	border: #3f81bd 1px solid;
	background: #3f81bd;
}

ul.subpages li{
	display: block;
	float: left;
	width: 40%;
	padding: 4px 10px 4px 40px;
	background: url("/img/icons/folder.gif") no-repeat left center;
}

a.player{
	display: none;
	padding: 10px 0 5px;
	width: 520px;
	height: 400px;
}

div.att-list{
	margin-top: 10px;
}

div.search-item, div.direction-list{
	line-height: 18px;
}
div.search-item em, div.direction-list em{
	color: #3f81bd;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
}
div.search-item small, div.direction-list small{
	padding: 4px;
	font-size: 8pt;
	background: #eff4fb;
}
div.direction-list thead td{
	color: #3f81bd;
	font-size: 8pt;
	font-weight: bold;
	background: #eff4fb;
}
div.direction-list thead span{
	margin-left: 5px;
}
div.direction-list td small{
	display: block;
	padding: 0 5px;
	color: #3f81bd;
	background: #fff;
}
div.direction-list tr td{
	border-bottom: #eff4fb 2px solid;
}

ul.banners{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.banners li{
	position: relative;
	display: block;
	float: left;
	width: 330px;
	height: 70px;
	margin: 2px;
	padding: 2px;
	text-align: center;
	overflow: hidden;
}
ul.banners li img{
	margin: 2px;
}
ul.banners li div.nav{
	display: none;
}
ul.banners li:hover div.nav{
	display: block;
	position: absolute;
	left: 300px;
	top: 0;
	background: #f0f0f0;
	z-index: 6;
}
div.banners p a{
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
div.banners p a:hover{
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

a.popup-video, a.note{
	font-size: 8pt;
}
a.popup-video img{
	margin-bottom: 5px;
}

#downloader{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 40;
}
#downloader div.mask{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	z-index: 41;
}
#downloader div.body{
	position: relative;
	margin: 0 auto;
	padding: 40px;
	width: 840px;
	height: 448px;
	background: #fff;
	z-index: 42;
}
#downloader div.body div.scroll{
	position: relative;
	height: 448px;
	overflow: auto;
}
#downloader .links{
	font-size: 8pt;
	line-height: 20px;
	text-align: center;
}
#downloader .links a{
	font-weight: bold;
}
#downloader div.a{
	position: absolute;
	top: 6px;
	left: 0;
	width: 100%;
}
#downloader a.close{
	display: block;
	float: right;
	margin-right: 40px;
	width: 66px;
	height: 22px;
	background: url("/img/btn-close.gif") no-repeat left top;
}

img.js-question-mark{
	cursor: pointer;
}
div.js-question-answer{
	display: none;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 300px;
	background: url("/img/bg-question-answer.png") no-repeat scroll left top transparent;
	z-index: 100;
}
div.js-question-answer div{
	padding-top: 14px;
	border: 1px solid transparent;
	background: url("/img/bg-question-answer.png") no-repeat scroll left bottom transparent;
}
div.js-question-answer p{
	margin: 0;
	padding: 0 13px 16px 23px;
	color: #444;
	font-size: 10px;
}
div.js-question-answer ul{
	margin: 0 13px 16px 23px;
	padding: 0 5px 0 20px;
	color: #444;
	font-size: 10px;
}
div.js-question-answer em{
	color: #666;
	font-style: normal;
}
div.js-question-answer u{
	color: #222;
}

fieldset.application{
	margin-top: 10px;
}
fieldset.application .text{
	width: 400px;
}
fieldset.application th{
	padding-top: 4px;
	color: #3f81bd;
	font-size: 8pt;
	font-weight: bold;
}
div.error{
	margin: 5px 0;
	padding: 10px;
	background: #ffc;
	color: #c33;
}

.creeping-line{
	position: relative;
	margin: 5px 0;
	height: 22px;
	border: 1px solid red;
	border-color: #3f81bd;
	border-left: none;
	border-right: none;
	overflow: hidden;
}
.creeping-line .container{
	position: absolute;
	display: block;
	left: 9999px;
	top: 3px;
	width: 100%;
	color: red;
	color: #3f81bd;
	white-space: nowrap;
}
.creeping-line  .container a{
	color: red;
	color: #3f81bd;
}

ul.moderators{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.moderators li{
	display: block;
	float: left;
	width: 33%;
}

blockquote.error, blockquote.msg{
	margin: 5px 0;
	padding: 10px 20px;
	color: red;
	border: 1px solid red;
}
blockquote.msg{
	color: #3f81bd;
	border-color: #3f81bd;
}
a#archive-title{
	text-decoration: none;
	border-bottom: 1px dashed #fff;
}
a#archive-title:hover{
	border-bottom: 1px solid transparent;
}
