﻿@import url('/common.css');
body
{
    background:white;
    margin:0px;
    font-size:12px;
}
a:link { font-family:宋体; color:#036; text-decoration:underline}
a:visited { font-family:宋体; color:#036; text-decoration:underline}
a:hover   { font-family:宋体; color:#900; text-decoration:underline}
a:active  { font-family:宋体; color:#036; text-decoration:none}

li,ul{list-style:none;}
form,li,ul,button{padding:0px;margin:0px;}
button{	line-height:1.2;}
/*====================================================================================user=*/
.user_top_head	/*头部*/
{
	height:30px;
	line-height:30px;
	background:#3F4657;
	padding:0px 20px;
	color:#ccc;
	overflow:hidden;
}
.user_main{	/*主框架*/
	height:100%;
	margin:0px 20px;
	overflow:hidden;
}
.user_left{	/*左部菜单区*/
	height:100%;
	float:left;
	width:214px;
	overflow:hidden;
}
.user_right{	/*右部用户区*/
	height:100%;
	margin-left:224px;
	_margin-left:221px;
	overflow:hidden;
}

/*顶部菜单*/
.user_top_menu{background:#3F4657;margin-bottom:10px;width:100%;height:100%;}
.user_top_menu ul li
{
	float:left;
	padding:0px 10px;
	line-height:30px;
	height:30px;
	font-size:14px;
	text-align:center;
	color:white;
	cursor:pointer;
	background:#545C6B;
}
.user_top_menu ul li.spaceleft{background:#3F4657;padding:0px;width:20px;}
.user_top_menu ul li.space{background:#3F4657;padding:0px;width:5px;}
.user_top_menu ul li.over{background:#f90;}
.user_top_menu ul li.active{background:#f0f0f0;color:#000;font-weight:bold;}

/*左侧菜单*/
.user_left_menu
{
    border:solid 1px #eee;
    background:white;
    height:100%;
    font-size:12px;
    margin-bottom:5px;
}
.user_left_menu ul.title
{
    padding:0px 18px;
    background:url('/images/bg_new.gif');
    background-position:bottom;
    line-height:30px;
    height:30px;
    font-size:14px;
    font-weight:bold;
}
.user_left_menu ul.list
{
    padding:10px 0px;
    height:100%;
}
.user_left_menu ul.list li
{
    line-height:30px;
    padding:0px 18px;
    height:30px;
    cursor:pointer;
}
.user_left_menu ul.list li.active
{
	background:url('images/leftmenu_bg.gif') #6B7A99 no-repeat right;
	color:white;
	font-weight:bold;
}
.user_left_menu ul.list li.over
{
	background:#f0f0f0;
}
.user_left_menu ul.list li.line
{
	border-bottom:dotted 1px #ccc;
	cursor:default;
	height:1px;
	line-height:1px;
	overflow:hidden;
}
	

