/* base */
body {
	margin: 0;
	padding: 0;
	font: 12px Arial,"宋体";
}
* {
	margin: 0;
	padding: 0;
}

h3 {
    font-size: 14px;
    line-height: 24px;
}
a {
    color: #06c;
}
a:hover {
    color: #f60;
}

a img {
    border: 0;
}
input,textarea {
    font-size: 12px;
}

/* layout */
.layout {
    margin: 0 auto;
    width: 800px;
}

    #logo a {
        position: relative;
        display: block;
        float: left;
        margin-top: 20px;
        width: 265px;
        height: 72px;
        background: url(../img/bg.gif) no-repeat;
    }
    #logo a span {
        position: absolute;
        top:55px;
        left:95px;
        font-size: 12px;
        font-weight:normal;
    }
    #logo a {
        color: #333;
        text-decoration: none;
    }
    #toplink {
        height: 32px;
        line-height: 32px;
        color: #fff;
        background: #333;
        border-bottom: 4px solid #1BA4EA;
        overflow: hidden;
    }
    #toplink a {
        color: #fff;
        text-decoration: none;
    }
    #toplink a:hover {
        text-decoration: underline;
    }
    #toplink div span {
        float: right;
    }
    .small-logo {
        margin-top: 3px;
        display: block;
        width: 157px;
        height: 25px;
        background: url(../img/bg.gif) no-repeat 0 -265px;
    }
    .small-logo strong {
        display: none;
    }
    #ad {
        background: #EBF8FF;
        border-bottom: 1px solid #C9E5FB;        
    }
    #ad .layout {
        position: relative;  
    }
    #ad .index {
        height: 105px;
        background:  url(../img/bg.gif) no-repeat center bottom;
        overflow: hidden;
    }
    #ad .listpage {
        height: 145px;
        background: url(../img/bg.gif) no-repeat 500px -310px;
    }
    .code {
        margin-top: 116px;
        padding: 0 10px;
        line-height: 24px;
        font-size: 14px;
        color: #666;
    }
    .code input.text {
        padding: 3px;
        width: 240px;
        border: 1px solid #7F9DB9;
    }
    .code input.text:hover {        
        background: #F7FFD3;
    }
    .code input.submit {
        cursor: pointer;
        padding: 2px 6px;
        border: 1px solid #649500;
        color: #fff;
        background: #83B70C;
    }
    .code input.submit:hover {
        color: #333;
    }
    .signup {
        position: absolute;
        right:100px;
        top:40px;
    }
    .signup a {
        display: block;
        width: 109px;
        height: 26px;
        line-height: 26px;
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        font-weight:bold;
        text-align: center;
        background: url(../img/bg.gif) no-repeat right top;
    }
    .signup a:hover {
        color: #333;
    }

#nav {
    position: absolute;
    top:118px;
    left:0;
    font-size: 14px;
}

* html #nav {
    top:119px;
}

* + html #nav {
    top:119px;
}

    #nav a {
        padding: 6px 12px 5px;
        display: block;
        float: left;
        color: #06c;
        text-decoration: none;
    }
    #nav a:hover {
        color: #f60;
    }
    #nav span a {
        margin: 0 5px;
        padding: 5px 12px 4px;
        border: 1px solid #CAE6FC;
        background: #CFECFC;
        border-bottom: 0;
    }
    #nav span a.cur {
        padding: 5px 12px;
        color: #333;
        background: #fff;
    }

#content {
	padding: 10px 0;
	min-height:315px;
}
* html #content {height:315px;}

#main {
    margin: 10px 0;
    float: left;
    width: 560px;
}
    #main p {
        margin-bottom: 10px;        
        line-height: 20px;
    }
    #main .info {
        padding-left: 68px;
    }
    #main .info-1 {
        background: url(../img/bg.gif) no-repeat -322px -298px;
    }
    #main .info-2 {
        background: url(../img/bg.gif) no-repeat -322px -385px;
    }
    #main .info-3 {
        background: url(../img/bg.gif) no-repeat -322px -475px;
    }
    #main .info-4 {
        background: url(../img/bg.gif) no-repeat -322px -558px;
    }

#userlist {
    padding-top: 12px;
    border: 1px solid #ddd;
}
    #userlist h3 {
        padding-left: 10px;
        line-height: 30px;
        font-weight:normal;
        color: #999;
    }
    #userlist p {
        text-align: center;
    }
    #userlist a {
        margin: 0 6px;
    }
    img.user-b {
        width: 32px;
        height: 32px;
    }

#side {
    float: right;
    width: 220px;
}
    .sidebox {
        padding: 10px;
        border: 1px solid #ddd;
        border-bottom-width:2px;
        border-right-width:2px;
        line-height: 18px;
    }
    .sidebox h3 {
        border-bottom: 1px solid #ddd;
	margin: 1em 0pt 0em
    }
    .sidebox .top {
        margin-bottom: 6px;
        background: #fff;
    }
    .sidebox .top .imgbox,.sidebox .top .textbox {
        float: left;
    }
    .sidebox .top .imgbox {
        margin-right: 6px;
        width: 80px;
        text-align: center;
    }
    .sidebox .top .imgbox img {
        width: 70px;
    }
    .sidebox .top .textbox {
        width: 110px;
    }
    .sidebox a.button {
        display: block;
        margin-right: 6px;
        padding: 0 6px;
        float: left;
        text-decoration: none;
        border: 1px solid #C4E6FF;
        background: #E8F9FF;
    }
    .star {
        float: left;
        display: block;
        margin-top: 6px;
        height: 15px;
        background: url(../img/bg.gif) no-repeat 0 -460px;
    }
    .star-1 {
        width: 15px;
    }
    .star-2 {
        width: 30px;
    }
    .star-3 {
        width: 45px;
    }
    .star-4 {
        width: 60px;
    }
    .star-5 {
        width: 75px;
    }
    .star strong {
        display: none;
    }
    .list p {
        display: block;
        float: left;
        margin-top: 10px; 
        height: 50px;
        text-align: center;
        overflow: hidden;
    }
    /*list1为出访列表*/
    .list1 p {
        padding: 0 5px;
        width: 38px;
        overflow: hidden;
    }
    .list1 img {
        width: 32px;    
    }
    /*list2为足迹*/
    .list2 p {
        width: 96px;        
    }
    .list2 img {
        width: 64px;   
    }
    .submitmsg {
        padding: 6px 10px;
        border: 1px solid #CEE4F1;
        background: #E2F3FB;
    }

