a:link {color: #2D5B77; text-decoration: none; background-color: transparent }
a:visited { color: #2D5B77; text-decoration: none; background-color: transparent }
a:hover { color: #2D5B77; text-decoration: underline; background-color: transparent }
a:active { color: #2D5B77; text-decoration: underline; background-color: transparent }

a.white:link {color: #FFFFFF; text-decoration: none; background-color: transparent }
a.white:visited { color: #FFFFFF; text-decoration: none; background-color: transparent }
a.white:hover { color: #FFFFFF; text-decoration: underline; background-color: transparent }
a.white:active { color: #FFFFFF; text-decoration: underline; background-color: transparent }

a.grey:link {color: #666666; text-decoration: none; background-color: transparent }
a.grey:visited { color: #666666; text-decoration: none; background-color: transparent }
a.grey:hover { color: #666666; text-decoration: underline; background-color: transparent }
a.grey:active { color: #666666; text-decoration: underline; background-color: transparent }

body {margin: 0px;
	background-color:#5095BE;
} 

.mainTable {
	margin:0px auto;
	width:960px;	
	border: 1px solid #acf;	
	height: 100%;
	font-family:Arial, Helvetica, sans-serif; 
	background-color:#FFFFFF;
}

.titleBar {
	background-color:#FFFFFF;
	width:100%;
}

.accountBar {
	font-weight: bold;
        text-align: right;
}


.menuBar {
	float:left;
	width:1000px;
	background-color:#5095BE;
	width:100%;
	padding-top:3px;
	padding-bottom:3px;
	overflow:hidden;
	text-align: left;
}

.menuButton {
	background: transparent;
	border: 1px solid #acf;	
	font-weight: bold;
	padding:3px;
	padding-left:20px;
	padding-right:20px;
	text-align: center;
}

.menuButtonSelected {
	background: transparent url(images/buttonfade.png) repeat-x  scroll left top;
        border: 1px solid #acf;
        font-weight: bold;
        padding:3px;
        padding-left:20px;
        padding-right:20px;
        text-align: center;
}

.leftColumn {
	width:120px;
	vertical-align:top;
}

.leftContent{
	float:left;
	width:750px;
}

.fullWidth{
	float:left;
	width:1000px;	
}

.centerContent{
	width:100%;	
	vertical-align:top;
}

.rightColumn {
	width:250px;
	vertical-align:top;
}

.miniReport {
	float:right;
	width:250px;
	border:1px #2D5B77 solid;
}

.latestReport {
	width:100%;
	border:1px #2D5B77 solid;
	font-size:14px;
}


.searchForm {
	background: transparent url(images/whitebluefade.png) repeat-x  scroll left top;
	border: 1px solid #acf;
	margin: 5px 0px 0px;
	padding: 2px 5px;
	color: #555; 
	width:100%;

}

.seachFieldLabel {
	font-size:10px;
	text-align:right;
	color:#2D5B77;
}

.boxSearchForm {
	background: transparent url(images/whitebluefade.png) repeat-x  scroll left top;
	width:250px;
	background-color:#2D5B77;
	padding:5px;
	font-size:10px;
	color:#FFFFFF;
}

.searchBox {
	vertical-align:top;
	width:100%;
}


.searchResultsTable {
	width:100%;
}

.searchResult {
	width:100%;
	border:1px solid;
	border-color:#333333;
}

.searchResultHeader {
	width:100%;
	background: transparent url(images/headerfade.png) repeat-x  scroll left top;	
	font-size:15px;
	color: #666666;
	text-align:left;
	padding:5px;
}

.searchResultFooter {
        width:100%;
        background: transparent url(images/headerfade.png) repeat-x  scroll left top;
        font-size:12px;
        color: #666666;
        text-align:left;
        padding:2px;
}


.resultsHeader{
	width:100%;
	background: transparent url(images/headerfade.png) repeat-x  scroll left top;	
	border: 1px solid #666666;       
    	font-size:15px;
	color: #666666;
	text-align: center;
}
.sectionHeader{
        width:100%;
        background: transparent url(images/headerfade.png) repeat-x  scroll left top;
        border: 1px solid #666666;
        font-size:20px;
        color: #666666;
        text-align: center;
}

.sectionSubHeader{
        width:100%;
        background: transparent url(images/headerfade.png) repeat-x  scroll left top;
        border: 1px solid #666666;
        font-size:15px;
        color: #666666;
        text-align: center;
}


.priceDrops {
	font-size:20px;
	text-align:center;
	border:1px solid;
	background-color:#2D5B77;
	color:#FFFFFF;
	border-color:#000000;
}

.priceRises {
	font-size:20px;
	text-align:center;
	border:1px solid;
	background-color:#5095BE;
	border-color:#000000;
}

.priceChangesText { 
	font-size:10px;
	text-align:center;
	border-color:#3E6FAA;
	border:1px solid;
	border-color:#000000;
}

form
{
   margin: 0px;
}

.postTable {
	width:100%;
}

.postTitle {
	width:100%;
	background: transparent url(images/headerfade.png) repeat-x  scroll left top;	
	color: #666666;	
	font-size:18px;
}

.postDate {
	font-size:10px;
	color:#999999;
}

.postLinks {
	font-size:12px;
}

.postFoot {
	font-size:10px;
	color:#999999;
}

.reportResult {
	font-size:12px;
	border-bottom:1px solid #ccc;
}

.commentFieldLabel {
	font-size:12px;
}

.commentName {
	font-size:12px;
	font-weight: bold;
}

.commentDate {
	font-size:12px;
	color:#999999;
}

.commentBody {
	font-size:12px;
}

.postList {
        font-size:12px;
}

.miniReportTitle {
	font-size:12px;
}

.miniReportBody {
	font-size:12px;
}

.copyright {
	clear:left;
	text-align:center;
	font-size:12px;
}

