/* START: breadcrumb
----------------------------------------------------------------- */
#mainContent .breadcrumb {
	color: #0067C3;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 1.1em;
	padding: 0 0 7px 0;
	float:left;
	font-weight: bold;
}

#mainContent .breadcrumb a {
	color: #0067C3;
	padding: 0 11px 0 3px;
	background: transparent url(../img/buttons/breadcrumb.gif) no-repeat center right;
	text-decoration: none;
}

#mainContent .breadcrumb a:hover {
	color: #0067C3;
	background: #ffffff transparent url(../img/buttons/breadcrumb.gif) no-repeat center right;
	text-decoration: underline;
}

#mainContent .breadcrumb ul {
	margin-left: 0;/*important : align position*/
	padding-left: 0;/*important : align position*/
	display: inline;
} 

#mainContent .breadcrumb ul li {
	list-style: none;
	display: inline;
	float:left;
}

#mainContent .breadcrumb .unselect {
	padding: 0 0 0 7px;
	/*padding:0px 11px 0px 3px;*/
	list-style: none;
	float:left;
	display: inline;
	color: #0067C3;
	text-transform: lowercase;
}
/* END: breadcrumb
----------------------------------------------------------------- */

/*Start: Rss*/
.rss {
	margin:0 0 0 7px;
	float:left;
}

.rss a{
	color:#FF0000;
}

.rss a:hover{
	color:#FFCC00;
}

/*End: Rss*/

/*Start: cec*/
.cecTop {
	width:400px;
	height:20px;
	float:right;
	padding:0px;
	margin:0px;
}
.cecMiddle {
	width:686px;
	height:50px;
	float:left;
	padding:0px;
	margin:0px;
}
/*End: cectop*/

/* START: BREAKING NEWS
----------------------------------------------------------------- */
.breakingNewsContainer {
	width:684px;
	margin-left:0px;
}

/*Start: Breaking news buton*/

.breakingNewsContainer a.ovalbutton{
	background: transparent url('../img/buttons/breaking_news_left.gif') no-repeat top left;
	display: block;
	float: left;
	font: normal 13px Tahoma; /* Change 13px as desired */
	line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 25px; /* Height of button background height */
	padding-left: 11px; /* Width of left menu image */
	text-decoration: none;
}

.breakingNewsContainer a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
	color: #ffffff; /*button text color*/
}

.breakingNewsContainer a.ovalbutton span{
	background: transparent url('../img/buttons/breaking_news_right.gif') no-repeat top right;
	display: block;
	font-weight:bold;
	font-size:1em;
	padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
	text-transform:uppercase;
}

.breakingNewsContainer a.ovalbutton:hover{ /* Hover state CSS */
	background-position: bottom left;
}

.breakingNewsContainer a.ovalbutton:hover span{ /* Hover state CSS */
	background-position: top right;
	color: #ffffff;
	text-transform:uppercase;
}

.breakingNewsContainer .buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; 
	width: 100%;
}

/*End: Breaking news buton*/

.breakingNewsContainer .breakingNewsContentTitle {
	width:571px;
	padding:10px 5px 10px 5px;
	float:left;
}

.breakingNewsContainer .breakingNewsContainer {
	float:left;
	background-color:#EEF2F6;
	height: auto !important;
	height: 75px;
	min-height: 75px;
	margin-bottom:6px;
}

.breakingNewsContainer h2 {
	color:#0067C3;
	text-decoration:none;
	font-size:24px;
	font-weight:bold;
}

.breakingNewsContainer h2 a {
	color:#0067C3;
	text-decoration:none;
}

.breakingNewsContainer h2 a:hover {
	color:#0067C3;
	text-decoration:underline;
}

.breakingNewsContainer .breakingNewsContentImage {
	width:100px;
	margin:0 auto;
	float:right;
	padding-top:2px;
	
}

.breakingNewsRedContainer h2 {
	color:#EB0202;
	text-decoration:none;
	font-size:24px;
	font-weight:bold;
}

.breakingNewsRedContainer h2 a {
	color:#EB0202;
	text-decoration:none;
}

.breakingNewsRedContainer h2 a:hover {
	color:#EB0202;
	text-decoration:underline;
}

/* END: BREAKING NEWS
----------------------------------------------------------------- */

/* START: Main news container
----------------------------------------------------------------- */
#mainContent .mainNewsContainer {
	float: left;
	width: 686px;
	margin: 0 0 6px 0;
}

