@charset "utf-8";
/* CSS Document */
body {
	height:100%;
	position:relative;
	margin:0;
	padding:0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	text-align:center;
	direction:rtl;
	background:url(../img/topbg.png) top center no-repeat;	
}
/*-------------------------------- General Css -------------------------------------*/
a
{
	font-family:  Tahoma;
	font-size: 12px;
	color:#38373B;
}
a:link 
{
	text-decoration: none;
	-webkit-transition:all .3s ease-in;  
   	-moz-transition:all .3s ease-in;  
  	-o-transition:all .3s ease-in;  
   	transition:all .3s ease-in; 
}
a:visited , a:hover , a:active 
{
	text-decoration: none;
}
a:hover {
	color:#313330;
}
@font-face {
    font-family: "Yekan";
	src: url('../fonts/yekan/yekan.eot?#') format('eot'),  /* IE6â€"8 */
       url('../fonts/yekan/yekan.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('../fonts/yekan/yekan.ttf') format('truetype');  /* Saf3â€"5, Chrome4+, FF3.5, Opera 10+ */
}
.spanWarning
{
	text-align:center;
	color:#D00909;
}
.Alert
{
	border:1px solid #060;
	background-color:#c9fb84;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
    -webkit-box-shadow:  2px 2px 4px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:  2px 2px 4px 0px rgba(50, 50, 50, 0.2);
    box-shadow:  2px 2px 4px 0px rgba(50, 50, 50, 0.2);
	min-width:400px;
	font-size:12px;
}
.Alert2
{
	border:1px solid #900;
	background-color:#FCDBD1;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px; 
    -webkit-box-shadow:  2px 2px 4px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:  2px 2px 4px 0px rgba(50, 50, 50, 0.2);
    box-shadow:  2px 2px 4px 0px rgba(50, 50, 50, 0.2);
	min-width:400px;
	font-size:12px;
}
.Alert3
{
	border:1px solid #F90;
	background-color:#FFFF33;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px; 
    -webkit-box-shadow:  2px 2px 4px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:  2px 2px 4px 0px rgba(50, 50, 50, 0.2);
    box-shadow:  2px 2px 4px 0px rgba(50, 50, 50, 0.2);
	min-width:400px;
}
.Alert4
{
	border:1px solid #900;
	background-color:#FCDBD1;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px; 
    -webkit-box-shadow:  2px 2px 4px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:  2px 2px 4px 0px rgba(50, 50, 50, 0.2);
    box-shadow:  2px 2px 4px 0px rgba(50, 50, 50, 0.2);
	min-width:400px;
	font-size:12px;
	text-align:center;
}
.TextF {
	font-size: 12px;
	color: #000000;
	font-family: Tahoma;
	background-color: #F6F3F3;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; 
    -webkit-box-shadow:  2px 2px 4px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow:  2px 2px 4px 0px rgba(50, 50, 50, 0.1);
    box-shadow:  2px 2px 4px 0px rgba(50, 50, 50, 0.1);
	height:25px;
	margin:5px;
	background: linear-gradient(#eee, #fff);
  	transition: all 0.3s ease-out;
	width:300px;
}
.TextF:focus {
  outline: none;
  background-position: 0 -2.3em;
}
.SelectBox
{
	font-size: 12px;
	color: #000000;
	font-family: Tahoma;
	background-color: #F6F3F3;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
    -webkit-box-shadow:  2px 2px 4px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow:  2px 2px 4px 0px rgba(50, 50, 50, 0.1);
    box-shadow:  2px 2px 4px 0px rgba(50, 50, 50, 0.1);
	height:30px;
	padding:3px;
	margin:5px;
	background: linear-gradient(#eee, #fff);
  	transition: all 0.3s ease-out;
	width:305px;
}
.PagingSelectBox
{
	font-size: 12px;
	color: #000000;
	font-family: Tahoma;
	background-color: #F6F3F3;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
    -webkit-box-shadow:  2px 2px 4px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow:  2px 2px 4px 0px rgba(50, 50, 50, 0.1);
    box-shadow:  2px 2px 4px 0px rgba(50, 50, 50, 0.1);
	height:30px;
	padding:5px 3px 3px 3px;
	margin:5px;
	background: linear-gradient(#eee, #fff);
  	transition: all 0.3s ease-out;
}
.SelectBox:focus , .PagingSelectBox:focus{
  outline: none;
  background-position: 0 -2.3em;
}
.TextArea
{
	font-size: 12px;
	color: #000000;
	font-family: Tahoma;
	background-color: #F6F3F3;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
    -webkit-box-shadow:  2px 2px 4px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow:  2px 2px 4px 0px rgba(50, 50, 50, 0.1);
    box-shadow:  2px 2px 4px 0px rgba(50, 50, 50, 0.1);
	margin:5px;
	text-indent:3px;
	background: linear-gradient(#eee, #fff);
  	transition: all 0.3s ease-out;
	width:300px;
}
.Submit {
	font-size: 11px;
	font-stretch:color: #000000;
	font-family: Tahoma;
	background-color: #F6F3F3;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
    -webkit-box-shadow:  2px 2px 4px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow:  2px 2px 4px 0px rgba(50, 50, 50, 0.1);
    box-shadow:  2px 2px 4px 0px rgba(50, 50, 50, 0.1);
	cursor:pointer;
	height:25px;
	min-width:100px;
	background: linear-gradient(#eee, #fff);
}
img {
	border:none;	
}
::selection {
  background: #CCC;
  color:#38373B;
}
::-moz-selection {
  background: #CCC;
  color:#38373B;
}
/*-------------------------------- End General Css ---------------------------------*/
#container {
	width:1000px;
	height:auto;
	display:inline-block;
	margin:0 auto;	
}
#topWard {
	width:100%;
	height:180px;
}
#forTopSearch {
	width:212px;
	height:31px;
	float:right;
	margin-top:6px;
}
#topSearch {
	width:100%;
	height:31px;
	background:url(../img/search/bg.png) right center no-repeat;	
}
#topSearchIcon {
	width:22px;
	height:21px;
	float:right;
	margin:6px 8px 0 0;	
}
#topSearchIcon input {
	width:22px;
	height:21px;
	background:url(../img/search/search.png) no-repeat;
	border:none;
	outline:none;
	cursor:pointer;	
}
#topSearchText {
	width:115px;
	height:20px;
	line-height:20px;
	float:right;
	margin:4px 8px 0 0;
}
#topSearchText input {
	width:109px;
	height:20px;
	float:right;
	background:none;
	border:none;
	outline:none;
	font-family:tahoma;
}
#topSearchHomeIcon {
	width:16px;
	height:16px;
	float:left;
	margin:7px 0 0 5px;
}
#topSearchCallIcon {
	width:18px;
	height:16px;
	float:left;
	margin:7px 0 0 9px;
}
#topSearch img {
	-webkit-transition:all .3s ease-in;  
   	-moz-transition:all .3s ease-in;  
  	-o-transition:all .3s ease-in;  
   	transition:all .3s ease-in; 
}
#topSearch img:hover {
	opacity: 0.6 ;
}
#forPayLogo {
	width:87px;
	height:252px;
	position:absolute;
	top:230px;
	left:0;	
}
#logo {
	width:99px;
	height:119px;
	margin:12px auto 0 auto;	
}
#forTopMenu {
	width:100%;
	height:48px;
	margin-top:13px;
	background:url(../img/menu/topbg.png) no-repeat center center;	
}
#topMenu {
	width:964;
	height:44px;
	margin:0 auto;
	text-align:center;	
}
#forSlider {
	width:100%;
	height:428px;
	border-radius:5px;
	overflow:hidden;
}
#forMainWard {
	width:964px;
	height:auto;
	display:inline-block;
	margin:0 auto;	
}
#forIndexContent {
	width:100%;
	height:auto;
	display:inline-block;
	margin-top:2px;
	border-radius:0 0 5px 5px;		
}
#indexContentShadow {
	width:964px;
	height:24px;
	background:url(../img/index_page/shadow.png) center center no-repeat;
}
.indexContent {
	width:100%;
	height:auto;
	display:inline-block;
	background:url(../img/index_page/indexcontentbg.png) repeat ;
	margin-bottom:20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.indexContentTitle {
	height:30px;
	padding-right:40px;
	text-align:right;
	background:url(../img/index_page/arrow.png) 925px 10px no-repeat;
}
.indexContentTitle a {
	font-size:14px;
	font-family:"yekan";
	color:#a2292b;
}
.indexContentTitle a:hover {
	color:#2A2C29;	
}
.indexContentBorder {
	width:100%;
	height:2px;
	background:#fff;
	border-bottom:1px solid #bdbcbc ;
}
.indexContentBody {
	min-height:100px;
	text-align:justify;
	padding:10px 23px 0 23px;
	line-height:1.5;
	color:#4c4d4d ;
	background:url(../img/index_page/light.png) center top no-repeat;	
}
.indexContentReadMore {
	width:136px;
	height:24px;
	float:left;
	margin-left:35px;
	background:url(../img/index_page/readmorebg.png) no-repeat ;
}
.indexContentReadMore a {
	color:#a7a7a7	;
	font-family:"yekan";
	font-size:14px;
}
.indexContentReadMore a:hover {
	color:#9D0A0E;
}
#forIndexAds {
	width:100%;
	height:auto;
	margin-top:20px;
	display:inline-block;
}
#indexads {
	max-width:830px;
	margin:0 auto;
	height:auto;
	display:inline-block;
}
.indexAdsItem {
	width:250px;
	height:auto;
	display:inline-block;
	min-height:139px;
	margin-bottom:20px;
	padding:4px 4px 1px 4px;
	float:right;
	border:1px solid #999999 ;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#indexAdsShadow {
	width:963px;
	height:24px;
	margin:2px auto 0 auto;
	background:url(../img/ads/shadow.png) no-repeat;
}
#forNews {
	width:916px;
	height:auto;
	padding:25px;
	margin-top:1px;
	display:inline-block;
	background:#ebebeb;
	border-radius:5px;
}
.newsItem {
	width:260px;
	height:auto;
	display:inline-block;
	float:right;
	margin-bottom:20px;
}
.newsTitle {
	text-align:right;	
}
.newsTitle a{
	font-family:"yekan";
	font-size:14px;
	color:#888787;	
}
.newsTitle a:hover {
	color:#9D0A0E;	
}
.newsBorder {
	width:100%;
	height:2px;
	margin-top:6px;
	background:#fff;
	border-top:1px solid #abaaaa ;	
}
.newsImage {
	width:250px;
	height:125px;
	padding:4px;
	margin-top:13px;
	border:1px solid #999999 ;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.newsContent {
	width:100%;
	height:85px;
	margin-top:10px;
	text-align:justify;
	line-height:1.5;
	color:#4c4d4d;	
}
.newsReadMore {
	width:74px;
	height:23px;
	float:left;
}
#forBottomWard {
	width:100%;
	height:118px;
	padding-top:20px;
	z-index:-100 !important;
	margin-top:-20px;
	background-color:#9d0a0e;
	border-radius:5px;	
}
#bottomWardShadow {
	width:963px;
	height:24px;
	margin:0 auto;
	background:url(../img/bottomwardshadow.png) no-repeat;
}
#forBottomMenu {
	width:100%;
	height:35px;
	display:inline-block;
}
#bottomMenu {
	width:auto;
	max-width:964px;
	height:35px;
	margin:-7px auto 0 auto;
	text-align:center;		
}
#forFooterIcons {
	width:auto;
	max-width:962px;
	height:35px;
	margin:-7px auto;
	display:inline-block;
}
.footerItem {
	width:30px;
	height:30px;
	margin:0 9px;
	float:right;
	display:inline-block;	
}
#bottomWardDot {
	width:136px;
	height:24px;
	margin:-23px auto 0 auto;
	background:url(../img/bottomwarddot.png) no-repeat;
}
#forCopyRight {
	width:100%;
	height:30px;
	line-height:25px;
	text-align:center;
	font-family:"yekan";
	color:#6b6b6b ;	
}
.copyright a {
	color:#9D0A0E;	
}
/*-------------------------------- Index2 --------------------------------------------*/
#forBeauty {
	width:100%;
	height:250px;
	background:url(../img/beauty.png) no-repeat;
	border-radius:5px;
	overflow:hidden;
	z-index:900 !important;
	position:relative;	
}
#forSecondMainWard {
	width:964px;
	height:auto;
	display:inline-block;
	margin:-5px auto 0 auto;
	background:#ebebeb	;
	border-radius:5px;
	position:relative;
	padding-top:6px;
}
#rightSide {
	width:610px;
	height:auto;
	display:inline-block;
	margin:0 20px 20px 20px; 
	background:url(../img/secondlight.png) center 32px no-repeat;
}
#forMap {
	width:100%;
	height:28px;
}
#topMapPageBorder {
	width:100%;
	height:2px;
	border-bottom:1px solid #bdbcbc;
	background:#fff;	
}
#mapPage {
	font-family:"yekan";
	font-size:13px;
	color:#8e9093;
	width:100%;
	line-height:26px;
	margin:0 auto;
	text-align:right;	
}
#mapPage a{
	font-family:"yekan";
	font-size:13px;
	color:#8e9093;	
}
#mapPage a:hover {
	color:#9D0A0E;	
}
#bottomMapPageBorder {
	width:100%;
	height:2px;
	border-bottom:1px solid #bdbcbc;
	background:#fff;	
}
.newsSecondTitle a{
	font-family:"yekan";
	font-size:14px;
	color:#9D0A0E;
}
.newsSecondTitle a:hover {
	color:#8E9093;
}
.secondContentTitle {
	text-align:right;
	font-family:"yekan";
	font-size:17px;
	color:#9D0A0E;
	margin-top:10px;	
}
.secondContentText {
	text-align:justify;
	line-height:1.5;
	color:#38373B;
	margin:-10px 0 30px 0;
}
#leftSide {
	width:256px;
	height:auto;
	display:inline-block;
	margin:20px 20px 20px 25px;
	float:left;
}
#forSecondAds {
	width:100%;
	height:auto;
	display:inline-block;
	margin:8px 0 25px 20px;
}
.secondAdsItem {
	width:250px;
	height:auto;
	display:inline-block;
	padding:2px 2px 0 2px;
	float:right;
	border:1px solid #999999 ;
	margin-bottom:15px;
	background:#fff;
}
#forLinks {
	width:100%;
	height:264px;
	background:#fff;
	border-radius: 0 0 5px 5px;
	overflow:hidden;
}
#topLinksIcon {
	width:116px;
	height:24px;
	margin:0 auto 10px auto;
	background:url(../img/links/titlelinks.png) no-repeat;	
}
.forMarqueeLinksDiv {
	width:100%;
	height:200px;
	position:relative;
	display:inline-block;		
}
.forMarqueeLinks {
	position:absolute;	
	top:0;
	left:0;
	display:inline-block;
}
.forMarqueeLinks ul {
	width:100%;
	margin:0;
	padding:0;
	display:inline-block;	
}
.forMarqueeLinks ul li {
	width:200px;
	height:20px;
	line-height:18px;
	list-style:none;
	float:right;
	margin:6px 10px 6px 0;
	text-align:right;
	font-family:"yekan";
	font-size:12px;
	padding-right:20px;
	display:inline-block;
	background:url(../img/links/bullet.png) no-repeat center right ;
}
.forMarqueeLinks ul li a{
	font-family:"yekan";
	color:#58595b ;
}
.forMarqueeLinks ul li a:hover {
	color:#C00;	
}
.forLinksControls {
	width:100%;
	height:auto ;
	display:inline-block;
	background:#d1d1d1;
}
.linksControls {
	width:90px;
	height:30px;
	display:inline-block;
	margin:0 auto;
}
.upButton , .pauseButton , .downButton {
	width:17px;
	height:17px;
	float:right;
	margin:7px 0 0 11px;
	display:inline-block;
	cursor:pointer;	
}
.upButton {
	background:url(../img/links/up.png) no-repeat ;	
}
.pauseButton {
	background:url(../img/links/pause.png) no-repeat ;	
}
.downButton {
	background:url(../img/links/down.png) no-repeat ;	
}
/*----------------------------- Search Result -----------------------------------------*/
.itemDivider {
	background:url(../img/hr.png) no-repeat ;
	width:600px;
	height:21px;	
}
.searchResultDivider {
	font-family:"yekan";
	font-size:13px;
	color:#38373B;	
}
.normalTip:hover {
	color:#DB5940;	
}
.resultSerachNews a{
	font-family:yekan;
	font-size:13px;
	color:#666 ;
}
.resultSerachNews a:hover {
	color:#9D0A0E;	
}
/*----------------------------- End Result ---------------------------------------------*/
.forPagelist ul li a:hover , .forReturn a:hover {
	color:#DB5940;	
}
/*------------------------------ index 3 -----------------------------------------------*/
.forThirdWardTop {
	width:100%;
	height:auto;
	display:inline-block;
	text-align:center;
	padding-bottom:70px;
}
.forThirdLogo {
	width:100%;
	height:auto;
	display:inline-block;
	margin:10px auto 0px auto;
}
.forLoginForm {
	width:430px;
	height:196px;
	display:inline-block;
	margin:0 auto;
	background:url(../img/login-page/loginform-bg.png) no-repeat;
}
.payslipTitle {
	width:100%;
	height:auto;
	display:inline-block;
	padding:20px 0px;
	margin-bottom:20px;
	font-weight:bold;
	border-bottom:2px solid #afafb1;
}
.forThirdWardBottom {
	width:100%;
	height:auto;
	display:inline-block;
	background:url(../img/login-page/bg-footer.png) top repeat-x;
}
.ThirdwardBottom {
	width:400px;
	height:auto;
	display:inline-block;
	margin:0 auto;
	text-align:center;
	line-height:20px;
	padding-top:5px;
	color:#333;
}
.forShortcutsWard {
	width:100%;
	height:73px;
	display:inline-block;
	margin-top:60px;
	border-top:2px solid #afafb1;
}
.forShortcuts {
	width:1100px;
	height:73px;
	background:url(../img/shortcuts/back.png) no-repeat;
	display:inline-block;
	margin:-38px auto 0px auto;
	text-align:right;
	border:0px solid red;
}
.shortcutPayslip {
	width:215px;
	height:55px;
	background:url(../img/shortcuts/payslip.png) center no-repeat;
	display:inline-block;
	float:right;
	margin-right:8px;
	margin-top:8px;
	border:0px solid white;
}
.shortcutReward {
	width:215px;
	height:55px;
	background:url(../img/shortcuts/reward.png) center no-repeat;
	display:inline-block;
	float:right;
	margin-right:8px;
	margin-top:8px;
	border:0px solid white;
}
.shortcutPassword {
	width:236px;
	height:55px;
	background:url(../img/shortcuts/password.png) center no-repeat;
	display:inline-block;
	float:right;
	margin-top:8px;
	border:0px solid white;
}
.shortcutMessage {
	width:214px;
	height:55px;
	background:url(../img/shortcuts/message.png) center no-repeat;
	display:inline-block;
	float:right;
	margin-top:8px;
	border:0px solid white;
}
.shortcutExit {
	width:190px;
	height:55px;
	background:url(../img/shortcuts/exit.png) center no-repeat;
	display:inline-block;
	float:right;
	margin-top:8px;
	border:0px solid white;
}
.pointer {
	cursor:pointer;
}
.forPrint {
	width:100%;
	height:58px;
	float:left;
	text-align:left;
	margin-bottom:10px;
	display:inline-block;
}
/*================================ Table =====================================*/
table#tableToolbar{
	background:url(../image/table-toolbar-bg.png) repeat-x;
	height:54px;
	border:1px solid #CCC;
	margin-bottom:10px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px; 
    -webkit-box-shadow:  2px 2px 4px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:  2px 2px 4px 0px rgba(50, 50, 50, 0.2);
    box-shadow:  2px 2px 4px 0px rgba(50, 50, 50, 0.2);	
}
table#tableToolbar td{
	padding:0px 5px 0px 5px;	
}
table {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}
table#tableGrid td{
	padding:3px;
	border:1px solid #CCC;	
}
table#tableGrid {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	border:1px solid #CCC;
	padding:3px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px; 
    -webkit-box-shadow:  2px 2px 4px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:  2px 2px 4px 0px rgba(50, 50, 50, 0.2);
    box-shadow:  2px 2px 4px 0px rgba(50, 50, 50, 0.2);
}
table#tableToolbar{
	background:url(../image/table-toolbar-bg.png) repeat-x;
	height:54px;
	border:1px solid #CCC;
	margin-bottom:10px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px; 
    -webkit-box-shadow:  2px 2px 4px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:  2px 2px 4px 0px rgba(50, 50, 50, 0.2);
    box-shadow:  2px 2px 4px 0px rgba(50, 50, 50, 0.2);	
}
table#tableToolbar td{
	padding:0px 5px 0px 5px;	
}
.secondTableGrid tr td {
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
table.secondTableGrid td {
	border:0px solid #CCC !important;
}
.secondTableGrid tr:nth-child(even) {
	height:30px;
	background-color:#eaeaeb;
	text-align:center;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.secondTableGrid tr:nth-child(odd) {
	height:30px;
	background-color:#dadadd;	
	text-align:center;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.secondTableGrid tr:hover {
	background-color:#cd1015;
	color:#ffffff;
	text-align:center;
	-webkit-transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-o-transition: color .25s ease-in-out;
	transition: color .25s ease-in-out;
}
.bgtd1
{
	height:30px;
	background-color:#eaeaeb;
	text-align:center;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.bgtd2
{
	height:30px;
	background-color:#dadadd;	
	text-align:center;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.bgtd3
{
	background-color:#F93B3B;	
	text-align:center;
}
.bgtd4
{
	background-color:#cd1015;
	color:#ffffff;
	text-align:center;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.bgtd5
{
	background-color:#FF9;
	text-align:center;
}
.bgtd6
{
	background-color:#6F3;
	text-align:center;
}
.bgtd7
{
	background-color:#090;
	text-align:center;
}
.bgtdhed
{
	background-color:#c2c2c4;
	height:40px;	
}
.bgtdfooter
{
	background-color:#c2c2c4;
	height:30px;	
}
/*=========================== End Table ======================================*/