*{
margin:0;
padding:0;
}

body{
font-family: Verdana;
text-align:center;
color: #000000;
margin: 0px;
padding: 0px;
}

/* General Style Info */
a:link, a:visited {
	color:#003d4c;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

a img{
border:none;
}

a:link img , a:visited img, a:hover img{
    color:#003d4c;
    text-decoration: none;
}

img {
	width: auto;
	height: auto;
}

h1, h2, h3, h4{
font-weight:normal;
}

/*
h1{
color: #003d4c;
margin:0.3em 0;
font-size: 180%;
}

h2{
color:#c6c65b;
padding-top: 1em;
margin:0.3em 0;
font-size: 180%;
}

h3{
color:#c6c65b;
padding-top:2em;
font-size: 140%;
}

h4{
color:#c6c65b;
padding-top:0.5em;
font-weight:normal;
}
*/

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	font-weight: inherit;
	display: inline;
}

div.left {
	float: left;
}

div.right {
	float: right;
}

div.center {
	width: 100%;
	text-align: center;
}

em {
font-size: 0.75em;
}

span.h11 {
	font-size: 0.7em;
}

span.h12 {
    font-size: 0.75em;
}

span.h13 {
    font-size: 0.8em;
}

span.h14 {
	font-size: 0.875em;
}

span.h15 {
	font-size: 0.95em;
}

span.h16 {
    font-size: 1em;
}

span.bold, div.bold {
	font-weight: bold;
}

span.nobold {
	font-weight: normal;
}

a.red:link, a.red:visited {
	color: #e00a13;
	text-decoration: underline;
}

a.red:hover {
	color: #e00a13;
	text-decoration: none;
}

a.red:link img, a.red:visited img {
	text-decoration: none;
	border: none;
	vertical-align: middle;
}

div.article_content a:link, div.article_content a:visited{
	color: #e00a13;
	text-decoration: underline;	
}

div.article_content a:hover {
	color: #e00a13;
	text-decoration: none;
}


/* ul, li {
margin: 0 12px;
}*/

div.article_content li {
	margin-left: 35px;
}

div.article_content a:link, div.article_content a:visited {
    color: #e00a13;
}

div.pagination {
	width: 98%;
	text-align: center;
	line-height: 20px;
	font-size: 0.7em;
}

/* Layout */

#container{
display: block;
clear: both;
float: left;
text-align:left;
height: 550px;
width: 964px;
padding: 0px 0px 0px 32px;
margin: 0px;
border: none;
}

#header{
margin-top: 5px;
padding: 0px 0px 4px 0px;
width: 964px;
}

#main {
margin-top: 10px;
padding: 0px 0px 4px 0px;
width: 964px;
display: block;
}

#leftmenu{
float: left;
display: block;
width: 210px;
}

#rightmenu {
display:block;
width: 208px;
padding: 0px;
float: right;
}


#content{
float: left;
background-color: #fff;
color: #333;
width: 507px;
}

#content_admin {
float: left;
background-color: #fff;
color: #333;
max-width: 750px;
}

#footer{
clear:both;
display: block;
text-align: right;
width: 964px;
border-top: 40px solid #ffffff;
}

/* tables */

/*
table {
width: 100%;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-bottom: 1px solid #ccc;
color:#333;
background-color: #fff;
padding: 0;
margin: 0 0 2em 0;
white-space: normal;
}
th {
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #003d4c;
border-bottom: 1px solid #003d4c;
text-align: center;
padding:1px 4px;
}
table tr td {
border-right: 1px solid #ddd;
padding:4px 4px;
vertical-align:top;
text-align: center;
}
table tr.altRow td {
background: #f4f4f4;
}
table td.actions {
	white-space: nowrap;
}
#cakeSqlLog td {
text-align: left;
padding: 4px 8px;
background: #fff;
border-bottom: 2px solid #ccc;
}

*/

/* scaffold show */

div.related {
display:block;
clear:both;
width: 100%;
}
dl {
line-height:2em;
margin:0em 1em;
float:left;
width: 400px;
}
dt {
font-weight: bold;
vertical-align:top;
}
dd {
margin-left:10em;
margin-top:-2em;
vertical-align:top;
}