#mainContent .border {/*This is new bottom line of Main News*/
	border-bottom: 4px #DBE7F3 solid;
	margin: 2px -7px 7px -7px;
	padding: 0 -5px 0 -5px;
	width: 702px;
	float: left;
	position: relative;
}

/* Start: main news title  */
#mainContent .mainNewsContainer .descriptionContainer h1 {
	float: right;
	width: 275px;
	margin: 0 0 11px 0;
	display: inline;
	overflow: hidden;
}

#mainContent .mainNewsContainer .descriptionContainer h1 a {
	color: #0765B9;
	text-decoration: none;
}

#mainContent .mainNewsContainer .descriptionContainer h1 a:hover {
	color: #0765B9;
	text-decoration: underline;
}
/* End: main news title */

#mainContent .mainNewsContainer .imageVideo {
	float: left;
	width: 400px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#mainContent .mainNewsContainer .descriptionContainer {
	float: left;
	width: 275px;
	overflow: hidden;
	margin: 0;
	padding: 0 0 0 10px;
}

#mainContent .mainNewsContainer .timeCommentContainer .comments {
	float: right;
	width: auto;
	padding: 0 10px 0 14px;
	color: #ff0000;
	background: url(../img/buttons/coment.gif) no-repeat left;
}

#mainContent .relatedCategoryArticleContainer .redBoDescriptionContainer  {
	width: 180px;
	float: left;
	overflow: hidden;
	color: #000;
}

#mainContent .mainNewsContainer .descriptionContainer .description {
	font-size: 1.3em;
	float: right;
	width: 275px;
	display: inline;
	overflow: hidden;
}

/* Start: Related articles  */
#mainContent .mainNewsContainer .descriptionContainer .relatedArticles {
	border-top: 1px solid #8ab5db;
	float: right;
	width: 275px;
	overflow: hidden;
	padding: 8px 0 0 0;
}

#mainContent .mainNewsContainer .descriptionContainer .relatedArticles h3 {
	background: url(../img/buttons/list.gif) no-repeat scroll 5px 0px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #064a87;
	padding: 0 0 5px 28px;
}

#mainContent .mainNewsContainer .descriptionContainer .relatedArticles h3 a {
	color: #064a87;
	text-decoration: none;
}

#mainContent .mainNewsContainer .descriptionContainer .relatedArticles h3 a:hover {
	text-decoration: underline;
}
/* End: Related articles */
/* END: Main news container
----------------------------------------------------------------- */

#mainContent .mainNewsContainer .timeCommentContainer .Comments {
	float: right;
	width: auto;
	padding: 0 10px 0 14px;
	color: #ff0000;
	background: url(../img/buttons/coment.gif) no-repeat left;
}


/* START: Main news container
----------------------------------------------------------------- */
#mainContent .relatedCategoryArticleContainer .redBoxDescriptionContainer  {
	width: 180px;
	float: left;
	overflow: hidden;
	color: #000;
}

#mainContent .mainNewsContainer .descriptionContainer .description {
	display: inline;
	float: right;
	width: 275px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	overflow: hidden;
	margin: 0 0 7px 0;
}
/* END: Main news container
----------------------------------------------------------------- */

/* START: Related_article
----------------------------------------------------------------- */
#mainContent .reletedArticleContainer {
	width: 686px;
	float: left;
	background: #81B3D5;
	margin: 0 0 10px 0;
}

#mainContent .reletedArticleContainer .top {
	width: 686px;
	height: 25px;
	background: url(../img/backgrounds/related_article_top.gif) no-repeat;
}
/*
#mainContent .reletedArticleContainer .topImageMiddle {
	background: url(../img/backgrounds/related_article_top_middle.gif) no-repeat;
	width: 686px;
	height: 25px;
}
*/
#mainContent .reletedArticleContainer .smallTitle {
	padding: 8px 100px 0 13px;
	color: #ffffff;
	float: left;
}

#mainContent .reletedArticleContainer .middle {
	width: 686px;
	height: auto !important;
	height: 54px;
	min-height: 54px;
	padding-top: 0px;
	background: url(../img/backgrounds/related_article_background.gif) repeat-x top;
	/*margin:0 auto;*/
}

#mainContent .reletedArticleContainer .whiteBoxContainer {
	width: 675px;
	margin: 0 auto;
}

#mainContent .reletedArticleContainer .whiteBoxAlign {
	width: 671px;
	margin: 0 auto;
}

