@charset "UTF-8";

.col2 ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family: Arial, TimokB, "Trebuchet MS";
}

.col2 ul li
{	
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
}

.col2 ul li a{
	text-transform: uppercase;
	font-weight: bold;
	color: #b1b1b1;
	font-size: 1em;
	text-decoration: none;
	display: block;
	line-height: 1.8em;

}

.col2 ul li a:hover,
.col2 ul li a.active
{
	background: none;
	color: #858585;
}

.col2 .article_resume {

	font-family: Arial, TimokB, "Trebuchet MS";
	display: block;
	margin-top: 20px;
	padding: 0;
	color: #858585;
	font-style:italic; 
	font-size: 0.9em;
}


/* Center Column Styles*/

.col1 .article{
	font-family: Arial, TimokB, Arial, "Trebuchet MS";
	margin: 0 0 1.1em 0;
}

.col1 h2.article_title,
.col1 h2.article_title2
{
	font-family: Arial, TimokB, "Trebuchet MS";
/*	color: #333333;*/
	color: #436d51;
	line-height: 1.1em;
	font-size: 1.4em;
	margin: 0;
}

.col1 h2.article_title
{
	line-height: 1.1em;
	font-size: 1.2em;
}

.col1 h2.article_title a{
/*	color: #333333;*/
	color: #436d51;
	text-decoration: none;
	display: block;
}

.col1 h3.article_sub_title
/*.col1 h2.article_title a*/
{
	font-family: Arial, TimokB, "Trebuchet MS";
/*	color: #333333;*/
	color: #436d51;
	line-height: 1.1em;
	font-size: 0.9em;
	margin: 0.9em 0;
}

.col1 h6.article_author{
	
	color: #727272;
	font-size: 0.75em;
	margin: 0.5em 0;
	font-weight: normal;
}

.col1 div.article_author2{
	font-weight: bold;
	text-align: right;
	font-size: 0.9em;
	margin: 0.9em 0;
	color: #727272;
}

.col1 div.article_more_author {
	font-family: Arial, TimokB, "Trebuchet MS";
	font-weight: bold;
	text-align: right;
	font-size: 0.8em;
	color: #727272;
}

.col1 div.article_more_author a {
	text-decoration: underline;
	color: #727272;

}

.col1 div.author_cv{
/*	font-weight: bold;*/
	font-style:italic;
	font-size: 0.75em;
	color: #727272;

}

.col1 div.article_ps{
	font-size: 0.75em;
	color: #727272;
}

.col1 div.article_ps strong{
	margin-right: 0.8em;
	font-weight: bold;
}

.col1 p.article_text{
	font-family: Arial, "Trebuchet MS";
	color: #727272;
	font-size: 0.9em;
/*	line-height: 1.4em;*/
	margin: 0;
}

.col1 div.article_text{
	font-family: Arial, "Trebuchet MS";
	color: #727272;
	font-size: 0.9em;
	line-height: 2em;
/*	line-height: 1.4em;*/
	margin: 0;
}

.col1 div.article_text p{
	line-height: 2em;
}

.col1 div.article_text div{
	line-height: 2em;
}


.col1 a.article_comments{

	color: #727272;
	font-size: 0.75em;
	margin: 0.4em 0 0.9em 0;
	float: right;
}

/* Right Column Styles*/

.col3 div.scrollable {
	
	/* required settings */
	position:relative;
	overflow:hidden;	 	
	width: 190px;	
	height: 180px;		
	
	background: #f7f7f7;
	padding: 1px 10px;
}

/* 
	root element for scrollable items. Must be absolutely positioned
	and it should have a super large width to accomodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
.col3 div.scrollable div.items {	
	/* this cannot be too large */
	height: 180px;
	width: 190px;
	position:absolute;		
}

/* single scrollable item */
.col3 div.scrollable div.items div {
	color: #6e6e6e;
	font-size: 0.9em;
	margin: 10px 0;

}

.col3 div.scrollable div.items div strong{
	color: #221e1f;
}

.col3 div.scrollable div.items div a{
	color: #6e6e6e;
	text-decoration: none;
}

/*
.col3 #news_wrapper{
	background: #f7f7f7;
	padding: 1px 10px;
}

.col3 #news_wrapper .short_news{
	color: #6e6e6e;
	font-size: 0.9em;
	margin: 10px 0;
}

.col3 #news_wrapper .short_news strong{
	color: #221e1f;
}

.col3 #news_wrapper .short_news a{
	color: #6e6e6e;
	text-decoration: none;
}
*/