/* notices and errors */

#flashMessage, .error, .error_message {
color: #e00a13;
background-color: #fff;
margin: 8px 0px;
}
.error_message {
clear: both;
}
.error em {
font-size: 1.125em;
color: #003d4c;
}
.notice {
color: #656565;
font-size: 0.875em;
background-color: #f4f4f4;
padding: 0.5em;
margin: 1em 0;
display:block;
}
.tip {
color: #656565;
background-color: #ddd;
}

/* forms */

input {
	color: #003d4c;
}

form div.date{
margin-left: 0em;
}
input[type=checkbox] {
float: left;
clear: left;
font-size: 0.75em;
margin: 2px 6px 7px 2px;
}

ul.checkboxMultiple input[type=checkbox] {
	margin: -1px 6px 7px 2px;
}

Select {
clear: both;
vertical-align: text-bottom;
font-size: 0.75em;
}
option {
font-size: 0.875em;
font-family: inherit;
padding: 0 0.3em;
}
div.required {
clear: both;
color:#222;
font-weight:bold;
}
div.optional {
clear: both;
color:#555;
}
div.submit {
clear: both;
margin-top: 40px;
margin-left: 140px;
}
/* action links */
ul.actions {
float: left;
margin-left:20px;
width: 200px;
}
ul.actions li {
margin-top: 4px;
}
pre {
padding: 1em;
}
ul.checkboxMultiple {
    margin:0;
    padding:0;
    list-style-type:none;
    }

ul.checkboxMultiple li {
    display:block;
    float:left;
    width: 220px;
    margin: 0 8px 0 0;
    }

div.meta {
	display: block;
	clear: both;
	font-size: 1em;
	line-height: 17px;
}

/** Left menu */

li.leftmenu_active {
    width: 181px;
    min-height: 32px;
	font-size: 0.75em;
    text-align: left;
    display: block;
}

div.leftmenu_active_top {
    background-image: url('../img/active_top.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    height: 11px;
    width: 181px;
    display: block;
}

div.leftmenu_active_bottom {
    background-image: url('../img/active_bottm.jpg');
    background-position: top left;
    background-repeat: repeat-y;
    min-height: 21px;
    width: 181px;
    display: block;
}

li.leftmenu_unactive {
	display: block;
	background-image: url('../img/menu_unactive.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #ffffff;
    font-size: 0.75em;
    width: 181px;
    min-height: 30px;
    text-align: left;
	padding-bottom: 5px;
} 

li.leftmenu_unactive a {
	color: #666666;
	text-decoration: none;
	position: relative;
	display: block;
	top: 12px;
	left: 15px;
	max-width: 155px;
}

li.leftmenu_active a {
    color:#ffffff;
	font-weight: bold;
    text-decoration: none;
    position: relative;
	display: block;
    top: 0px;
    left: 15px;
	max-width: 155px;
}

div#leftmenu > ul {
	list-style-type: none;
}

/** Top */

div#top_image {
	float: right;
}

div#top_logo {
	float: left;
}

#topmenu_0{
position: relative;
float: right;
line-height: 20px;
vertical-align: top;
width: 90%;
font-size: 0.7em;
text-align: right;
padding-right: 20px;
}

#topmenu_0 a:link, a:visited {
	color: #666666;
	text-decoration: underline;
}

#topmenu_0 a:hover {
	color: #000000;
	text-decoration: underline;
}

#navi_bar {
	background-image: url('../img/navigation_bar.gif');
	background-repeat: no-repeat;
	background-position: top left;
	width: 735px;
	height: 30px;
	text-align: left;
	float: right;
	position: relative;
	top: -6px;
	right: 0px;
	font-size: 0.7em;
	padding: 10px 0px 25px 20px;
}

#navi_bar a:link, a:visited {
	color: #666666;
	text-decoration: underline;
}

/** Right panel */

div.right_panel_big_title {
	font-size: 1.125em; 
	color: #666666; 
	margin: 15px 12px 5px 5px; 
	width: 90%;
	display: block;
	float: right;
	text-align: left;
}

