body {
	margin: 0;
	padding: 0;
	
	background-color: #fff;
	color: #242424;
	font-size: 14px;
	font-family: 'MS Sans Serif','Microsoft Sans Serif','Tahoma','Lucida Grande','sans-serif';

	scrollbar-face-color: #CDED48;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #E5F799;
	scrollbar-3dlight-color: #E5F799;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-darkshadow-color: #E5F799;
}

div,p,h1,h2,h3,h4,form,ul,ol,dd {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0;
}

a:link {
	color: #235376;
	text-decoration: none;
}
a:hover {
	color: #f90;
	text-decoration: underline;
	cursor:pointer;
}
a:visited {
	color: #235376;
	text-decoration: none;
}

div.clear_left {
	clear: left;
}
div.clear_both {
	clear: both;
}

/* specific */
div#container {
	width: 900px;
	margin: 0px auto;
	padding: 0 1px;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
}

div#header {
	background: url(/assets/images/bg_head.gif) repeat-x left top;
	width: 900px;
}
div#site_logo {
	width: 503px;
}
div#site_logo h1 span {
	display: none;
}
div#site_logo h1 {
	background: transparent url(/assets/images/yenta4_logo.jpg) no-repeat left top;
	width: 503px;
	height: 73px;
	cursor: pointer;
}

div#site_menu {
	background: transparent url(/assets/images/bg_box_menu.gif) repeat-x left top;
}
#top_menu {
	list-style-type: none;
	margin-top: 3px;
	width: 900px;
}
#top_menu li {
	float: left;
	background: transparent url(/assets/images/topmenu_sprite.gif) no-repeat;
}
#top_menu span {
	display: none;
}
#top_menu li a {
	display: block;
	height: 44px;
	width: 104px;
	cursor: pointer;
	color: #235376;
	text-decoration: none;
}

#top_menu #m_diary {background-position: 0px 0px;}
#top_menu #m_game {background-position: -110px 0px;}
#top_menu #m_album {background-position: -215px 0px;}
#top_menu #m_club {background-position: -319px 0px;}
#top_menu #m_gig {background-position: -420px 0px;}
#top_menu #m_music {background-position: -522px 0px;}
#top_menu #m_cutie {background-position: -626px 0px;}
#top_menu #m_story {background-position: -735px 0px;}


#login {
	background-color: #ededed;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	padding: 2px 5px;
	color: #630;
}
#login span input {
	border: 1px solid #7f9db9;
}
#login span {
	background: transparent url(/assets/images/login_sprite.gif) no-repeat;
	padding-left: 18px;
}
span#input_login {
	background-position: -5px 0px;
}
span#register {
	background-position: 0px -153px;
	padding-left: 27px;
	margin-left: 10px;
}
span#foget_pass {
	background-position: -5px -52px;
	margin-left: 5px;
}
span#set_home {
	background-position: -5px -100px;
	margin-left: 5px;
}
input.yenta4_button{
	border-width: 2px;
	border-style: solid;
	border-color: #ffb2cd #de4c83 #de4c83 #ffb2cd;
	background-color: #ff6594;
	color: #fff;
}
.login_bottom {display:block; background:transparent; font-size:1px;}
.login_b1, .login_b2, .login_b3, .login_b4 {display:block; overflow:hidden;}
.login_b1, .login_b2, .login_b3 {height:1px;}
.login_b2, .login_b3, .login_b4 {background:#ededed; border-left:1px solid #d5d5d5; border-right:1px solid #d5d5d5;}
.login_b1 {margin:0 4px; background:#d5d5d5;}
.login_b2 {margin:0 2px; border-width:0 2px;}
.login_b3 {margin:0 1px;}
.login_b4 {height:1px; margin:0 1px;}


#user_info {
	background: #f1f1f1 url(/assets/images/bg_user_info.gif) repeat-x left bottom;
	padding: 5px 0;
}
#avatar, #user_info1, #user_info2, #user_info3 {
	float: left;
	list-style-type: none;
	margin-top: 3px;
}
#avatar {
	width: 113px;
	text-align: center;
}
#user_info1, #user_info2, #user_info3 {
	border-left: 1px solid #fdfdfd;
	border-right: 1px solid #dad9d9;
	width: 260px;
}
#user_info1 li, #user_info2 li, #user_info3 li {
	background-image: url(/assets/images/info_sprite.gif);
	background-repeat: no-repeat;
	margin: 3px 0;
	padding-left: 50px;
	padding-top: 6px;
	height: 28px;
}
#info1 {background-position: 0px 0px;}
#info2 {background-position: 0px -40px;}
#info3 {background-position: 0px -80px;}
#info4 {background-position: 0px -120px;}
#info5 {background-position: 0px -160px;}
#info6 {background-position: 0px -200px;}
#info7 {background-position: 0px -240px;}
#info8 {background-position: 0px -280px;}
#info9 {background-position: 0px -320px;}

img.percent_space {
	background: transparent url(images/percent_bar.gif) no-repeat;
}
#info4 img {
	margin-left: 5px;
}

#user_info li a {
	color: #235376;
	text-decoration: none;
}
#user_info li a:hover {
	color: #f90;
	text-decoration: underline;
}


#hide_info {
	background: #f1f1f1 url(/assets/images/bg_hide_info.gif) repeat-x left top;
	text-align: center;
}
#hide_info img {
	cursor: pointer;
}

#topbanner {
	background-color: #ededed;
	border: 1px solid #d5d5d5;
	text-align: center;
	padding: 17px;
	margin: 5px 0 0 1px;
	width: 865px;
}

/* body */
div#mainbox {
	width: 900px;
}

/* foot */
div#footer {
	margin-top: 10px;
}
.footer_head {
	background: #ffffff url(/assets/images/footer_top.gif) no-repeat left bottom;
	height: 5px;
	width: 900px;
}
.footer_foot {
	background: #ffffff url(/assets/images/footer_bottom.gif) no-repeat left top;
	height: 5px;
	width: 900px;
}
.footer_body {
	background: #ffffff url(/assets/images/footer_body.gif) repeat-y left top;
}
.footer_content {
	border: 1px dashed #c7c6c2;
	margin: 0 5px;
	padding: 5px;
}
#footer_info {
	border-top: 1px solid #000;
	padding-top: 5px;
	text-align: center;
}
#footer td {
	border-bottom: 2px solid #f9f9f9;
}
td.foot_topic {
	background-color: #f7efce;
	color: #075675;
	text-align: right;
	width: 100px;
}
td.foot_list {
	color: #a52a2a;
}
td.foot_list a {
	color: #a52a2a;
	text-decoration: none;
}
td.foot_list a:hover {
	text-decoration: underline;
}
div.notify-game{
	 padding: 0px 5px 5px 20px;
}
span.text-notify{
	font-size: 1.2em;
	font-weight: bold;
	color:#f2a219;
}
div.notify-game ul{
	 color:#b58518;
	 font-weight:bold;
}
div.notify-game input#notify-text{
	width:200px;
}
a.del-author{
	 font-weight:bold;
	 color:red;
	 float:left;
	 cursor:pointer;
}
div#author-info div.author-img{
	float:left;
	width:70px;
}
div#author-info div.author-img img{
	 width:50px;
	 height:50px;
}
div#author-info div.author-img span{
	 color:#b58518;
	 margin-left:7px;
}
div#add-author{
	 border:1px solid #f2a219;
	 display:none;
	 padding:5px;
}
div.info{
	margin-top:10px;
}
.gainlayout { height: 1%; }

