p, body, input, select, label
{
  font-family: "Helvetica Neue",Helvetica,Arial,"Trebuchet MS",SunSans-Regular,sans-serif;
  font-size: 12px;
}

#login_container
{
  font-family: "Helvetica Neue",Helvetica,Arial,"Trebuchet MS",SunSans-Regular,sans-serif;
  font-size: 12px;
}

#navcontainer ul
{
  padding-left: 0;
  margin-left: 0;
  background-color: #036;
  color: White;
  float: left;
  width: 100%;
  font-family: "Helvetica Neue",Helvetica,Arial,"Trebuchet MS",SunSans-Regular,sans-serif;
}

#navcontainer ul li
{
  display: inline; 
}

#navcontainer ul li a
{
  padding: 0.2em 1em;
  background-color: #036;
  color: White;
  text-decoration: none;
  float: left;
  border-right: 1px solid #fff;
}

#navcontainer ul li a.hover
{
  background-color: #369;
  color: #fff;
}

.formlabel
{
  width: 125px;
  float: left;
  font-weight: bold;
}

.error
{
  font-weight: bold;
  color: red;
}

input.error
{
  font-weight: normal;
  color: red;
}

label.error
{
  font-weight: bold;
  color: red;
  margin-left: 0.5em;
}

select.error
{
  color: #000;
  font-weight: normal;
}

.addlink
{
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 10px;
}

.confirm
{
  color: green;
  font-weight: bold;
  margin-bottom: 10px;
}

.rowsheader
{
  color: #333333;
  background-color: #ACACAC;
  font-weight: bold;
  padding: 5px;	
  overflow: hidden;
}

.rowscontent
{
  color: #333333;
  padding: 5px;	
  clear: none;overflow: hidden;
}

.rowscontent a
{
  font-weight: bold;
}

.checkbox_row
{
/*float: left;
  clear: both;
*/
}

.col450
{
  float: left;
  width: 450px;
  vertical-align: top;
}

.col250
{
  float: left;
  width: 250px;
  vertical-align: top;
}

.col200
{
  float: left;
  width: 200px;
  vertical-align: top;
}

.col150
{
  float: left;
  width: 150px;
  vertical-align: top;
}

.col100
{
  float: left;
  width: 100px;
  vertical-align: top;
}

.col75
{
  float: left;
  width: 75px;
  vertical-align: top;
}

.grey
{
  color: #666;
}

.checkbox_row
{
  margin-left: 125px;
}

#therapist_photo_preview
{
  margin-left: 125px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.addedit_row
{
  /*width: 750px;*/
  margin-top: 10px;
  margin-bottom: 10px;
}

.therapist_list_confirm
{
  color: green;
  font-weight: bold;
  margin-bottom: 10px;
}

#left50
{
  width: 50%;
  float: left;
}

#right50
{
  width: 50%;
  float: right;
}

/*---- logout */
#logout {
	display: block;
	float:right;
	position: relative;
	top: -1px;
	margin: 0;
	padding: 0 0 0 1em;
	line-height: 1em;
	background: #83301D;
	font-size: 1em;
	font-weight: bold;
}
	#logout a {
		display: block;
		padding: 3px 2em 3px 1.5em;
		margin: 0 0 0 6px;
		border-bottom: 1px solid #555555;
		color: white;
	   text-decoration: none;
	}
	#logout a:hover {
		color: #FFCD00;
	}	


