/* Layout */

body {
  font-family: helvetica, Arial, Verdana, Geneva, sans-serif;
  text-align: center;
}

#wrapper {
	text-align: left;
	width: 800px;
	margin: 0 auto;
}

#header {
	margin-bottom: 20px;
}

#leftcolumn {
	float: left;
}

#rightcolumn {
	float: right;
	width: 570px;
}

/* Navigation */

#primaryNavigation {
	float: right;
	margin: 0;
	background-color: #ffffff;
}

#primaryNavigation ul {
	list-style: none;
	text-align: right;
	margin: 0;
	padding: 0 5px 0 0;
	border-right: 2px #8f8f8f dotted;
	white-space: nowrap;
}

#primaryNavigation ul li {
	text-decoration: none;
	color: #0095d9;
	padding-bottom: 13px;
}

#primaryNavigation ul li a {
	text-decoration: none;
	color: #8f8f8f;
}

#primaryNavigation ul li  a:hover {
	color: #cccccc;
	text-decoration: none;
}

/* Content */

#primaryContent {
	float: right;
	background-color: #e5e5e5;
	padding: 0 5px;
	margin: 0 0 0 5px;
	width: 400px;
	height: 420px;
}

#primaryContent {
    overflow:auto;
	/*scrollbar-3dlight-color:#ffd700; 
	scrollbar-arrow-color:#ff0; 
	scrollbar-base-color:#ff6347; 
	scrollbar-darkshadow-color:#ffa500; 
	scrollbar-face-color:#008080; 
	scrollbar-highlight-color:#ff69b4; 
	scrollbar-shadow-color:#f0f; 
	scrollbar-track-color:#800080;*/
}


#primaryContent h2 {
	color: #0095d9;
	font-size: 0.85em;
	margin:0;
	}
	
#primaryContent a, #privacy a {
	text-decoration: underline;
	color: #0095d9;
}

#primaryContent  a:hover, #privacy  a:hover {
	color: #8f8f8f;
	text-decoration: none;
}
	
span.heading {
	color: #0095d9;
	font-weight: bold;
	}

#primaryContent p {
	font-size: 0.8em;
}

/* Calendar */

#calendar {
 padding: 7px 7px 14px 7px;
}

#calendar tr.days td, #calendar tr.calendarHead {
	text-transform: lowercase;
	font-weight: bold;
	text-align:center;
	color: #0095d9;
}

#calendar tr.day td {
	text-align: center;
	color: #6dcff6;
}

#calendar tr.day td.today {
	font-weight: bold;
	color: #0095d9;
}

/* Form */

#form label{
	font-size: 0.8em;
	color: #8f8f8f;
}

#form p{
	font-size: 0.8em;
	color: #8f8f8f;
}

#form label.contact{
	color: #0095d9;
	font-weight: bold;
}

#form input{
	font-size: 0.8em;
	border: 0;
}

#form input.inputtext {
	width: 170px;
	background-color: #e5e5e5;
	color: #020000;
}

#form input.inputtextlight {
	width: 345px;
	background-color: #cecece;
	color: #020000;
}

#form textarea.inputtextlight {
	font-size: 0.8em;
	border: 0;
	margin: 0;
	width: 345px;
	background-color: #cecece;
	color: #020000;
	font-family: helvetica, Arial, Verdana, Geneva, sans-serif;
}

#form input.sendbutton {
	background-color: #cecece;
	color: #ffffff;
	font-weight: bold;
	margin-right: 1px;
	cursor: pointer;
}

#form input.submitbutton {
	background-color: #e5e5e5;
	color: #959494;
	height: 18px;
	margin-top: 8px;
	cursor: pointer;
}

#form span.notes {
	font-size: 0.78em;
}

input.policybutton {
	background-color: #cecece;
	color: #ffffff;
	font-weight: bold;
	margin: 6px 0 0 0;
	font-size: 0.8em;
	border: 0;
	float: right;
	cursor: pointer;
}

body.privacy {
	background-color: #e5e5e5;
}

#privacy {

	padding: 0;
	margin: 0;
	font-size: 0.8em;
	text-align: left;
}

.clientlogin {
	margin: 85px 0 20px 0;
}

#error {
	margin: 85px 0 4px 0;
	width: 200px;
	color: #8f8f8f;
	font-size: 0.85em;
}

#error a {
	text-decoration: none;
	color: #0095d9;
}

#error  a:hover {
	color: #8f8f8f;
	text-decoration: none;
}

/* Other */

#holdImage {
	text-align: center;
}