﻿/* Main Styles 

19355B
*/

body { margin: auto; font-family: tahoma; font-size: 11px;
       background-color: #000000;
       background-repeat: repeat;
       background-attachment: fixed;
}

a:link, a:visited, a:active { color: #ff6600; text-decoration: none; }
a:hover { text-decoration: none; color: #7EA0CD; }

#ieNotice { display: none; }

/* Layout control styles */
#container { width: 900px; margin: auto; min-height:100%;}

* html #container{height:100%} /*for IE as IE treats height as min-height anyway*/

#ctl00_ctl00_header { width: 900px; height: 74px; display: block;
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #000000;
}
#ctl00_ctl00_header h1 { display: none; }

#topnav { width: 900px; height: 30px; margin-top: 3px; background-color: #666666; }
#topnav a { color: #ffffff; }
#topnav a:hover { color: #ff6600; }

#topnavsub { height: 60px; text-align: center; background: #3e3e40;}
#topnavsubDonate {float: left; width: 156px; text-align: left;}
#topnavsubBanner {float: left; width: 588px; text-align: center;}
#topnavsubRadio {float: right; width: 156px; text-align: right;}

.seperator {
	background-position: top right;
	background-repeat: no-repeat;
	background-image: url(/images/layout/nav-divider.gif);
}

#contentcontainer { width: 900px; margin-top: 4px; }

#leftsection {
	width: 340px;
	float: left;
	text-align: left;
	height: 100%;
	margin-right: 10px;
}
.leftContent { background: #ffffff; }
.leftMenuDivider { height: 3px; }

#mainsection { float: right; margin-top: 1px; width: 550px; text-align: center; }

#footer { width: 900px; height: 20px; clear: both; text-align: center; background-color: #000000; }
#footer span { vertical-align: middle; line-height: 20px; color: #fff; }

.profileFrame {
	background: #ffffff;
	text-align: center;
	font-size: 12px;
	overflow:  hidden;
}
.profileFrame h2 {
	width: 95%;
	font-weight: bold;
	font-size: 11pt;
	padding: 3px;
	background: #666666; color: #000000;
}
.profileFrame h3 {
	font-weight: bold;
	font-size: 12pt;
	color: #ff6600;
}

.friendContainer {
    float: left;
    width: 120px;
    height: 170px;
    margin-bottom: 10px;
    text-align: center;
}
.friendImage {
}
.friendInfo {
    text-align: center;
}

.mainDivWebPart {
    text-align: left;
    font-size: 12px;
    margin-bottom: 10px;
}
.mainDiv {
    background: #ffffff;
    text-align: left;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 4px 0 4px 0;
}
.mainDiv h2 {
    text-align: center;
    padding: 3px;
    font-size: 14px;
    
    color: #ff6600;
    background: #000000;
}

.sideMenuDivWebPart {
    text-align: left;
    width: 100%;
    font-size: 12px;
}

.sideMenuDiv {
    background: #ffffff;
    text-align: left;
    width: 100%;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 4px 0 4px 0;
}
.sideMenuDiv h2 {
    width: 326px;
    text-align: center;
    padding: 3px;
    font-size: 14px;
    
    color: #ff6600;
    background: #000000;
}
.mainDiv p 
{
    padding: 4px;
}

.infoTable td {
    padding: 2px;
}
.fieldTitle {
    color: #666666;
    width: 100px;
}
.fieldValue {
    color: #ff6600;
    
    margin-left: 3px;
    font-weight: bold;
}

.friendsList {
    overflow: auto;
}

.friendsListItem {
    float: left;
    width: 100px;
    margin: 3px;
    text-align: center;
    margin-bottom: 15px;
   
}
.friendsListItem a {
    font-size: 10px;
}

.comment {
    background: #eee;
    border-bottom: 1px #666 solid;
    padding: 6px;
    color: #000;
    margin-bottom: 10px;
    text-align: left;
    width: 90%;
}
.comment p {
    margin: 0 0 8px 0;
}
.noCommentsLabel {
    font-weight: bold;
    color: #ff0000;
}