/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #2D2D2D;
}

a {
	color: #E73000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.link {
	color: #FB9203;
}

a.white {
	color: #ffffff;
}

a.more {
	margin: 0px;
	padding: 5px;
	display: block;
	float: right;
}

a.back {
	margin: 0px;
	padding: 5px;
	display: block;
	float: left;
}

a.greay {
	margin: 0px;
	padding: 4px 0px 0px 0px;
	background-image: url(img/bgagreay.jpg);
	background-repeat: no-repeat;
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff !important;
	text-decoration: none;
	text-align: center;
	width: 68px;
	height: 18px;
}

a.red {
	margin: 0px;
	padding: 4px 0px 0px 0px;
	background-image: url(img/bgared.jpg);
	background-repeat: no-repeat;
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff !important;
	text-decoration: none;
	text-align: center;
	width: 68px;
	height: 18px;
}

a.orange {
	margin: 0px;
	padding: 4px 0px 0px 0px;
	background-image: url(img/bgaorange.jpg);
	background-repeat: no-repeat;
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff !important;
	text-decoration: none;
	text-align: center;
	width: 68px;
	height: 18px;
}

a.green {
	margin: 0px;
	padding: 4px 0px 0px 0px;
	background-image: url(img/bgagreen.jpg);
	background-repeat: no-repeat;
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff !important;
	text-decoration: none;
	text-align: center;
	width: 68px;
	height: 18px;
}

a.blue {
	margin: 0px;
	padding: 4px 0px 0px 0px;
	background-image: url(img/bgablue.jpg);
	background-repeat: no-repeat;
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff !important;
	text-decoration: none;
	text-align: center;
	width: 68px;
	height: 18px;
}

span.red {
	color: #FF0000;
}

p {
	margin: 0px;
	padding: 5px;
}

form {
	margin: 0px;
	padding: 0px;
}

input.blank {
	margin: 0px;
	padding: 4px;
	color: #675D51;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	border: 0px;
	background-color: transparent;
}

input.text {
	margin: 0px;
	padding: 4px;
	color: #675D51;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	border: 1px solid #CCCCCC;
}

input.texterror {
	margin: 0px;
	padding: 4px;
	color: #675D51;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	border: 1px solid #FF0000;
}

select {
	margin: 0px;
	padding: 3px;
	color: #675D51;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	border: 1px solid #CCCCCC;
	background-color: #ffffff;
}

select.text {
	margin: 0px;
	padding: 3px;
	color: #675D51;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	border: 1px solid #CCCCCC;
	background-color: #ffffff;
}

select.texterror {
	margin: 0px;
	padding: 3px;
	color: #675D51;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	border: 1px solid #FF0000;
	background-color: #ffffff;
}

textarea.text {
	margin: 0px;
	padding: 4px;
	color: #675D51;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	border: 1px solid #CCCCCC;
}

textarea.texterror {
	margin: 0px;
	padding: 4px;
	color: #675D51;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	border: 1px solid #FF0000;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: normal;
}

h2 {
	margin: 0px;
	padding: 5px 0px 5px 20px;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	background-image: url('img/bgh2.jpg');
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 2px solid #FB9203;
}

h3 {
	margin: 0px;
	padding: 5px 5px;
	font-size: 12px;
	font-weight: bold;
	color: #FB9203;
}

h4 {
	margin: 0px;
	padding: 0px;
	color: #3F2800;
	font-size: 12px;
	font-weight: bold;
}

h5 {
	margin: 0px;
	padding: 0px;
	color: #3F2800;
	font-size: 12px;
	font-weight: bold;
}

table.file {
	margin: 0px auto;
	width: 80%;
}

table.file tr {
	cursor: pointer;
}

table.file a {
	color: #C40F3A;
	text-decoration: none;
}

td.size {
	width: 80px;
	text-align: center;
}

td.ico {
	width: 20px;
	height: 20px;
	text-align: center;
}

.clr {
	clear:both;
}
	
.ctr {
	text-align: center;
	float: none;
}

.page {
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
}

.search {
	margin: 0px;
	padding: 10px 0px 0px 200px;
	width: 800px;
	height: 30px;
	position: relative;
}

.bginputsearch {
	margin: 0px;
	padding: 0px;
	width: 259px;
	height: 24px;
	background-image: url('img/bginputsearch.jpg');
	background-repeat: no-repeat;
}

.subdomain {
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 0px;
	top: 10px;
}

.subdomain h1 {
	font-weight: bold;
	font-size: 16px;
}

.top {
	margin: 0px;
	padding: 0px;
	width: 1000px;
	height: 175px;
	background-image: url('img/bgtop.jpg');
	background-repeat: no-repeat;
	position: relative;
}