#mainContent .reletedArticleContainer .middle .whiteBox {
	width: 186px;
	float: left;
	padding: 7px 16px 5px 16px;
	background: #ffffff url(../img/backgrounds/related_article_image_box_bottom.gif) no-repeat 100% 100%;
	height: auto !important;
	height: 48px;
	min-height: 48px;
	font-weight: bold;
	overflow: hidden;
}

#mainContent .reletedArticleContainer .middle .whiteBox h3 {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

#mainContent .reletedArticleContainer .middle .whiteBox h3 a {
	text-decoration: none;
	color: #000;
}

#mainContent .reletedArticleContainer .middle .whiteBox h3 a:hover {
	text-decoration: underline;
	color: #000;
}

#mainContent .reletedArticleContainer .bottom {
	width: 686px;
	height: 4px;
	float: left;
	background: url(../img/backgrounds/related_article_bottom.gif) no-repeat;
	font-size: 0em;
}
/* END: Related_article
----------------------------------------------------------------- */

/* START: date and time
----------------------------------------------------------------- */
/* Start: date and time 1*/
.timeCommentContainer {
	padding: 0;
	color: #949494;
	width: 96%;/*100%*/
	margin: 0;
	margin: 3px 0 0 0;
	/*margin: 0 0 5px 0 ;
	/*float:left;*/
}

.boxTime {
	background: url(../img/buttons/time.gif) no-repeat left;
	float: left;
	padding: 0 0 0 10px;
	color: #949494;
	font-size: 1em;
}

.boxComent {
	float: right;
	width: auto;
	padding: 0 0 0 14px;
	color: #000;
	background: url(../img/buttons/coment.gif) no-repeat left;
	font-size: 1em;
}

.boxComent a {
	text-decoration: none;
	color: #ff0000;
}

.boxComent a:hover {
	text-decoration: underline;
	color: #ff0000;
}
/* End: date and time 1*/

/* Start: date and time 2*/
.boxTimeSecond {
	background: url(../img/buttons/time_secondary.gif) no-repeat left;
	float: right;
	width: auto;
	padding: 0 0 0 10px;
	color: #fff;
	font-size: 1em;
}

.boxComentSecond {
	float: left;
	width: auto;
	padding: 0 0 0 14px;
	color: #fff;
	background: url(../img/buttons/comment_secondary.gif) no-repeat left;
	font-size: 1em;
}

.boxComentSecond a {
	text-decoration: none;
	color: #fff;
}

.boxComentSecond a:hover {
	text-decoration: underline;
	color: #fff;
}
/* End: date and time 2*/

/*Start: box time on blue background*/
/* Start: date and time 3*/
.boxTimeWhite {
	background: url(../img/buttons/time_white.gif) no-repeat left;
	float: left;
	width: auto;
	padding: 0 0 0 10px;
	color: #fff;
	font-size: 1em;
}

.boxComentWhite {
	float: right;
	width: auto;
	padding: 0 0 0 14px;
	color: #fff;
	background: url(../img/buttons/coment_white.gif) no-repeat left;
	font-size: 1em;
}

.boxComentWhite a {
	text-decoration: none;
	color: #fff;
}

.boxComentWhite a:hover {
	text-decoration: underline;
	color: #fff;
}
/* End: date and time 3*/

/* Start: Time container secundari*/
.timeCommentContainerSecundari {
	padding: 0;
	color: #949494;
	width: 100%;
	margin: 0;
	/*margin: 0 0 5px 0 ;
	/*float:left;*/
}

.boxTimeSecundari {
	background: url(../img/buttons/time.gif) no-repeat left;
	padding: 0 0 0 10px;
	color: #949494;
	font-size: 1em;
}

.boxComentSecundari {
	width: auto;
	padding: 0 0 0 14px;
	color: #000;
	background: url(../img/buttons/coment.gif) no-repeat left;
	font-size: 1em;
}

.boxComentSecundari a {
	text-decoration: none;
	color: #ff0000;
}

.boxComentSecundari a:hover {
	text-decoration: underline;
	color: #ff0000;
}
/* End: date and time 1*/
/*End: box time on blue background*/

/* Start: date and time red background*/
.boxTimeRed {
	background: url(../img/buttons/time_white.gif) no-repeat left;
	float: left;
	width: auto;
	padding: 0 0 0 10px;
	color: #fff;
	font-size: 1em;
}

