/* classes for news */
.newsexttable {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
    color : Black;
    background-color : #202020;
}

.newstitle {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
	color : #CCCCCC;
    background-color : #;
	font-weight : bold;
	border-top : 1px solid #A9A9A9;
	border-bottom : 2px solid #d0a700;
	text-decoration: underline;
	background-image: url(/themes/rockot/img/tbbg.png);
	text-align: left;
	width: 50%;
}

.newstitlelink {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 12px;
	color : cccccc;
	background-color : #3e3e3e;
	font-weight : bold;
	text-decoration : none;
	background-image: url(/themes/rockot/img/tbbg.png);
	text-align: right;
}

.newstitlelink:HOVER {
    color : #FFFFFF;
	text-decoration : underline;
}

.newsdate {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
    color : #00008B;
    background-color : #666666;
    font-weight : bold;
	text-decoration : none;
}

.newspostedby {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
    color : #cccccc;
    background-color : #333333;
}

.newspostedbylink {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
	color : #cccccc;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.newspostedbylink:HOVER {
	color : #FFFFFF;
	text-decoration : underline;
}

.newstext1 {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
	color : #FFFFFF;
	background-color : #555555;
	margin: 10px;
	font-weight: normal;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #d0a700;
}

.newstext2 {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
    color : #333333;
    background-color : #CCCCCC;
}

.newsfooter {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
	color : #A9A9A9;
	border-top : 1px solid #A9A9A9;
	border-bottom : 1px solid #A9A9A9;
	background-image: url(/themes/rockot/img/tbbg.png);
}

.newsfooterlink {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
	color : #cccccc;
	text-decoration: none;
}

.newsfooterlink:HOVER {
    color : #FFFFFF;
	text-decoration : underline;
}

.newsgap {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
    color : #A9A9A9;
    background-color : #0f0f0f;
	border-top : 1px solid #A9A9A9;
    border-bottom : 1px solid #A9A9A9;
}
.full_text{
	color: #cccccc;
	background-color: #404040;
	padding: 5px;
	margin-right: 50px;
	margin-bottom: 50px;
	margin-left: 50px;
	border: 1px solid #000000;
}