.lang {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 20px;
}

.logo {
	margin: 0px;
	padding: 0px;
	width: 250px;
	height: 100px;
	position: absolute;
	top: 25px;
	left: 0px;
}

.logo a {
	margin: 0px;
	padding: 0px;
	width: 250px;
	height: 100px;
	display: block;
}

.logo a:focus {
	-moz-outline: none; 
	outline: none; /* CSS 3 */ 
	ie-dummy: expression(this.hideFocus=true); /* IE >= 5.5 */ 
}

.topswf {
	margin: 0px;
	padding: 0px;
	width: 327px;
	height: 175px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.branch {
	margin: 0px;
	padding: 5px 10px;
	width: 1000px;
}

.leftpage {
	margin: 0px;
	padding: 0px;
	width: 242px;
	float: left;
}

.centerpage {
	margin: 0px;
	padding: 0px;
	width: 508px;
	float: left;
}

.rightpage {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	width: 230px;
	float: left;
}

.bgmenu {
	margin: 0px;
	padding: 0px;
	width: 221px;
	background-image: url('img/bgmenu.jpg');
	background-repeat: repeat-y;
}

.bgmenuhead {
	margin: 0px;
	padding: 0px;
	width: 221px;
	height: 62px;
	background-image: url('img/bgmenuhead.jpg');
	background-repeat: no-repeat;
}

.bgmenubottom {
	margin: 0px;
	padding: 0px;
	width: 221px;
	height: 30px;
	background-image: url('img/bgmenubottom.jpg');
	background-repeat: no-repeat;
}

.bgleftbox {
	margin: 0px;
	padding: 0px;
	width: 215px;
	background-image: url('img/lefthead.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

.bgmenuright {
	margin: 0px;
	padding: 0px;
	width: 230px;
	background-image: url('img/bgmenuright.jpg');
	background-repeat: repeat-y;
}

.bgmenurighthead {
	margin: 0px;
	padding: 0px;
	width: 230px;
	height: 30px;
	background-image: url('img/bgmenurighthead.jpg');
	background-repeat: no-repeat;
}

.bgmenurightbottom {
	margin: 0px;
	padding: 0px;
	width: 230px;
	height: 30px;
	background-image: url('img/bgmenurightbottom.jpg');
	background-repeat: no-repeat;
}

.bgrightbox {
	margin: 0px;
	padding: 0px;
	width: 230px;
	background-image: url('img/righthead.gif');
	background-repeat: no-repeat;
	background-position: top right;
}

.bgnewsletter {
	margin: 0px;
	padding: 0px;
	width: 221px;
	background-image: url('img/bgnewsletter.jpg');
	background-repeat: repeat-y;
	color: #ffffff;
}

.bgnewsletterhead {
	margin: 0px;
	padding: 0px;
	width: 221px;
	height: 40px;
	background-image: url('img/bgnewsletterhead.jpg');
	background-repeat: no-repeat;
}

.bgnewsletterbottom {
	margin: 0px;
	padding: 0px;
	width: 221px;
	height: 20px;
	background-image: url('img/bgnewsletterbottom.jpg');
	background-repeat: no-repeat;
}

.bglogin {
	margin: 0px;
	padding: 0px;
	width: 230px;
	background-image: url('img/bglogin.jpg');
	background-repeat: repeat-y;
	background-position: right;
	color: #ffffff;
}

.bgloginhead {
	margin: 0px;
	padding: 0px;
	width: 230px;
	height: 50px;
	background-image: url('img/bgloginhead.jpg');
	background-repeat: no-repeat;
	background-position: right;
}

.bgloginbottom {
	margin: 0px;
	padding: 0px;
	width: 230px;
	height: 20px;
	background-image: url('img/bgloginbottom.jpg');
	background-repeat: no-repeat;
	background-position: right;
}

.bgloginlock {
	margin: 0px;
	padding: 0px;
	width: 350px;
	background-image: url('img/bgloginlock.jpg');
	background-repeat: repeat-y;
	background-position: right;
	color: #ffffff;
}

.bgloginlockhead {
	margin: 0px;
	padding: 0px;
	width: 350px;
	height: 50px;
	background-image: url('img/bgloginlockhead.jpg');
	background-repeat: no-repeat;
	background-position: right;
}

.bgloginlockbottom {
	margin: 0px;
	padding: 0px;
	width: 350px;
	height: 20px;
	background-image: url('img/bgloginlockbottom.jpg');
	background-repeat: no-repeat;
	background-position: right;
}

.bgnewshr {
	margin: 0px;
	padding: 0px;
	width: 230px;
	height: 11px;
	background-image: url('img/bgnewshr.jpg');
	background-repeat: no-repeat;
}

.rss {
	margin: 0px;
	padding: 0px;
	width: 38px;
	height: 16px;
	background-image: url(img/rss.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.rss a {
	display: block;
	width: 38px;
	height: 16px;
}

.bottom {
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
	height: 58px;
	background-image: url(img/bgbottom.jpg);
	background-repeat: no-repeat;
	position: relative;
	color: #ffffff;
}

.bottom p {
	padding: 0px;
}

.bottom a {
	color: #000000;
}


.hr {
	margin: 0px;
	padding: 0px;
	width: 508px;
	height: 12px;
	overflow: hidden;
	background-image: url("img/bghr.jpg");
	background-repeat: no-repeat;
	clear: both;
}

.title {
	margin: 0px;
	padding: 0px;
	background-image: url("img/bgtitle.jpg");
	height: 20px;
	float: left;
}

.title h3 {
	padding: 2px 0px 0px 0px;
	color: #ffffff;
	float: left;
}

.title a {
	color: #ffffff;
}

.titleleft {
	margin: 0px;
	padding: 0px;
	width: 10px;
	height: 20px;
	background-image: url(img/bgtitleleft.jpg);
	background-repeat: no-repeat;
	background-position: left;
	float: left;
}

.titleright {
	margin: 0px;
	padding: 0px;
	width: 10px;
	height: 20px;
	background-image: url(img/bgtitleright.jpg);
	background-repeat: no-repeat;
	background-position: right;
	float: left;
}

.bgspecialsection {
	margin: 0px auto;
	padding: 0px 0px 10px 0px;
	width: 508px;
	background-image: url(img/bgspecialsection.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #EDE8E4;
}























/*css menu*/

ul.tree {
	display: block;
	margin: 0px;
	padding: 0px 20px;
}

ul.tree ul {
	display: block;
	margin: 0px;
	padding: 0px;
}

ul.tree li {
	display: block;
	list-style-type: none;
	padding: 5px 0px 5px 20px;
	background-image: url("img/menutreedocument.gif");
	background-position: left 7px;
	background-repeat: no-repeat;
}

ul.tree li.closed {
	background-image: url("img/menutreeclosed.gif");
	background-position: left 7px;
	background-repeat: no-repeat;
}

ul.tree li.opened {
	background-image: url("img/menutreeopened.gif");
	background-position: left 7px;
	background-repeat: no-repeat;
}

ul.tree li.first {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 5px;
	overflow: hidden;
	background-image: url("img/bglifirst.jpg");
	background-repeat: no-repeat;
	background-position: center;
}

ul.tree li a {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

ul.tree li a.folder {
	cursor: pointer;
}

ul.tree li a.active {
	font-weight: bold !important;
}

ul.tree li a:hover {
	text-decoration: underline;
}


/*css page default*/


.pagination {
	margin: 0px;
	padding: 10px 0px;
	text-align: center;
}

.hide {
	visibility: hidden;
	position: absolute;
	overflow: hidden;
	top: -400px;
	left: -400px;
}

.date {
	margin: 0px;
	padding: 2px 0px;
	color: #BCBCBC;
	text-align: right;
}

.article {
	margin: 0px;
	padding: 10px 5px 0px 5px;
}

.article ul {
	list-style: url(img/arow.gif);
	margin: 0px;
	padding: 0px 0px 0px 15px;
}

.article li {
	margin: 0px;
	padding: 0px 0px 10px 5px;
}

.article li a {
	color: #575757;
}

.gallery {
	margin: 2px;
	padding: 2px;
	width: 115px;
	height: 60px;
	border: 1px solid #DBDBDB;
	overflow:hidden;
	float: left;
	text-align:center;
}

.gallery img {
	margin: 0px;
	padding: 0px;
	border: none;
	width: 115px;
}

.column {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	width: 50%;
	height: 160px;
	float: left;
}

.articlecolumn {
	margin: 0px;
	padding: 0px 10px;
	height: 130px;
	overflow: hidden;
}

.download {
	margin: 0px;
	padding: 10px 75px;
	text-align: left;
}

.download a {
	color: #C40F3A;
}

.download img {
	margin: 0px 5px 5px 0px;
	padding: 0px;
	border: none;
}

.errortext {
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	margin: 0px;
}

.successtext {
	font-weight: bold;
	color: #55b32b;
	text-align: center;
	margin: 0px;
}

.errorsurveytext {
	color: #FF0000;
	margin: 0px;
	padding: 0px;
}

.update {
	margin: 0px;
	padding: 5px 10px;
	text-align: right;
	font-size: 10px;
	font-style: italic;
}

.prevnext {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 13px;
}
