﻿body 
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    background-color: #FFF;
    text-align: center;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, p {margin: 0; padding: 0;}

h1 {font-size: 32px; }
h2 {font-size: 22px; }
h3, #toolbar em {font-size: 18px; }
h4 {font-size: 13px; color: #989898;}

img {border: none;}


/* framework layout */
#mainWrapper 
{
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;

	background-image: url(../../Resource/image/fw_border_top.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 6px;
}

#mainWrapperInner
{
	background-image: url(../../Resource/image/fw_border_mid.gif);
	background-repeat: repeat-y;
}

#mainHeader
{ 
	height: 99px;
	background-image: url(../../Resource/image/header_blank.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	
	padding: 0 5px 0 5px;
	position: relative;
}

#spacerContentTop {height: 5px;} 

#mainContent 
{
	min-height: 450px;
	padding: 0 25px 20px 25px; 
}

#mainFooter 
{
	min-height: 6px;
	background-image: url(../../Resource/image/fw_border_btm.gif);
	background-repeat: no-repeat;
	background-position: top left;
	
	padding: 5px 5px 0 5px;
	
	color: #979797; 
} 


#mainHeaderLinks 
{
	float: right;
	padding: 10px 10px 0 0;
}

#mainHeaderHomeLink 
{
	float:left;
}

#mainHeaderLogoLink
{
	display:block;
	height: 55px;
	width: 220px;

	position:absolute;
	left: 60px;
	top: 25px;
}

#footerDateTime {float: left;}
#footerCopyright {float: right;}


#boxContentTop {
	background-image: url(../../Resource/image/gradient_large.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	
	min-height: 305px; /* 307 - 2 border */
	border-bottom: solid 1px #dadada; 
	border-top: solid 1px #dadada; 
	
	position: relative;	
	margin-top: 15px;
}

#boxContentTop .content 
{
	margin-left: 15px;
	margin-top: 40px;
	width: 450px;
}

#boxContentTop .content h1 
{
	margin-bottom:5px;
} 

#boxContentTop .content h2 
{
	padding-top: 20px;
}


#boxContentTop .illustration 
{
	background-image: url(../../Resource/image/phone_hand.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	position: absolute;
	left: 480px;
	top: -77px;
	width: 398px;
	height: 382px;
}


.boxBorderWide 
{
	background-image: url(../../Resource/image/code-list_border_top.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 880px;
	padding-top: 5px;
}

.boxBorderWide .content 
{
	background-image: url(../../Resource/image/code-list_border_bg-vertical.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	
	min-height: 50px; 
}

.boxBorderWide .bottom
{
	clear: both;
	background-image: url(../../Resource/image/code-list_border_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 5px;
}

.boxGradient 
{
	background-image: url(../../Resource/image/toolbar_gradient_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
	
	min-height: 136px;
	border-bottom: solid 1px #dadada; 
}

#toolbar 
{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 5px;
}

#toolbar li 
{
	float: left;
	width: 210px;
	
	min-height: 136px;
	
	background-image: url(../../Resource/image/toolbar_divider.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	
	margin: 0 5px 0 0;
	padding: 0 5px 0 0;

}

#toolbar li.last 
{
	background: none;
	padding-right: 0;
	margin-right: 0;
} 

#toolbar li a 
{
	text-decoration: none;
	color: #000;
	display: block;
	min-height: 136px;
	
	padding: 0 10px 0 10px;
}

#toolbar li a * {
	cursor: pointer;
}

#toolbar li a:hover,
#toolbar li a.active
{
	background-image: url(../../Resource/image/toolbar_hover.gif);
	background-repeat: no-repeat;
	background-position: center center;
} 

#toolbar li em 
{
	padding-top: 30px;
	display: block;
}

#toolbar li span
{
	float: left;
	width: 135px;
	display: block;
} 

#toolbar li img
{
	float: right;
	display: block;
} 

#toolbarSubText
{
	color: #AFB0B0;
	text-align: right;
	margin-top: 2px;
	margin-bottom: 20px;
}

#codeWords h3 {margin-left: 15px;}
#codeWords .col
{
	float: left;
	width: 410px;
	padding: 0 15px 0 15px;
	margin: 5px 0 5px 0;
}

#codeWords .col.last
{
	border-left: 1px solid #DADADA;
	width: 409px;
}

#codeWords .col div 
{
	text-align:right;
	line-height: 18px;
}

#codeWords .col span
{
	display:block;
	width: 300px;
	float: left;
	text-align: left;
}

/******/
#contest_input 
{
	background-image: url(../../Resource/image/contest_input_back.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 418px;
	height: 76px;
	padding-top: 20px;
}

#contest_input .row
{
	height: 38px;
	margin-left: 8px;
}


#contest_input label,
#contest_input a
{
	color: #989898;
	text-decoration: none;
}

#contest_input .input
{
	width: 150px;
	font-size: 11px;
	border: 1px solid #979E30;
	padding: 1px 2px 3px 2px;
}

#contest_input .input.invalid, .invalid
{
	border: 2px solid #EF0000;
	display: inline-block;
}

#contest_input a.send img 
{
	vertical-align: middle;
	border:none;
}

#contestStatus .error
{
	color: red;
	font-weight: bold;
}

#contestStatus .success
{
	color: #68a025;
}
#contestStatus
{
	margin: 5px 0px 5px 0px;
}
.msgSent
{
	padding: 15px 0px 0px 0px;
	font-size: 13px;
	font-weight: bold;
	color: #C0C91C;
}


.inputBox
{
	padding: 1px 2px 3px 2px;
	font-size: 11px;
	width: 150px;
}

