a { color: #7b9a00 }
a:visited { color: #94b706 }

p { margin: 0 0 0 5px; padding: 0; }
h1 { margin: 5px; padding: 0; color: #444; font-weight: bold;}
h2 { margin: 5px; padding: 0 }
body {
	background: #fcfff7 url('../images/bg_gradient.png') repeat-x;
	color: #666 ;
}

#layout { text-align: center; width: 1003px; margin: 0 auto 0 auto; }

#content {
	width: 1003px;
	margin-top: 0px;
	padding-top: 0px;
	clear: both;
	float: left;
	text-align: left;
}

#top_section {
	text-align: center;
	width: 100%;
	height: 150px;
	float: left;
	background-color: #c6dc71;
/*	background-color: #d0d0d0;*/
}

#top_section #logo {
	background: transparent url('../images/logo.png') top center no-repeat;
	float: left;
	width: 340px;
	height: 145px;

}

#top_section #text {
	float: left;
	display: block;
	width: 400px;
	color: white;
	text-align: left;
	font-weight: bold;
	font-size: 15px;
}

.menu_top {
	padding-top: 10px;
	float: right;
	margin-right: 100px;
	font-size: 15px;
}

.item_container { float: left; padding: 5px; }

#top_section_separator {
	float: left;
	background: transparent url('../images/top_separator2.png') no-repeat;
	width: 1003px;
	height: 119px;
	clear: both;
}

#top_section_separator #title {
	float: left;
	margin-right: 50px;
	margin-top: 20px;
	font-size: 28px;
	color: #9A9C9E;
	width: 720px;
	text-align: right;
}

#center_section {
	padding-left: 10px;
	padding-right: 10px;
	width: 1003px;
	float: left;
	background: transparent url('../images/content_bg2.png') repeat-y;
}

#center_section #data {
	padding: 5px;
	margin-left: 30px;
	margin-bottom: 30px;
	float: left;
	width: 515px;
	background-color: #F7F9E9;
	border: solid 1px #DBEBA7;
}

#center_section #data_info {
	margin: 0 5px;
	padding: 5px;
	float: left;
	width: 200px;
	border: solid 1px #DBEBA7;
}

#center_section #data p {
	margin: 3px 0;
}

#center_section #menu_right {
	float: right;
	margin-right: 50px;
	width: 170px;
}

#center_section #menu_right ul {
	float: right;
}
#center_section #menu_right a   {
	display: block;
	width: 126px;
	height: 20px;
	color: #333;
	font-size: 14px;
}
#center_section #menu_right ul li  {
	display: block;
	background: transparent url('../images/menu_item_disable.png') no-repeat;
	padding: 5px 10px;
	color: #676767;
	width: 126px;
	height: 21px;

}

#center_section #menu_right ul li:hover  {
	display: block;
	background: transparent url('../images/menu_item_active.png') no-repeat;
	padding: 5px 10px;
	color: #676767;
	width: 126px;
	height: 21px;

}
.active_menu_item {
	background: transparent url('../images/menu_item_active.png') no-repeat
	padding: 5px;
	color: #676767;
	width: 131px;
	height: 21px;
}

.disable_menu_item {
	background: transparent url('../images/menu_item_disable.png') no-repeat
	padding: 5px;
	color: #676767;
	width: 131px;
	height: 21px;
}
.separator_1 {
	width: 780px;
	height: 21px;
	background: transparent url('../images/separator_1.png') no-repeat;
	float: left;
	clear: both;

}

#footer {
	width: 1003px;
	height: 100px;
	clear: both;
	float: left;
	text-align: center;
}

#footer #menu {
	padding: 20px 0 0 30px;
	float: left;
}

#footer #menu a {
	font-size: 13px;
	color: yellow;
}


#done, #errors {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #333;
	font-size: 20px;
	z-index: 10000;
	width: 100%;
	height: 100%;
}

#done, #errors {
	background-color: black;
	z-index: 10000;
}

#done #text, #errors #text {
	position: relative;
	top: 5%;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	color: white;
	background-color: #4b9dd5;
	padding: 30px;
	border: solid 1px #f5f5f6;
}

.errors  {
	color: black;
	background-color: #FFAA86;
	padding: 2px;
	border: solid 1px #FF5141;
}

#done #text p {
	background: url('../images/icons/info.png') no-repeat;
	padding-left: 30px;
}

#errors #text p {
	background: url('../images/icons/warning.png') no-repeat;
	padding-left: 30px;
}

