
/* CSS Document */
/*additional*/

.greenFont
{
	font-family: Arial, Trebuchet MS, Arial, Verdana;
	font-size:14px;
	font-weight:bold;
	color:#077900;
	text-decoration:none; 	
}

.blackFont
{
	font-family: Arial, Trebuchet MS, Arial, Verdana;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	text-decoration:none; 	
}

.brownFont
{
	font-family: Arial, Trebuchet MS, Arial, Verdana;
	font-size:22px;
	font-weight:bold;
	color:#643303;
	text-decoration:none; 	
}

/*additional*/

body
{
	padding:0;
	margin:0;
	vertical-align:top;
	
	background:url(../images/topBg.png) repeat-x top;
}

.baseTable
{
	padding:0;
	margin:0;
	min-height:600px;
	
	background:url(../images/kangaroo.png) no-repeat bottom left;
}

.ErrorMessage
{
	font-family: Arial, Trebuchet MS, Arial, Verdana;
	font-size: 12px;
	color: #ff3300;
}

.ErrorMessageSummary
{
	font-family: Arial, Trebuchet MS, Arial, Verdana;
	font-size: 12px;
	color: #ff3300;
	border-top: burlywood 2px outset;
	padding-top: 10px;
}
.footer
{
	font-family: Arial, Trebuchet MS, Arial, Verdana;
	font-size:10px;
	color:#643c00;
	min-height:600px;
	
	padding-bottom:25px;
	padding-right: 25px;
	padding-top:60px;
} 
.caption
{
	font-family: Arial, Trebuchet MS, Arial, Verdana;
	font-size: 10px;
	color: #996633;
}
.TAndC
{
	font-family: Arial, Trebuchet MS, Arial, Verdana;
	font-size: 11px;
	color: #000033;
}
/* div */
.divTerms
{
	background-color: #ffffcc;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	font-family: Arial, Trebuchet MS, Arial, Verdana;
	font-size: 11px;
	color: black;
	text-decoration: none;
	border-bottom: dimgray 1px solid;
	border-left: dimgray 1px solid;
	border-top: dimgray 1px solid;
	border-right: dimgray 1px solid;
	overflow: scroll;
}

.divChangePicture
{
	background-color: #e3d6b3;
	cursor: hand;
	border-bottom: #663333 thin solid;
	border-left: #663333 thin solid;
	border-top: #663333 thin solid;
	border-right: #663333 thin solid;
}
.divUpFileClose
{
	font-family: Arial, Trebuchet MS, Arial, Verdana;
	color: #ff0000;
	text-decoration: underline;
}
.divUpFileBox
{
	border-bottom: tan 1px ridge;
	border-left: tan 1px ridge;
	background-color: #e3d6b3;
	border-top: tan 1px ridge;
	border-right: tan 1px ridge;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}
.divModalConfirmUpdate
{
	border-bottom: tan 1px ridge;
	border-left: tan 1px ridge;
	background-color: #e3d6b3;
	border-top: tan 1px ridge;
	border-right: tan 1px ridge;
	padding-left :5px;
	padding-right :5px;
	
	font-family: Arial, Trebuchet MS, Arial, Verdana;
	font-size: 14px;
	color: #623202;
}
.divRegResult
{
	background-color: #ffffcc;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	font-family: Arial, Trebuchet MS, Arial, Verdana;
	font-size: 14px;
	color: #623202;
	text-decoration: none;
	border-bottom: #993300 1px solid;
	border-left: #993300 1px solid;
	border-top: #993300 1px solid;
	border-right: #993300 1px solid;
}

