
/* Elements
---------------------------------*/

html, body
{
	margin: 0;
	background-color: #0279c9;
}

html, body, TD
{
	font-size: 15px;
	font-family: arial;
	font-weight: normal;
	color: #222222;
}


img, div, a  { behavior: url(../iepngfix.htc) }


/* uncomment for testing*/
/*
DIV
{
	border: solid 1px red;	
}
*/

#HomeButton
{
	position: absolute;
	top: 30px;
	left: 840px;
	width: 31px;
	height:36px;
	z-index:100;
}

.toutText
{
	font-size: 10px;
}


/* Default Mapleleaf Common UI Controls Styles */
/* -------------------------------------------- */

.Caption
{
	padding-right: 5px;
	text-align: left;
	font-size: 13px;
	font-family: euphemia, arial, verdana;
	font-weight: normal;
	color: #222222;
}
/* -------------------------------------------- */

.valSummaryToolTip
{
	z-index: 30;
}


.validationToolTip
{
	position: absolute;
	top: 200px;
	left: 300px;
}


img
{
	border: 0;
}

a
{
	color: #040404;
	text-decoration: underline;
}

a:hover
{
	color: #040404;
	text-decoration: none;
}


a.navLink
{
	color:#E50000;
	text-decoration:underline;
	font-weight: bold;
}

a.navLink:hover
{
	color: #AFAFAF;
	text-decoration: none;
	font-weight: bold;
}


.TelerikModalOverlay
{
    background:black !important;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40) !important;    
    opacity:0.4 !important;     
    -moz-opacity:0.4 !important;    
}

.TitleBig
{
	font-size:65px;
	font-family: Comic Sans MS, Sans-Serif;
	color:#8DC63F;
	font-weight:bold;
}

.TitleDarkBlue {
   font-size:19px;
   font-family: Arial;
   color:#0067B3;
   font-weight:bold;
}

.TitleDarkBlueSmaller {
   font-size:17px;
   font-family: Arial;
   color:#0067B3;
   font-weight:bold;
}

.TitleWhite
{
	font-size:15px;
	font-family: Arial;
	color:White;
	font-weight:bold;
}

.SubTitleDarkBlue {
   font-size:16px;
   font-family: Arial;
   color:#0067B3;
   font-weight:bold;
} 

.TextNormalBlue{
   font-size:15px !important;
   font-weight: bold;
   font-family: Arial !important;
   color:#3385C1 !important;
}

.TextNormalBlueSmall
{
	font-size:12px !important;
   font-weight: normal;
   font-family: Arial !important;
   color:#3385C1 !important;
}

.TextNormalBlueBigger{
   font-size:18px;
   font-weight: bold;
   font-family: Arial;
   color:#3385C1;
}
.ContestTextSmaller
{
   font-size:12px;
   font-family: Arial;
   font-weight:500;
   color:#000000;
}
.ContestText
{
   font-size:16px;
   font-family: Arial;
   font-weight: bold;
   color:#000000;
}
.ContestTextPlain
{
   font-size:18px;
   font-family: Arial;
   font-weight:normal;
   color:#000000;
}
.ContestTextSmall
{
   font-size:16px;
   font-family: Arial;
   font-weight:normal;
   color:#000000;
}

.CaptchaText
{
	font-size: 16px;
	font-family: Arial;
    font-weight: bold;
	text-transform: uppercase;
}

.Success
{
    font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color:Green;
}

.TableLabel
{
	text-align:left;
	padding-right:5px;
	padding-top:5px;
}

.TableField
{
	text-align:right;
	padding-right:2px;
	padding-top:5px;
}


#transbox {
width: 365px;
margin: 0 0;
background-color: #fff;
filter:alpha(opacity=50);
opacity: 0.5;
-moz-opacity:0.5;
}

#transbox div {
padding: 10px;
color: #000;
filter:alpha(opacity=100);
opacity: 1;
-moz-opacity:1;
position: relative;
}

.navLink
{
	color:#E50000;
	text-decoration:underline;
	font-weight: bold;
}
