body{
background: #f2f2f2 url(/images/v3/bg.gif) repeat-x left -5px;
xbackground: url(/images/v3/16_col.gif) repeat-y center top;
}

#header{
	height: 140px;
background: url(/images/v3/bg_header.jpg) no-repeat center 20px;
	
}
#header div{
xoutline: 1px solid red;
}
#loged_in{
height:20px;
	text-align:left;
	font-weight: bold;
}
#loged_in span{
margin: 0 140px 0 5px;
}
#login{
	text-align:right;
	font-weight: bold;
}
#login a{
	display:block;
	width: 80px;
	height: 14px;
	xbackground: url(/images/v3/bg_login_button.gif) no-repeat right top;
	font-size:11px;
	line-height: 14px;
	color:#333;
	padding: 0;
	margin: 0 50px 0 0;
	text-decoration: none;
	text-align:center;
	float: right;
}
#login a:hover{
	color:#fff;
	text-shadow: #666 0px 1px;
}
#logo{
}
#logo a{
	background: url(/images/v3/bg_logo.png) no-repeat left center;
	display: block;
	height: 96px;
	width: 300px;
}
#logo a span{
	display:none;
}




/*
MENU
*/
#menu div{
	-webkit-border-radius:5px;
	-moz-border-radius:5px;

	-webkit-box-shadow: #333 0px 1px 3px;
	-moz-box-shadow: 0px 0px 5px #000;

margin: 12px 20px 0 0;
}
#menu ul{
padding:0; 
margin:0; 
list-style:none; 
height:40px; 
position:relative;
xfloat:right;
}
#menu li{
	float:left;
	margin: 0;
	padding:0;
	width: 20%;
}

#menu .logged li{
	width: 25%;
}

#menu li a{
display:block; 
float:left; 
height:40px; 
line-height:39px; 
background:url(/images/v3/bg_menu.png) repeat-x top left; 
color:#333; 
text-decoration:none; 
font-weight:bold; 
text-align:center; 
xcursor:pointer;
xwidth: 102px;
width:100%;
border-left: 1px solid #ccc;
}


#menu li.last a{
border-right: 0 none;
}
#menu li.first a{
border-left: 0 none;
}
#menu li.last a{
-webkit-border-bottom-right-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius: 0 5px 5px 0;
border-radius: 0 5px 5px 0;
}
#menu li.first a{
-webkit-border-bottom-left-radius: 5px;
-webkit-border-top-left-radius: 5px;
-moz-border-radius:5px 0 0 5px;
border-radius: 5px 0 0 5px;
}

#menu li a b {float:left; display:block; 
	padding:0;
}
#menu li a:hover{
	background-position: left -40px;
	color:#fff;
	text-shadow: #666 0px 1px;
}

#menu li a.selected{
	background:#999;
	color:#fff;
	text-shadow: #666 0px -1px;
}




#flash_notice ,
#flash_info {
	margin-bottom: 20px;
}
#flash_notice #notice_top,
#flash_info #info_top{
background: url(/images/v3/bg_black.png) no-repeat 10px top;
padding: 7px 0 0 0;
}

#flash_notice #notice_content,
#flash_info #info_content{
background: url(/images/v3/bg_black.png) no-repeat 10px bottom;
padding: 0 30px 10px 30px;
color:#0cf;
}

#flash_notice #notice_content p,
#flash_info #info_content p{
margin: 0
}


#flash_notice #notice_content p.notice{
color:#fc0;
}

#flash_notice #notice_content p.error{
color:#f60;
}
/*
CONTENT
*/
#container div{
xoutline: 1px solid red;
}

p{
	line-height:24px;
}
.small{
	font-size:9px;
	margin: 0;
	color:#666;
}
sup{
	padding: 0 0 5px 0;
	font-size:60%;
}
label{
	display:block;
}

input, textarea{
	background: #fff;
	border: 1px solid #666;
	height:30px;
	line-height:30px;
color:#09f;
font-weight:bold;
font-size:20px;
}
input:focus,
textarea:focus {
border: 1px solid #09f;
outline: 1px solid #09f;
x-moz-outline: 0;
-moz-box-shadow: 0;
background:#fff;
}

blockquote{
xbackground:#fff;
margin: 10px 0 0 0;
padding: 10px;
font-weight: normal;
}
blockquote p{
line-height:24px;
margin: 0;
color:#666;
}

blockquote p em{
font-family: Times, serif;
font-size:20px;
padding: 0 5px;
color:#888;
}
blockquote p cite{
display:block;
text-align:right;
margin: 5px;
color:#09f;
}
blockquote p cite a{
text-decoration:none;
color:#09f;
}
blockquote #stars{
text-align:center;
margin: 0 0 20px 0;
}

/*
BUTTONS
*/
p.buttons,
.inline_buttons {
float: right;
padding: 0;
margin: 2px;
display:inline;
color:#06f; 
}
.buttons .button a,
.buttons input{
padding: 0;
margin: 0 5px;
display:block;
float: left;
-webkit-border-radius:5px;
-moz-border-radius:5px;
background:#39f;
color:#fff;
width: 140px;
height: 30px;
line-height: 30px;
text-align:center;
text-decoration:none;
border:0 none;
}
/*
FOOTER
*/
#footer{
font-size: 13px;
color: #555;
margin: 50px 0 20px 0;
}
#footer_nav {
text-align:center;
margin: 20px 0;
}
#footer_nav a{
color: #555;
font-weight: bold;
margin: 0 20px;
text-decoration:none;
}

#footer_nav a:hover{
color: #06f;
}
#copyright p{
	margin: 5px 0;
}

/*
LOGIN AREA
*/
#login_area,
#forgot_password_area{
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background:#fff;
	height: 600px;
}
#login_area div{
	padding:10px;
}

#login_area p,
#forgot_password_area p{
	line-height:20px;
	margin:10px 0;
}

#forgot_password_area{
	float: left;
}

#forgot_password_area .small{
	font-size:14px;
	clear: both;
	display:block;
}

#forgot_password_area .big{
	clear: both;
}

#forgot_password_area div{
padding:20px 0 0 0;
}