﻿
/* For center box */

.topcenbox{
	background-image: url('images/topcenbox.jpg');
}
.topcenbox2 {
	border: 1px solid #EEB3AD;
}
.topcenbox3 {
	background-image: url('images/boxgrad.png');
	font-family: Arial;
}

.topcenbox4 {
	margin-bottom: 0px;
}

/* Webpage styles */

.style1 {
	background-color: #E5E5E5;
	text-align: center;
}

.style2 {
	text-align: center;
}

.style3 {
	border: 1px solid #808080;
}

/* For news ticker */

.titlefield{ /*CSS for RSS title link in general*/
color:#8F1931;
text-decoration:none;
font-weight:bold;
}

.labelfield{ /*CSS for label field in general*/
color:brown;
font-size:10px;
}

.datefield{ /*CSS for date field in general*/
color:gray;
font-size:10px;
}

/*For Feedburner*/

code{ /*CSS for insructions*/
color: red;
}

div.feedburnerFeedBlock ul li span a
{
margin-top: 0px;
font-weight: bold;
font-size: 10pt;
color: #8f1931;
}

div.feedburnerFeedBlock p.date
{
margin-top: 0px;
font-weight: bold;
font-size: 8pt;
}

div.feedburnerFeedBlock ul { 
margin-left:0; 
padding-left:4; 
padding-top:1;
list-style-type: none 
}

#creditfooter
{
display: none;
}

.mrqright {
	text-align: right;
}

/*For Forum Posts*/

#forum a{ /*CSS specific to demo 3*/
color: #961333;
text-decoration: none;
font-weight: bold;
font-size: 12px;
font-family: Arial;
}

#forum p{ /*CSS specific to demo 3*/
margin-bottom: 0px;
font-family: Arial;
}

code{ /*CSS for insructions*/
color: red;
}


