﻿
/* topmenu */


.resume
{
 padding: 0;
 margin: 0;
 font: 20px Verdana, Arial, Helvetica;
 color:#2e2e2e
}

.dropdown
{
 float: left;
 padding-right: 5px;
}

.dropdown dt
{
 width: 60px;
 border: 1px solid #496A8D;
 padding: 8px;
 font-weight: normal;
 cursor: pointer;
 
}

.dropdown dd
{
 position: absolute;
 overflow: hidden;
 width: 77px;
 display: none;
 background: #fff;
 z-index: 100;
 opacity: 0;
 border-right: 1px solid #496A8D;
}

.dropdown ul
{
 width: 76px;
 border: 1px solid #496A8D;
 list-style: none;
 border-top: none;
}

.dropdown li
{
 display: inline;

}

.dropdown a, .dropdown a:active, .dropdown a:visited
{
 display: block;
 padding: 5px;
 color: #2e2e2e;
 text-decoration: none;
 background: #eaf0f2;
}

.dropdown a:hover
{
 background: #d9e1e4;
 color: #000000;
 font-weight:bold;
}

.dropdown .underline
{
 border-bottom: 1px solid #496A8D;
 color: #2e2e2e;
}

/* sidemenu */
ul
{
 list-style-type: none;
 margin: 0;
 padding: 0;
}

li
{
 margin: 0;
 padding: 0;
}

#menu
{
 background: #fff;
 width: 161px;
 height: auto;
 margin: 0 auto;
 border: 1px solid #73C2FF;
}

.cursor
{
 cursor: pointer;
}

.submenu
{
 display: none;
}

.menutbg_1
{
 width: 161px;
 height: 25px;
 line-height: 25px;
 color: #4B6486;
 font-size: 20px;
 font-weight: 700;
 text-align: left;
 text-indent: 19px;
 border-bottom: 1px solid #b9d6dc;
}

.menutbg_2
{
 width: 161px;
 height: 25px;
 line-height: 25px;
 color: #4B6486;
  background-color:#c9e9fe;
 font-size: 14px;
 font-weight: 700;
 text-align: left;
 text-indent: 19px;
}
.menutbg_3
{
 width: 161px;
 height: 25px;
 line-height: 25px;
 background-color:#eaf0f2;
 font-size: 14px;
 font-weight: 700;
 text-align: left;
 text-indent: 19px;
}

.mbox
{
 background: #73C2FF;
 height: auto;
}

.mt1
{
 height: 22px;
 line-height: 22px;
 text-indent: 10px;
 border-top: 1px solid #fff;
 border-bottom: 1px solid #A9DAFF;
 font-weight: normal;
 cursor: pointer;
  width: 161px;
 font: 14px Verdana, Arial, Helvetica;
 background-color: #ecf8ff;
}
.TxtList
{
 background: #fff;
  width: 161px;

}

.mt3
{
	height: 15px;
	line-height: 15px;
	text-indent: 33px;
	color: #002b69;
	font-size: 12px;
	width: 161px;
	cursor: pointer;
}

/* tab */

        .d1
        {
            width: 240px;
            height: 138px;
            overflow: hidden;
            border: #666666 2px solid;
            position: relative;
        }
        .loading
        {
            width: 240px;
            border: #666666 2px solid;
            color: #FFCC00;
            font-size: 12px;
            height: 138px;
            text-align: center;
            padding-top: 30px;
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-weight: bold;
        }
        .d2
        {
            width: 100%;
            height: 209px;
            overflow: hidden;
        }
        .num_list
        {
            position: absolute;
            width: 100%;
            left: 0px;
            bottom: -1px;
            color: #FFFFFF;
            font-size: 14px;
            padding: 4px 0px;
            height: 20px;
            overflow: hidden;
        }
        .num_list span
        {
            display: inline-block;
            height: 16px;
            padding-left: 6px;
        }
        img
        {
            border: 0px;
            }
        .button
        {
            position: absolute;
            z-index: 1000;
            right: 0px;
            bottom: 2px;
            font-size: 13px;
            font-weight: bold;
            font-family: Arial, Helvetica, sans-serif;
        }
        .b1, .b2
        {
            background-color: #666666;
            display: block;
            float: left;
            padding: 2px 6px;
            margin-right: 3px;
            color: #FFFFFF;
            text-decoration: none;
            cursor: pointer;
        }
        .b2
        {
            color: #FFCC33;
            background-color: #FF6633;
        }
