/* Standard Elemenets */
html {
   margin:0;
   padding:0;
   height:100%;
}

body{
	margin:0;
    padding:0;
    height:100%;
    background-color: gray;
	}

p {
	margin-bottom: 0; 
	margin-top: 0;
}

/* Custom elements */

#container {
   height:100%;
   background-color: gray;
}

#header {
	width:970px;
	padding-left:10px;
	padding-right: 10px;
 	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

#headerCustom {
	float: left;
	padding-top: 10px;
	width: 534px;
}

#headerImage {
	float: left;
	margin-right: 20px;
}

#headerContent {
	float: left;
}

#headerGeneric {
	float: right;
	width: 44%;
}

#usernameValidity{
	margin-left: 3px;
	}

#emailValidity{
	margin-left: 3px;
	}

#confirmPasswordValidity{
	margin-left: 3px;
	}

#navBar {
	float: left;
	padding-top:5px;
	padding-bottom:2px;
	width: 100%;
	
} 

#navTextSection {
	float: right;
	margin-top: 10px;
	text-align: left;
	font-family: Verdana;
	font-size:14px;
	color: gray;
}

#navButtonSection {
	float: right;
	width: 100%;	
}

#languageSection {
	float: right;
	margin-right: 30px;
	margin-top: 3px;
	text-align: left;
	font-family: Verdana;
	font-size:10px;
	color: gray;
}

.navButtonArea {
	float:right;
	text-align:left;
	font-family: Verdana;
	font-size:12px;
	cursor: pointer;	
}

.navSpacer {
	float:right;
	width:10px;	
}

#pageContent {
   width: 990px;
   margin-left: auto;
   margin-right: auto;
   font-family: Verdana;
   background-color: white;
}

.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
}

.pageContentLeft {
	float:left; 
	padding:10px;
	width:200px; 
}

.pageContentMiddle {
	float: left; 
	width: 700px;
}

.pageContentRight {
	float:right; 
	padding: 10px; 
	width:200px;
	font-family: Verdana;
	font-size: 12px;
	/*border: 1px solid #e7e7e7;*/
}

#loginContent{
	height: 100%; 
	width: 100%;
	padding-top: 40px;
	padding-left: 10px;
	background-color: white;
	}



#registrationScreen {
	height: 100%; 
	padding-top: 40px;
	padding-left: 10px;
	background-color: white;
	}


#registrationTable{
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	}

#registrationTableContainer{
	margin-top: 20px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	border-left: 1px solid #e7e7e7;
	border-top: 1px solid #e7e7e7;
	border-right: 1px solid #a1a1a1;
	border-bottom: 1px solid #a1a1a1;
	}

#registrationTableHeader{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	}
	
#registrationMessage{
	width: 100%; 
	background-color: white; 
	color: black; 
	padding-bottom: 10px;
	font-family: Verdana; 
	font-size: 12px;
	}

.divRow {
	width: 98%;
}

.genericDiv {
	text-align: left;
	font-family: Verdana;
}

.genericDiv h1{
	margin-bottom: 0px; 
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 20px;
	color: black;
}

.genericDiv p{
	margin-bottom: 0; 
	margin-top: 0;
}

#loginTitle {
	margin-left: 20px;
	font-family: Verdana; 
	font-size: 24px; 
	font-weight: bold;
	color: black;
	
	}

#registerTitle{
	font-family: Verdana; 
	font-size: 24px; 
	font-weight: bold;
	color: black;
	}

.submitBox{
	font-family: Verdana;
	font-size:12px;
	font-weight: bold;
	color: black;
	text-align: center;
	background-image:url('http://www.datedechoix.com/images/cpButtonLarge.jpg');
	width: 114px;
	height: 19px;
	padding-top: 3px;
	margin-top: 0px;
	cursor: pointer;
	}

.submitBox:hover{
	background-image:url('http://www.datedechoix.com/images/cpButtonLargePressed.jpg');
}

.genericDivSpacer {
	position: relative;
	float:left;
	margin-left: 50px;
	margin-top: 20px; 
	width:60px;
	height: 300px;
	/*border-left: 1px dashed gray;*/
}

.inputTable {
	text-align: left;	
	font-family: Verdana;
	font-size: 13px;
	width: 700px;
}

.inputTable .rightAligned {
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
	}

.inputTable td {
	height: 26px;
}

#alert {
	height: 40px;
	margin-top: 10px;
	font-style: normal; 
	font-family: Verdana; 
	font-size: 12px;
	color:red; 
}


#footer{
	width: 100%;
	background-color: gray;
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
	color: gray; 
}

#footerContent{
	width: 970px; 
	height: 60px; 
	padding-top: 80px;
	padding-left: 10px;
	padding-right: 10px; 
	margin-left: auto; 
	margin-right: auto; 
	background-color: white;
	}

#stateSelect {
	display: inline;
}

#stateTextField {
	display: none;
}

/* Links */
a.contentLink:link {text-decoration: underline; color:navy; font-size: 10px;}
a.contentLink:visited {text-decoration: underline; color:navy; font-size: 10px;}
a.contentLink:active {text-decoration: underline; color:navy; font-size: 10px;}
a.contentLink:hover {text-decoration: underline; color:#3685d6; font-size: 10px;}

a.navBarLink:link {text-decoration: none; color:gray;text-decoration: underline;}
a.navBarLink:visited {text-decoration: none; color:gray;text-decoration: underline;}
a.navBarLink:active {text-decoration: none; color:gray;text-decoration: underline;}
a.navBarLink:hover {text-decoration: none; color:black;text-decoration: underline;}