.subnav {
    border: 1px solid #ddd;
    background: #eee;
}
    .subnav li {
        padding: 3px 10px;
        list-style: none;
        border-bottom: 1px solid #ddd;
    }
    .subnav li a {
        display: block;
        height: 20px;
        line-height: 20px;
    }
    .subnav li:hover {
        background: #ddd;
    }
    .subnav li.cur {
        background: #B0D5F1;
    }
.sign {
    
}
    .sign h3 {
        padding-left: 10px;
        line-height: 30px;
        background: #9ce;
    }
    .sign p {
        margin: 3px 0;
    }
    .sign .formbox {
        padding: 10px 0;
    }
    .sign .close {
        float: right;
        margin: 0 6px 6px;
    }
.formbox {
    line-height: 22px;
}

    .formbox label {
        display: block;
        float: left;
        padding-right: 10px;
        width: 80px;
        height: 22px;
        text-align: right;
        color:#465F7D;
    }
    .formbox p input {
        padding: 3px;
        width: 200px;
    }
    .formbox textarea {
        padding: 3px;
        width: 300px;
    }
    .formbox p input[type],.formbox textarea {
        border: 1px solid #7F9DB9;
    }
    * html .formbox p input {
        border: 1px solid #7F9DB9;
    }
    .formbox .helptext {
        padding-left: 6px;
        color: #999;
    }
    .formbox div input {
        margin-right: 6px;
        padding: 2px 6px;
    }

.tablebox {
    line-height: 22px;
}
    .tablebox table,.tablebox td,.tablebox th {
        border: 1px solid #ccc;
        border-collapse: collapse;
    }
    .tablebox thead {
        text-align: left;
        background: #e6e6e6;
    }
    .tablebox thead th {
        padding-left: 10px;
    }
    .tablebox td,.tablebox th {
        padding: 2px 6px; 
    }

#hostInfo {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #ccc;
}
#hostInfo:hover {
    border: 1px solid #999;
}
a.addsite {
    margin: 10px auto;
    display: block;
    width: 109px;
    height: 26px;
    line-height: 26px;
    color: #fff;
    font-weight:bold;
    text-decoration: none;
    text-align: center;
    background: #73AB00 url(../img/bg.gif) no-repeat right 0;
}
a.addsite:hover {
    color: #333;
}

#footer {
	height:50px;
    border-top: 3px solid #ddd;
    background: #eee;
}

#footer .layout {
    line-height: 30px;
    color: #666;
}
    #footer .layout span {
        float: right;
    }
    #footer a {
        margin: 0 3px;
        color: #666;
    }
/* haker */

.clear {
    clear: both;
}


/***************************************************************/

/*Message */
div#notice{
	background:#FDF9EA;
	border:1px solid #F7941C;
	padding:5px 0;
}

div#msgpanel {
 clear:both; margin:0 0 10px; padding:5px 10px; border:1px solid #ffed00; background:#fffcaa; font-size:12px;
}

.panelaction-right {
  position: relative;
  float: right;
  font-weight: normal;
}

/* button */
button{
	font-size:12px;
	padding:3px 10px;
}

/*indent inline*/
p.indent input, p.indent a{
    margin-left: 90px;
    padding: 0;
    width: auto;
}

p label.inline {
    display: inline;
    float: none;
    width: auto;
    margin-left: 5px;
    }


    #div_mask {position:absolute;display:block;top:0px;left:0px;width:100%;height:600px}
    #div_menu {
	    background:#FFFFFF none repeat scroll 0%;
	    border:1px solid #C0C0C0;
	    left:-67px;
	    padding:5px 0pt;
	    position:absolute;
	    text-align:center;
	    top:19px;
	    width:81px;
    }	    
    #div_menu a {
	    display:block;
	    padding:3px;
	    text-decoration:none;
    }
    #div_menu a:hover {
	    background:#336699 none repeat scroll 0%;
	    text-decoration:none;
    }
	
    a.largeaction {
	    font-size: 1.2em;
	    font-weight: bold;
  }
  a.largeaction:hover {
	color: #fff;
	background: #1465b7;
  }
  
  /*tabs*/
.tabs ul {
  	list-style-type:none;
}
.tabs li {
	float:left;
	margin:0pt 0pt 0pt 0.35em;
}
.tabs li a {
	background:#89D5EF none repeat scroll 0%;
	border:1px solid #89D5EF;
	color:#000000;
	float:left;
	margin:5px 0pt 0pt;
	padding:2px 14px;
	text-decoration:none;
}
.tabs li a:hover {
	background:#FFFFFF none repeat scroll 0%;
	color:#FF7031;
		}
.tabs li.current a{
	background:#FFFFFF none repeat scroll 0%;
	border-color:#89D5EF;
	border-style:solid solid none;
	border-width:1px 1px 0pt;
	margin:0pt;
	padding:6px 16px 4px;
}	