.boxComentRed {
	float: right;
	width: auto;
	padding: 0 0 0 14px;
	color: #fff;
	background: url(../img/buttons/red_coment.gif) no-repeat left;
	font-size: 1em;
}

.boxComentRed a {
	text-decoration: none;
	color: #fff;
}

.boxComentRed a:hover {
	text-decoration: underline;
	color: #fff;
}
/* End: date and time red background*/
/* END: date and time
----------------------------------------------------------------- */

.iconnAlign{
	margin: 0 0 0 -4px;
	float: left;
}

/* START: video,photo and audio link presentation RIGHT align
----------------------------------------------------------------- */
/*Start: video icon*/
.video {
	float: left;
	width: auto;
	padding: 0 18px 0 0px ;/*0 18px 0 9px*/
	color: #949494;
	margin: 0 4px;
	background: url(../img/buttons/camera.gif) no-repeat right;
	font-size: 1em;
	color: #000000;
	height: auto !important;
	height: 13px;
	min-height: 13px;
	overflow: hidden;
}

.video a {
	color: #000;
	text-decoration: none;
}

.video a:hover {
	color: #000;
	text-decoration: underline;
}
/*End: video icon*/

/*Start: photo icon*/
.photo {
	float: left;
	width: auto;
	padding: 0 16px 0 0px;
	margin: 0 4px;
	color: #949494;
	background: url(../img/buttons/photo.gif) no-repeat right;
	font-size: 1em;
	color: #000000;
	height: auto !important;
	height: auto;
	min-height: 11px;
	overflow: hidden;
}

.photo a {
	color: #000;
	text-decoration: none;
}

.photo a:hover {
	color: #000;
	text-decoration: underline;
}
/*End: photo icon*/

/*Start: audio icon*/
.audio {
	float: left;
	width: auto;
	padding: 0 12px 0 0px;
	margin: 0 4px;
	color: #949494;
	background: url(../img/buttons/audio.gif) no-repeat right;
	font-size: 1em;
	color: #000000;
	height: auto !important;
	height: auto;
	min-height: 11px;
	overflow: hidden;
}

.audio a {
	color: #000;
	text-decoration: none;
}

.audio a:hover {
	color: #000;
	text-decoration: underline;
}
/*End: audio icon*/
/* END: video,photo and audio link presentation RIGHT align
----------------------------------------------------------------- */

/* START: video,photo and audio link presentation LEFT align
----------------------------------------------------------------- */
/*Start: video icon*/
.videoLeft {
	float: left;
	width: auto;
	padding: 0 18px 0 0px;
	margin: 0 4px 0 4px;
	color: #949494;
	background: url(../img/buttons/camera.gif) no-repeat right;
	font-size: 1em;
	color: #000000;
	height: auto !important;
	height: auto;
	min-height: 11px;
	overflow: hidden;
}

.videoLeft a {
	color: #000;
	text-decoration: none;
}

.videoLeft a:hover {
	color: #000;
	text-decoration: underline;
}
/*End: video icon*/

/*Start: photo icon*/
.photoLeft {
	float: left;
	width: auto;
	padding: 0 16px 0 0px;
	margin: 0 4px 0 4px;
	color: #949494;
	background: url(../img/buttons/photo.gif) no-repeat right;
	font-size: 1em;
	color: #000000;
	height: auto !important;
	height: auto;
	min-height: 11px;
	overflow: hidden;
}

.photoLeft a {
	color: #000;
	text-decoration: none;
}

.photoLeft a:hover {
	color: #000;
	text-decoration: underline;
}
/*End: photo icon*/

/*Start: audio icon*/
.audioLeft {
	float: left;
	width: auto;
	padding: 0 14px 0 0px;
	margin: 0 4px 0 4px;
	color: #949494;
	background: url(../img/buttons/audio.gif) no-repeat right;
	font-size: 1em;
	color: #000000;
	height: auto !important;
	height: auto;
	min-height: 11px;
	overflow: hidden;
}

.audioLeft a {
	color: #000;
	text-decoration: none;
}

.audioLeft a:hover {
	color: #000;
	text-decoration: underline;
}
/*End: audio icon*/
/* END: video,photo and audio link presentation LEFT align
----------------------------------------------------------------- */

/* START: Videoteca
----------------------------------------------------------------- */
/* Start: Top articles and background position */
#newsvideo .videotecaLogo{
	color: #FFFFFF;
	float: left;
	font-size: 1.8em;
	font-weight: normal;
	padding: 10px 11px 0px 9px;
}

