@charset "utf-8";
/* CSS Document */

/* PALETTE :
orange: #FEB933
dark blue: #013267
green: #2B6A2A
grey: #898989
'olive/taupe' #4E4736 (monthly game)
'rust': #7C3917 (daily game)
*/

/* BEGIN SIDEBAR LEFT */
#sidebar_left {
	width: 220px;
	height: auto;
	float: left;
	clear: both;
	margin-top: 10px;
	margin-left: 5px;
	padding-right: 20px;

}

#sidebar_left .row1{
	width: 100%;
	height: auto;
}

#sidebar_left .row2{
	width: 100%;
	height: auto;
}

#sidebar_left .line{
	border-top: 1px dotted #FFFFFF;
	width: 100%;
	float: left;
}
/* END SIDEBAR LEFT */

/* BEGIN SIDEBAR RIGHT */
#sidebar_right {
	width: 220px;
	height: auto;
	float: right;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	text-align: center;
}

#sidebar_right .ad-160x600 {
	width: 160px;
	height: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 12px;
}

/*
#sidebar_right .row1{
	width: 100%;
}

#sidebar_right .row2{
	width: 100%;
}

#sidebar_right .line {
	border-top: 1px dotted #FFFFFF;
	width: 220px;
	margin-top: 15px;
}

#sidebar_right .footer{
	height: 20px;
}
*/
/* END SIDEBAR RIGHT */


#login_sidebar {
	background: url('../images/login/login.bkgd.jpg') no-repeat;
	width: 205px;
	height: 185px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}

#login_sidebar .row1{
	width: 95%;
	height: 23px;
	padding-top: 7px;
	padding-left: 10px;
	text-align: left;
}

#login_sidebar .row2{
	width: auto;
	height: 22px;
	padding-left: 10px;

}

#login_sidebar .row2 .name{
	float: left;
	width: auto;
}
#login_sidebar .row2 .note{
	float: left;
	width: 100%;
	font-size: 11px;
	font-weight: normal;
	margin-left: 0px;
	margin-bottom: 2px;
}
#login_sidebar .row2 .name2{
	float: left;
	width: auto;
	font-size: 11px;
}

#login_sidebar .row2 .field{
	float: right;
	width: auto;
	padding-right: 15px;
}

#login_sidebar .row2 .input{
	width: 90px;
	height: auto;
	font-size: 11px;
}

#login_sidebar .row2 .login{
	float: right;
	width: auto;
	padding-right: 15px;
}

.button_login {
	width: 65px;
	height: 20px;
	border: 0px solid #013267;
	cursor: pointer;
	background-image: url(../images/login/login.button.gif);
	background-repeat: no-repeat;


}

#login_sidebar .row2 .login a{
	color: #FFFFFF;
	text-decoration: underline;
}

#login_sidebar .row2 .login a:hover{
	text-decoration: none;
}

#login_sidebar .row2 .link a{
	float: left;
	width: auto;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
	padding-bottom: 8px;
	padding-top: 8px;
}

#login_sidebar .row2 .link a:hover{
	text-decoration: none;
}

#login_sidebar .row2 .link2 {
	float: left;
	width: auto;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

#login_sidebar .row2 .link2 a{
	width: auto;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}

#login_sidebar .row2 .link2 a:hover{
	text-decoration: none;
}

/* MEMBER SIDEBAR */
#member_sidebar {
	background: url('../images/login/login.bkgd.jpg') no-repeat;
	width: 205px;
	height: 185px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}

#member_sidebar .row1{
	width: 95%;
	height: 23px;
	padding-top: 7px;
	padding-left: 0px;
	text-align: center;
	color: #FEB933;
}

#member_sidebar .row2{
	width: auto;
	height: 22px;
	padding-left: 10px;
	text-align: left;
	font-size: 12px;
	color: #FFFFFF;
}

#member_sidebar .row3{
	width: auto;
	height: 22px;
	padding-left: 10px;
	text-align: left;
	font-size: 12px;
	color: #FFFFFF;
}

#member_sidebar .row4{
	width: auto;
	height: 35px;
	padding-left: 0px;
	text-align: center;
}


#member_sidebar .row3 a {
	color: #FFFFFF;
	text-decoration: underline;
}

#member_sidebar .row3  a:hover{
	text-decoration: none;
	color: #FEB933;
}

/* END MEMBER SIDEBAR */

#friend_sidebar {
	width: 205px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #FFFFFF;
	background-color: #000000;
}
#friend_sidebar .form {
	text-align: center;
}



