﻿
.BDotline
{
	height: 1px;
	background-image: url(../_images/common/hline.gif);
}

.BVdotline
{
	width: 1px;
	background-image: url(../_images/common/vline.gif);
}

.BFwhite
{
	color: #ffffff;
}
.BFred
{
	color: #ac2222;
}
.BFblue
{
	color: #3399cc;
}
.BF12
{
	font-size: 12px;
}
.BF14
{
	font-size: 14px;
}
.BFBold
{
	font-weight: bold;
}

.BPadding5
{
	padding: 5px;
}
.BPadding3
{
	padding: 3px;
}
.BMarginTop10
{
	margin-top:10px;
	}
.BMarginLeft10
{
	margin-left:10px;
	}
.BFL{ float:left;}
.BUlFL li{float:left;}
.BFR{ float:right;}
.BAline{ text-decoration:underline;}
.BTextLeft{text-align:left;}

.BClear{clear:both;}

 


/* button */
input.MButtonBigYellow
{
	border: 0px;
	padding-top: 2px;
	height: 35px;
	width: 177px;
	font-size: 14px;
	font-weight: bold;
	color: #d28a00;
	background: url(../images/button/button_bigyellow.png) no-repeat;
	text-align: center;
	cursor: hand; /* 	tesion:expression(onmouseover=function() 	{this.style.backgroundPosition="right -35px";}, 	onmouseout=function() 	{this.style.backgroundPosition="right 0px"}) 	*/
}

input.MButtonBigBlue
{
	border: 0px;
	padding-top: 2px;
	height: 35px;
	width: 177px;
	font-size: 14px;
	font-weight: bold;
	color: #2878c2;
	background: url(../images/button/button_bigblue.png) no-repeat;
	text-align: center;
	cursor: hand; /* 	tesion:expression(onmouseover=function() 	{this.style.backgroundPosition="right -35px";}, 	onmouseout=function() 	{this.style.backgroundPosition="right 0px"}) */
}


input.MButton
{
	border: 0px;
	padding-top: 2px;
	height: 24px;
	width: 80px;
	font-size: 12px;
	text-align: center; /* 	tesion:expression(onmouseover=function() 	{this.style.backgroundPosition="right -24px";}, 	onmouseout=function() 	{this.style.backgroundPosition="right 0px"}) */
}

input.MButtonBlue
{
	color: #406EA6;
	background: url(../images/button/button_blue_middle.gif) no-repeat;
}
input.MButtonRed
{
	color: #ac2222;
	background: url(../images/button/button_red_middle.gif) no-repeat;
}
input.MButtonGreen
{
	color: #0f7723;
	background: url(../images/button/button_green_middle.gif) no-repeat;
}

input.MButtonPurple
{
	color: #6849c3;
	background: url(../images/button/button_purple_middle.gif) no-repeat;
}

input.MButtonYellow
{
	color: #a06425;
	background: url(../images/button/button_yellow_middle.gif) no-repeat;
}

input.MButtonGray
{
	color: #333333;
	background: url(../images/button/button_gray_middle.gif) no-repeat;
}


a.MButton
{
	display: block;
	float: left;
	height: 24px;
	padding-right: 10px;
	font: normal 12px sans-serif;
	margin-right: 10px;
	text-decoration: none;
	text-align: center;
}
a.MButtonBlue
{
	background: transparent url(../images/button/button_blue_a.gif) no-repeat scroll right top;
	color: #406EA6;
}
a.MButtonRed
{
	background: transparent url(../images/button/button_red_a.gif) no-repeat scroll right top;
	color: #ac2222;
}
a.MButtonGreen
{
	background: transparent url(../images/button/button_green_a.gif) no-repeat scroll right top;
	color: #0f7723;
}
a.MButtonPurple
{
	background: transparent url(../images/button/button_purple_a.gif) no-repeat scroll right top;
	color: #6849c3;
}
a.MButtonYellow
{
	background: transparent url(../images/button/button_yellow_a.gif) no-repeat scroll right top;
	color: #a06425;
}
a.MButtonGray
{
	background: transparent url(../images/button/button_gray_a.gif) no-repeat scroll right top;
	color: #333333;
}

a.MButton span
{
	display: block;
	padding: 5px 1px 5px 11px;
	line-height: 14px;
}
a.MButtonBlue span
{
	background: transparent url(../images/button/button_blue_span.gif) no-repeat;
}

a.MButtonRed span
{
	background: transparent url(../images/button/button_red_span.gif) no-repeat;
}

a.MButtonGreen span
{
	background: transparent url(../images/button/button_green_span.gif) no-repeat;
}

a.MButtonPurple span
{
	background: transparent url(../images/button/button_purple_span.gif) no-repeat;
}

a.MButtonYellow span
{
	background: transparent url(../images/button/button_yellow_span.gif) no-repeat;
}

a.MButtonGray span
{
	background: transparent url(../images/button/button_gray_span.gif) no-repeat;
}



a.MButton:hover
{
	background-position: right -24px;
}
a.MButton:hover span
{
	background-position: left -24px;
}
a.MButton:active
{
	background-position: right -48px;
	outline: none;
}
a.MButton:active span
{
	background-position: left -48px;
	padding: 6px 0 4px 12px;
}





/* 分页开始 */

.MPage
{
	padding-top:5px;
	padding-bottom:5px;
}
.MPage A, .MPage A:visited
{
	display:inline-block;	
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	border: #cccccc 1px solid;
	color: #000000;
	margin-right: 4px;
	text-decoration: none;
	background-color: #f8f8f8;
}
.MPage A:hover, .MPage A:active
{	
	display:inline-block;
	border: #559DFF 1px solid;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 4px;
	text-decoration: none;
	color: #000000;
	background-color: #CEE3FF;
}

.MPageCurrent
{
	display:inline-block;

	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	border: #559DFF 1px solid;
	color: #000000;
	margin-right: 4px;
	text-decoration: none;
	background-color: #CEE3FF;
	
}
.MPageInput
{
	padding:3px;
	border-top:1px #cccccc solid;
	border-left:1px #cccccc solid;
	border-bottom:1px #cccccc solid;
	border-right:1px #cccccc solid;
	margin-bottom:0px;	
	height:13px;
}
.MPageButton
{
	padding:1px;
	padding-top:3px;
	border-top:1px #cccccc solid;
	border-left:1px #cccccc solid;
	border-bottom:1px #cccccc solid;
	border-right:1px #cccccc solid;
	background-color:#f1f1f1;	 
	margin-bottom:0px;
	font-size:11px;
	line-height:12px;
}

/* 分页结束 */