input.right_panel_submit {
    width: 72px;
    height: 22px;
    border-top: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-right: 3px solid #ebebeb;
    border-bottom: 3px solid #ebebeb;
    text-align: right;
    padding-right: 8px;
	padding-bottom: 2px;
    color: #8f8e8e;
    float: right;
	margin: 8px 22px 6px 100px;
    background-color: #f6f6f6;
	clear: none;
	font-weight: bold;
}

input.right_panel_text {
	margin: 15px 3px 0px 15px;
	display: inline; 
	width: 164px;
	color: #003d4c;
}

a.right_panel_red:link, a.right_panel_red:visited, a.right_panel_remember_me:link, a.right_panel_remember_me:visited, a.right_panel_red_big:link,
a.right_panel_red_big:visited {
	font-size: 0.7em;
	color: #e00a13;
	float: right;
	margin-right: 22px;
	margin-bottom: 4px;
	text-align: right;
	text-decoration: underline;
}

a.right_panel_red:hover, a.right_panel_remember_me:hover, a.right_panel_red_big:hover {
	text-decoration: none;
}

a.right_panel_remember_me:link, a.right_panel_remember_me:visited {
	font-size: 0.75em;
	float: left;
	margin-top: 10px;
}

a.right_panel_red_big:link, a.right_panel_red_big:visited {
	font-size: 0.75em;
}

/* Right search */

div#right_search {
	display: block;
	background-image: url('../img/right_search.gif');
	background-position: top left;
	background-repeat: no-repeat;
	width: 206px;
	position: relative;
	top: -5px;
	float: right;
}

div.right_search_checkbox {
	line-height: 20px;
	float: right;
	margin-right: 20px;
}

/* Right Login */

div#right_login, div#right_quest, div#right_subjects, div#right_closesubjects {
	display: block;
	background-image: url('../img/right_login.gif');
	background-position: top left;
	background-repeat: no-repeat;
	width: 206px;
	float: right;
	color: #666666;
}

div.right_login_titles {
	font-size: 0.7em;
	margin-left: 15px;
	clear: both;
	float: left;
	margin-bottom: 10px;
}

input.remember_me {
	clear: none;
	display: block;
	float: left;
	margin-left: 15px;
	margin-top: 10px;
}

input.right_panel_login {
    margin: 0px 3px 0px 15px;
    display: inline;
    width: 164px;
	color: #003d4c;
}

/* Right questionarie */

div.right_panel_quest_radiobox {
	display: block;
	margin: 15px 0px 0px 15px;
	width: 90%;
	line-height: 25px;
	font-size: 0.75em;
}

div.right_panel_quest_radiobox input[type=radio]{
	margin-right: 5px;
}

/** Center <div id="footer_tothetop"><? echo $html->link($html->image('tothetop.jpg', array('alt' => 'ToTheTop')), "#top", null, null, false) ;
 * ?></div>content */

div.content_top_info {
	clear: both; 
	width: 100%; 
	text-align: left; 
	color: #000000;
	font-size: 0.75em;
}

span.content_top_title_bold {
	font-weight: bold;
	font-size: 1.125em;
}

.content_top_title {
    font-size: 1.6em;
}

div.content_top_title_article {
	font-size: 1.6em;
	display: block;
	clear: none;
	float: left;
	width: 89%;
}

div.content_top_title_img {
	display: block;
	clear: none;
	float: right;
	width: 26px;
}

img.googlemap {
	border: 1px #000000 solid;
}

img.link {
	border: none;
}

div.content_mainpage_leftcolumn {
	width: 240px;
	margin-right: 20px;
	font-size: 0.75em;
	float: left;
	line-height: 19px;
}

div.content_mainpage_rightcolumn {
	width: 240px;
	float: left;
	font-size: 0.75em;
	line-height: 19px;
}

div.content_mainpage_leftcolumn a:link, div.content_mainpage_leftcolumn a:visited, div.content_mainpage_rightcolumn a:link,
div.content_mainpage_rightcolumn a:visited, div.faq_quest_content a:link, div.faq_quest_content a:visited, div.faq_resp_content a:link,
div.faq_resp_content a:visited {
	color: #e00a13;
	text-decoration: underline;	
}

