body {
	background-color: #fff;
	font-size: 13px;
	color: #515150;
}

a {
	color: #e77d77
}

a:hover {
	color: #e0584e;
}

h1 {
	font-size: 1.4em;
	line-height: 2em;
}

h2 {
	font-size: 1.1em;
}

h3 {
	font-size: 1.05em;
	padding: 10px 0;
}

table {
	border-left:1px solid #e77d77;
	border-right:1px solid #e77d77;
}


table tbody,table tfoot {
	background-color: #F8F8F8;
}

table tbody tr:hover {
	background-color: #fffeee;
}

table thead th{
	background-color: #e77d77;
}

table thead th.current {
	background-color: #e0584e;
	border-right: 1px solid #e0584e;
	color: #fff;
}

table thead th.current .fa {
	margin-top: -4px;
}

table td {
	border-right: 1px solid #e77d77;
	border-bottom: 1px solid #e77d77;
}

table tfoot th {
	text-align: right;
	border-bottom: 1px solid #e77d77;
	border-right: 1px solid #e77d77;
}

table tfoot th:last-child {
	border-right: 0 none;
}

table td:last-child {
	border-right: 0 none;
}

table td.hl {
	color: #BE43C9;
}

.wrapper {
	min-width: 1200px;
	margin: 10px 2%;	
}

.cbox {
	border: 1px solid #e77d77;
	padding: 15px;
	background: #f8f8f8;
}

body .loading-layer {
	display: none;
}

body .loading-layer .cbox {
    background: #fff;
    width: 50%;
    position: absolute;
    top: 180px;
    left: 25%;
}

.loading-layer .cbox .title h2 {
	text-align: left;
}

.loading-layer .cbox i {
	position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1.5em;
    cursor: pointer;
	color: #e77d77;	
}

.loading-layer .cbox i:hover {
	color: #e0584e;
	font-size: 1.6em;
	top: 9px;
    right: 9px;
}

.loading-layer .cbox .content {
	padding: 0 10px;
}

.loading-layer .cbox .row {
	margin-bottom: 15px;
}

.loading-layer .cbox .row label{
	width: 100%;
    margin-bottom: 10px;
    text-align: left;
}

.loading-layer .cbox .row span {
	text-align: right;
    display: block;
    margin-top: 3px;
}

.loading-layer .cbox textarea[name="text2"] {
	height: 76px;
}

#loginFrm .btn a, input[type="submit"], input[type="button"] {
	padding: 10px 50px!important;	
}

.btn a, input[type="submit"], input[type="button"] {
	background-color: #e77d77;
	color: #fff;
	font-size: 1.2em;
    padding: 10px 50px;	
}

.bta a:hover, input[type="submit"]:hover, input[type="button"]:hover {
	background-color:#e0584e;
}

.items {
	
}

.items .item {
	float: left;
}

.items .item label {
	display: inline-block;
	text-align: center;
}

#header .title {
	margin: 0 2%;
	height: 50px;
}

#header .title img {
	float: left;
	height: 50px;
}

#header .title .info {
	float: right;
	height: 45px;
	/* line-height: 45px; */
	font-weight: bold;
	margin-top: 5px;
    text-align: right;
}

#header .title .info .stp {
	text-align: right;
    font-weight: normal;
}

#header .title .info a {
	font-weight: bold;
}

#header .title .info p {
	height: 20px;
	line-height: 20px;
}

#header .nav {
	background-color: #e77d77;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
}

#header .nav .main {
	margin: 0 2%;
}

#header .nav .main > li {
	position:relative;
	float: left;
	height: 40px;
	line-height: 40px;
}

#header .nav .main>li a {
	display: inline-block;
	color: inherit;
	padding: 0 15px;
}

#header .nav .main > li:hover, #header .nav .main > li.current {
	background-color: #e0584e;
	color: #fff;
}

#header .nav .main > li.current {
	color: #fff;
}

#header .nav .main > li ul.sub {
	display:none;
	position: absolute;
	width: 260px;
	z-index: 100;
	line-height: 2.7em;
	border-bottom-left-radius: 5px;
	background-color: #e77d77;
    box-shadow: 2px 2px 3px #e77d77;
	color: #fff;
}

#header .nav .main > li:hover ul.sub {
	display: block;
}

#header ul.main > li ul.sub li:hover, #header ul.main> li ul.sub li.current {
	background-color: #e0584e;
	color: #fff;
}

#header ul.main > li ul.sub li:last-child:hover,#header ul.main-menu > li ul.sub-menu li:last-child.current {
	border-bottom-left-radius: 5px;	
}

#footer {
	text-align: center;
	padding: 50px 0 30px;
}


