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;
}
