body {
	padding:0px;
	margin: 0;
	height: 100%;
	color: #646464;
}
body,table{
	font-family: Arial,Tahoma;
}
ul{list-style:none;}
span,div,pre,a,code,tr {
	margin:0px;
	padding:0px;
	font-size:12px;
 	font-family: Arial,Tahoma;
} 
p{
	margin:5px 0px 0px 0px;
	padding:5px 0px 0px 0px;
}
table
{
	border-collapse: collapse;
}
.clear{
	clear:both;
}
label{cursor:pointer;}
a,a:visited{
	text-decoration:none;
	cursor:pointer;
	font-size:12px;
}
a:hover,a:visited:hover{
	text-decoration:underline;
}
form{margin:0;display:inline;padding:0px;}
ul{margin:0; padding:0;}
img
{
	border:0px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.require{
	color:red;
}
h1{
	font-size:18px;	
}
h2{
	font-size:15px;	
}
h3,h4{
	font-size:13px;	
}
.fl{float:left;}
.fr{float:right;}
/*--------------- Module-----------------------*/
.form-title
{
	font-size:19px;
	font-weight:bold;
	text-transform:uppercase;
}
.portal-info
{
	text-decoration:none;
	font-weight:bold;
}
a.module-btn
{
	height:12px;
	width:12px;
	padding:3px 3px 3px 3px;
	margin:3px 3px 3px 3px;
	border:1px solid black;
	background-color:#FFFFFF;
	background-position:center;
	background-repeat:no-repeat;
	display:block;
}
a.module-delete-btn
{
	background-image:url(../images/module-buttons/delete.gif);
}
a.module-edit-btn
{
	background-image:url(../images/module-buttons/edit.gif);
}
a.module-add-btn
{
	background-image:url(../images/module-buttons/duplicate.gif);
}
a.module-language-btn
{
	background-image:url(../images/module-buttons/language.jpg);
}
a.module-edit-btn
{
	background-image:url(../images/module-buttons/edit.gif);
}
a.module-move-up-btn
{
	background-image:url(../images/module-buttons/up-arrow.gif);
}
a.module-move-down-btn
{
	background-image:url(../images/module-buttons/down-arrow.gif);
}
a.module-setting-btn
{
	background-image:url(../images/module-buttons/b-chi.gif);
}
a.module-delete-btn
{
	background-image:url(../images/module-buttons/delete.gif);
}
a.module-close-btn
{
	background-image:url(../images/module-buttons/close.jpg);
}
.admin-tasks
{
	width:100%;
	position:relative;
	float:left;
	z-index:10;
	opacity:.75;
}
.required,.require{
	color:#F00;	
	font-size:9px;
}
.msg-error{
	color: #A32326;
	border: solid 1px #F4B5B8;
	background:url(../images/error-bg.png);
	padding: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	position: relative;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.msg-error div{line-height:22px;}
.msg-error div a{padding-left:15px;}
.msg-error i.close-error{
	position: absolute; */
	display: block;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
span.not-data {
	display: block;
	color: #CCCCCC;
	font-size: 24px;
	padding: 24px;
	text-align: center;
	padding: 20px;
}
/*Notice form*/
.notice-form-bound{
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	position: fixed;
	top: 100px;
	left: 50%;
	margin-left: -310px;
	width: 620px;
	min-width: 10%;
	min-height: 10%;
	background: white;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	border-radius: 3px;
	overflow: hidden;
	display:none;
	z-index:9999999999;
}
.notice-form-bound .notice-form-inner .notice-form-title{
	position: relative;
	margin: 0;
	padding: 15px 20px;
	border-bottom: 1px solid #e6e6e6;
}
.notice-form-bound .notice-form-inner .notice-form-title h2{
	margin: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	font-weight:normal;
}
.notice-form-bound .notice-form-inner .notice-form-title .notice-form-ico-close{
	background-image:url(/skins/news/images/sprites4.png);
	background-repeat: no-repeat;
	background-position: 50% -2948px;
	opacity: 0.7;
	display: block;
	position: absolute;
	top: 5px;
	right: 6px;
	text-indent: -9999px;
	width: 34px;
	height: 34px;
}
.notice-form-bound .notice-form-inner .notice-form-title .notice-form-ico-close:hover{
	cursor:pointer;
	opacity:1;
}
.notice-form-bound .notice-form-inner .notice-form-content{
	padding: 20px;
	max-height: 400px;
	overflow: auto;
	-webkit-transition: max-height 0.15s;
	transition: max-height 0.15s;
}
.notice-form-bound .notice-form-inner .notice-form-content .left{
	width:300px;
}
.notice-form-bound .notice-form-inner .notice-form-content .right{
	width:250px;
	padding-left:20px;
	border-left:1px solid #eaeaea;
}
.notice-form-bound .notice-form-inner .notice-form-content h4{margin-top:0;margin-bottom:5px;}
.notice-form-bound .notice-form-inner .notice-form-content em{line-height:20px;}
.notice-form-bound .notice-form-inner .notice-form-content .left p{padding:0;}
.notice-form-bound .notice-form-inner .notice-form-report{
	text-align:center;
	padding:2px 0;
	display:none;
}
.notice-form-bound .notice-form-inner .notice-form-button-action{
	padding: 15px 20px;
	margin: 0;
	background: none;
	border-top: 1px solid #e6e6e6;
	border-bottom: none;
	text-align:right;
	position:relative;
}
.notice-form-bound .notice-form-inner .notice-form-button-action a{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	height: 32px;
	line-height: 30px !important;
	padding: 0 9px;
	font-size: 13px;
	border-radius: 4px;
	text-decoration: none;
	white-space: nowrap;
	text-transform: none;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-appearance: none;
	background-color: #fcfcfc;
	border: 1px solid #e3e3e3;
	color: #479ccf !important;
	margin-left:5px;
	position:relative;
}
.notice-form-bound .notice-form-inner .notice-form-button-action div.tip{
	position:absolute;
	padding:1px 5px;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 3px;
	color: #fff;
	cursor:text;
	margin-left:70px;
	text-align:left;
	display:none;
}
.notice-form-bound .notice-form-inner .notice-form-button-action div.tip:after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-width: 5px;
	border-style: solid;
	border-color: transparent rgba(0, 0, 0, 0.7) transparent transparent;
	top: 10px;
	left: -10px;
}
.notice-form-bound .notice-form-inner .notice-form-button-action div.tip.block{display:block;}
.notice-form-bound .notice-form-inner .notice-form-button-action a:hover{
	background-color: #efefef;
	border-color: #d6d6d6;
	color: #479ccf !important;
}
.notice-form-bound .notice-form-inner .notice-form-button-action a.notice-form-button-action-agree{
	background-color: #479ccf;
	border: 1px solid #2f82b4;
	color: white !important;
}
.notice-form-bound .notice-form-inner .notice-form-button-action a.notice-form-button-action-agree:hover{
	background-color: #3491c8;
	border-color: #2a74a0;
	color: white;
}
.notice-form-bound .notice-form-inner .notice-form-button-action a.notice-form-button-action-remove{
	background-color:rgba(255, 0, 0, 0.41);
	color:#fff !important;
	border:1px solid #F17777;
}
.notice-form-bound .notice-form-inner .notice-form-button-action a.notice-form-button-action-remove:hover{
	background-color:rgba(255, 0, 0, 0.69);
}