﻿/*canh defined*/
/*align*/
.t-left{ text-align: left !important; }
.t-right{ text-align: right !important; }
.t-center{ text-align: center !important; }
.o-center{ vertical-align: middle !important; }
.o-bottom{ vertical-align: bottom !important; }

/*width percent*/
.w5Per{ width:5% !important; }
.w10Per{ width:10% !important; }
.w15Per{ width:15% !important; }
.w20Per{ width:20% !important; }
.w25Per{ width:25% !important; }
.w30Per{ width:30% !important; }
.w40Per{ width:40% !important; }
.w42Per{ width:42% !important; }
.w45Per{ width:45% !important; }
.w50Per{ width:50% !important; }
.w55Per{ width:55% !important; }

.w60Per{ width:60% !important; }
.w70Per{ width:70% !important; }
.w75Per{ width:75% !important; }
.w80Per{ width:80% !important; }
.w85Per{ width:85% !important; }
.w90Per{ width:90% !important; }
.w95Per{ width:95% !important; }
.w100Per{ width:100% !important; }

/*width pixel*/
.w5{ width:5px !important; }		
.w10{ width:10px !important; }		
.w20{ width:20px !important; }		
.w30{ width:30px !important; }		
.w50{ width:50px !important; }		
.w80{ width:100px !important; }		
.w85{ width:85px !important; }
.w93{ width:93px !important; }

.w100{ width:100px !important; }	
.w150{ width:150px !important; }	
.w158{ width:158px !important; }	
.w200{ width:200px !important; }
.w210{ width:210px !important; }
.w300{ width:300px !important; }
.w310{ width:310px !important; }
.w350{ width:350px !important; }

.w400{ width:400px !important; }
.w725{ width:725px !important; }

.w950{ width:950px !important; }

/*height percent*/
.h3{ height:10px !important; }	
.h100Per{ height:100% !important; }	
.hAuto{ height:auto !important; }	
.hInherit{ height:inherit !important; }	
.h900{ height:900px !important; }	

/*float*/
.fl{ float:left; }
.fr{ float:right; }

/*clear*/
.clear{ clear:both; }

.borderNone{ border: none; }
.noUnderLine{ text-decoration:none; }		
.noUnderLine a{ text-decoration:none; }		


/*font*/
.black
{
	color:Black !important;
}
.red
{
	color:Red !important;
}
.bold
{
	font-weight:bold !important;
}
.italic
{
	font-style:italic !important;
}

.pos_relative
{
	position:relative !important;
}	
.margin-left10
{
	margin-left:10px !important;
}
.margin-left10Minus
{
	margin-left:-70px !important;
}
.margin-right0
{
}	
.margin-right10
{
	margin-right:10px !important;
}	
.margin10
{
	margin:10px !important;
}	
.margin-bottom3
{
	margin-bottom:10px !important;
	margin-right:18px !important;
}
.margin-bottom10
{
	margin-bottom:10px !important;
}
.margin-bottom20
{
	margin-bottom:20px !important;
}
.paddingLeft20
{
	padding-left:15px !important;
}
.paddingTop20
{
	padding-top:20px !important;
}	
.paddingBottom20
{
	padding-bottom:20px !important;
}	

.paddingRight15
{
	padding-right:25px !important;
}
.paddingRight50
{
	padding-right:50px !important;
}
.font11
{
	font-size:11px;
}
.font12
{
	font-size:12px;
}
.font13
{
	font-size:13px;
}
.font14
{
	font-size:14px;
}
.font16
{
	font-size:16px;
}
.fontTahoma
{
	font-family:Tahoma !important;
}
.fontVerdana
{
	font-family:Verdana !important;
}
.textNoUnder
{
	text-decoration:none !important;
}
.upCase
{
	text-transform:uppercase !important;
}
.curHand
{
	cursor:pointer !important ;
	}
.lineHeightCommon
{
	line-height:150% !important;
	}
.lineHeightCommonList
{
	line-height:100% !important;
	}
