/*set web Page Style*/
body{
	background-color: #DDDDDD;
	font-size: 12px;
	color: #333333;
	margin: 0px;
}
th,td{
	font-size: 12px;
}
a:link{
	color: #333333;
	text-decoration: none;
}
a:visited{
	color: #333333;
	text-decoration:none;
}
a:hover{
	text-decoration: none;
	color: #ff6600;
}
a:active{
	color: #333333;
	text-decoration:none;
}

/*set links Style*/
a.linkSet:link{
	color: #ffffff;
	text-decoration:none;
}
a.linkSet:visited{
	color: #ffffff;
	text-decoration:none;
}
a.linkSet:hover{
	color: #ffff00;
	text-decoration: none;
}
a.linkSet:active{
	color: #ffffff;
	text-decoration: none;
}
a.linkNavigation:link{
	color: #ffffff;
	font-weight:bolder;
	font-size: 14px;
	text-decoration:none;
}
a.linkNavigation:visited{
	color: #ffffff;
	font-weight:bolder;
	font-size: 14px;
	text-decoration:none;
}
a.linkNavigation:hover{
	color: #ffff00;
	font-weight:bolder;
	font-size: 14px;
	text-decoration: none;
}
a.linkNavigation:active{
	color: #ffffff;
	font-weight:bolder;
	font-size: 14px;
	text-decoration: none;
}
a.linkMore:link{
	color: #AED5F4;
	text-decoration: none;
}
a.linkMore:visited{
	color: #AED5F4;
	text-decoration:none;
}
a.linkMore:hover{
	color: #ffffff;
	text-decoration:none;
}
a.linkMore:active{
	color: #AED5F4;
	text-decoration: none;
}
a.linkLocation:link{
	color: #999999;
	text-decoration: none;
}
a.linkLocation:visited{
	color: #999999;
	text-decoration: none;
}
a.linkLocation:hover{
	color: #666666;
	text-decoration: none;
}
a.linkLocation:active{
	color: #999999;
	text-decoration: none;
}
/*set text Color Style*/
.textWhite{
	color: #ffffff;
}
.text82BFEC{
	color: #82BFEC;
}
.textTitleFF6600{
	color: #FF6600;
	font-weight: bolder;
	letter-spacing: 2px;
}
.textTitleWhite{
	color: #FFffff;
	font-weight: bolder;
	letter-spacing: 2px;
}
.textTime{
	color: #999999;
}
.textLabel{
	color: #ff6600;
}
.textFF6600{
	color: #FF6600;
}
.textListWhite{
	color: #ffffff;
	font-size: 14px;
	font-weight:bolder;
	letter-spacing: 2px;
}
.textListMenu{
	letter-spacing: 3px;
}
.textLocation{
	color: #999999;
}
.textNewsShowTitleFF6600{
	color: #ff6600;
	font-size: 14px;
	font-weight: bolder;
}

/*set tablieBorder Style*/
.tableBorderLogin{
	border:1px solid #DFDFDF;
}
.tableBorder1F83CE{
	border: 1px solid #1F83CE;
}
.tableBorderDashed{
	border-bottom: 1px dashed #cccccc;
}
.tableFriendLinks{
	border-left: 1px solid #8FD0F3;
	border-top: 1px solid #8FD0F3;
	border-right:1px solid #8FD0F3;
}
/*set input Style*/
.inputLogin{
	border: 1px solid #CDCDCD;
	height: 18px;
	width: 75px;
}
.inputSearch{
	border: 1px solid #C9C9C9;
	height:20px;
}
.inputPage
{
	border: 1px solid #cccccc;
	height: 18px;
	color:#333333;
}
/*set Select Style*/
.selectStyle1
{
    border: 1px solid #C8C8C8;
    width:  142px;
    height: 21px;
    clip: rect( 0px, 181px, 20px, 0px );
    overflow: hidden;
}
.selectStyle2
{
    border: 1px solid #F4F4F4;
    width:  140px;
    height: 20px;
    clip: rect( 0px, 179px, 18px, 0px );
    overflow: hidden;
}
.selectStyle3
{
    position: relative;
    left: -2px;
    top: -2px;
    width: 142px; 
    line-height: 14px; color: #333333;
    border-style: none;
    border-width: 0px; 
}

/*set lineHeight Style*/
.lineHeightContent{
	line-height: 25px;
}

/*set button style*/
.buttonPage
{
	border: 1px solid #cccccc;
	background-color: #ffffff;
	color: #333333;
	height: 18px;
}