div.content_mainpage_leftcolumn a:hover, div.content_mainpage_rightcolumn a:hover, div.faq_quest_content a:hover, div.faq_resp_content a:hover {
	color: #e00a13;
	text-decoration: none;
}



a.anuluj_button:link, a.anuluj_button:visited, a.anuluj_button:hover {
    display: block;
    clear: none;
    width: 68px;
    max-height: 22px;
    border-top: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-right: 3px solid #ebebeb;
    border-bottom: 3px solid #ebebeb;
	margin-top: 10px;
    text-align: center;
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 3px;
    color: #8f8e8e;
    background-color: #f6f6f6;
    font-weight: bold;
	text-decoration: none;
	font-family: inherit;
}

input.grey_submit {
    width: 72px;
    height: 22px;
    border-top: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-right: 3px solid #ebebeb;
    border-bottom: 3px solid #ebebeb;
	text-align: center;
    padding-right: 8px;
    padding-bottom: 2px;
	margin-left: 156px;
    color: #8f8e8e;
    background-color: #f6f6f6;
    clear: none;
	font-weight: bold;
    font-size: 0.75em;
}

input.grey_submit_edituser {
    min-width: 72px;
    height: 22px;
    border-top: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-right: 3px solid #ebebeb;
    border-bottom: 3px solid #ebebeb;
    padding-right: 8px;
    padding-bottom: 2px;
    margin-left: 118px;
    color: #8f8e8e;
    background-color: #f6f6f6;
    clear: none;
	font-weight: bold;
    font-size: 0.75em;
	text-align: center;
}

input.grey_submit_admin {
	width: auto;
    height: 22px;
    border-top: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-right: 3px solid #ebebeb;
    border-bottom: 3px solid #ebebeb;
	padding-left: 2px;
	padding-right: 2px;
    padding-bottom: 2px;
    color: #8f8e8e;
    background-color: #f6f6f6;
    clear: none;
    font-weight: bold;
    font-size: 0.9em;
	text-align: center;
}

div.admin_submit {
	width: 70%;
	float: right;
}

input.change_photo {
    min-width: 72px;
    height: 22px;
    border-top: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-right: 3px solid #ebebeb;
    border-bottom: 3px solid #ebebeb;
    padding-right: 8px;
    padding-bottom: 2px;
    color: #8f8e8e;
    background-color: #f6f6f6;
    clear: none;
	font-weight: bold;
    font-size: 0.75em;
}

/** Footer */

div#footer_bip {
	clear: none;
	float: left;
	text-align: left;
	width: 25%;
}

div#footer_tothetop {
	clear: none;
	float: left;
	text-align:center;
	width: 50%;
}

div#footer_isp {
	clear: none;
	float: right;
	text-align: right;
	width: 25%;
}

/** Content */

