.formViewNewsWrapper {
    width:100%;
    border:0;    
}

p {
	font-size:1.0em;
	margin-top:0;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-family:"Trebuchet MS",Trebuchet,Arial,Helvetica,sans-serif;
	font-weight:normal;
	color:#232323;
	font-size:3.6em;
	letter-spacing:-2px;
	line-height:95%;
	margin:0;
	margin-bottom:4px;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-family:"Trebuchet MS",Trebuchet,Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-size:1.8em;
	line-height:100%;
	letter-spacing:-1px;
	font-weight:normal;
	color:#232323;
	display:block;
	margin:0;
	border-bottom:0;
	padding-bottom:5px;
	border-bottom:2px solid #999999;
}

h2 a{
	font-weight:normal;
	color:#005689;
	font-size:1.0em;
	text-decoration:none;
}

h4 {
	font-weight:normal;
}

#newsItem {
	margin-top:15px;
	border:0;
}

#newsItem .newsItemImage {
	width:200px;
	display:block;
	float:left;
	margin-right:5px;
	margin-top:3px;
	border:0;
	background-color:#efefef;
}

#newsItemInfoTop {
	margin-top:15px;
	border-top:2px solid #a70000;
	border-bottom:1px dotted #e8e8e8;	
	font-size:1.0em;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:10px;
	height:14px;
	float:left;
	width:100%;
}

#newsItemInfoTop ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

#newsItemInfoTop .left{
	float:left;
}

#newsItemInfoTop .right{
	float:right;
}

#newsItem .blogDescription {
    font-family:Arial,Helvetica,sans-serif;
	width:200px;
	display:block;
	float:left;
	margin-right:5px;
	border:0;
	font-size:2.2em;
    font-weight:bold;
    letter-spacing:-1px;
    line-height:1em;
    color:#005689;
    border-bottom:3px double #CCCCCC;
    padding-bottom:5px;
    text-align:right;
}

#newsItem .blogDescription .newsItemImage{
    margin-bottom:10px;

}

#newsItem .blogArticles {
    float:right;
    width:410px;
    min-height:300px;
    margin-top:3px;

}

#newsItem .blogArticles a img{
    width:83px;
    float:right;
}

#newsItem .blogArticles h2{
    border:0;
    font-size:1.6em;
    letter-spacing:-1px;
}

#newsItem .blogArticles h3{
    font-size:1.5em;
    font-weight:normal;
    color:#cccccc;
    line-height:0.8em;
}

#newsText {
	min-height:250px;
	font-size:1.1em;
	font-family:Arial,Helvetica,sans-serif;
/*	width:100%;*/
}

#newsItemInfoBottom {
	float:left;
	width:100%;
	font-size:1.0em;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:10px;
}

#newsItemInfoBottom a{
	margin-right:4px;
}

#newsItemInfoBottom .table{
	width:100%;
	border:1px dotted #e8e8e8;
	border-left:0;
	border-right:0;
	padding-bottom:5px;
	padding-top:5px;
}

#newsItemInfoBottom .table tr td{
	vertical-align:top;
}

#newsItemInfoBottom .firstColumn{
/*	color:#999999;*/
	width:75px;
	text-align:left;
}

#imageGallery {
	float:left;
	padding-top:10px;
	margin-bottom:15px;
	width:100%;
}

#videoGallery {
	float:left;
	margin-bottom:15px;
	padding-top:10px;
	width:100%;
}

#videoGallery h3{
	font-weight:bold;
	color:#232323;
	cursor:pointer;
	margin-bottom:5px;
	font-size:1.4em;
}

#videoGallery h3.active{
	background-image:url(../Images/arrow_big_down.gif);
	padding-left:17px;
}

.videoItem {
	height:auto;
	text-align:center;
	display:none;
	margin-top:5px;
	margin-bottom:10px;
	border:1px solid #e8e8e8;
	padding-bottom:10px;
	padding-top:10px;
	background-color:#000000;
}

.videoItem.active {
	display:block;
}

#similarNews {
	float:left;
	height:auto;
	margin-bottom:15px;
	padding-top:10px;
	width:100%;
}

#similarNews .newsItem2{
/*	border-bottom:1px dotted #E8E8E8;*/
	margin-bottom:5px;
}

#similarNews h2{
	font-size:1.5em;
	letter-spacing:0;
}

#newsComments {
	padding-top:10px;
	width:100%;
	float:left;
}

.comment {
	margin-bottom:5px;
	width:100%;
/*	border-bottom:1px solid #e8e8e8;*/
}

.comment h4{
	font-size:1em;
/*	background-color:#e8e8e8;*/
	padding:4px;
	padding-bottom:1px;
	margin:0;
	text-transform:uppercase;
	font-size:0.9em;
}

.comment p{
	font-size:1em;
	padding:4px;
	margin:0;
/*	border:1px solid #e8e8e8;*/
	padding-top:0px;
	padding-left:10px;
	border-top:0;
}

.comment a.sendButton {
    padding:2px;        
    padding-left:4px;
    padding-right:4px;
    font-weight:bold;
    border:1px solid #005689;
}

.comment a.sendButton:hover {
    text-decoration:none;
    color:#ffffff;
    background-color:#005689;
}

.tooltip {
    width:100%;
    float:left;
    text-align:right;
    margin-top:15px;
}

textarea {
    width:99%;
}


#firstColumn {
	width:625px;
	border-color:#CCCCCC;
}

#secondColumn {
	width:334px;
	border: 0;
}