body
{
margin:0;
}


.header
{
width:100%;
height:60px;
}


.line
{
width:100%;
height:5px;
background:url('../imgs/line.png');
font-size:1px;
}

.menu_box
{
margin-left:100px;
width:860px;
height:27px;
float:left;
}

.menu_right,
.menu_center,
.menu_left,
.menu_box a
{
width:83px;
height:27px;
float:left;
}


.menu_center
{
width:83px;_width:81px;
height:27px;_height:26px;
float:left;
border-left:1px solid #bcd5ee;
border-top:1px solid #bcd5ee;
border-right:1px solid #bcd5ee;
}


.login_box
{
margin-left:20px;
width:160px;
height:27px;
float:left;
}




.menu_left_sel,
.menu_right_sel
{
width:83px;
height:27px;
float:left;
}


.menu_center_sel
{
width:83px;_width:81px;
height:27px;_height:26px;
float:left;
border-left:1px solid #4188cf;
border-top:1px solid #4188cf;
border-right:1px solid #4188cf;
}

.menu_left_sel
{
background:url('../imgs/menu_left_sel.png');
}

.menu_center_sel
{
background:url('../imgs/menu_center_sel_bg.png');
}

.menu_right_sel
{
background:url('../imgs/menu_right_sel.png');
}


.date_box
{
display:none;
position:absolute;
top:140px;
left:20px;
width:220px;
height:160px;
background-color:#ffffff;
}


.date_box_header
{
width:220px;
height:25px;
background-color:#e0e8f1;
}


.date_box_header_close
{
width:20px;
height:19px;
text-align:center;
float:left;
padding-top:5px;
cursor:pointer;
}

.date_box_body
{
width:220px;
}

.date_box_footer
{
padding-top:2px;
width:220px;
height:18px;
background-color:#f0f0f0;
color:#3372a2;
text-align:center;
font-family:Arial;
font-size:13px;
}

.date_box_header_inner
{
width:200px;
height:25px;
float:left;
}

.date_box_header_arrows
{
width:40px;
height:20px;
float:left;
padding:3px 0 0 5px;
}

.date_left
{
border:1px solid #3366ff;
width:14px;
height:15px;
background:url('../imgs/date_left.png');
float:left;
cursor:pointer;
}


.date_right
{
border:1px solid #3366ff;
width:14px;
height:15px;
background:url('../imgs/date_right.png');
float:left;
cursor:pointer;
}

.date_selects
{
width:155px;
float:left;
height:20px;
}

.date_day_block
{
width:30px;
height:17px;
float:left;
text-align:right;
color:#3372a2;
font-family:Arial;
font-weight:bolder;
font-size:12px;
cursor:pointer;
}

.date_sel
{
border:1px solid #A0A0A0;
}

.hidden
{
display:none;
}