.col3 #linked_articles{
	padding: 1px 0;
	margin: 60px 0;
}

.col3 #linked_articles .article_title a
{
	font-size: 0.85em;
	line-height: 1.2em;
	font-weight: bold;
	color: #3b3b3b;
	text-decoration:underline;
	display:block;
	padding: 1px 0;
}

.col3 #linked_articles .article_author{
	font-size: 0.75em;
	color: #3b3b3b;
	margin: 1px 0 8px 0;
}

#footer ul#bottom_menu{
	list-style-type: none;
	margin: 10px 30px 0 30px;
	padding: 0;
	font-family:Arial,  TimokB, "Trebuchet MS";
}

#footer ul#bottom_menu li,
#footer ul#bottom_menu li a
{
	text-transform: uppercase;
	font-weight: bold;
	color: #b1b1b1;
	font-size: 1em;
}

#footer ul#bottom_menu li{
	float: left;
	margin: 0 20px 0 0;
}

#footer ul#bottom_menu li a{
	text-decoration: none;
	display: block;
	line-height: 1.8em;
}

#footer ul#bottom_menu li a:hover,
#footer ul#bottom_menu li a.active
{
	background: none;
	color: #858585;
}

/***********this is style for contact page********/
.col1 div.contacts_name a{
	font-weight: bold;
	text-align: left;
	font-size: 0.9em;
	margin: 0px;
	color: #727272;
}

.col1 div.contacts_name {
	margin: 10px 0px 10px 0px;
}

.col1 div.contacts_name {
	margin: 10px 0px 10px 0px;
}

.col1 div.contacts_text {
	margin: 10px 0px 30px 0px;
	color: #436d51;
}

.col1 div.contacts_account {
	margin: 30px 0px 10px 0px;
	color: #727272;
}
/***********end style for contact page********/

/***********this is style for search page********/
.col1 h6.search_output{
	
	color: #727272;
	font-size: 11pt;
	margin: 0.5em 0;
	font-weight: normal;
}
.search_output .words{
	
	color: #000000;
}


.replaced{	
	color: #000000;
}
/***********end style for search page********/

/***********this is style for archive page********/
.col1 .allbroi {
	float: left;
	width: 380px;
}

.col1 .broi {
	display:inline;
	width: 60px;
	margin: 10px 10px 10px 0px;
	/*padding: 15px 0px 15px 0px;*/
	line-height: 30px;
	
}

.col1 .broi a {
	font-weight: bold;
	text-align: left;
	font-size: 14px;
	margin: 0px;
	/*padding-top: 15px;*/
	color: #727272;
	text-decoration: none;
	
}

.col1 .broi a:hover {
	text-decoration: underline;
}

.col1 .archive_text {
	display:inline;
	font-family: Arial, TimokB, "Trebuchet MS";
	color: #436d51;
	line-height: 1.1em;
	font-size: 18px;
	width: 170px;
}

.col1 .option_holder {
	font-family: Arial, TimokB, "Trebuchet MS";
	width: 300px;
	margin-bottom: 25px;
}

.col1 .select_option {
	display:inline;
	width: 100px;
	margin-left: 20px;
	color: #000000;
	background-color: #ffffff;
}


.col1 .select_option .one_option {
	background-color: #ffffff;
	color: #436d51;
}



/***********end style for archive page********/

/*****************************login form*************/
.col1 .login_holder {
	font-family: Arial, TimokB, "Trebuchet MS";
	width: 300px;
	margin-bottom: 25px;
}
/***************************** end login form*************/

.paging {
	text-align: center;
}

.paging a{
	color: #727272;
	text-decoration: none;
	text-align: center;
}

/***********this is style for friends page********/
.col1 div.thanks_friends {
	font-weight: bold;
	text-align: left;
	font-size: 0.9em;
	margin: 0px;
	color: #436d51;
}

/***********end style for friends page********/

/***********this is style for advertisement page********/
.col1 .advtable {
	font-family: Arial, TimokB, "Trebuchet MS";
	border-style: solid;
	border-width: 1px;
	border-color: #b1b1b1;
	background-color: #b1b1b1;
	font-size: 13px;
}

