/* CSS Document */
#page-wrap .sidenav{
width:200px;
float:left;
margin-left:10px;
height:600px;
background-color:#f1f1f1;
}

#page-wrap .sidenav .item{
background:url(../img/homepage/about_side1.gif);
background-repeat:repeat-x;
text-align:center;
height:38px;
line-height:38px;
vertical-align:middle;
font-size:20px;
font-family:"黑体";
color:#444;
border:1px solid gray;
border-bottom:none;
}

#page-wrap .sidenav .item_n{
background:url(../img/homepage/about_side2.gif);
background-repeat:repeat-x;
text-align:center;
height:38px;
line-height:38px;
vertical-align:middle;
font-size:20px;
font-family:"黑体";
color:#444;
border:1px solid #d2a239;
border-bottom:none;
}

#page-wrap .sidenav a{
color:#444;
text-decoration:none;
}

#page-wrap .main{
margin-left:225px;
}

#page-wrap .main h1{
margin:0;
font-size:25px;
font-family:"黑体";
color:orange;
}

#page-wrap .title_l{
float:left;
background:url(../img/homepage/about_tl.gif);
width:12px;
height:38px;
*margin-right:-3px;
}

#page-wrap .title{
background:url(../img/homepage/about_tm.gif);
background-repeat:repeat-x;
height:38px;
line-height:38px;
vertical-align:middle;
font-weight:bold;
color:orange;
}

#page-wrap .title_r{
float:right;
background:url(../img/homepage/about_tr.gif);
width:12px;
height:38px;
*margin-left:-3px;
}

#page-wrap .content_big{
line-height:200%;
text-align:left;
word-wrap: break-word;
white-space : normal;
margin-left:20px;
font-weight:bold;
font-size:16px;
}

#page-wrap .content{
line-height:200%;
text-align:left;
word-wrap: break-word;
white-space : normal;
margin-left:20px;
font-weight:bold;
font-size:14px;
}

#page-wrap pre{
white-space: pre-wrap; 
white-space: -moz-pre-wrap; 
white-space: -pre-wrap; 
white-space: -o-pre-wrap; 
word-wrap: break-word;
margin-top:10px;
}

#page-wrap .content .edit{
padding:5px;
}

#page-wrap .content .gray{
color:gray;
}

#page-wrap .content .long{
width:300px;
}

#page-wrap .content .short{
width:50px;
}

#page-wrap .content .mid{
width:176px;
}

#page-wrap .content .subt{
background:url(../img/homepage/subt_button.gif);
width:80px;
height:25px;
line-height:25px;
vertical-align:middle;
text-align:center;
font-weight:bold;
border:none;
font-size:12px;
display:block;
color:#CA6500;
margin-left:65px;
}

#page-wrap .content .application{
padding:5px;
font-size:14px;
font-weight:bold;
color:#18397C;
}