@charset "utf-8";

body {
	font-family: "Verdana","Arial","Helvetica",sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	margin-bottom: 24px;
}


/*
 * * styles added for bplibrary components
 */
p.membershipform_pagetitle,
h3.bpformcaption {
	font-family: "Verdana","Arial","Helvetica",sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	color: #006699;
}


.bpform_formoptions,
div.bpmessageoption {
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-align: right;
	padding: 2px;
	border: 0px hidden;
	margin: 0px;
}


ul.bpform_formoptions li,
.bpform_formoptions li,
div.bpmessageoption ul,
div.bpmessageoption ul li {
	display: inline;
	list-style-type: none;
	background: white;
}


.bpform_formoptions li a,
ul.bpform_formoptions li a,
div.bpmessageoption a,
a.bpmessageoption {
	margin-left: 0em;
	padding: 0.2em 1em;
	font-weight: bold;
	color: white;
	background: #006699;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 0.33em;
	-moz-border-radius: 0.33em;
	-khtml-border-radius: 0.33em;
	border-radius: 0.33em;
}


ul.bpform_formoptions li a:hover,
.bpform_formoptions li a:hover,
ul.bpform_formoptions li a:focus,
.bpform_formoptions li a:focus,
div.bpmessageoption a:hover,
div.bpmessageoption a:focus,
a.bpmessageoption:hover,
a.bpmessageoption:focus {
	text-decoration: none;
	background: #77b4d2;
	color: white;
}


table.bpform,
table.bpformcolumn {
	border: 0px hidden;
	padding: 0px;
	margin: 0px;
}

ul.bpformelementmanipulators,
ul.bpformelementmanipulators li {
	display: inline;
	list-style-type: none;
	padding-left: 0.25em;
	/* the page css uses a background image to provide the bullets for list items
	 * no idea why, but it makes the following property necessary */
	background: inherit;
}

table.bpform td.bpdataformcaption {
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #405070;
	font-weight: bold;
	padding-bottom: 5px;
	vertical-align: top;
}


textarea,
input[type=text],
input[type=password],
select {
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #405070;
	padding: 2px;
	vertical-align: middle;
}


textarea:focus,
input[type=text]:focus,
select:focus {
	background-color: #eef6fa;/*#ffffe9;*/
}


input[type=password]:focus {
	background-color: #eef6fa;/*#ffffe9;*/
}


textarea:hover,
input[type=text]:hover,
input[type=password]:hover,
select:hover {}

.bpcalendar {
	background: white;
	border: 1px solid #888;
	padding: 1em;
	border-radius: 5px;
	box-shadow: 5px 5px 3em #444;
}

.bpcalendar td {
	border: 1px solid #ccc;
}

.bpcalendar td:hover {
	background: #ccc;
}
