/* -------------------------------------------------------------- 
   
   Boilerplate forms.css
   * Sets up some default styling for forms
   
-------------------------------------------------------------- */
.sectionhead {
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color:#458C64;
	padding: 5px;
	margin-top: 0px;
}
#sidebar1 .filterlist li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	height:	auto;
	list-style-position: inside;
	list-style-type: square;
	background: none;
	border: none;
	padding: 0 0 5px 10px;
	margin-right: 5px;
}
.sectionbody {
	clear: both;
	margin-bottom: 10px;
	padding: 10px;
	border: solid 1px #3300CC;
	border-top: solid 1px #458C64;
	background-color:#CCFFFF;
}

.sectionhead a {
	color:#CCCCCC;
}

/* Fieldsets */
fieldset {
	display:block;
	padding: 1.4em;
	padding-top: .5em;
	border: 1px solid #ddd;
	width: 600px;
	background-image:url(../forms/images/fieldsetbg.png);
	background-repeat:repeat-x;
	margin-bottom: 30px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
legend {
	padding: 0.0em 0.5em;
	border:1px solid green;
	background-color: #035AA6;
	color: #FFFFFF;
	font-size:90%;
	text-align:left;
	width: 90%;
}
/*H2 heading instead of Legend */
fieldset h2 {
	border:0;
	border-bottom: 1px solid #c1cad5;
	background-color:transparent;
	position:relative;
	padding-left: 80px;
	margin-left: -20px;
	height: 30px;
}

fieldset h2 span{
	position:absolute;
	height: 64px;
	background-repeat:no-repeat;
	background-position: bottom left;
	display: block;
	width: 60px;
	top: -40px;
	left: 10px;
/*	border: black thin solid; */
}
.list{
	padding-left: 0px;
	margin-left: 0px;
	height:auto;
}

#contactinfo span{
	background-image:url(../forms/images/64x64/contact.png);
}

#conference span{
	background-image:url(../forms/images/64x64/conference.png);
}

#world span{
	background-image:url(../forms/images/64x64/world.png);
}

#school span{
	background-image:url(../forms/images/64x64/school.png);
}

#plus span{
	background-image:url(../forms/images/64x64/plus.png);
}

#question span{
	background-image:url(../forms/images/64x64/question.png);
}

#privacy span{
	background-image:url(../forms/images/64x64/privacy.png);
}

#invoice span{
	background-image:url(../forms/images/64x64/invoice.png);
}

#check span{
	background-image:url(../forms/images/64x64/check.png);
}

#people span{
	background-image:url(../forms/images/64x64/people.png);
}

.time span{
	background-image:url(../forms/images/64x64/time.png);
}

#volunteering span{
	background-image:url(../forms/images/64x64/volunteering.png);
}

#email span{
	background-image:url(../forms/images/64x64/email.png);
}

/*label { float: left; font-size: 12px; width: 150px;}*/
fieldset label { font-size:1.1em; font-weight:bold; display:block; line-height:1.5em; margin:5px 0 2px 0; }
.radiolist { display:inline;
	font-weight:normal;
}

#frmchedule  #form  label {
	float: none;
	width: 20px;
}


/* Textareas */
textarea { margin: 0.5em 0.5em 0 0; }
textarea { padding: .4em; }


/* hForm
-------------------------------------------------------------- */
form.hform p {
	margin: 0 0 .5em;
	font-size: 10px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
#form table  {
	font-size: 12px;
	text-align: left;
	width: 95%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 5px;
	padding: 5px;
}
#submit {
	font-size: 12px;
	background-color: #CCCCCC;
	text-align: center;
	margin: 0px;
	padding: 5px;
	border: 1px solid #006666;
	color: #020873;
	font-weight: 700;
	margin-top: 5px;
}

.buttonbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #99FFFF;
	padding: 3px;
	width: 100px;
	border-width: 1px;
	border-style: solid;
	border-color: #0066FF;
	text-align: center;
	vertical-align:middle;
	color: #000066;
}

ul {
	font-size: 12px;
}


#form   table  th {
	text-align: center;
}

form.hform p input {
}
form.hform p select { width: 200px; }

form.hform p input.button { width: auto; }
form.hform p input.checkbox { width: auto; }
form.hform p input.radio { width: auto; }

form.hform p.checkbox { margin-left: 100px; }
form.hform p.checkbox label { float: none; }
form.hform p.checkbox input { width: auto; }


/* vForm
-------------------------------------------------------------- */
form.vform p { margin: 0 0 .5em; }
form.vform p label { display: block; }

form.vform p.checkbox label { display: inline; }

#sidebar1 ul {
	list-style: none;
	padding: 0px;
	background-color: #EBEBEB;
	margin: 0px;
}
#sidebar1 li {
	height: 20px;
	display: block;
	border-left: 10px solid #1958b7;
	color: #fff;
	background-color: #EBEBEB;
	text-decoration: none;
	background-image: url(../forms/images/page.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1em;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
}
html>body #button li {
	width: auto;
}
#sidebar1 .currentpage {
	background-image: url(../forms/images/currentpage.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.required {
	color:#990000;
	font-weight:700;
}
#verification ul { 
	margin-left: 0px;
}

#verification ul li {
	clear:both;
	display:block;
	height: 100%;
	/*	border: red thin solid; */
	padding: 0px;
	margin-bottom: 5px;
	list-style:none;
}
.lineheader {
	font-weight:700;
	width: 150px;
	vertical-align: top;
	background-image: url(../forms/images/fieldsetbg.png);
	padding: 5px;
	height:auto;
	background-repeat: repeat-x;
	background-position: top;
	height: auto;
}

.returnedvalue {
	padding: 5px;
	display:inline;
	vertical-align: top;/*	border: black thin solid; */
}

#editform {
	display: none;
}

#verification {
	display:block;
	visibility: visible;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.lineeven {
	background-color: #CCCCCC;
}

.chosen {
	background-color: #FFFF99;
}
.success {
	border: #00CC66; 
	border-style: solid; 
	border-width: 1px;
	background-color:#99FFCC;
	padding:10px;
	color:#000000;
	font-weight:600;
	width: 75%;	
}

.conflicts {
	border-color: #FF0000;
	border-style: solid;
	border-width: 1px;
	background-color:#FFCCFF;
	padding:10px;
	color:#000000;
	font-weight:600;
	width: 75%;
}

.tbllisting {
	font-size: 11px; 
}
.tbllisting td {
	padding: 5px;
}
.eventtitle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:700;
	color:#339966;
}

.timeassigned  {
	background-color: #006633;
	color: #CCCCCC;
	font-weight: 400;
	text-align:center;
	vertical-align: middle;
}

.assignedcolumns {
	background-color:#66CCFF;
	text-align:center;
	vertical-align:middle;
}

.defaultcolumns {
	text-align:center;
	vertical-align: middle;
	background-color: #999999;
}

.unassignedrows {
	background-color: #99CC99;
	color: #CCCCCC;
	font-weight: 400;
	text-align:center;
	vertical-align: middle;
}

ul.event-packages {
	font-size: 1.2em;
	font-weight: 500;
	list-style-type: none;
	margin: 0px;
}

ul.event-packages li {

}

ul.event-packages ul li {
	list-style-type: none;
	padding-left: 25px;
	border: none;
}

ul.event-packages ul {
	margin-bottom: 20px;
}

