/* Standard Elements */
html,
body {
   margin:0;
   padding:0;
   height:100%;
}

p  {
	margin-bottom: 0; 
	margin-top: 0;
}

h3 {
	margin-bottom: 0; 
	margin-top: 0;
	font-family: Verdana;
	font-size: 16px;	
}

/* Custom elements */
#container {
   min-height:100%;
   position:relative;
   background-color: gray;
}

#header {
	display: none;
}

#navBar {
	display: none;
} 

#navUsernameText{
	display: none;
	}

#languageSection{
	display: none;
	}

#pageContent {
   min-width: 990px;
   width: auto !important;
   width: 990px;
   margin-left: auto;
   margin-right: auto;
}

.schedulerContent{
   min-height: 800px;
   height: auto !important;	
   height: 800px;
}

.pageContentLeft {
	float:left; 
	padding:10px;
	width:200px; 
}

.pageContentMiddle {
	float: left; 
	width: 700px;
}

.pageContentRight {
	float:right; 
	padding: 10px; 
	width: 275px;
	font-family: Verdana;
	font-size: 12px;
}

.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
}


.divRow {
	float: left;
	width: 100%;
}

.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
}

#locationHeader{
	float: left; 
	width: 100%; 
	height: 30px;
	background-color: #e9e9e9;
	}

#locationHeader h1{
	margin-top: 8px; 
	margin-left: 5px;
	font-family: Lucida Console; 
	font-size: 14px;
	font-weight: normal;
	color: black;
	}

#serviceHeader{
	float: left; 
	width: 100%; 
	height: 30px;
	background-color: #e9e9e9;
	}

#serviceHeader h1{
	margin-top: 8px; 
	margin-left: 5px;
	font-family: Lucida Console; 
	font-size: 14px;
	font-weight: normal;
	color: black;
	}
	

#detailsHeader{
	float: left; 
	width: 100%; 
	height: 30px;
	background-color: #e9e9e9;
	}

#detailsHeaderText{
	float: left;
	margin-top: 8px; 
	margin-left: 5px;
	font-family: Lucida Console; 
	font-size: 14px;
	font-weight: normal;
	color: black;
	}

.step {
	height: 30px;
	background-color: #e9e9e9;
	border-bottom: 1px solid #c7c7c7;
}

.stepHeader{
	float: left;
	margin-top: 2px; 
	margin-left: 5px;
	font-family: Verdana; 
	font-size: 12px;
	font-weight: normal;
	color: black;
	}

/* Step 1 - 4 */
#locationList{
	width: 200px;	
}

#serviceCategory{
	width: 150px;	
}

#services {
	float: left;
	width: 600px;
	height: 780px;
	overflow-y:scroll;
	margin-left: 10px;
	margin-top: 30px;
	font-family: Verdana;	
	font-size: 12px; 
}

.serviceTable, appointmentTable {
	text-align: left; 	
}

.serviceTable td {
	vertical-align: top;
}

/* Step 4 */
#step4Links {
	display: none;
	}

#appointmentDetails {
	float: left;
	width: 500px;
	margin-top: 20px;
	}
	
.appointmentDetailsTable {
	width: 100%;
	font-family: Verdana; 
	font-size: 12px; 
	text-align: left;
	}

#locationDetails {
	float: left;
	width: 800px;
	margin-top: 20px;
	font-family: Verdana; 
	font-size: 12px; 
	}

/* My Appointments */
#status {
	display: none;
	}

/*************************/

/* My Profile */
.inputTable {
	text-align: left;	
	font-family: Verdana;
	font-size: 13px;
	width: 700px;
}

.inputTable td{
	height: 36px;
}

.alertNoColor {
	float: left;
	margin-left: 5px;
	font-style: normal; 
	font-family: Verdana, Arial;
	font-size: 12px;
}

#saveProfile {
	margin-left:auto;
	margin-right:auto; 
	text-align: right;
	font-family: Verdana; 
	font-size: 16px;
	width: 700px;
	height: 45px;
}

.iconspan{
	background-color: buttonFace; 
	font-weight: bold;
	cursor: pointer; 
}

#stateSelect {
	display: inline;
}

#stateTextField {
	display: none;
}

.schedulerButton{
	background-color: navy; 
	padding: 5px;  
	text-align: center;
	text-indent: 0px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: white;
	cursor: pointer;
	}
/*************************/

#footer{
	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;}
a.navBarLink:visited {text-decoration: none; color:gray;}
a.navBarLink:active {text-decoration: none; color:gray;}
a.navBarLink:hover {text-decoration: none; color:black;}