.col1 .theader {
	background-color: #008641;
	color:#FFFFFF;
	font-weight:bold;
	text-align: center;
	font-size: 15px;
	
}

.col1 .theader .bigth {
		width: 130px;
}

.col1 .theader .smallth {
		width: 80px;
}

.col1 .oddtr {
	font-family: Arial, TimokB, "Trebuchet MS";
	color:#000000;
	background-color:#ffffff;
}

.col1 .eventr {
	font-family: Arial, TimokB, "Trebuchet MS";
	color:#000000;
	background-color:#f7f7f7;
}


.col1 .centertd {
	text-align: center;
}

.col1 .lefttd {
	text-align: left;
}
/***********end style for advertisement page********/


/***********start style for detail_search page********/

.col1 h6.detail_search_output{	
	font-size:18px;
	line-height:1.1em;
	color:#436D51;
	margin: 0.5em 0;
	font-weight: normal;
	font-family:Arial,TimokB,"Trebuchet MS";
}



.col1 .detail_search_form {
	float:left;
	width: 330px;
	padding-top: 25px;
}

.col1 .detail_search_form .formField {
	float:right;
	background-color: #ffffff;
	color: #727272;;
	width: 230px;
	height: 20px;
	margin: 0px 0 20px 0;
	border-style: solid;
	border-width: 1px;
	border-color: #b1b1b1;
}

.col1 .detail_search_form .formOption {
	float:right;
	background-color: #ffffff;
	color: #727272;
	width: 230px;
	height: 20px;
	margin: 0px 0px 20px 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #b1b1b1;
}
.col1 .detail_search_form label {
	
	float:left;
	background-color: #ffffff;
	color: #436d51;
	width: 90px;
	padding: 0px;
	margin: 5px 0px 20px 0px;
	text-align: right;
}


.col1 .detail_search_form #submit_query {
	font-family: "Arial";
	font-size: 13px;
	color: #436d51;
	background-color: #ecf1de;
	width: 104px;
	height: 22px;
	border: 1px solid #d1d5c2;
	float:right;
	margin: 12px 0 0 0;
	cursor: pointer;
}
/***********end style for detail_search page********/


.toolbar { 
	float:left;
	margin: 10px 0 25px 0; 
	border-top: 1px dotted #436d51;
	border-bottom: 1px dotted #436d51;
	width: 420px;
}

.toolbar .fontResizer {
	display:block;
	float: left;
	cursor: pointer;
}

.toolbar .social_networks {
	margin: 3px 0 3px 10px;
	display:block;
	float: left;
	cursor: pointer;
}


.toolbar .operation {
	float: right;
	display:block;
	margin-right: 5px;
	cursor: pointer;
	
}

.toolbar .fontResizer img {
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 5px;
	padding-bottom: 3px;
}

.toolbar .operation img {
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 5px;
	padding-bottom: 3px;
}


.pdf_holder {
	width: 200px;
/*background-color:#436d51;*/
	background-color:#F7F7F7;
/*	background-color:#E5F0F8;*/
	border-top:2px solid #008C44;
	font-size:11px;
	margin:0;
	padding:4px 4px 5px;
}

.flash_preview {
	float:left;
	width: 200px;
	height: 20px;
/*background-color:#436d51;*/
	background-color:#008C44;
/*	background-color:#E5F0F8;
	border-top:2px solid #008C44;*/
	font-size:12px;
	text-align: center;
	margin:15px 0 15px 0;
	padding:4px 4px 4px;
	color: #ffffff;
	text-decoration: none;
}

.flash_preview a:hover {
	text-decoration:underline;
}

.pdf_holder a {
	color: #436d51;
}