div.content_grey_title {
	display: block;
	clear: both;
	float: left;
	background-image: url('../img/register_top_title.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	padding: 10px 10px 10px 20px;
	color: #000000;
	background-color: #ffffff;
	font-size: 0.7em;
	position: relative;
	text-align: left;
	top: -3px;
	width: 480px;
}

div.cotent_left_title_data{
	background-image: url('../img/content_left_grey_background.jpg');
	background-repeat: no-repeat;
	font-size : 1em;
	clear: both;
	color: #000000;
	padding: 10px 10px 0px 20px;
	min-height: 30px;
	width: 480px;
}

/** Register */

div.formula {
	display: block;
	clear: both;
	width: 90%;
	min-height: 20px;
	margin-left: 6px;
	padding: 10px 10px 6px 20px;
}

div.error_formula {
	display: block;
	clear: both;
	width: 73%;
	float: right;
	color: #e00a13;
	background-color: #fff;
	margin: 8px 0px;
}

div.formula label {
	display: block;
	width: 25%;
	clear: none;
	float: left;
	text-align: right;
	margin-top: 4px;
	padding-right: 10px;
}

div.formula input[type=text], div.formula input[type=password] {
	display: block;
	clear: none;
	float: left;
	padding-top: 2px;
	height: 18px;
	width: 52%;
	border: 1px #9c9c9c solid;
}

div.formula input.wew {
	display: block;
	clear: none;
	float: right;
	position: relative;
	bottom : 12px;
	height: 18px;
	width: 40px;
	border: 1px #9c9c9c solid;
}

div.formula textarea {
	display: block;
	clear: none;
	float: left;
	padding-top: 2px;
	width: 65%;
	height: 100px;
	border: 1px #9c9c9c solid;
}

textarea.article {
	width: 98%;
}

div.user_image {
	display: block;
	clear: right;
	float: left;
	width: 400px;
}

div.user_image_left {
	display: block;
	float: left;
	clear: none;
	padding-right: 10px;
}

div.user_image_right {
	display: block;
	float: left;
	clear: none;
	margin-left: 0px;
	padding-left: 0px;
}

div.user_preferences_white label {
    display: block;
    clear: none;
    float: left;
    padding-right: 10px;
	position: relative;
	bottom: 0px;
}

div.user_preferences_white input[type=text], div.user_preferences_white input[type=password] {
	display: block;
    clear: none;
    float: left;
    height: 20px;
    width: 200px;
    border: 1px #9c9c9c solid;
	position: relative;
	bottom: 0px;
} 

div.formula select {
	clear: none;
	height: 20px;
	font-size: 1em;
	border: 1px #9c9c9c solid;
}

div.formula_alert {
	display: block;
	color: #e00a13;
	font-size: 0.7em;
	float: right;
	clear: both;
	text-align: left;
	width: 70%;
}

div.formula_submit {
	display: block;
	clear: both;
	margin-right: 20px;
	width: 490px;
}

div.formula_submit_center {
    display: block;
    clear: none;
    float: right;
	text-align: left;
    width: 60%;
}

span.register_title {
	font-size: 0.875em;
	font-weight: bold;
}

div.login {
	display: block;	
	clear: both;
	width: 70%;
	float: right;
	text-align: left;
}

div.mainlogin {
	display: block;
	clear: both;
	width: 350px;
	float: left;
}

div.mainlogin_box {
	display: block;
    width: 206px;
    float: right;
    color: #666666;
}

div.login_text {
	display: block;
    clear: both;
	width: 95%;
	font-size: 0.7em;
}

/** Subject - Podmioty */

div.subject_address {
	position: relative;
	display: block;
	clear: both;
	margin-top: 25px;
	margin-bottom: 10px;
	line-height: 20px;
	width: 450px;
	font-size: 1.05em;
}

div.subject_editor {
	display: block;
	clear: both;
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 20px;
	width: 450px;
	font-size: 0.75em;
}

div.subject_googleimg {
	clear:both; 
	margin-left: 10px;
}

div.subject_img {
	position: relative; 
	float: right; 
	top: 0px; 
	right: 0px; 
	bottom: 100px;
}

ul.subject_edit_list {
	line-height: 22px;
	list-style-type: none;
}

/** Survey */

.survey_question {
	display: block;
	clear: both; 
	float: left; 
	text-align: left; 
	width: 470px;
	margin-bottom: 20px;
}

div.survey_short {
	line-height: 19px;
}

div.survey_time {
	clear: none; 
	float: right; 
	text-align: right; 
	width: 150px; 
	padding-right: 10px;
	padding-top: 4px;
}

div.survey_view_answers, div.survey_view_answers_2 {
	padding: 4px 10px 4px 10px;
	margin-left: 10px; 
	margin-bottom: 6px; 
	width: 460px;
}

div.survey_view_answers_2 {
	padding-right: 0px;
	margin-left: 0px;
}

div.survey_view_answers_right {
    padding: 4px 10px 4px 10px;
    margin-left: 10px;
    margin-bottom: 6px;
    width: 150px;
}

div.survey_score_view_answers {
	display: block;
	clear: both;
	padding: 4px 10px 4px 0px;
	margin-bottom: 6px;
	width: 90%;
}

div.survey_score_howmanyvotes {
	float: right;
	text-align: right;
	width: 90%;
	margin-right: 10px;
	font-weight: bold;
}

ul.survey_answers {
    line-height: 24px;
    margin-left: 20px;
    list-style-type: decimal;
}

/** Comment */

a.add_comment:link, a.add_comment:visited {
	color: #e00a13;
	font-weight: bold;
}


div.comment_header {
	display:block; 
	clear: both;
	background-color: #f7f7f7; 
	padding: 5px 10px 5px 10px; 
	font-size: 1em; 
	font-weight: bold; 
	margin-bottom: 4px;
	position: relative;
	left: -10px;
}

div.sitemap {
    display:block;
    clear: both;
    background-color: #f7f7f7;
    padding: 5px 10px 5px 10px;
    font-weight: bold;
    margin-bottom: 8px;
    position: relative;
    left: -10px;
	color: #e00a13;
}

div.changes {
    display:block;
    clear: both;
    background-color: #f7f7f7;
    padding: 5px 10px 5px 10px;
    font-size: 0.75em;
    font-weight: bold;
    margin-bottom: 8px;
    position: relative;
    left: -10px;
}

ul.sitemap, ol.sitemap {
	list-style-type: lower-alpha;
	padding: 5px 10px 5px 10px;
	line-height: 18px;
	position: relative;
	left: 10px;
	color: #e00a13;
}

img.comment_img {
	width: 80px; 
	float: left; 
	margin-right: 10px;
	vertical-align: top;
	position: relative;
	left: 0px;
	top: 0px;
}

div.comment_text {
	display: block; 
	float: left; 
	clear: both; 
	vertical-align: top;
	text-align: left; 
	line-height: 20px;
	width: 100%;
}

/** Mainpage */

div.mainpage_article_title {
	display: block;
	font-weight: bold; 
	color: #e00a13;	
	padding-bottom: 10px; 
	margin-bottom: 10px; 
	border-bottom: #e00a13 dashed 1px; 
	width: 80%;
	clear: both;
}

/** Categories */

div.articles_list_header {
	display: block;
	float: left;
	clear: both;
	background-color: #f7f7f7;
	min-height: 18px;
	width: 95%;
	padding: 5px 10px;
	margin-top: 20px;
	position: relative;
	left: -10px;
}

div.articles_list_content {
    display: block;
    clear: both;
	line-height: 20px;
	margin-top: 20px;
	padding: 5px 10px;
    position: relative;
    left: -10px;
}

div.articles_list_title {
	display: block;
	clear: left;
	float: left;
	width: 80%;
	font-weight: bold;
}

div.articles_list_date {
	display:block;
	clear: right;
	float: right;
	text-align: right;
	width: 20%;
}

div.category_info_box {
	display: block;
	clear: both;
	line-height: 22px;
	margin-top: 20px;
}

ul#Articles {
	list-style-type: none;
	font-size: 0.75em;
	line-height: 22px;
	margin-top: 20px;
	width: 100%;
}
div.top_title_red_right {
	display: block;
	clear: both;
	position: relative;
	float: right;
	top: -20px;
	right: 20px;
}

