body {
	background: #59802f url('../images/bg.png') repeat-x;
	font-size: 12px;
	color: #222;
}

a { color: #C40024;}
p { margin: 0 0 0 5px;padding: 0; }

h1 {
	margin: 5px;
	padding: 0;
	color: #C40024;;
	font-weight: bold;
}
#ads_panel {
	margin-bottom: 10px;
	text-align: center;
}

#top_panel {
	width: 985px;
	height: 142px;
	float: left;
}

#top_0_1 {
	width: 391px;
	height: 113px;
	background: #eee url('../images/top_0_11.png') no-repeat;
	float: left;
}

#top_0_1 a {
	display: block;
	width: 391px;
	height: 113px;
}
#read_euro {
	position: absolute;
	top: 50px;
	left: 260px;
}
#read_euro a {
	text-decoration: none;
	display: block;
	width: 100px;
	height: 30px;
}

#read_basket {
	position: absolute;
	top: 50px;
	left: 1010px;
}

#read_basket a {
	text-decoration: none;
	display: block;
	width: 100px;
	height: 30px;
}

#top_0_2 {
	width: 594px;
	height: 113px;
	background: #eee url('../images/top_0_2.png') no-repeat;
	float: left;
}

#countdown {
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	color: #b4b4b4;
	font-size: 12px !important
	font-weight: bold !important;
}

#top_2 {
	position: relative;
	width: 985px;
	height: 29px;
	float: left;
	background: red url('../images/top_2.png') no-repeat;
}

#content {
	width: 980px;
	margin-top: 0px;
	margin-left: 7px;
	padding-top: 10px;
	clear: both;
	float: left;
	background: transparent url('../images/content_bg.png') repeat-y;

}

#content_container {
	background-color: white !important;
	background-color: #f5f5f5 !important;
	float: left;
	width: 966px;
	margin: 0 5px;
}

#left_content, #right_content {
	margin-left: 6px;
	width: 187px;
	float: left;
}

#center_content {
	margin-left: 10px;
	width: 562px;
	float: left;
}

.box_small {
	float: left;
	width: 187px;
	margin-bottom: 10px;
}

.box_small .header_green {
	float: left;
	width: 187px;
	height: 23px;
	background: #5d8c05 url('../images/box_small_green_header.png') no-repeat;
	color: white;
	font-size: 13px;
	font-weight: bold;
}

.box_small .header_green a {
 color: white;
}


.box_small .content_green {
	float: left;
	width: 183px;
	height: auto;
	border-left: solid 2px #5d8c05;
	border-right: solid 2px #5d8c05;
	background-color: white;
}

.box_small .footer_green {
	float: left;
	width: 186px;
	height: 3px;
	background: #5d8c05 url('../images/box_small_green_footer.png') no-repeat;
}

.box_large {
	float: left;
	width: 562px;
}
.box_large .header_red {
	font-weight: bold;
	float: left;
	width: 562px;
	height: 24px;
	background: #c20000 url('../images/box_large_red_header.png') no-repeat;
	color: white;
	font-size: 13px;
}
.box_large .header_red a { color: white; }
.box_large .header_red a:hover, .box_large .header_red a:visited { color: #eee }
.box_large .content_red {
	float: left;
	width: 558px;
	height: auto;
	border-left: solid 2px #c20000;
	border-right: solid 2px #c20000;
	background-color: white;
}
.box_large .footer_red {
	float: left;
	width: 562px;
	height: 3px;
	background: #c20000 url('../images/box_large_red_footer.png') no-repeat;
}

#footer {
	margin-left: 7px;
	clear: both;
	width: 975px;
	height: 91px;
	clear: both;
	float: left;
	background: transparent url('../images/footer.png') no-repeat;
}

#footer #copy1 {
	padding: 13px 0 0 20px;
	color: white;
	float: left;
	font-size: 10px;
}

#footer #copy2 {
	padding: 20px 20px 0 20px;
	color: #eee;
	float: right;
	font-size: 10px;
}
#footer #copy2 a {
	color: #eee;
	font-size: 10px;
	text-decoration: none;
}

#footer #menu {
	padding: 20px 0 0 30px;
	float: left;
}

#footer #menu a {
	font-size: 13px;
	color: yellow;
}

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;
}

hr {
	margin: 5px 0px;
	height: 1px;
	border: none;
	background-color: #f5f6f7;
}

#layout {
	text-align: center;
	width: 995px;
	margin: 15px auto 0 auto;
}

.dark_text {
	padding: 10px;
	color: #333;
}

.small_text { font-size: 10px }
.to_right { float: right }
.to_left { float: left }
.clear { clear: both}
.wide_padding { 
	padding-left: 30px;
	padding-right: 30px 
}

.high_padding {
	padding-top: 10px;
	padding-bottom: 10px;
}
#done, #errors {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #333;
	font-size: 20px;
	z-index: 100;
	width: 100%;
	height: 100%;
}

#done, #errors {
	background-color: black;
	z-index: 100;
}

#done #text, #errors #text {
	position: relative;
	top: 40%;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	color: white;
	background-color: #4b9dd5;
	padding: 30px;
	border: solid 1px #f5f5f6;
}

#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;
}
.to_left, .left { float: left; }
.to_right, .right { float: right; }

.orange { color: orange !important}
.orange a { color: orange !important }

.red { color: red !important }
.red a { color: red !important }

.white { color: white !important }
.white a { color: white !important }