.pdf {
	background-color:transparent;
	/*background-image:url(/i/pdf.gif) 0 0 no-repeat;*/
	background: url(img/pdf.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	display:block;
	margin:0 0 5px;
	padding:4px 4px 6px 22px;
}

/********comments page ***************/
.col1 .comment_holder div.comment_content{
	font-weight: normal;
	text-align: left;
	font-size: 0.9em;
	margin: 0.9em 0;
	color: #727272;

}

.col1 .comment_holder div.one_comment{
/*	font-weight: normal;
	text-align: left;
	font-size: 0.9em;
	margin: 0.9em 0;
	color: #727272;*/
	border-bottom: 1px dotted #436d51;
}

.col1 .warning_comment {
	color: #727272;
    font-size: 0.9em;
    font-weight: normal;
	font-style: italic;
    margin: 0.9em 0;
    text-align: left;
}

.col1 .comment_holder { 
	float:left;
	margin: 10px 0 25px 0; 
/*	border-top: 1px dotted #436d51;*/
/*	border-bottom: 1px dotted #436d51;*/
	width: 420px;
}

.col1 .comment_text { 
	float:left;
	font-weight: normal;
	font-size: 1em;
	margin: 0.9em 0 0.2em 0;
	color: #436d51;
	width:420px;
	border-bottom: 2px solid #436d51;
}

.col1 .comment_text .left a {
	display:block;
	float: left;
	color: #436d51;
}

.col1 .comment_text .right a {
	float: right;
	display:block;
	cursor: pointer;	
	color: #436d51;
}

.col1 .comment_noform { 
	float:left;
	margin: 5px 0 10px 0; 
	width: 420px;
}

.col1 .comment_form_logout { 
	float:left;
	margin: 0 0 10px 0; 
	width: 420px;
	color: #727272;
}

.col1 .comment_form_logout a{ 
	color: #436d51;
}

.col1 .comment_noform a{ 
	color: #436d51;
}


.col1 .comment_form { 
	float:left;
	margin: 10px 0 25px 0; 
/*	border-top: 1px dotted #436d51; */
/*	border-bottom: 1px dotted #436d51;*/
	width: 420px;
}

.col1 .comment_form .text  a {
	margin-left:35px;
	width: 420px;
	color: #436d51;
	font-size: 0.8em;
}

.col1 .comment_form .captcha { 
	margin: 10px 150px; 10px 20px; 
	width: 420px;
}

.col1 .comment_form .input_box {
	float:right;
	background-color: #ffffff;
	color: #727272;;
	width: 310px;
	height: 20px;
/*	margin: 0px 0 20px 0;*/
	border-style: solid;
	border-width: 1px;
	border-color: #b1b1b1;
}

.col1 .comment_form textarea {
	float:right;
	background-color: #ffffff;
	color: #727272;;
	width: 310px;
	height: 80px;
/*	margin: 0px 0 20px 0;*/
	border-style: solid;
	border-width: 1px;
	border-color: #b1b1b1;
}

.col1 .comment_form label {
	float:left;
	background-color: #ffffff;
	color: #436d51;
	width: 100px;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	text-align: right;

}

.col1 .comment_form .error {
	color: #ff0000;
	font-size: 0.8em;
	width: 310px;
	margin-left:110px;
}

.col1 .comment_form #submit_comment {
	font-family: "Arial";
	font-size: 13px;
	color: #436d51;
	background-color: #ecf1de;
	width: 104px;
	height: 22px;
	border: 1px solid #d1d5c2;
	float:right;
	margin-top: 10px;
	cursor: pointer;
}

/***********login form for reader**************/

.col1 .reader_login_form { 
	float:left;
	margin: 10px 0 25px 0; 
/*	border-top: 1px dotted #436d51; */
/*	border-bottom: 1px dotted #436d51;*/
	width: 420px;
}

.col1 .reader_login_form label {
	float:left;
	background-color: #ffffff;
	color: #436d51;
	width: 100px;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	text-align: right;

}

.col1 .reader_login_form .error {
	color: #ff0000;
	font-size: 0.8em;
	width: 310px;
	margin-left:110px;
}

.col1 .reader_login_form #submit_reader {
	font-family: "Arial";
	font-size: 13px;
	color: #436d51;
	background-color: #ecf1de;
	width: 104px;
	height: 22px;
	border: 1px solid #d1d5c2;
	float:right;
	margin-top: 10px;
	margin-right:100px;
	cursor: pointer;
}

.col1 .reader_login_form .input_box {
	float:right;
	background-color: #ffffff;
	color: #727272;;
	width: 210px;
	margin-right:100px;
	height: 20px;
/*	margin: 0px 0 20px 0;*/
	border-style: solid;
	border-width: 1px;
	border-color: #b1b1b1;
}

/*******end reader login form**********/

/*
.col2 #home_news_wrapper{
	margin: 20px 0 20px 0;
	background: #f7f7f7;
	padding: 1px 10px;
	border-top:1px solid #008C44;
}

.col2 #home_news_wrapper .short_news{
	color: #6e6e6e;
	font-size: 0.9em;
	margin: 10px 0;
}

.col2 #home_news_wrapper .short_news strong{
	color: #221e1f;
}

.col2 #home_news_wrapper .short_news a{
	color: #6e6e6e;
	text-decoration: none;
}
*/

