﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
	background: #FEFFF0;
	font-size: .80em;
	font-family: Corbel, "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #696969;
}

a:link, a:visited
{
	color: #71E2FF;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
	color: #71E2FF;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
	font-size: 1.5em;
	color: #003399;
	font-variant: small-caps;
	text-transform: none;
	font-weight: 200;
	margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
	font-size: 1.5em;
	font-weight: 600;
	color: #DFDFFF;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
	position: relative;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 4px;
    margin: 2px 2px 2px 2px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
	background-color: #bfcbd6;
	color: #465c71;
	text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}


div#navigation
{
	float: right;
	width: 330px;
}
 div#content
{
	margin-right: 13em;
}

.boxgrandeimgdown
{
	width: auto;
	margin: 0 0 0 0;
	font: 12px/20px Corbel, Arial, Helvetica, sans-serif;
	color: #808080;
	overflow: hidden;
	border: 1px solid #E6E6FF;
	background: #FFFFFF;
	font-weight: normal;
}

.boxgrandeimgdownText
{
	padding: 5px 5px 5px 5px;
	float: left;
	color: #999999;
}
.boxTitle
{
	border-bottom: 1px solid #454545;
	background: transparent url('../images/SpritePIXEL.png') repeat left top;
	height: 30px;
	color: #CCCCFF;
}


#splitter
{
	width: 500px;
	margin: 20px auto;
	-webkit-column-width: 200px;
	-webkit-column-gap: 25px;
	-webkit-column-rule: 1px solid black;
	-moz-column-width: 200px;
	-moz-column-gap: 25px;
	-moz-column-rule: 1px solid black;
	column-width: 200px;
	column-gap: 25px;
	column-rule: 1px solid black;
}
#splitter:h1
{
	font-size: 18px;
	-webkit-column-span: all;
	-moz-column-span: all;
	column-span: all;
}

/************************************
	Registration Form
************************************/
.registration
{
	width: 311px;
	margin: 0px 0 0 10px;
	color: #000099;
	border: 1px solid #E6E6FF;
}



.registrationForm					{ padding:16px 0 19px 21px; background:#FEFFF0; }
.labelregistrationForm
{
	display: block;
	position: relative;
}
.inputregistrationForm
{
	border-style: solid;
	border-width: 1px;
	width: 260px;
	height: 18px;
	padding: 0 0 0 5px;
	margin: 4px 0 5px 0;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	border-color: #CCCCCC #CCCCCC #999999 #999999;
	background: #E9E9E9;
}
.selectregistrationForm 			{ width:270px; height:22px; margin:2px 0 7px 0; font:12px Arial, Helvetica, sans-serif; color:#000;
									  border:1px solid; border-color:#FCFCFC #FCFCFC #7E7E7E #7E7E7E; background:#D9D9D9; }
.pcheckboxText 
{
	width: 270px;
	float: left;
}
.acheckboxText
{
	text-decoration: underline;
	float: left;
}

.checkboxregistrationForm
{
	width: auto;
	height: auto;
	padding: 0;
	margin: 1px 6px 6px 0;
	border: 0;
	float: left;
}
.registrationForm .checkbox:after	{ content:"."; clear:both; visibility:hidden; height:0; display:block; }
input.checkbox.error				{ border: 2px solid #F00; }

.buttonregistrationForm
{
	width: 272px;
	height: 42px;
	margin: 12px 0 0 0;
	font: bold 14px Corbel,Arial, Helvetica, sans-serif;
	color: #000;
	cursor: pointer;
	background: url("../images/SpriteJPG.jpg") left -20px no-repeat transparent;
}
.registrationForm button:active		{ background:url("../images/SpriteJPG.jpg") left -70px no-repeat transparent; }
									  
label.error
{
	width: 253px;
	padding: 3px 7px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #F00;
	position: absolute;
	top: 22px;
	left: 1px;
	background: #D9D9D9;
}
.countryLabel label.error			{ width:auto; padding:0; left:0; top:40px; background:transparent; }
.labelcheckboxText
{
	padding: 0;
	font: 12px Corbel, Arial, Helvetica, sans-serif;
	color: #F00;
	position: relative;
	top: 0;
	left: 0;
	background: none;
}
