/* page properties */
body  {
	font: 10pt Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000033;
}
.wishlist #container { 
	width: 93%;
	background: #ffffff;
	margin: 0 auto 0 4%;
	border-right: 0px;
	text-align: left;
} 
.wishlist #sidebar1 {
	background-image: url('/images/well.jpg');
	background-repeat: no-repeat;
	float: left; 
	width: 233px;
	min-height: 700px;
}
.wishlist #sidebar1 h3, .wishlist #sidebar1 p {
	margin-left: 10px;
	margin-right: 10px;
}
.clear {
  clear: both;
  
}
#forms #formprofile{
  width: 100%;
  right: 0px;

  
}

.wishlist #forms{
  position: relative;
}
.wishlist #mainContent { 
	margin: 20px 20px 0 300px; 
	line-height: 150%;
}
.wishlist #footer {
  padding: 10px 0 15px 233px;
	text-align: center;
	  font-size: 8pt;
}
.clearfloat {
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
/* text styles */
h1 {
	font: 18pt Arial, Helvetica, sans-serif;
	font-weight: lighter;
	text-align: right;
	color: #4b84db;
	margin-bottom: -5px;
	border-bottom: 1px solid #cccccc;
}
h2 {
	font: 18pt Arial, Helvetica, sans-serif;
	font-weight: lighter;
	text-align: right;
	color: #4b84db;
	border-bottom: 1px solid #cccccc;
}
a:link, a:visited { 
	text-decoration: underline;
	color: #4b84db;	
}
a:active, a:hover { 
	text-decoration: none; 
	color: #000033; 
}
.main_links {
	background-color: #4b84db;
	color: #ffffff;
}
form #login {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #000033; 
}
form #password {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #000033; 
}
.style1 {
  font-size: 14pt;
  padding-left: 25px;
  color: #666666;
}
.style2 {
  margin-top: -25px;
  padding-left: 25px;
}
.edit-profile-container label {
  font-size: 10pt;
  padding-left: 5px;
  font-weight: bold;
}
.table-style {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	margin-top: 15px;
	line-height: 130%;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
.table-style th {
  color: #666666;
  font-size: 14pt;
  font-weight: normal;
	padding: 5px 0 5px 0;
}
.table-style td {
	padding: 10px 15px;
	color: #333333;
	border-top: 1px solid #efefef;
}
.oce-first {
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}
.table-style tr:hover td {
	color: #315E9F;
	background: #eff2ff;
}
/* edit profiles */
input {
  font-family: arial, helvitca, sans-serif;
  font-size: 10pt;
}
textarea {
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
  color: #000033;
  line-height: 150%;
  margin-bottom: 15px;
  height: 150px;
  width: 94%;
}
#edit-profile-table {
	font-family: arial, helvetica, sans-serif;
	margin-top: 15px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
#edit-profile-table td {
	padding: 10px;
	color: #333333;
	border-top: 1px solid #efefef;
}
#edit-profile-table span {
  font-size: 8pt;
  color: #217911;
  padding-left: 5px;
}
#edit-profile-table p {
  font-size: 8pt;
  color: #217911;
  padding-left: 5px;
  line-height: 150%
}
.wishlist #volunteer{
  margin: 5px;
/*  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding-left: 20px;*/  
}
#volunteerform, #providerform, .border{
  border: 1px solid #efefef;
}
.border{
  font-size: large;
  border-bottom: none;
  text-decoration: none;
  padding: 2px;
}

a.border{
  text-decoration: none;
}

.selected{
  background-color: #efefef;
}
#spinner{
  position: fixed;
  width: 60px;
  height: 60px;
  text-align: center;
  background-color: white;
  top: 50%;
  left: 50%;
  border: 1px solid black;
}
.wishlist #provider{
  margin: 5px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding-left: 20px;
}
.providerprofileright{
  position: absolute;
  right: 1em;
  top: 0px;

}
.providerprofileleft{
  position: absolute;
  left: 1em;
  top: 0px;
  width: auto;
}
/* edit profile error */
.errorExplanation{
  padding: 15px;
  background-color: #efefef;
  color: #ff0000;
}
.fieldWithErrors{
  color: #ff0000;
  font-weight: bold;
}

.edit_user {
  padding: 10px;
  
}
