/**********************************************************************/
/*                         left column style                          */
/**********************************************************************/
td.index_article {
	width: 200px;
	background-image: url(../../images/_gui/left_column_bkg.gif);
	background-repeat: repeat-y;
	background-position:left bottom;
	margin-bottom: 20px;
}

#leftColumn .leftNavigation h3 {
	background-image: url(../../images/_gui/left_column_top.gif);
	background-repeat: no-repeat;
	height: 47px;
	margin: 0;
}

#leftColumn .leftNavigation img {
	margin-left: 1px;
}

#leftColumn .leftNavigation h3 span {
	color: #fff;
	font-size: 0.9em;
	line-height: 33px;
	padding-left: 20px;
}

#leftColumn  div..leftNavigationbottom {
	background-image: url(../../images/_gui/left_column_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	margin: 0;
	padding: 5px 0 10px 0;
}

.leftlinks a:link, .leftlinks a:visited, .leftlinks a:hover, .leftlinks a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #105cb6;
	text-decoration:none;
	padding: 0px 10px 0px 20px;
	cursor: pointer;
	display:inline;
	line-height:160%;
	
	
}

#leftColumn .leftArticle {
	width: 200px;
	background-image: url(../../images/_gui/left_column_article_bkg.gif);
	background-repeat: repeat-y;
}

#leftColumn .leftArticle h4 {
	background-color: #fbdfb4;
	background-image: url(../../images/_gui/left_column_article_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0;
	padding: 5px 13px 0 13px;
}

#leftColumn .leftArticle h4 span {
	color: #cc6600;
	font-size: 0.9em;
}

#leftColumn .leftArticle .content {
	background-image: url(../../images/_gui/left_column_article_subtop.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding: 13px;
	padding-bottom: 0px;
	color: #000;
	font-size: 0.7em;
	font-weight:normal;
}

td.footer_art {
	background-image: url(../../images/_gui/left_column_article_bottom.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 15px;
}

.leftArticle a:link, .leftArticle a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #105cb6;
	text-decoration:none;
}

.leftArticle a:hover, .leftArticle a:active {
	text-decoration: underline;
}

#rightColumn h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #406ea1;
	margin: 15px 0; 
}





/********** right article ****************/


#rightColumn .shortArticle .date,
#rightColumn .fullArticle .date {
	color: #999;
	font-size: 0.8em;
	padding-left: 15px;
	margin: 3px 0;	
}


td.article_heading {
	font-size: 1.1em;
	color: #105cb6;
	margin: 0; 
	font-weight:600;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
}


td.article_lead {
	color:#000;
	font-size: 0.8em;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
}


td.article_lead a:link, td.article_lead a:visited, td.article_Lead a:link, td.article_Lead a:visited {
	color: #105cb6;
	text-decoration: none;
	border-bottom: 1px dotted #105cb6;
}

td.lead a:hover, td.lead a:active,
.articleLead a:hover, .articleLead a:active {
	border-bottom: 1px dotted #fff;
}



#rightColumn .shortArticle .articleContent,
#rightColumn .fullArticle .articleContent td,
#rightColumn .shortArticle .articleContent,
#rightColumn .fullArticle .articleContent td{
	color: #333;
}

#leftColumn .leftArticle img,
#rightColumn .shortArticle img,
#rightColumn .fullArticle img {
	border: solid 1px #c2c2c2;
	padding: 4px;
	margin: 2px 8px 8px 0;
}

#rightColumn .shortArticle img,
#rightColumn .fullArticle img {
	float: left;
	border: solid 1px #c2c2c2;
	padding: 4px;
	margin: 2px 8px 8px 0;
}



td.more a:link,td.more a:visited, td.more a:hover, td.more a:active {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #105cb6;
	text-decoration:none;
	font-weight: bold;
	border: 0 none;
	
}

.readMore span {
	background-image: url(../../images/_gui/ico_green_arrow_big_right.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 21px;
	padding-bottom: 1px;
}
/*********FORMS**********/
td.form_heading_outdex {
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	font-family:tahoma;
	font-size:13px;
	color:#1b6dbb;
	text-transform:uppercase;
}

td.button_survey INPUT {
	width:66px;
	color:#000;
	height:17px;
	font-family:tahoma;
	font-size:10px;
	background-color:#fff;
	border:1px solid #003366;
	
}

#question { 
	width:355px;
	background-color:#406ea1;
	color:#fff;
	padding-top:5px;
	padding-bottom:5px;
	background-image:url(../../images/_gui/heading_rub.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	padding-left:10px;
	}