﻿.clearfix:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.clearfix { zoom:1; }

.left {
    *display: inline;
    float: left;
}

.right {
    *display: inline;
    float: right;
}

.inline-block {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.overflow-hidden {
    overflow: hidden;
}

.public-area {
    width: 1000px;
    margin: 0 auto;
}

.public-title {
    display: inline-block;
    margin: 0 15px 0 0;
    font-size: 32px;
}

.public-bgcolor {
    background-color: #0099ff;
}

.public-color {
    color: #0099ff;
}

.public-logo {
    height: 48px;
    width: 48px;
}

.public-errMsg {
    visibility: hidden;
}

.text-nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.public-footer {
    color: #999999;
    font-size: 12px;
    line-height: 24px;
    padding: 30px 0;
    text-align: center;
    background-color: #f1f1f1;
}

.loading-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#a6000000,endColorstr=#a6000000)\0;
    background-color: transparent\9\0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
}

.loading-img-bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    background: #cccccc;
    filter: alpha(opacity=60);
    opacity: 0.6;
    z-index: 10000;
}

.loading-img {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 65px;
    height: 65px;
    z-index: 10100;
}

button {
    height: 35px;
    -moz-outline: none;
    outline: none;
    background-color: #ffffff;
    border: 1px solid #ababab;
    cursor: pointer;
}

input[type="button"], input[type="submit"] {
    height: 35px;
    color: #ffffff;
    -moz-outline: none;
    outline: none;
    background-color: #2b904c;
    border: 1px solid #2b904c;
    cursor: pointer;
}

input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    background-color: #37b051;
    border: 1px solid #37b051;
}

.public-footer {
    color: #999999;
    font-size: 12px;
    line-height: 24px;
    padding: 30px 0;
    text-align: center;
    background-color: #f1f1f1;
}

.public-footer  a {
    color: #999999;
    text-decoration: none;
}

.cur-nav-link {
    color: #70bfc8!important;
}

.home-top-nav {
	height: 36px;
	font-size: 13px;
	color: #999;
	background: #424b50;
}

.home-nav-content {
	height: 36px;
	line-height: 36px;
	color: #999;
}

.home-sina-icon {
	width: 20px;
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -2px;
}

.home-header-container {
    background-color: #fff;
}

.home-header {
    position: relative;
	height: 80px;
	line-height: 80px;
}

.home-logo {
    width: 130px;
	margin-top: -2px;
	vertical-align: middle;
}

.home-title {
	display: inline-block;
	padding-left: 10px;
	margin-left: 5px;
	border-left: 1px solid #ccc;
	line-height: 23px;
	color: #70BFC8;
	font-size: 22px;
	vertical-align: middle;
}

.home-nav {
    position: absolute;
    top: 0;
    right: 0;
}

.home-subtitle {
	display: block;
	font-size: 15px;
	font-weight: normal;
	color: #A2D4DE;
}

.home-nav-link {
	padding: 15px;
	font-size: 16px;
	color: #666;
}

.home-nav-link:hover {
	color: #70bfc8;
}

.public-login-container {
    position: absolute;
    top: 0;
    right: 10px;
}

.error-msg {
    margin-left: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: normal;
    color: red;
}