textarea.comment {
	float: right;
	width: 96%;
	margin-right: 22px;
	height: 100px;
}

div.user_preferences_bg {
    display:block;
    clear: both;
    background-color: #f7f7f7;
    padding: 5px 10px 5px 10px;
    margin-bottom: 4px;
    position: relative;
    left: -10px;
}

div.user_preferences_white {
    display:block;
    clear: both;
    padding: 5px 10px 5px 0px;
    margin-bottom: 4px;
	line-height: 24px;
	vertical-align: bottom;
}

div.user_preferences_white_label {
	display: block;
	clear: none;
	margin: 10px 0px;
	float: left;	
	text-align: left;
	width: 25%;
	height: 24px;
}

div.user_preferences_white_input {
	display: block;
    clear: none;
    margin: 10px 0px;
    float: right;
	width: 75%;
}

div.user_preferences_white_input select {
	display: block;
    clear: none;
    float: left;
    height: 20px;
    min-width: 70px;
    max-width: 60%;
    border: 1px #9c9c9c solid;
	
}

div.stats_index_dark {
    display:block;
    clear: both;
    background-color: #f7f7f7;
    padding: 5px 10px 5px 10px;
    margin-bottom: 4px;
    position: relative;
    left: -10px;
}

div.stats_index_white {
    display:block;
    clear: both;
    background-color: #ffffff;
    padding: 5px 10px 5px 10px;
    margin-bottom: 4px;
    position: relative;
    left: -10px;
}

