/* CSS Document */
@import 'system.css';

body {
    font: normal 12px/1.3em Arial, Helvetica, sans-serif;
}

#logo {
    background: url(../images/headerBg.gif) center no-repeat;
    height: 176px;
    text-align: center;
}

#topMenu {
    background: #ed5533 url(../images/topMenuBg.gif) repeat-x 0 0;
    height: 45px;
}

#topMenu ul {
    display: block;
    text-align: center;
    overflow: hidden;
    background: url(../images/topMenuDivider.gif) no-repeat right;
    width: 640px;
    margin: 0 auto;
}

#topMenu li {
    display: block;
    float: left;
    background: url(../images/topMenuDivider.gif) no-repeat;
    text-align: center;
    width: 160px;
}

#topMenu a {
    color: #fff;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 45px;
}

#topMenu a:hover {
    color: #fbb;
}

#siteContent {
    background: #73abc5 url(../images/mainBg.jpg) no-repeat bottom left;
}

#contentContainer {
    background: url(../images/sideMenuBg.png) repeat-y 5px 0;
    overflow: hidden;
}

#rivals {
    margin-bottom: 10px;
}

#rivalsMenu {
    text-align: center;
}

#rivalsMenu li {
    margin-bottom: 10px;
}

.sideMemberLink {
	display: block;
}

.memberName {
    padding-top: 20px;
}

.memberName h2 {
    font-size: 27px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 7px;
}

.subHeader {
    margin-bottom: 15px;
}

.subHeader h3 {
    font-size: 15px;
    color: #ededed;
    font-weight: bold;
}

.subHeader h3 .date {
    color: #339;
    font-size: .8em;
    margin-right: .5em;
}

#memberMenu {
    float: right;
    margin-left: 20px;
}

#memberMenu a {
    display: block;
	width: 220px;
	height: 81px;
    margin-bottom: 10px;
	background-image: url(../images/memberMenuSprite.jpg);
	text-indent: -5000px;
}

#memberAnketa {background-position: 0 0;} #memberAnketa:hover {background-position: 100% 0;}
#memberVideo {background-position: 0 -81px;} #memberVideo:hover {background-position: 100% -81px;}
#memberForum {background-position: 0 -162px;} #memberForum:hover {background-position: 100% -162px;}
#memberVote {background-position: 0 -243px;} #memberVote:hover {background-position: 100% -243px;}
#memberPage {background-position: 0 -324px;} #memberPage:hover {background-position: 100% -324px;}

.memberPageVotes {
	text-align: center;
	font-size: 28px;
	height: 61px;
	padding-top: 20px;
	width: 220px;
	background: #2b345a url(../images/memberMenuEmpty.jpg) no-repeat;
	color: #fefefe;
}

	.memberPageVotes .voteNum {
		padding: 0 0 12px;
		display: block;
		font-weight: bold;
		color: #c00;
		font-size: 36px;
	}

	.memberPageVotes .voteWord {
		display: block;
        line-height: 28px;
	}

.item {
	margin-bottom: 3em;
}

.item img {
    margin: 0 10px 2px 0;
}

.item p {
    margin-bottom: 10px;
}

.item ol {
    list-style: inside decimal;
}
.item ul {
    list-style: inside disc;
}

.item li {
    margin-bottom: 10px;
}

.item td {
    padding: .4em;
}

.item a {
    color: #339;
}

.item a:hover {
    text-decoration: none;
}

#footer {
    background: #fff;
    text-align: center;
    margin-top: 15px;
    color: #333;
    padding: 10px 0;
}

#footer.mainPageFooter {
	background: none;
}

#footer a {
    font-size: 14px;
    margin: 0 0 3px;
    color: #006;
}

#footer a:hover {
    text-decoration: none;
}

#mainPageContainer {
	padding-top: 15px;
}

.mainMemberInfo {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.mainMemberPortrait {
	background: url(../images/mainPageMemberBg2010.png) no-repeat center top;
	margin: 0 auto;
	width: 220px;
	height: 262px;
	position: relative;
}

.memberVotesTotal {
	position: absolute;
	bottom: 15px;
	right: 15px;
	padding: 2px 5px;
	background: #c00;
	color: #fff;
}

.mainMemberPortrait a {
	display: block;
	width: 168px;
	height: 210px;
	padding: 27px 26px;
	position: relative;
}
	
.mainMemberPortrait a img {
}

.mainMemberName {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin-top: 5px;
	padding: 0 2px;
}

.mainMemberTitle {
	color: #c00;
	font-size: 11px;
	margin-top: 5px;
	line-height: 12px;
	font-weight: normal;
}

.mainMemberName a {
	color: #000;;
	text-decoration: none;
	border-bottom: 1px solid #000;
	line-height: 1.4em;
	}
		.mainMemberName a:hover {
			color: #008;;
			text-decoration: none;
			border-bottom: 1px solid #008;
		}
		
#tooltip { 
    background-color:#003; 
    border:1px solid #fff; 
    padding:5px 7px;
    display:none; 
    color:#fff; 
    text-align:left; 
    font-size:12px; 
 
    /* outline radius for mozilla/firefox only */ 
    -moz-box-shadow:0 0 10px #000; 
    -webkit-box-shadow:0 0 10px #000; 
}

fieldset {
  padding: 1em;
  border: 1px solid #006;
  }

input {
	margin-top: 5px;
}

 label {
  float:left;
  width:25%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
  font-weight:bold;
  }
  
label.error {
	float:none;
	padding: 3px;
	color: #C00;
	text-align: center;
	width: auto;
}