.logo_red { color: #C40024; }
.logo_green { color: #669200;}
.logo_blue { color: #4783FC; }


.scroll { height: 500px; overflow: auto; }

.news_info {
	font-size: 10px;
	color: #333;
	margin: 5px 0 5px 0 !important ;
	padding: 0 !important;
}


.news_intro {
	font-weight: bold;
	font-size: 14px;
	color: #222;
	margin: 0!important;
	padding: 3px !important;
	text-indent: 0;
	text-align: justify;
}

.news_intro a {
	font-size: 12px;
}

.news_text {
	font-size: 12px;
	line-height: 17px;
	text-indent: 2em;
	margin: 0;
	padding: 0;
	text-indent: 0;
	text-align: justify;
}

.news_content p {
	margin: 20px 0px;
	padding: 0px;
	color: #111;
}

.lead_img {
	padding: 5px;
	border: solid 1px #eee;
	margin: 0px;
	float: right;
}

.float_left {
	float: left !important;
}

.float_right {
	float: right !important;
}


.padding { padding: 2px 5px }
.header_padding { padding: 3px 10px }

img.news_avatar {
	margin: 3px;
}

textarea {
	border: solid 1px #b4b4b4;
	padding: 1px;
	color: #333;
}

.input_red {
	background-color: red;
	color: white;
	border: none;
	padding: 3px 20px;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
}

.article_comments ul li {
	border: solid 1px #999;
	background-color: #eee;
	display: block;
	float: left;
	clear: both;
	margin: 2px;
	padding: 10px;
}

.big_submit {
	font-size: 30px;
	padding: 5px;
	cursor: pointer;
}

.small_gallery ul {
	padding:0;
	margin: 0;
}

.small_gallery ul li {
	display: inline;
	float: left;
	margin: 2px;
	border: solid 1px #eee;
	width: 50px;
}
.small_gallery ul li img {
	width: 40px;
	margin: 0;
}

.nice_bullet_bg {
/*	background: transparent url('../images/li_dot.png') 0px 5px no-repeat;
	padding-left: 1.1em;
*/	font-size: 12px;
	font-weight: bold;
	color: #C40024;
	margin-bottom: 3px;
}

.r_30 {
	width: 30px;
	float: left;
	border: solid 1px #eee;
	padding: 2px;
}

.r_50 {
	width: 50px;
	float: left;
	padding: 2px;
	border: solid 1px #eee;
}

.gallery {  float: left }

.gallery_large {
	margin: 0px;
	float: left;
	width: 99%;
	clear: both;
}

.gallery ul li {
	display: block !important;
	float: left;
	width: 120px;
	height: 140px;
	padding: 3px;
	margin: 3px;
	border: solid 1px #f4f4f4;
}


.cms_gallery_list ul {
	margin:0;
	padding: 0;
}

.cms_gallery_list ul li {
	display: block;
	padding: 5px;
	margin: 0px!important;
	border: solid 1px #eee;
	margin: 2px !important;

}

.cms_gallery_list table td {
	text-align: center;
	border: solid 1px #eee;
	padding: 2px 2px;
}

.cms_gallery_list {
	border-bottom: solid 1px #eee; margin-bottom: 10px; padding: 0px margin: 0px!important;
	border-right: solid 1px #eee; margin-bottom: 10px; padding: 0px margin: 0px!important;
	width: 460px;
	float: left;
	background: white;
	padding: 5px;
	border: solid 1px  #669200;
}

.public_list { margin-top: 3px; }

table.public_list {
	border: 1px solid #ddd;
	width: 100%;
	border-collapse: collapse;
	background-color: white;
}

table.public_list th {
	background-color: #eee;
	padding: 3px;
}
table.public_list td {
	padding: 8px;
	border-bottom: 1px solid #ddd;
}
table.public_list tr {
}

table.public_list tr:hover {
	background-color: #f4f5f6;
}




ul.enlarge { 
	float: left; 
	background: transparent; 
	margin: 0 0 2px; 
	padding: 4px 0 0 4px; 
	width: 180px; 
	height: 80px; 
	overflow: visible;
 }

ul.enlarge li {  display: inline; }

ul.enlarge li img { 
	width: 50%; 
}
ul.enlarge li a, 
ul.enlarge li a:visited { 
	z-index: 0; 
	position: relative; 
	white-space: normal; 
	float: left; 
	display: inline; 
	width: 90px; 
	height: 35px; 
	overflow: hidden; 
	margin: 0 8px 0 0;
 }

ul.enlarge li a:hover { 
	overflow: visible; 
	z-index: 99; 
	display: block;
 }

ul.enlarge li a:hover img { 
	position: absolute; 
	width: 100%; 

	top: -25%; 
	left: 0; 
	margin: 0 0 0 -30px; 
	border: 1px solid #eee; 
}

ul.vertical {
	list-style-type: none;
	padding: 5px;
	margin: 0;
}

ul.vertical li {
	display: block;
	float: left;
	border-bottom: solid 1px #eee;
	margin-bottom: 10px;
}

ul.nice_list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.nice_list li {
	background-image: url('../images/li_dot.png');
	background-repeat: no-repeat;
	background-position: 0.4em;
	padding-left: 1.5em;
}



#sponsors_logos { clear: both; float: left; text-align: center; width: 100%  }
.sponsors {  display: inline;  margin: 10px }
.sponsors img { height: 30px; border: none; }

#media_logos { clear: both; float: left; text-align: center; width: 100% }
#companies_logos .panel { display: inline; margin: 10px }
#companies_logos .panel img { height: 60px; border: none;  }



.file_item {
	float: left; width: 120px; height: 130px; border: solid 1px #eee; margin: 2px; overflow: hidden; background-color: #f9f9f9; padding: 2px
}

hr {
	margin: 5px 0px;
	height: 1px;
	border: none;
	background-color: #f5f6f7;
}

.news_info {
	font-size: 10px;
	color: #333;
	margin: 5px 0 5px 0 !important ;
	padding: 0 !important;
}

.news_title {
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
 	color: #505B2E;
	margin: 20px  0 0 0 !important ;
	padding: 0px 0 0 0 !important;
	text-indent: 0;
}

.main_news_content {
	margin-bottom: 10px;
	border-bottom: solid 1px #eee;
}

.list_news_title {
	font-size: 23px;
	line-height: 22px;
	font-weight: bold;
 	color: #7F8F48;
	margin: 0 0 10px 0 !important ;
	padding: 0 !important;
	text-indent: 0;
}

.list_news_title a { color: #505B2E; }
.list_news_title a:hover { color: #c6e549; }

.box_small {
	border: solid 1px #DBEBA7;
	padding: 3px;
	background-color: #F6F9E8;
	color: #222;
	margin-bottom: 3px;
}

.box_small input[type='text'] {
	width: 130px;
}
.box_small .header_green {
	background-color: #DBEBA7;
	color: black;
	padding: 3px;
}

#flash {
	position: absolute;
	padding: 10px;
	background-color: white;
	top: 10%;
	left: 20%;
	width: 60%;
	text-align: left;
	margin-top: 10px;
	border: solid 1px black;
	border-right: solid 2px black;
	border-bottom: solid 2px black;
	z-index: 10000;
}

#flash p.info {
	padding-left: 25px;
	background: transparent url('../images/ok.png') no-repeat;
}
#flash p.warning {
	padding-left: 25px;
	background: transparent url('../images/bad.png') no-repeat;
}
#hot_info {
	position: absolute;
	top: 10%;
	left: 20%;
	width: 60%;
	margin: 0px auto;
	background-color: white;
	border: solid 1px black;
	border-right: solid 2px black;
	border-bottom: solid 2px black;
	padding: 3px;
	background-color: #F7F9E9;
}

#hot_info .header_green {
	background-color: #DBEBA7;
	color: black;
	padding: 3px;
	font-size: 20px;
}
#hot_info ul  {
	margin: 0;
	padding: 0;
}
#hot_info ul li {
	list-style: none;
	border: solid 1px #eee;
	padding: 10px;
	margin: 2px;
	background: white;
	color: black;
}