#newsvideo .videoRss{
	float: right;
	padding: 5px;
}

#newsvideo {
	width: 686px;
	clear: both;
	width: 686px;
	background: url(../img/backgrounds/newsvideo_universal.gif) repeat-y;
	margin: 0 0 10px 0;
}

#vsection_content  {
	width: 686px;
}

#newsvideo .transparence {
	width: 686px;
	clear: both;
	width: 686px;
	background: url(../img/backgrounds/newsvideo_head.gif) no-repeat;
}


#newsvideo .bottom {
	clear: both;
	width: 686px;
	background: url(../img/backgrounds/newsvideo_bottom.gif) bottom no-repeat;
}

#video_section{
	margin: 0 13px 0 0;
	left: 5px;
}

.video_section_item{

}
/* End: Top articles and background position */


/*Start: Videoteca head */
#newsvideo .head {
	padding: 0pt 0pt 5px;
	width: 686px;
}

#newsvideo .head h2 {
	color: #ffffff;
	float: left;
	font-size: 1.8em;
	font-weight: normal;
}

#newsvideo .head h2 a {
	color: #ffffff;
	float: left;
	font-size: 1.8em;
	font-weight: normal;
}

#newsvideo .head #menu {
	position: relative;
	overflow: hidden; 
	width: 400px;
	float: left;
}

#newsvideo .head #menu ul {
	float: none;
	position: relative;
	left: 0;
	height: 27px;
	white-space: nowrap;
	margin: 0px;
}

#newsvideo .head #menu .selected {
	text-decoration: underline;
}

/*Start: Videoteca navigation */
#newsvideo .head ul {
	float: left;
	padding: 12px 0px 0px 0px;/*important : top menu controler*/
	margin: 0px;
}

#newsvideo .head ul li {/*important : top menu controler*/
	height: 15px;	
	background: url("../img/backgrounds/newsvideo_menu_image.gif") no-repeat;
	padding: 0 12px 0 12px;
	display: inline;
	font-size: 1.1em;
	text-transform: uppercase;
}

#newsvideo .head ul li a {
	color: #ffffff;	
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
}

#newsvideo .head ul li a:hover {
	color: #ff9900;	
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
}

#newsvideo .head ul li.left {
	padding: 0;	
}

#newsvideo .head ul li.left a {
	display: block;
	height: 15px;
	width: 15px;
	background: url("../img/buttons/newsvideo_menu_left.gif") no-repeat;
		
}

#newsvideo .head ul li.left a:hover {
	display: block;
	height: 15px;
	width: 15px;
	background: url("../img/buttons/newsvideo_menu_left_hover.gif") no-repeat;	
}

#newsvideo .head ul li.right {
	padding: 0;
	float:left;/
}

#newsvideo .head ul li.right a {
	display: block;
	height: 15px;
	width: 15px;
	background: url("../img/buttons/newsvideo_menu_right.gif") no-repeat;	
}

#newsvideo .head ul li.right a:hover {
	background: url("../img/buttons/newsvideo_menu_right_over.gif") no-repeat;
	display: block;
	height: 15px;
	width: 15px;	
}

/*End: Videoteca navigation */

/*End: Videoteca head */

/*Start: Videoteca content */

/*Start: big news video gallery*/
#newsvideo .content .big {
	width: 214px;
	float: left;	
}

#vsection_content .content .big_img{
	border: 3px solid #74b8ec;
}

#newsvideo .content .big .picture {
	padding: 10px 0 0 20px;
}

#newsvideo .content .big h2 {
	padding: 5px 15px 5px 20px;
	font-size: 1.1em;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}

#newsvideo .content .big h2 a {
	padding: 0;
	font-size: 1.4em;
	font-weight: bold;
	color: #ffffff;
}

#newsvideo .content .big h5 {
	padding: 0 15px 0px 20px;
	font-size: 1.1em;
	color: #2992de;
	font-weight: normal;
	margin: 0px;
}

#newsvideo .content .big h4 {
	padding: 0 15px 5px 20px;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: normal;
	margin: 0px;
}
/*End: big news video gallery */

/*Start: small news */
#newsvideo .content .small {
	width: 436px;
	float: left;
	padding: 0 0 10px 0;
}

#newsvideo .content .small ul {
	width: 436px;
	list-style-type: none;
	padding: 10px 0 0 0px;
	margin: 0;
}

#newsvideo .content .small ul li {
	float: left;
	width: 106px;
	border-right: 1px solid #124b74;
	margin: 0 0 8px 0;
}