div.stats_index_dark img, div.stats_index_white img {
	position: relative;
	bottom: -5px;
}


div.article_content {
	font-size: 1.05em;
	line-height: 19px;
	margin-right: 10px;
}


ul.subjects {
	clear: both;
	list-style-image: url('../img/subject_list.jpg');
	line-height: 30px;
	margin-left: 20px;
	margin-bottom: 20px;
}

ul.files {
	list-style-image: url('../img/files_article.png');
	margin-left: 30px;
	line-height: 24px;
	font-size: 0.75em;
}

div#right_subjects ul.subjects {
	display: block;
	clear: both;
    list-style-image: url('../img/subject_list.jpg');
    font-size: 0.75em;
    line-height: 24px;
    margin-left: 30px;
	margin-top: 20px;
}

/** Filelist */

div.filelist_elem {
	width: 470px;
}

div.filelist_img {
	clear: none;
	float: left;
	width: 26px;
}

div.filelist_header {
	clear: none;
	float: right;
	width: 442px;
	min-height: 26px;
	background-color: #f7f7f7;
}

div.filelist_header span.title {
	display: block;
	clear: none;
	float: left;
	text-align: left;
	width: 370px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
}

div.filelist_header span.size {
	display: block;
    clear: none;
    float: right;
	text-align: right;
	width: 50px;
    padding-top: 5px;
	padding-right: 10px;
}

div.filelist_descr {
	clear: both;
    float: right;
    width: 432px;
	border-left: 20px solid #ffffff;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.filelist_descr_subs {
    clear: both;
    float: right;
    width: 432px;
	border-left: 20px solid #ffffff;
	line-height: 17px; 
    margin-top: 10px;
    margin-bottom: 10px;
}

div.filelist_dashed {
	clear: both;
	float: left;
	width: 52px;
	margin-left: 40px;
	border-bottom: #000000 dashed 1px;
}



/*** Admin ***/

div.admin_panel {
	display: block; 
	clear: both; 
	float: left; 
	font-weight: bold; 
	color: #e00a13;
}

