/* CSS Document */


.btnBg
{ 
	background-image:url(../images/btnBg.jpg);
	
}
.middleBarBg
{ 
	background-image:url(../images/middleBarBg.jpg);
	
}
.fl
{
	float:left;
	
	
}
.fr
{
	float:right
	
}

.titleExplain
{
	font-family:"MS Gothic";
	font-size:12px;
	font-weight:bold;
	text-align:left;
	color:#4c4c4c;
	vertical-align:middle;
	padding-left:10px;
}

.infoWindowVerFrameBg
{
	background-image:url(../images/infoWindowVerFrameBg.jpg);
}
.footer
{
	float:left; 
	width:100%
}
.typeTitle2
{
	font-family:"MS PGothic";
	font-size:14px;
	font-weight:bold;
	color:#555555;

}

.infoWindowHerFrameBg
{
	background-image:url(../images/infoWindowHerFrameBg.jpg);
}
.menuBtnStyle
{
	font-family:"MS PGothic";
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	color:#555555;
	
}
.footBg
{
	background-image:url(../images/footBg.jpg);
}
.footBg2
{
	background-image:url(../images/footBg2.jpg);
}
.tdHorTop
{
vertical-align:top;
}

.tdVerMiddle
{

	vertical-align:middle;
	
}
.tdVerBottom
{
	vertical-align:bottom;
}
.tdVerLeft
{
text-align:left;
}
.tdVerCenter
{
text-align:center;
}
.bold
{
	font-weight:bold;
}
.gray
{
	color:#333333;
}
.paddTop20
{
padding-top:20px;

}
.paddLeft10
{
	padding-left:10px;
}
.paddLeft20
{
 	padding-left:20px;
}
.paddRight10
{
padding-right:10px;
}
.paddRight20
{
padding-right:20px;
}
.paddRight35
{
padding-right:35px;
}
.paddLeft30
{
 	padding-left:30px;
}
.paddBtm
{
	padding-bottom:70px;
	
}
.right
{
	text-align:right
}
.center
{
	text-align:center;
}
.left
{
	text-align:left;
}
.margin
{	
	margin-top:0px;
	margin-left:0px;
}
.ml5
{
	margin-left:5px;
	
}
.margiVerCenter
{
margin-left:auto;
margin-right:auto;

}
.frameText
{
font-family:"MS UI Gothic";
	font-size:14px;
	color:#000000;
	font-weight:bold;
	vertical-align:bottom;
	text-align:right;
	padding-right:20px;
	
}
.unSelected
{
color:#000000;

}
.selected
{
  color:#999999
}
