/*************** Registration Styling *****************/

body { background: #1C66AF url('images/bg-repeat.gif') repeat; }

legend { font-weight:bold; }

div#container {
	border: 3px solid #F2BF7F;
	background-color: #ffffff;
	width: 792px;
	margin: 0 auto;
}

div.section {
	position:relative;
	width: 792px;
	float: left;
	clear: both;
	margin: 0 0 0 2px;
}

select#schools, select#persons { width: 45px;}

.req { border-color:red;border-width:2px;border-style:groove; }

div#regstats {
	width:790px;
	margin: 0 0 0 2px;
}

div#submit {
	position:relative;
	clear:both;
	width:786px;
	height:24px;
}

div.schcontainer {
	position:relative;
	float:left;
	margin-right:0px;
	width:395px;
}

div.container {
	position:relative;
	float:left;
	margin-right:10px;
	width:790px;
}

div.schooldiv {
	display:block;
	width:100%;
	float:left;
}

div.basicdiv {
	display:block;
	width:390px;
	float:left;
}

div.homediv {
	clear:top;
	width:340px;
	float:right;
}

div#seminars {
	clear:both;
	padding:0;
	margin:0;
}
div#seminars p {
	margin:1px 0;
}

fieldset {
	margin-top:10px;
	padding:10px;
}

.hmcntry {
	width:180px;
}
.schcntry {
	width:180px;
}

a.remove {
	position:absolute;
	top:20px;
	right:15px;
}

input.control {
	float:right;
}

label.school {
	display:block;
	float:left;
	width:125px;
}

label.home {
	display:block;
	float:left;
	width:105px;
}

label.basic { 
	display:block;
	width:175px;
	float:left;
}

div.podiv select { margin:0;margin-bottom:-2px; }
div.podiv p { float:left;margin:2px 12px 2px 0; }

input#submit1 { position:absolute;bottom:5px;right:5px;width:60px; }
input#submit2 { position:absolute;bottom:0;right:-2px;width:60px; }
select#sid { width: 100px; }
input#pocntct { width: 130px; }
input#acctpphn { width: 120px; }
input#acctpeml { width: 180px; }
input#ponum { width: 80px; }
td#ttlprice { width:60px; }

label.po {
	display:block;
	float:left;
	margin-right:3px;
}

div.tabbed {
	margin: 10px 0 20px 20px;
}

div#dashboard {
	position: relative;
	margin: 0 auto;
	width: 1024px;
	color: #000000;
}
div#dashboard div.div {
	position: relative;
	height: 230px;
	border: 3px solid orange;
	background: #F3F1F1;
	padding: 10px;
	margin: 10px;
}

div#dashboard h2 {
	margin: 5px 0;
}
div#dashboard label {
	display: block;
}
div#dashboard input#title {
	width: 500px;
}
div#dashboard input#ctitle {
	width: 500px;
}


div#login {
	margin: 80px auto;
	padding: 20px 80px;
	width: 150px;
	border: 3px solid #F2BF7F;
	background: #F3F1F1;
	color: #000;
}
div#login label {
}

div#wrkshplst {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 250px;
	width: 460px;
	border-left: 4px double #F2BF7F;
	white-space: nowrap;
}
div#wrkshplst ul#wsl {
	margin: 0 0 0 -40px;
	list-style: none;
}
div#wrkshplst ul#wsl li {
	position: relative;
	background: #F3F0F0;
	border: 1px solid #DDD;
	margin: 1px 0;
	padding: 0 2px;
	cursor: default;
	overflow: hidden;
	text-overflow: ellipsis;
}
span.rmv{
	font-family: "arial";
	font-size: 90%;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	right: 0;
	width: 20px;
	height: 20px;
	color: #BBB;
	background: #F3F0F0;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
}

div#classlst {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 250px;
	width: 460px;
	border-left: 4px double #F2BF7F;
	white-space: nowrap;
}
div#classlst ul#clsl {
	margin: 0 0 0 -40px;
	list-style: none;
}
div#classlst ul#clsl li {
	position: relative;
	background: #F3F0F0;
	border: 1px solid #DDD;
	margin: 1px 0;
	padding: 0 2px;
	cursor: default;
	overflow: hidden;
	text-overflow: ellipsis;
}

#ui-datepicker-div {
	font-size: 68%;
}

