﻿/*********** 页面通用CSS属性设置 ***************/
body, input, select, button, textarea {
    color: #333;
    font-size:14px;
}
/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/*后台管理公用当前位置*/
.CurDiv {
    border-bottom: 1px solid #CCCCCC;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    padding-top: 2px;
}
.TitleText {
    color: #2c7c01;
}

.GrayText {
    color: #666666;
}
.simpleQuery input[type="text"] {
    width:100px;
    height:25px;
}
fieldset {
    padding:10px;
    border:1px #ccc solid;
    margin-top:5px;
}
input[type="text"]{
    height:25px;
    border:1px #ccc solid;
}
input[type="password"]{
    height:25px;
    border:1px #ccc solid;
}
select{
    height:25px;
    border:1px #ccc solid;
}
textarea{
    border:1px #ccc solid;
}
.editor-box {
    padding: 3px;
    margin-bottom: 3px;
    border-bottom: 1px dotted #CCC;
    background-color: #F8F8F8;
    overflow:hidden;
}
.editor-field {
    padding-top: 5px;
    float:left;
}
.editor-label {
    padding-top:5px;
    padding-right:3px;
    font-size: 12px;
    color: #4D4D4D;
    font-weight: bold;
    float:left;
    width:100px;
    text-align:right;
    line-height:28px;
}
#Content-Left {
    float:left;
    width:300px;
    padding-top:10px;
}

#Content-Right {
    float:left;
    width:800px;
}
.require {
    color:red;
}
.content-right-top {
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    vertical-align: bottom;
    margin-left: 10px;
    margin-top: 10px;
    margin-right: 10px;
    font-weight:bold;
    border-bottom: 1px solid #D2D2D2;
}
.content-right-main {
    padding: 10px 10px;
}
#photo-left {
    height: 373px;
    width: 373px;
    float: left;
    background-image: url("../images/photo-left.png");
    overflow: hidden;
}
.upload-pic-input {
    opacity: 0;
    height: 40px;
    font-size: 12px;
    cursor: pointer;
    margin-left: 90px;
    margin-top: 160px;
}
.photoview-left {
    float: left;
    margin-top:10px;
    margin-left:10px;
}
.photoview-right {
    margin-top:10px;
    float: left;
    margin-left: 10px;
}
.photo1 {
	height: 162px;
	width: 122px;
	margin-bottom: 20px;
    overflow:hidden;
    background-color:#f0f0f0;
    padding:1px;
    border:1px #ccc solid;
}

/*首页样式*/
.left_top {
    color:#EBAD06;
    font-size:20px;
    padding:15px 0 22px 20px;
    font-weight:700;
}
.content-left p {    
    font-size:18px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:normal;
word-break:break-all;
}
.home-left {
    width:260px;
    float:left;
    margin:10px 20px; 
}
.btn_shouye {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #F5F5F5;
	background-image: -moz-linear-gradient(center top , #FFFFFF, #E6E6E6);
	background-repeat: repeat-x;
	border-color: #E6E6E6 #E6E6E6 #B3B3B3;
	border-image: none;
	border-radius: 8px 8px 8px 8px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #333333;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
    font-weight:500; 
    font-family:微软简标宋;
    letter-spacing:5px;
	line-height: 30px;
	margin-bottom: 0;
	padding: 8px 20px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
    width:100%;    
}
.btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F5F5F5;
    background-image: -moz-linear-gradient(center top, #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: #E6E6E6 #E6E6E6 #B3B3B3;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
    padding: 4px 10px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}
.btn {
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
a.btn 
{
    color:#FFF;
}
.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    background-color: #E6E6E6;
}
.btn:hover {
    background-position: 0 -15px;
    color: #333333;
    text-decoration: none;
}
.btn:focus {
    outline: 1px dotted #666666;
}


.btn-primary, .btn-primary:hover, .btn-warning, .btn-warning:hover, .btn-danger, .btn-danger:hover, .btn-success, .btn-success:hover, .btn-info, .btn-info:hover, .btn-inverse, .btn-inverse:hover {
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}


.btn-primary {
    background-color: #0074CC;
    background-image: -moz-linear-gradient(center top , #0088CC, #0055CC);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #0055CC;
}


.btn-warning {
    background-color: #FAA732;
    background-image: -moz-linear-gradient(center top , #FBB450, #F89406);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    background-color: #F89406;
}


.btn-danger {
    background-color: #DA4F49;
    background-image: -moz-linear-gradient(center top , #EE5F5B, #BD362F);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    background-color: #BD362F;
}


.btn-success {
    background-color: #5BB75B;
    background-image: -moz-linear-gradient(center top , #62C462, #51A351);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    background-color: #51A351;
}

.btn-gray {
    background-color: #CCC;
    background-image: -moz-linear-gradient(center top , #CCC, #CCC);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-gray:hover, .btn-gray:active, .btn-gray.active, .btn-gray.disabled, .btn-gray[disabled] {
    background-color: #CCC;
}
/*Btn End*/
fieldset {
    border:1px #bfd8e0 solid;
}
legend {
    font-weight:bold;
    color: #ebad06;
}
.borderRed {
    border-color:red;
}