﻿/*

Author:ChiChou
Blog:  http://hi.baidu.com/517826104

*/

body,button,div{margin:0px;font-family:"微软雅黑",Tahoma,Arial,Verdana;color:#003366}
body{background:#bfdbff url('bg.gif') repeat-x;font-size:12px}
button{height:25px;border:1px solid #ABC1DE;background:url("button.gif") repeat-x 0 0 #FFF;cursor:pointer;
	color:#15428B;text-transform:uppercase;font-size:12px;padding:2px}
button:hover{background-position:0 -25px}
button:active{background-position:0 -50px}
textarea{border:#bfdbff 1px solid;height:100%;width:100%;font-family:"Consolas","Courier New";font-size:12px}
img{border:0px}
ul{margin:0;padding:0}

.nav a{font-size:12px;color:#0099FF;text-decoration:none;font-weight:bold;padding:5px}
.nav a:hover{color:#15428B;background-image:url("button.gif");background-position:0 -25px}
.nav a:active{background-position:0 -50px}

/*id*/
#closebtn{background-position:0 0;float:right;background-image:url('close.gif');
	background-repeat:no-repeat;height:25px;width:25px;margin:0;padding:0}

#closebtn:hover{background-position:-25px 0}
#closebtn:active{background-position:-50px 0}

#msgframe{height:100%;width:100%;position:absolute;top:0;left:0;display:none;z-index:99}
#msgtext{margin:30px}
#msgtit{float:left}
#msgboxtit{font-size:19px;font-weight:bold;color:#0066CC;line-height:25px}
#msgbox{border:1px solid #8db2e3;z-index:1;margin:150px auto;height:240px;width:400px;font-size:16px;
	display:none;background:url('bg.gif') #ffffff repeat-x}
#viewtab{margin-left:50px}
#viewtab li{color:#15428b;cursor:pointer;float:left;width:50px;height:26px;
	background:url('tab.gif') #bfdbff no-repeat;list-style-type:none;text-align:center}
#viewtab .on{font-weight:bold;background-position:-50px 0}
#selcolor li{padding:0;color:#15428b;font-size:12px;cursor:pointer;border:1px solid #b9d0ed;
	float:left;list-style-type:none;width:25px;height:20px;margin:0}
#logo{background:none} #layout{margin:auto;width:1000px} #tabright{float:right}
#tabright button{width:25px;height:20px} #mainframe{height:500px;overflow:hidden;width:1000px}

/*Class*/

.tab{width:100%;height:26px;/*overflow:hidden;*/background:url('tab-repeat.gif') repeat-x bottom}
#codesrc{width:100%}

/* 下拉菜单 */
#font_select{font-size:13px;width:230px;height:24px;cursor:pointer}
#sel_font{width:100%;border:1px solid #abc1de;line-height:20px;color:#0040AF;
	background:url('down.gif') no-repeat right 1px #FFF}
#sel_font:hover{background-color:#FFFFCC;border-color:#dbce99;background-position:right -17px}
#sel_font:active{background-position:right -35px}
#lst_items {color:#003399;clear:left;width:230px;border:1px solid #abc1de;border-top:0px;
	position:absolute;z-index:80;cursor:pointer}

.lst_items_out{background-color:#FFFFFF;padding-left:2px;line-height:25px;height:25px}
.lst_items_over{background:url('button.gif') repeat-x 0 -25px;padding-left:2px;cursor:pointer;line-height:25px;height:25px}
.clear {clear:left}