@charset "UTF-8";

#BoldTextPinkColor{
	color:#660033;
}
/**** end bold text color ***************/
/* CSS Document */

/* whole html body CSS*/
html, body {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #3F4554;
	background-color: #7cb021;
	text-align: center;
	line-height: 1.8em;
}

/******************** link design **********************/
/* normal design */
a:link {
	color: #FF6600;
}
a:visited {
	color: #FF6600;
}
a:hover {
	color: #FFCC00;
}
a:active {
	color: #FF6600;
}

/* special design 1 */
#splink a:link {
	color:#333333;
	text-decoration:none;
}
#splink a:visited {
	color:#333333;
}
#splink a:hover {
	color:#FF6600;
}
#splink a:active {
	color:#333333;
}

/* special design 2 */
#splink2 a {
text-decoration:none;
	font-weight:bold;
}
#splink2 a:link {
	color:#0066CC;
	
}
#splink2 a:visited {
	color:#0066CC;
}
#splink2 a:hover {
	color:#FF6600;
}
#splink2 a:active {
	color:#0066CC;
}

/******************** END link design **********************/


/***** Main Table Contanter ********/
#MainContainer {
	border: solid 1px #dadada;
	background-color:#FFF;
}


/***** Sign up box *******/
#SignUpBox {
	background-image:url(../templete_pic/welcome-banner-bg.gif);
	background-repeat:no-repeat;
	padding-left:10px;
}


/***** left advitis banner ******/
#leftBannerTable {
	text-align:center;
	background-color:#FFFFFF;
}
#leftBannerCell {
	padding-top:10px;
	padding-bottom:10px;
}

/***** right Content main *******/
#rightContentMain {
	background-color:#FFFFFF;
	border-left: solid 1px #dadada;
	vertical-align:top;
}

/**** footer sponser ****/
#sponserFooter{
	background-color:#FFFFFF;
	border-top: solid 1px #dadada;

}

/**** footer t&C ****/
#footerTandC{
	background-image:url(../templete_pic/bottom_TandC.gif);
	background-repeat:no-repeat;
	font-size:10px;
}
/**** ================================= Table Setting ================================== ***********/
table.tableStyle {
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: #dadada;
	border-collapse: collapse;
	background-color: white;
}
table.tableStyle th {
	border-width: 1px;
	padding: 2px;
	border-style: inset;
	border-color: #dadada;
	background-color: white;
	-moz-border-radius: ;
}
table.tableStyle td {
	border-width: 1px;
	padding: 2px;
	border-style: inset;
	border-color: #dadada;
	background-color: white;
	-moz-border-radius: ;
}


table.tableStyle2 {
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: #dadada;
	border-collapse: collapse;
	background-color: white;
}
table.tableStyle2 th {
	border-width: 1px;
	padding: 0px;
	border-style: inset;
	border-color: #dadada;
	background-color: white;
	-moz-border-radius: ;
}
table.tableStyle2 td {
	border-width: 1px;
	padding: 0px;
	border-style: inset;
	border-color: #dadada;
	background-color: white;
	-moz-border-radius: ;
}


table.tableGallery {
	
}
table.tableGallery th {
	
}
table.tableGallery td {
	padding:10px;
}



/**** For Text Layout only ***********/
#forTextBlock{
	padding-left:25px;
	padding-right:95px;
	text-align:left;
}

/**** For Table Text only ***********/
#forTableText{
	padding-left:25px;
	text-align:left;
}

#forTableTextBalance{
	padding-left:25px;
	padding-right:25px;
	text-align:left;
}
/**** =================================END Table Setting ================================== ***********/



/**** bold text color ***************/
#BoldTextColor{
	color:#006633;
}

/**** bold text color ***************/
#TandCText{
	font-size:9px;
	line-height:12px;
}