#newsvideo .content .small ul li .picture {
	padding: 0 0 3px 7px;
}

#newsvideo .content .small ul li h4 {
	color: #bbbbbb;
	font-size: 1em;
	font-weight: normal;
	padding: 0 7px 2px 7px;
	margin: 0px;
}

#newsvideo .content .small ul li h4 a {
	color: #fff;
	font-size: 1.1em;
	font-weight: normal;
	padding: 0;
	text-decoration: none;
}

#newsvideo .content .small ul li h4 a:hover {
	color: #fff;
	font-size: 1.1em;
	font-weight: normal;
	padding: 0;
	text-decoration: underline;
}

#newsvideo .content .small ul li h5 {
	color: #2992de;
	font-size: 9px;
	font-weight: normal;
	padding: 0 7px 0 7px;
	margin: 0px;
}

/*End: small news */

/*End: Videoteca content */
/* END: Videoteca
----------------------------------------------------------------- */

/* START: rubric box  
----------------------------------------------------------------- */
#mainContent .rubricboxContainer {
	width: 686px;
	float: left;
	margin: 0;
	padding: 0;
}

#mainContent .rubricboxContainer .rubricbox {
	border: 1px #93bcdc solid;
	width: 682px;
	margin: 0 0 10px 0;
	height: auto !important;
	height: 164px;
	min-height: 164px;
}

#mainContent .rubricboxContainer .rubricboxTopImage {
	background: #024077;
	width: 680px;
	margin: 0 auto;
	background: url(../img/backgrounds/rubricbox.gif) no-repeat top;
	margin: 1px;
	height: auto !important;
	height: 24px;
	min-height: 24px;
}

/*Start:Thematica news*/
#mainContent .rubricboxContainer .rubricboxTopImage .thematica{
	width: 500px;
	float: left;
}

#mainContent .rubricboxContainer .rubricboxTopImage .thematica h3 {
	width: 240px;
	float: left;
	color: #FFFFFF;
	text-transform: none;
	font-size: 1.4em;
	padding: 2px 0 0 15px;
	font-weight: bold;
}

#mainContent .rubricboxContainer .rubricboxTopImage .thematica h3 a {
	color: #FFFFFF;
	text-decoration: none;
}

#mainContent .rubricboxContainer .rubricboxTopImage .thematica h3 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#mainContent .rubricboxContainer .rubricboxTopImage .categoryTitle2 {
	width: 200px; 
	margin: 2px 0 0 8px;
	padding: 0 0 0 25px; 
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	background: url(../img/buttons/arrow.gif) no-repeat;
	background-position: left;
}

#mainContent .rubricboxContainer .rubricboxTopImage .rss {
	width: 26px;
	float: right;
	padding: 4px 0 0 0;
}

/*End: Thematica news*/

#mainContent .rubricboxContainer .rubricbox .boxContainer {
	width: 682px;
	height: auto !important;
	margin: 1px ;/*0pt auto*/
	min-height: 138px;
	width: 680px;
	float: left;
	/*background: url(../img/backgrounds/border.gif) repeat-y;*/
}

#mainContent .rubricboxContainer .rubricbox .boxContainer .boxContainerLeft {
	width: 252px;
	float: left;
	height: auto !important;
	height: 137px;
	min-height: 127px;
	padding: 1px 2px 0 3px;
}

#mainContent .rubricboxContainer .rubricbox .boxContainer .boxContainerLeft h2 {
	float: left;
	margin: 0 auto;
	width: 250px;
	color: #000;
	overflow: hidden;
	padding: 1px 0 2px 0;
}

#mainContent .rubricboxContainer .rubricbox .boxContainer .boxContainerLeft h2 a {
	color: #0765b9;
	text-decoration: none;
}

#mainContent .rubricboxContainer .rubricbox .boxContainer .boxContainerLeft h2 a:hover {
	color: #0765b9;
	text-decoration: underline;
}

#mainContent .rubricboxContainer .rubricbox .boxContainer_left .boxContentContainer {
	width: 286px;
	float: left;
}

#mainContent .rubricboxContainer .rubricbox .boxContainerLeft .boxImage {
	width: 100px;
	float: left;
	background: #fff;
}

#mainContent .rubricboxContainer .rubricbox .boxContainerLeft .boxDescriptionContainer {
	width: 143px;
	float: left;
	padding: 0 0 0 8px;
}

