/* CSS Document */
*{margin:0; padding:0;}
li{list-style-type:none;}
body {
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    font-family: "Verdana", "宋体", serif;
    color: #4b4b4b;
    background-color: white;
}
.g_content {
    margin: 0 auto;
    width: 966px;
}

.g_a_normal {
    font-size: 12px;
    color: black;
    font-weight: normal;
}

/*中间的tab菜单*/
.g_menu_tab {
    background: transparent url( ../image/user_ope_bt.gif ) repeat-x;
    width: 100%;
    height: 32px;
    margin-top: 8px;
}

.g_menu_tab a:link {
    text-decoration: none;
    cursor: pointer;
    background-color: transparent;
}

.g_menu_tab a:visited {
    background-color: transparent;
    text-decoration: none;
    cursor: pointer;
}

.g_menu_tab a:hover {
    text-decoration: none;
    cursor: pointer;
    color: black;
}

.g_menu_tab a:active {
    text-decoration: none;
}

.g_menu_tab .menu_tab_default {
    cursor: pointer;
    float: left;
    display: inline;
    padding: 5px 12px 1px 12px;
    height: 27px;
    background: transparent url( ../image/menu_bg.gif ) no-repeat 100%; /*border-right:1px black dotted;*/
}

.g_menu_tab .menu_tab_focus {
    color: white;
    font-weight: bold;
    background: transparent url( ../image/tab_bg.gif ) no-repeat 50% 50%
}

.menu_tab_focus a:link, .menu_tab_focus a:visited {
    color: white;
}

.g_menu_tab .menu_tab_focus a:hover {
    color: white;
}

.g_seperator {
    clear: both;
}

.g_dashline {
    border-bottom: 1px gray dashed;
}

.g_dashvline {
    border-right: 1px gray dashed;
    width: 1px;
    margin: 0;
}

.g_solidline {
    border-bottom: 1px #bdbdbd dotted !important;
    overflow: hidden;
    line-height: 1px;
}

.g_content .g_solidline {
    margin: 0 auto;
    border-bottom-color: #dddddd;
    width: 90%;
}

/*全局链接样式*/
a {
    font-size: 12px;
    color: #0078ff;
    padding-left: 2px;
    padding-right: 2px;
}

a:link {
    text-decoration: none;
    cursor: pointer;
    background-color: transparent;
}

a:visited {
    background-color: transparent;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
    background-color: #0078ff;
    color: white;
}

a:active {
    text-decoration: none;
}

a img {
    background: none !important;
    border: none !important;
}

a.g_img_link {
    line-height: 0;
    background: transparent;
}
/* 页脚 */
.footer{
	clear:both;
	border-top:1px dotted #339BFF;
	margin-top:30px;
}

/*人物形象*/
.g_userhead {
    float: left;
    overflow:hidden;
    
    margin-top:10px;
    width: 75px;
    
    text-align: center;
	white-space:nowrap;
}

.g_userhead .g_userhead_imgc {
    margin:0 auto;
    border: 1px solid #eee;
	background-color:#fff;
    padding: 2px;
	width:48px;
	height:48px;
}

.g_userhead .g_userhead_imgc img {
    width: 48px;
    height: 48px;
    vertical-align:middle;
}

/*自己的信息板块*/
.g_myinfo {
    background-color: #fbfbfb !important;
    margin-top: 12px; /*padding-bottom:3px;*/
    margin-bottom: 5px;
}

.g_myinfo_imgc {
    float: left;
    display: inline;
    width: 112px;
}

.g_myinfo_headimg {
    border: 1px #cccccc solid;
    width: 102px;
    height: 102px;
    text-align: center;
}

.g_myinfo_tc {
    margin-left: 7px;
    float: left;
    display: inline;
    width: 500px;
}

.g_myinfo_headimg img {
    margin-top: 4px;
    width: 94px;
    height: 94px;
}

/*板块*/
.g_block {
    margin-top: 20px;
    line-height: 24px;
    clear: both;
}

.g_block_title {
    font-size: 14px;
    color: #ff8c1a;
    font-weight: bold;
    margin-bottom: 10px;
}

.block_title_li {
    text-indent: 20px;
    background: transparent url( ../image/li_1.gif ) no-repeat 0;
}

.g_block_title a {
    font-weight: normal;
}

/*蓝色按钮*/
.g_btn_blue {
    height: 23px;
    border: none;
    background: transparent url( ../image/input.gif ) no-repeat 100%;
    color: white;

}

/*学习页和个人页类似*/
.g_left {
    width: 622px;
    float: left;
    display: inline;
}

.g_right {
    width: 321px;
    float: right;
    display: inline;
    border: 1px #e5e5e5 solid;
    border-bottom: none;
    background-color: #fbfbfb;
}


.g_rc1 {
    height: 1px;
    font-size: 1px;
    overflow: hidden;
    display: block;
    background: #e5e5e5;
    margin: 0 5px;
}

.g_rc2 {
    height: 1px;
    font-size: 1px;
    overflow: hidden;
    display: block;
    background: #fbfbfb;
    border-right: 2px solid #e5e5e5;
    border-left: 2px solid #e5e5e5;
    margin: 0 3px;
}