/* 
	root element for the scrollable. 
	when scrolling occurs this element stays still. 
*/
.col2 div.scrollable {
	
	/* required settings */
	position:relative;
	overflow:hidden;	 	
	width: 190px;	
	height:120px;		
	
	margin: 20px 0 20px 0;
	background: #f7f7f7;
	padding: 1px 10px;
	border-top:1px solid #008C44;
}

/* 
	root element for scrollable items. Must be absolutely positioned
	and it should have a super large width to accomodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
.col2 div.scrollable div.items {	
	/* this cannot be too large */
	height:120px;
	width: 190px;
	position:absolute;		
}

/* single scrollable item */
.col2 div.scrollable div.items div {
	color: #6e6e6e;
	font-size: 0.9em;
	margin: 10px 0;
}

.col2 div.scrollable div.items div strong{
	color: #221e1f;
}

.col2 div.scrollable div.items div a{
	color: #6e6e6e;
	text-decoration: none;
}

.col4 .article{
	font-family: Arial, TimokB, Arial, "Trebuchet MS";
	margin: 0 0 1.1em 0;
}

.col4 h2.article_title,
.col4 h2.article_title2
{
	font-family: Arial, TimokB, "Trebuchet MS";
/*	color: #333333;*/
	color: #436d51;
	line-height: 1.1em;
	font-size: 1.4em;
	margin: 0;
}

.col4 h2.article_title
{
	line-height: 1.1em;
	font-size: 1.2em;
}

.col4 h2.article_title a{
/*	color: #333333;*/
	color: #436d51;
	text-decoration: none;
	display: block;
}

.col4 h6.article_author{
	
	color: #727272;
	font-size: 0.75em;
	margin: 0.5em 0;
	font-weight: normal;
}

.col4 p.article_text{
	font-family: Arial, "Trebuchet MS";
	color: #727272;
	font-size: 0.9em;
	margin: 0;
}

.col4 div.article_text{
	font-family: Arial, "Trebuchet MS";
	color: #727272;
	font-size: 0.9em;
	line-height: 1.4em;
	margin: 0;
}

.col4 a.article_comments{

	color: #727272;
	font-size: 0.75em;
	margin: 0.4em 0 0.9em 0;
	float: right;
}

.col1 .article_data{	
	color: #727272;
	font-size: 0.75em;
	margin: 0.5em 0;
	font-weight: normal;
}


/***********start style for subscription_form page********/

.col1 h6.subscription_output{	
	font-size:18px;
	line-height:1.1em;
	color:#436D51;
	margin: 0.5em 0;
	font-weight: normal;
	font-family:Arial,TimokB,"Trebuchet MS";
}

.col1 .subscription_form {
	float:left;
	width: 420px;
	padding-top: 25px;
}

.col1 .subscription_form .formField {
	float:right;
	background-color: #ffffff;
	color: #727272;;
	width: 290px;
	height: 20px;
	margin: 5px 0px 0px 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #b1b1b1;
}

.col1 .captcha_reg { 
	margin: 5px 0px 0px 200px;
	width: 290px;
}

.col1 .captcha_reg_text {
	margin-left: 130px;
	width: 290px;
	color: #436d51;
	font-size: 0.8em;
}

.col1 .subscription_form .formOption {
	float:right;
	background-color: #ffffff;
	color: #727272;
	width: 290px;
	height: 23px;
	margin: 5px 0px 0px 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #b1b1b1;
}
.col1 .subscription_form label {
	float:left;
	background-color: #ffffff;
	color: #436d51;
	width: 120px;
	padding: 0px 0px 0px 0px;
	margin: 8px 0px 20px 0px;
	text-align: right;
}


.col1 .subscription_form #submit_query {
	font-family: "Arial";
	font-size: 13px;
	color: #436d51;
	background-color: #ecf1de;
	width: 104px;
	height: 22px;
	border: 1px solid #d1d5c2;
	float:right;
	margin: 12px 0 0 0;
	cursor: pointer;
}

.col1 .subscription_form .error {
	color: #ff0000;
	font-size: 0.8em;
	width: 310px;
	margin-left:10px;

}

.col1 .redirect {
	color: #ff0000;
}

/***********end style for detail_search page********/