#mainContent .rubricboxContainer .rubricbox .boxContainerLeft .boxDescription {
	width: 100%;
	float: left;
	font-size: 1.1em;
	padding:0;
	height: auto !important;
	height: 63px;/*72px*/
	min-height: 63px;/*72px*/
	overflow: hidden;
}

#mainContent .rubricboxContainer .rubricbox .boxContainerRight {
	height: auto !important;
	height: 137px;
	min-height: 162px;
	width: 421px;
	float: right;
	background: #CDDCEF url(../img/backgrounds/thematica_background_list.gif) 100% 100%;
}

#mainContent .rubricboxContainer .rubricbox .boxContainerRightInside {
	height: auto !important;
	min-height: 98px;
	width: 405px;
	margin: 3px 0 3px 6px;
}

/*start: list in the box */

#mainContent .rubricboxContainer .rubricbox .boxContainerRightInside .list ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#mainContent .rubricboxContainer .rubricbox .boxContainerRightInside .list ul li {
	background: url(../img/buttons/new_list.gif) no-repeat scroll 4pt 4px; 
	color: #848484;
	display: block;
	padding: 5px 9px 2px 24px;
}

#mainContent .rubricbox .boxContainerRightInside .list ul li a{  
	color: #004FA5;
	margin: 0pt 0pt 2px;
	padding: 0px;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 15px;
	letter-spacing: 0px;
}
/*end: list in the box */
/* END: rubric box  
----------------------------------------------------------------- */

/* START: second mainNews 
----------------------------------------------------------------- */
#mainContent .secondMainNewsContainer {
	float: left;
	width: 686px;
	margin: 0 0 10px 0;
}

#mainContent .secondMainNewsBigboxContainer {
	float: left;
	width: 412px;
	border: 1px #2a78ba solid;
	background: #4795D8 url("../img/backgrounds/exclusiv_secend_news.gif") repeat-x;
	margin: 0 10px 0 0;
	height: auto !important;
	height: 556px;
	min-height: 556px;
}

#mainContent .secondMainNewsBigboxContentContainer  {
	margin: 0 auto;
	width: 400px;
	height: auto !important;
	height: 88px;
	min-height: 88px;
}

/*Start: color definition for secondMainNewsBigboxContainer */
#mainContent .secondMainNewsBigboxContainer h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.3em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 20px 0 10px 0;
}

#mainContent .secondMainNewsBigboxContainer h1 a {
	color: #fff;
	text-decoration: none;
}

#mainContent .secondMainNewsBigboxContainer h1 a:hover {
	color: #fff;
	text-decoration: underline;
}
/*End: color definition for secondMainNewsBigboxContainer */

#mainContent .secondMainNewsBigboxContainer .imageVideo {
	margin: 0 auto;
	width: 400px;
	padding: 0 0 19px 0;
	float: left;
	
}

#mainContent .secondMainNewsBigboxContainer .icon {
	float: right;
	width: 100%;
	padding: 8px 0 9px 0;
	height: auto !important;
	height: 15px;
	min-height: 15px;
}

#mainContent .secondMainNewsBigboxContainer .icon a {
	color: #000;
	text-decoration: none;
	font-size: 1.1em;
	
}

#mainContent .secondMainNewsBigboxContainer .icon a:hover {
	color: #000;
	text-decoration: underline;
}

#mainContent .secondMainNewsBigboxContainer .content{
	width: 400px;
	height: auto;
	float: left;
	color: #fff;
	font-size: 1.4em;
	height: auto !important;
	height: 96px;
	min-height: 96px;
}

#mainContent .secondMainNewsSmallboxOutesideContainer{
	float: left;
	width: 262px;
	height: auto !important;
	height: 554px;
	min-height: 554px;
}

#mainContent .secondMainNewsSmallboxContainer {
	width: 260px;
	border: 1px #72a8d1 solid;
	height: auto !important;
	height: 272px;
	min-height: 272px;
	margin-bottom:10px;
}

#mainContent .secondMainNewsSmallboxOutesideContainer .secondMainNewsSmallboxContainer .secondMainNewsSmallboxContentContainer {
	margin: 0 auto;
	width: 234px;
}

#mainContent .secondMainNewsSmallboxOutesideContainer .secondMainNewsSmallboxContainer .secondMainNewsSmallboxContentContainer h2 {
	/*text-decoration:none;*/
	padding: 3px 0 10px 0;
	font-size: 1.5em;
	height: auto !important;
	height: 54px;
	min-height: 54px;
	font-weight:bold;
}