div.admin_content_grey_title {
    display: block;
    clear: both;
    float: left;
    background-image: url('../img/admin_header.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    padding: 10px 0px 10px 20px;
    color: #000000;
    background-color: #ffffff;
    position: relative;
    text-align: left;
    top: -3px;
    width: 732px;
	font-size: 0.7em;
}

div.admin_cotent_left_title_data{
    background-image: url('../img/content_left_grey_background.jpg');
    background-repeat: no-repeat;
    font-size : 1em;
    clear: both;
    color: #000000;
    padding: 10px 10px 0px 20px;
    min-height: 30px;
    width: 7320px;
}

div.content {
	display: block;
	clear: both;
	width: 752px;
}

div.flash_content {
	float: left;
	background-color: #fff;
	color: #333;
	width: 962px;
	height: 300px;
	text-align: center;
}

div.flash_top {
	height: 42px;
	width: 962px;
	background-image: url('../img/flash_top.jpg');	
	background-repeat: no-repeat;
}

div.flash_middle {
    width: 962px;
    background-image: url('../img/flash_middle.jpg');
    background-repeat: repeat-y;
	font-size: 0.7em;
}

div.flash_bottom {
	height: 31px;
    width: 962px;
    background-image: url('../img/flash_bottom.jpg');
    background-repeat: no-repeat;
}

table.admin {
	width: 743px;
	position: relative;
	left: -15px;
	top: -5px;
}

table.changes {
    width: 490px;
    position: relative;
    left: -15px;
    top: -5px;
    font-size: 0.75em;
}

th.admin_header_top_left {
	color: #000000;
	text-align: left;
	border-right: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	height: 30px;
	padding: 0px 5px;
}

th.admin_header_top {
	color: #000000;
	text-align: center;
	border-right: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
	height: 30px;
	padding: 0px 10px;
}

th.admin_header_top_right {
    color: #000000;
	text-align: center;
    border-bottom: 1px solid #c9c9c9;
	height: 30px;
	padding: 0px 10px;
}

td.admin_left {
	padding: 3px 5px;
	height: 24px;
	text-align: left;
	border-right: 1px solid #c9c9c9;
	line-height: 18px;
	vertical-align: top;
}

td.admin_center {
	text-align: center;
	padding: 3px 5px;
	border-right: 1px solid #c9c9c9;
	line-height: 18px;
	vertical-align: top;
}

td.admin_right {
	text-align: center;
	padding: 3px 5px;
	line-height: 18px;
	vertical-align: top;
}

div.faqcategory {
	position: relative;
	left: -10px;
	margin-top: 5px;
	margin-bottom: 20px;
	clear: both;
    float: left;
    width: 100%;
    min-height: 26px;
	font-weight: bold;
	background-color: #f7f7f7;
}

ol.faq, ul.faq {
	list-style-position: outside;
	list-style-type: decimal;
	line-height: 18px;
}

div.faq {
	display: block;
	clear: both;
	padding-left: 15px;
}

select.date {
	padding-right: 2px; 
	font-size: 0.55em;
	margin-right: 5px;
}

span.faqcategory {
	position: relative; 
	top: 6px;
	left: 10px;
}

div.faq_quest_content {
	display: block;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}

div.faq_resp_content {
	display: block;
	clear: both;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 100%;
}

div.faq_quest_resp_date {
	display: block;
	clear: both;
	float: left;
	margin-top: 10px;
	text-align: right;
	width: 95%;
}

div.faq_quest_auth {
	display: block;
	clear: both;
	line-height: 16px;
}

div.faq_quest_auth {
	display: block;
	clear: left;
	line-height: 16px;
}

div.faq_quest_actions {
	line-height: 16px;
	font-size: 0.75em;
	margin-top: 20px;
}

div.quest_dashed {
	display: block;
    clear: both;
    float: left;
    width: 52px;
	margin-bottom: 10px;
    border-bottom: #000000 dashed 1px;
}

ul.closesubj {
	list-style-type: none;
}

ul.searchres {
    list-style-type: disc;
	line-height: 24px;
	width: 90%;
	margin-left: 10px;
	color: #e00a13;
}

ul.searchres li {
	margin-bottom: 14px;
	
}

div.closesubj_content {
	display:block; 
	float: left; 
	clear: both; 
	margin-bottom: 15px; 
	width: 200px;
}

div.closesubj_img {
	display:block; 
	float: left; 
	clear: none; 
	width: 40px;
}

div.closesubj_txt {
	display:block; 
	float: right; 
	clear: none; 
	width: 160px;
	color: #000;
	font-size: 0.75em;
}

div#map {
	border: #797469 solid 1px;
}

span.map_desc {
	display: block;
	width: 500px;
	margin-top: 5px;
	font-size: 0.8em;
	font-style: italic;
	color: #666666;
}

div#here {
	display: block;
	clear: both;
	height: 30px;
}

div.mainpage_hello {
	line-height: 19px; 
	width: 500px;
	text-align: justify;
}

div#right_cloud {
	padding: 0px 0px 10px 14px;
	line-height: 150%;
	font-size: 0.75em;
}

div.alltags {
	width: 90%;
	float: right;
	text-align: right;
	margin: 10px 0px 20px 0px;
}

div.alltags a:link, div.alltags a:visited {
	font-size: 0.7em;
    color: #e00a13;
    float: right;
    margin-right: 2px;
    text-align: right;
    text-decoration: underline;
}

div.alltags a:hover {
	text-decoration: none;
}

label.invisible {
	display: block;
	clear: none;
	float: left;
	text-align: left;
	color: #ffffff;
}