.divRegResultFailed
{
	background-color: #ffffcc;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	font-family: Arial, Trebuchet MS, Arial, Verdana;
	font-size: 14px;
	color: #ff0000;
	text-decoration: none;
	border-bottom: #993300 1px solid;
	border-left: #993300 1px solid;
	border-top: #993300 1px solid;
	border-right: #993300 1px solid;
}
.divRegResultSuccess
{
	background-color: #ffffcc;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	font-family: Arial, Trebuchet MS, Arial, Verdana;
	font-size: 14px;
	color: #009933;
	text-decoration: none;
	border-bottom: #993300 1px solid;
	border-left: #993300 1px solid;
	border-top: #993300 1px solid;
	border-right: #993300 1px solid;
}
/*end div */
.ProfilePhoto
{
	width : 90px;
	height : 95px;	
}
/*fonts*/
.footerLink
{
	font-family: Arial, Trebuchet MS, Arial, Verdana;
	font-size:12px;
	color:#643c00;
	font-weight:bold;
	text-decoration:none;
} 
.footerLink a
{
	font-family: Arial, Trebuchet MS, Arial, Verdana;
	font-size:12px;
	color:#643c00;
	font-weight:bold;
	text-decoration:none;
}
.BrownPlateLink
{
	font-family: Arial, Trebuchet MS, Arial, Verdana;
	font-size:10px;
	color:#ffffff;
	/*font-weight:bold;*/
	letter-spacing:1px;
	text-decoration:none;
} 
.BrownPlateLink a
{
	font-family: Arial, Trebuchet MS, Arial, Verdana;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	letter-spacing:1px;
	text-decoration:none;
}
.BrownPlateLink a:hover
{
	font-family: Arial, Trebuchet MS, Arial, Verdana;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	letter-spacing:1px;
	text-decoration:none;
	
	border-bottom:dotted 1px;
} 
.mainHead
{
	font-family: Arial, Trebuchet MS, Arial, Verdana;
	font-size:36px;
	color:#623202;
	text-decoration:none; 
}
.mainHead2
{
	font-family: Arial, Trebuchet MS, Arial, Verdana;
	font-size:28px;
	color:#623202;
	text-decoration:none; 
}
.mainfont
{
	font-family: Arial, Trebuchet MS, Arial, Verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.mainfont2
{
	font-family: Arial, Trebuchet MS, Arial, Verdana;
	font-size:16px;
	color:#000000;
	text-decoration:none; 
}

.mainfontGrey
{
	font-family: Arial, Trebuchet MS, Arial, Verdana;
	font-size:14px;
	color:#494846;
	text-decoration:none; 
}
.mainfont a
{
	font-family: Arial, Trebuchet MS, Arial, Verdana;
	font-size:12px;
	color:#623202;
	text-decoration:none; 
}
.mainfontHighlight
{
	font-family: Arial, Trebuchet MS, Arial, Verdana;
	font-size:12px;
	color:#623202;
}
.mainfontHighlight2
{
	font-family: Arial, Trebuchet MS, Arial, Verdana;
	font-size:16px;
	font-weight:bold;
	color:#844f03;
}
.AccountInfoLink
{
	font-family: Arial, Trebuchet MS, Arial, Verdana;
	font-size: 10pt;
	color: #ff9900;
}
.mainSubtitle
{
	font-family: Arial, Trebuchet MS, Arial, Verdana;
	font-size:16px;
	font-weight:bold;
	color:#623202;
	text-decoration:none; 
}

.mainSubtitle a
{
	font-family: Arial, Trebuchet MS, Arial, Verdana;
	font-size:14px;
	font-weight:bold;
	color:#623202;
	text-decoration:none; 
}
.mediumHead
{
	font-family: Arial, Trebuchet MS, Arial, Verdana;
	font-size:24px;
	color:#623202;
	text-decoration:none; 
}
.hardSubtitle
{
	font-family: Arial, Trebuchet MS, Arial, Verdana;
	font-size:16px;
	font-weight:bold;
	color:#844f03;
	text-decoration:none; 
}

.GameMechanics
{
	font-family: Arial, Trebuchet MS, Arial, Verdana;
	font-size: 15px;
	font-weight: normal;
	color: #663300;
	text-decoration: none;
}

.GameMechanics h1
{
	font-family: Arial, Trebuchet MS, Arial, Verdana;
	font-size: 32px;
	font-weight: bold;
	color: #623202;
	text-decoration: none;
}
.GameMechanics h2
{
	font-family: Arial, Trebuchet MS, Arial, Verdana;
	font-size: 20px;
	font-weight: bold;
	color: #623202;
	text-decoration: none;
}
.GameMechanics h3
{
	font-family: Arial, Trebuchet MS, Arial, Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #623202;
	text-decoration: none;
}
.GameMechanics h4
{
	font-family: Arial, Trebuchet MS, Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #623202;
	text-decoration: none;
}
.GameMechanics h5
{
	font-family: Arial, Trebuchet MS, Arial, Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #844f03;
	text-decoration: none;
	
}
.loginLabel
{
	font-family: Arial, Trebuchet MS, Arial, Verdana;
	font-size:14px;
	color:#464646;
	text-decoration:none; 
}
/*fonts*/

/*brown plate*/

.ErrorBox
{
	background-color: peachpuff;
	font-family: Arial, Trebuchet MS, Arial, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: firebrick;
	border-bottom: firebrick 1px solid;
	border-left: firebrick 1px solid;
	border-top: firebrick 1px solid;
	border-right: firebrick 1px solid;
	text-align: center;
}



.DigiClockLabel
{
	color: #ff0000;
	font-family: Arial, Trebuchet MS, Arial, Verdana;
	font-size: 16px;
	font-weight: bold;
}

.DigiClock
{
	color: #ff0000;
	font-family: Arial, Trebuchet MS, Arial, Verdana;
	font-size: 14px;	
}

.LoginButton
{
	background:url(../images/enterButton.png); 
	background-position :center;
	background-repeat :no-repeat ;

	width : 82px;
	border-style :none;
	cursor : Hand;
	visibility :visible ;	
}
.SubmitButton
{
	background: url(images/submitButton.png);
	width: 82px;
	border-style: none;
	cursor: Hand;
	visibility: visible;
}

.SubsrcibeButton
{
	background: url(../images/SubscribeButton.png);
	background-position :center;
	background-repeat :no-repeat ;
	width: 82px;
	border-style: none;
	visibility: visible;
	cursor: hand;
}

.ModifyAccButton
{
	background:url(../images/modifyAccount.png); 
	background-position :center;
	background-repeat :no-repeat ;

	width : 82px;
	border-style :none;
	cursor : Hand;
	visibility :visible ;	
	width :115px;
	height :19px
	
}
.brownPlate
{
	background:url(../images/brownPlateTile.png) repeat-y;
	width:441px;
	padding-top:15px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:15px
}

.brownPlateBottom
{
	background:url(../images/brownPlateBottom.png) no-repeat;
	width:441px;
	height:30px;
}
/*brown plate*/

/*modules*/
.modTopLeft
{
	background:url(../images/modules_23.png) no-repeat;
	width:15px;
	height:15px;
}
.modTopTile
{
	background:url(../images/modules_25.png) repeat-x;
	height:30px;
}
.modTopRight
{
	background:url(../images/modules_28.png) no-repeat;
	width:16px;
	height:15px;
}
.modLeft
{
	background:url(../images/modules_46.png) repeat-y;
	width:15px;
}
.modArea
{
	background-color:#e3d6b3;
	padding:10px;
}	
.modArea2
{
	background-color:#e3d6b3;
	padding:5px;
}	

.modRight
{
	background:url(../images/modules_47.png) repeat-y;
	width:16px;
}
.modBottomLeft
{
	background:url(../images/modules_50.png) no-repeat;
	width:15px;
	height:16px;
}
.modBottomTile
{
	background:url(../images/modules_51.png) repeat-x;
	height:16px;
}
.modBottomRight
{
	background:url(../images/modules_52.png) no-repeat;
	width:15px;
	height:16px;
}
/*modules*/

/*textboxes*/
.LoginTextbox
{
	border:1px solid #e3e1e1;
	width:225px;
	
	font-family: Arial, Trebuchet MS, Arial, Verdana;
	font-size:12px;
	color:#000000;
	text-decoration:none;
}

.SubscribeTextbox
{
	border:1px solid #e3e1e1;
	width:210px;
	
	font-family: Arial, Trebuchet MS, Arial, Verdana;
	font-size:12px;
	color:#000000;
	text-decoration:none;
}
.regTextbox
{
	border:1px solid #e3e1e1;
	width:190px;
	
	font-family: Arial, Trebuchet MS, Arial, Verdana;
	font-size:12px;
	color:#000000;
	text-decoration:none;
}
.profileTextbox
{
	border:1px solid #e3e1e1;
	width:170px;
	
	font-family: Arial, Trebuchet MS, Arial, Verdana;
	font-size:12px;
	color:#000000;
	text-decoration:none;
}
.Calendar
{
	background-image: none;
	background-color: transparent;
	width: 0px;
	float: none;
	height: 0px;
	clear: both;
}
/*textboxes*/


/* phone */
.phoneRow1
{
	background:url(../images/Phone_row1_03_small.png) no-repeat;
	width:398px;
	height:130px;
}

.phoneRow2_left
{
	background:url(../images/Phone_row2_09_small.png) no-repeat;
	width:61px;
	height:156px;
}

.phoneRow2_Area
{
	background:url(../images/Phone_row2_10_small.png) no-repeat;
	width:237px;
	height:156px;
}

.phoneRow2_Right
{
	background:url(../images/Phone_row2_11_small.png) no-repeat;
	width:100px;
	height:156px;
}

/* end of phone */