#mainContent .secondMainNewsSmallboxOutesideContainer .secondMainNewsSmallboxContainer .secondMainNewsSmallboxContentContainer h2 a {
	text-decoration: none;
	color: #0067C3;
}

#mainContent .secondMainNewsSmallboxOutesideContainer .secondMainNewsSmallboxContainer .secondMainNewsSmallboxContentContainer h2 a:hover {
	text-decoration: underline;
	color: #0067C3;
}

#mainContent .secondMainNewsSmallboxContainer .description {
	font-size: 1.2em;
	color: #000000;
}

#mainContent .secondMainNewsSmallboxContainer .descriptionSmallText {
	/*padding: 0 0 30px 0;*/
	font-size: 1.2em;
	height: auto !important;
	height: 45px;
	min-height: 45px;
}

#mainContent .secondMainNewsSmallboxContentContainer .imageCommentContainer{
	background: url("../img/backgrounds/box_image.gif") repeat-y;
	width: 234px;
	height: 75px;
	margin-bottom: 0 0 13px 0;
	text-align: center;
	height: auto !important;
	height: 73px;
	min-height: 73px;

}

.icon {
	width: auto;
	padding: 0 0 8px 0;
	height: auto !important;
	height: 13px;
	min-height: 13px;
}

#mainContent .secondMainNewsSmallboxOutesideContainer .spacer {
	height: 10px;
	/*width:10px;
	margin:0;
	padding:0;
	background-color:#66FF00;*/
}
/* END: second mainNews 
----------------------------------------------------------------- */

/* START: pagination
----------------------------------------------------------------- */
#pagination {
	display: block;
	text-align: center;
	clear: both;
	font-size: 2.4em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 4px 0 10px 0;
}

#pagination a:link, #pagination a:visited{
	text-decoration: none;
	color: #D6D6D6;
	width: auto;
	font-weight: normal;
}

#pagination a:hover {
	background: #6CB6F2;
	color: #D6D6D6;	
}

#pagination .activeLink {
	padding: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #6CB6F2;
	margin: 0 0 0 2px;
	text-decoration: none;
	background: #6CB6F2;
	color: #ffffff;
	cursor: default;
}

#pagination .disabledPagination {
	padding: 2px;
	margin: 0 0 0 2px;
	text-decoration: none;
	color: #D7D7D7;
	cursor: default;
}

#pagination .hits {
	padding: 0 2px 0 2px;
	text-decoration: none;
	background: #6CB6F2;
	color: #ffffff;
	cursor: default;
	margin: 0 5px 0 0;
}

#pagination .titlePagina {
	color: #D6D6D6;
	cursor: default;
	margin: 0 10px 0 0;
}
/* END: pagination
----------------------------------------------------------------- */

/* START: form fild error
----------------------------------------------------------------- */

.formTextError {
	color: #cc0000;
	margin:2px 0 5px 0;
}

.textFieldError {
	border: 1px solid #CC0000;
	float: left;
	width: 170px;
	font-size: 1em;
	margin: 0 0 0px 20px;
}

.textArea {
	border:1px solid #A5ACB2;
	display:inline;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1em;
	height:140px;
	margin:0pt 0pt 0pt 20px;
	width:290px;
}

.textAreaError {
	border:1px solid #CC0000;
	height:140px;
	margin:0pt 0pt 0pt 20px;
	width:290px;
}

.formMessageError {
	float: left;
	width: 280px;
	color:#D80203;
	font-size:1.2em;
}

.formMessage {
	float:left;
	margin:15px 0px 15px 0px;
	width:100%;
	font-size:1.2em;
	color:#20619B;
	border-top:1px #efefef solid;
}

.requirementsField {
	width: 100%;
	height: 20px;
	float:left;
	margin:10px 0 5px 0;
}


/* END: form fild error
----------------------------------------------------------------- */

/* START: Error 404 
----------------------------------------------------------------- */
.error {
	width:580px;
	height:200px;
	background:url(../img/backgrounds/error.gif) no-repeat;
	background-position:left;
	margin:100px 0px 500px 100px ;
}

.errorTextDescription {
	width:380px;
	float:left;
	margin:70px 0 0 150px ;
	font-size:1.4em;
	color:#74A2C2;
}

span.red {
        color: red;
        font-size: large;
}

div.gray {
        color: gray;
        font-size: medium;
}

/* START: Error 404 
----------------------------------------------------------------- */