.g_rc3 {
    height: 1px;
    font-size: 1px;
    overflow: hidden;
    display: block;
    background: #fbfbfb;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    margin: 0 2px;
}

.g_rc4 {
    height: 2px;
    font-size: 1px;
    overflow: hidden;
    display: block;
    background: #fbfbfb;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    margin: 0 1px;
}

.g_rc5 {
    height: 2px;
    font-size: 1px;
    overflow: hidden;
    display: block;
    background: #fbfbfb;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    margin: 0 0px;
}

.g_rc {
    clear: both;
    position: relative;
    top: 6px;
}

/*分数块*/
.b_sound .b_sound_item {
    float: left;
    width: 54px;
    display: inline;
    font-size: 11px;
    color: gray;
    text-align: center;
    margin: 0 10px;
    line-height: 19px;
}

/*分数块*/
.b_sound .b_sound_item div {
    line-height: 50px;
    width: 49px;
    height: 49px; /*border:1px gray solid;*/
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    color: white;
    vertical-align: text-bottom;
    border-bottom: 1px black solid;
    border-right: 1px black solid;
}

.b_done {
    margin-bottom: 20px;
}

.b_done_title {
    color: black;
    font-weight: bold;
    border-bottom: 1px #666666 solid;
}

.b_done li {
    border-bottom: 1px #dddddd dotted;
    list-style: none;
    list-style-position: outside;
    position: relative;
    line-height: 22px;
}
.b_done li:hover{
    background-color:#eee;
}
.b_done li span {
    position: absolute;
    right: 0px;
    font-size: 10px;
    color: #cccccc;
}

.g_ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.g_phonetic_symbol {
    font-family: lucida sans unicode, Arial, sans-serif;
}

/*鼠标悬浮上去时变背景色*/
.mouse_hover:hover {
    background-color: #eee;
}

/*全局图片链接，不变化*/
a.g_img_a:link, a.g_img_a:visited, a.g_img_a:hover, a.g_img_a:active {
    background: none;
    border: none;
    background-color: transparent;
    padding: 0;
}

a.g_img_a img {
    background: none;
    border: none;
    background-color: transparent;
}

/*蓝色按钮*/
.g_btn_blue {
    height: 23px;
    border: none;
    background: transparent url( ../image/input.gif ) no-repeat 100%;
    color: white;

}

/*在页内显示flash时的透明遮罩*/
.g_mask {
    display: none;
    positon: absolute;
    z-index: 9998;
    background-color: #eeeeee;
    filter: alpha( opacity = 60 );
}

.g_testContainer {
    display: none;
    position: absolute;
    width: 645px;
    height: 560px;
    z-index: 9999;

}

.g_topDiv {
    display: none;
    opacity: .75; /* standard CSS3 style for transparency */
    -moz-opacity: .75; /* transparency for older Mozillas */
    filter: alpha( opacity = 75 ); /* transparency for IE; note no decimal point */

}

/** pagination **/
#paginate_container{
	height:24px;
	
}
#paginate_last_page,
#paginate_nextpage,
#paginate_numbers,
#paginate_prepage,
#paginate_first_page{
	float:right;
	height:24px;
}
#paginate_container a{
	text-decoration:none;
	cursor:pointer;
	cursor:hand; 
}
#paginate_container a:hover {
    background-color: #0078ff;
}
#paginate_container img{
	margin:0px;
	
	border:0px;
	width:6px;
	height:8px;
}

.fanye01,.fanye02,
.fanye03,.fanye04,.fanye05{
	display:block;
	float:left;
	
	margin-right:3px;
	border:1px solid #ccc;
	padding:0px;
	width:20px;
	height:20px;
	font-size:12px;
	line-height:20px;
	text-align:center;
}
.fanye01{
	padding-top:6px;
	padding-bottom:6px;
	height:8px;
}
.fanye02{
	border:0px;
	color:#ff6448;
	font-weight:bold;
}
.fanye03{
}
.fanye05{
	width:45px;
}

/* white-space */
.plainText {
    white-space: pre;
	white-space: -moz-pre-wrap;
    white-space: pre-wrap;
    word-break: break-all;
}

#mask {
    display: none;
    positon: absolute;
    z-index: 9998;
    background-color: #eeeeee;

    opacity: .60;
    -moz-opacity: .60;
    filter: alpha( opacity = 60 );
}

#testContainer {
    display: none;
    position: absolute;
    width: 645px;
    height: 560px;
    z-index: 9999;
}

/*书的背景*/
.shu_bg{
	background:url(../image/book01.gif) no-repeat;
	width:111px;
	height:154px;
}
.shu_bg02{
	background: url(../image/book02.gif) no-repeat;
	width:86px;
	height:119px;
}
/*网页底部*/
.lx_down{
    border-top: 1px solid #e5e5e5;
    margin-top: 20px;
}
.lx_down02{
    margin: 0 auto;
    width: 928px;
    padding-top: 10px;
    
    text-align:center;
}
.lx_down_left{
    float: left;
}
.lx_down_right{
    float: right;
}


.IPA{
    font-family: "Segoe UI", Verdana,"Lucida Sans Regular","Lucida Sans Unicode",Arial,sans-serif;
}
