select:focus{
	outline: none;
}
input:focus{
	outline: none;
}

.pluginLink
{
	color: #FFF;
	font-size:15px;
	text-decoration:underline;
	cursor:pointer;
}

.pluginLinkSel
{
	color: #0FF;
	font-size:16px;
	text-decoration:underline;
	cursor:pointer;
}

.log-tr-sel{
	/*background-color:#9D0000;*/
  	background-color:rgb(9, 148, 215);     /*#0994D7*/
	display: none;
}
#diTabPage .TabButtonSel    /*Tab页按钮选中样式*/
{
	float:left;
	width:130px;
	height:28px;
	line-height:28px;
	text-align:center;
	cursor:pointer;
	color:#ff0000;
	background:url(../image/setting/tab_select.png) no-repeat;
}
#diTabPageshort    /*Tab页样式*/
{
    margin-top:10px;
	height:28px;
	margin-bottom:10px;
	margin-left: 0px;
}
#diTabPageshort .TabButtonSel    /*Tab页按钮选中样式*/
{
	float:left;
	width:120px;
	height:28px;
	line-height:28px;
	text-align:center;
	cursor:pointer;
	color:#ff0000;
	background:url(../image/setting/tab_select.png) no-repeat;
	background-size: 100% 100%;
}
#diTabPageshort .TabButton    /*Tab页按钮样式*/
{
	float:left;
	width:120px;
	height:28px;
	line-height:28px;
	text-align:center;
	cursor:pointer;
	color:#000000;
	background:url(../image/setting/tab_normal.png) no-repeat;
	background-size: 100% 100%;
}
.ModulesTitColor    /*分割栏文字样式*/
{
    color: #50a3df;
}
.ModulesTitColor_bule
{
    color: rgb(34,171,223);
    font-size:14px;
    line-height:30px;
}
.divisionLabel    /*分割栏左侧长文字标题样式*/
{
    display:inline-block;
	/*width:135px;*/
	height:26px;
	line-height:26px;
    color:#50a3df;
}
.alertMask
{
	display:none;
	background:rgba(0,0,0,0.5);
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	z-index:99999;

}
.alertMaskPage
{
	width:250px;
	height:150px;
	margin:auto;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	border:1px solid gray;
	background:white;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.alertLabel
{
	width: 200px;
	max-width: 200px;
	height: 115px;
	text-align: center;
	white-space: normal;
	word-wrap: break-word;
	vertical-align: middle;
	display: table-cell;
	padding-left: 25px;
}
.alertLabel_ex
{
	width: 230px;
	max-width: 230px;
	height: 115px;
	text-align: center;
	white-space: normal;
	word-wrap: break-word;
	vertical-align: middle;
	display: table-cell;
	padding-left: 10px;
	color:gray;
}
.alertOK
{
	cursor: pointer;
	text-align: center;
	height: 35px;
	line-height: 35px;
	white-space: normal;
	word-wrap: break-word;
	border-top: 1px solid #dcdcdc;
}
.confirmNo
{
	width: 50%;
	height: 99%;
	border-right: 1px solid #dcdcdc;
	cursor: pointer;
}
.confirmOk
{
	width: 50%;
	position: absolute;
	margin-left: 50%;
	margin-top: -37px;
	height: 99%;
	cursor: pointer;
}