.blue { color: #4b9dd5 !important }
.blue a { color: #4b9dd5 !important }

.black { color: #222 !important }
.black a { color: #222 !important }

.logo_red {
	color: #C40024;
}

.logo_green {
	color: #669200;
}
.logo_blue {
	color: #4783FC;
}

.small {font-size: 10px }

.content_img { 
	margin: 7px;
	border: solid 1px #eee;
	padding: 5px;
}


.active {
	color: red;
}
.jslink {
	color: blue;
	cursor: pointer;
}

.scroll {
	height: 500px;
	overflow: auto;
}

.news_info {
	font-size: 10px;
	color: #333;
	margin: 5px 0 5px 0 !important ;
	padding: 0 !important;
}

.news_title {
	font-size: 31px;
	line-height: 36px;
	font-weight: bold;
 	color: #C40024;
	margin: 0 !important ;
	padding: 0 !important;
	text-indent: 0;
}

.news_intro {
	font-weight: bold;
	font-size: 12px;
	color: #333;
	margin: 0!important;
	padding: 3px !important;
	text-indent: 0;
	text-align: justify;
}

.lead_img {
	padding: 5px;
	border: solid 1px #eee;
	margin: 0px;
	float: right;
}

.news_text {
	font-size: 12px;
	line-height: 17px;
	text-indent: 2em;
	margin: 0;
	padding: 0;
	text-indent: 0;
	text-align: justify;
	color: #444; /* READ COLOR */
}

.news_content p {
	margin: 20px 0px;
	padding: 0px;
}

.padding { padding: 2px 5px }
.header_padding { padding: 3px 10px }

#main_news_container {
	width: 562px;
	height: 255px;
	float: left;
	background-color: black;
	margin-bottom: 10px;
}

#main_news_container #news { 
	position: relative;
	margin: 0px;
	border: solid 3px black;
	float: left;
	background-color: black;
	background-position: top !important;
	height: 255px;
	width: 556px;
}

#main_news_container #news #transparent {
	position: absolute;
	opacity: 0.6;
	background-color: black;
	top: 70%;
	left: 0%;
	width: 100%;
	height: 30%;
}

#main_news_container #news #normal {
	position: absolute;
	top: 70%;
	left: 0%;
	width: 100%;
	color: white;
	padding: 5px;
}

#main_news_container #news #normal .title {
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	color: white;
	margin: 0px !important;
	padding: 0px !important;

}


#main_news_container #news #normal .title a {
 color: white;
 text-decoration: none; 
}

#main_news_container #news #normal .intro {
	margin-top: 0px !important;
	padding: 0px !important;
	font-size: 13px;
	line-height: 13px;
	color: white;
}

#main_news_container #news #footer {
	position: absolute;
	top: 192px;
	left: 345px;
	height: 20px;
	width: 300px;
}


#main_news_container #news #footer ul li {
	margin: 0px;
	display: inline;
	float: left;
	width: 10px;
	cursor: pointer;
}

p.news_main_title {
	font-size: 18px;
	color: #b44444;
	margin: 0 0 1px 0 !important;
	padding: 0 !important;
	font-weight: bold;

}

p.news_main_title a {
	font-size: 18px;
	text-decoration: none;
}

p.news_main_title a:hover {
 color: red;
}
.no_decoration {
	text-decoration: none;
}

.no_decoration a {
	text-decoration: none;
}

p.news_main_date {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 10px;
	color: #b4b4b4;
}
p.news_main_intro {
	margin: 10px 0 0 0;
	color: #444; /* LIST COLOR */
	font-size: 12px;
}

img.news_avatar {
/*	width: 100px;*/
	margin: 3px;
}

#edit_page_menu {
	background-color: #333;
	color: white;
	padding: 10px;
}
#edit_page_menu a { color: white; }
#edit_page_menu a:hover { color: red }

textarea {
	border: solid 1px #b4b4b4;
	padding: 10px;
	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;
}

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;
}

.r_30 {
	width: 30px;
	float: left;
	border: solid 1px #eee;
	padding: 2px;
}

.r_50 {
/*	width: 100px;*/
	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 10px;
}
.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: 535px;
	float: left;
	background: white;
	padding: 5px;

	border: solid 1px  #669200;
}

.bottom_arrow_left {
	background: transparent url('../images/bottom_arrow_left.png') no-repeat;
	width: 67px;
	height: 11px;
	color: white;
	padding: 2px;
}

.bottom_arrow_right{
	background: transparent url('../images/bottom_arrow_right.png') no-repeat;
	width: 67px !important;
	height: 11px !important;
	color: white;
	padding: 2px;
}

table.public_list {
	border: 1px solid #ddd;
	width: 99%;
	border-collapse: collapse;
}

table.public_list th {
	background-color: #eee;
}
table.public_list td {
	padding: 8px;
	border-bottom: 1px solid #ddd;
}
table.public_list tr {
}

table.public_list tr:hover {
	background-color: #f4f5f6;
}

.public_list {
	margin-top: 3px;
}


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; 
}

.pointer { cursor: pointer }

table.discipline_table {
	width: 50%;
	border: solid 1px #eee;
	border-collapse: collapse;
}
table.discipline_table th {
	color: white;
	background-color: #333;
	padding: 4px;
}

table.discipline_table td {
	border-bottom: solid 1px #999;
}

table.discipline_table tr:hover {
	background-color: #eee;

}

#forum_link {
	float: right;
	margin-right: 50px;

}
#forum_link a {
	color: yellow;
}