#top_section #logo_link a {
	display: block;
	width: 300px;
	height: 170px;
	float: left;
}

#logo_texts {
	float: left;
	width: 640px;
	height: 170px;
}

#login_panel a { color: #333; font-size: 10px }

#login_panel {
	color: #333;
	width: 430px;;
	height: 50px;
	clear: both;
	text-align: right;
	float: right;
}
.w100 { width: 100px !important }
.w50 { width: 50px !important }

table.show td { 
	padding: 10px;
}
table.show th {
	padding: 2px;
	background-color: #333;
	color: white;
}
table.show   {
	border: solid 1px #333;
	border-collapse: collapse;
	width: 100%;
}
table.show td {
	border-bottom: solid 1px #222;
}

table.show2 td { 
	padding: 1px;
}
table.show2 th {
	padding: 2px;
	background-color: #333;
	color: white;
	text-align: right;
}
table.show2   {
	border: solid 1px #333;
	border-collapse: collapse;
	width: 100%;
}
table.show2 td {
	border-bottom: solid 1px #222;
}

table.show3 tr { 
	vertical-align: top;
}
table.show3 td { 
	padding: 3px;
	border-bottom: solid 1px #222;
}
table.show3 th {
	padding: 2px;
	background-color: #DBEBA7;
	border-bottom: solid 1px #444;
	color: #333;
	text-align: right;
}
table.show3   {
	border: solid 1px #333;
	border-collapse: collapse;
	width: 100%;
}


.red {
	color: red;
}
.green {
	color: #3FCB18;
}

