﻿.tdTxt
{
	font-size: 12px;
	text-align: right;
	background-color: #d8d7d7;
}
.tdTxtNormal
{
	font-size: 12px;
	text-align: right;
	color: #525252;
}
.divMsg
{
	font-family: font-family: "MS Serif" , "New York" , serif;
	font-size: 12px;
	color: Maroon;
	background-color: #ffebe8;
	line-height: 30px;
	padding-left: 10px;
}
.tbx
{
	font-family: Verdana,Tahoma,Times New Roman;
	font-size: 12px;
	color: #747474;
	border: 1pt solid #AFAFAF;
	height: 18px;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	padding-left: 3px;
}
.tbx:focus
{
	font-family: Verdana,Tahoma,Times New Roman;
	font-size: 12px;
	color: Black;
	border: 1pt solid #f97907;
	height: 18px;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	box-shadow: 0 0 5px #f97907;
}
.brandTab
{
	font-family: Tahoma, Helvetica, sans-serif;
	color: Black;
	text-align: left;
	text-decoration: none;
	background-image: -webkit-linear-gradient(#E6E6E6, #F6F6F6);
	background-image: -moz-linear-gradient(#E6E6E6, White); /*background-color: #065faa; 	border-radius: 2px 2px 2px 2px; 	-moz-border-radius: 2px 2px 2px 2px;*/
	line-height: 20px;
	border-top: 1px solid Gray;
	border-right: 1px solid Gray;
	border-left: 1px solid Gray;
	border-bottom: 1px solid White;
	font-weight: bold;
	color: Black;
}
.brandTab a
{
	text-decoration: none;
	color: Black;
}
.brandTab a:hover
{
	text-decoration: underline;
	color: Black;
}
.leftTab
{
	width: 100%;
	font-family: Tahoma, Helvetica, sans-serif;
	color: Black;
	text-align: left;
	text-decoration: none;
	border: 0pt;
	background-image: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background-image: -moz-linear-gradient(#F6F6F6, #E6E6E6); /*background-color: #065faa; 	border-radius: 2px 2px 2px 2px; 	-moz-border-radius: 2px 2px 2px 2px;*/
	line-height: 30px;
}
.leftTab:hover
{
	width: 100%;
	font-family: Tahoma, Helvetica, sans-serif;
	color: Black;
	text-align: left;
	text-decoration: none;
	border: 0pt;
	background-image: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background-image: -moz-linear-gradient(#F6F6F6, #F6F6F6); /*background-color: #065faa; 	border-radius: 2px 2px 2px 2px; 	-moz-border-radius: 2px 2px 2px 2px;*/
	line-height: 30px;
}
.leftTab a
{
	text-decoration: none;
	
}
.leftTab a:hover
{
	text-decoration: underline;
}
.btn
{
	height: 29px;
	width: 80px;
	font: normal 12px/15px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding-bottom: 3px;
	border: 0pt;
	cursor: pointer;
	background-color: #0e457b;
}
.btn:focus
{
	height: 29px;
	width: 80px;
	font: normal 12px/15px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding-bottom: 3px;
	border: 0pt;
	background-color: #065faa;
}
.tdTitle
{
	font-family: Verdana,Tahoma, Times New Roman;
	font-size: 30px;
	color: Black;
}
.tdTitle a
{
	color: Black;
	text-decoration: none;
}
.tdTitle a:hover
{
	color: Black;
	text-decoration: underline;
}
.cbo
{
	font-family: Verdana,Tahoma,Times New Roman;
	font-size: 12px;
	color: #535353;
	width: 182px;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border: 1pt solid #AFAFAF;
	height: 25px;
}
.cbo:focus
{
	font-family: Verdana,Tahoma,Times New Roman;
	font-size: 12px;
	color: Black;
	width: 182px;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border: 1pt solid #f97907;
	height: 25px;
	box-shadow: 0 0 5px #f97907;
}
.tdContent
{
	text-align: justify;
	padding: 0px 10px 0px 10px;
}
input:focus::-webkit-input-placeholder
{
	color: transparent;
}
input:focus:-moz-placeholder
{
	color: transparent;
}
/* FF 4-18 */
input:focus::-moz-placeholder
{
	color: transparent;
}
/* FF 19+ */
.wrapword
{
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: pre-wrap; /* css-3 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	word-break: break-all;
	white-space: normal;
	width:200px;
}
.bgGame
{
	background-image:url('../Images/games.png');
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#5bb75b;
	width:80px;
	height:100px;
	border-radius: 5px 5px 5px 5px;
	-webkit-transition: all .3s ease-in;-moz-transition: all .3s ease-in;-ms-transition: all .3s ease-in;-o-transition: all .3s ease-in;transition: all .3s ease-in;margin-right:5px;
	color:White;
	font-family:Verdana;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	float:left;
}
.bgGame:hover
{
	background-image:url('../Images/games.png');
	background-position:Bottom center;
	background-repeat:no-repeat;
	background-color:#5bb75b;
	-moz-transform: scale(1.10);-webkit-transform: scale(1.10);-o-transform: scale(1.10);-ms-transform: scale(1.10);transform: scale(1.10);
}