html {
	overflow-y:scroll;
}
html#enroll {
	overflow-y:auto;
	font-family:Helvetica;
}
#rounded-corner {
	font-family: "Helvetica", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width: 540px;
	text-align: left;
	border-collapse: collapse;
	margin:0 auto;
	border-width:1px;
}
#rounded-corner thead th.rounded-head-left {
	/* background: #477185 url('../images/reg/left.png') left -1px no-repeat; */
	border-top-left-radius: 		15px;
	-webkit-border-top-left-radius: 		15px;
	-moz-border-radius-topleft: 15px;
}
#rounded-corner thead th.rounded-head-right {
	/* background: #477185 url('../images/reg/right.png') right -1px no-repeat; */
	border-top-right-radius: 		15px;
	-webkit-border-top-right-radius: 		15px;
	-moz-border-radius-topright: 15px;
}
#rounded-corner th {
	padding: 8px;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 13px;
	color: #ffffff;
	background: #477185;
}
#rounded-corner tfoot td {
	height:15px;
	background-color: #477185;
}
#rounded-corner tbody {
	border-right:1px solid #477185;
	border-left: 1px solid #477185;
}
#rounded-corner td {
	padding: 4px;
	background: #FFF;
	color: #000;
	-moz-transition: background-color 0.3s ease-in-out 0s;
}
#rounded-corner tfoot td.rounded-foot-left {
	/* background: #477185 url('../images/reg/botleft.png') left bottom no-repeat; */
	border-bottom-left-radius: 		15px;
	-webkit-border-bottom-left-radius: 		15px;
	-moz-border-radius-bottomleft: 15px;
	height:15px;
}
#rounded-corner tfoot td.rounded-foot-right {
	/* background: #477185 url('../images/reg/botright.png') right bottom no-repeat; */
	border-bottom-right-radius: 	15px;
	-webkit-border-bottom-right-radius: 	15px;
	-moz-border-radius-bottomright: 15px;
}
#rounded-corner tbody tr:hover td {
	background: #EEE;
	color:#000;
}
#rounded-corner a {
	color:#0000FF;
}
#rounded-corner tr.sep td {
	background: #DDD !important;
}
/********************FORM FIELD LAYOUT********************/
input.nrml, textarea {
	background:#FFFFFF none repeat scroll 0%;
	border-color:#CCCCCC rgb(221, 221, 221) rgb(221, 221, 221) rgb(204, 204, 204);
	border-style:solid;
	border-width:2px 1px 1px 2px;
	color:#000000;
	height:16px;
	padding:2px;
	width:300px;
	display:block;
	font-family:Helvetica, Geneva,Helvetical,sans-serif;
	font-size:11px;
}
textarea {
	height:150px;
}
#phone, #zip, #bdate, #startdate,#enddate { width:120px; }
#city, #pwd, #pwd2 { width:150px; }
#fname, #lname, #address, #city { text-transform: capitalize; }
#zip {text-transform: uppercase; }
#tuition, #seats, #prefix, #hours, #abbr {width:50px;text-transform: uppercase;}

input.nrml:focus,
textarea:focus,
select:focus {
  
}
label, select, input, textarea{
	font-family: "Helvetica", "Lucida Grande", Sans-Serif;
	font-size:12px;
}
label {
	display:block;
}
.desc {
	text-align:right;
	font-variant: small-caps;
}
div.lbl {
 	text-align:right;
}
.inst {
	text-align:right;
	font-variant: small-caps;
	font-family:Helvetica;
}
.sublbl {
	text-align:center;
}
input.button {
	display:inline;
	float:left;
	color:#000;
  font-variant: small-caps;
	margin-top:5px;
}
#submit {
	float:left;
	font-weight:bold;
}
#delete {
	float:right;
	font-weight:bold;
	color:#FFF;
	background-color:#F00;
}
#reset {
	float:right;
}
ol,li {
	margin-left:15px;
}
/**************MESSAGING**********************/
.info, .success, .warning, .error, .validation {
	border: 1px solid #FFFFCC;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow:0 0 10px #999999;
	-moz-box-shadow: 0 0 10px #999999;
	-webkit-box-shadow: 0 0 10px #999999;
	margin:15px;

}
.info {
	color: #00529B;
	background-color: #FFFFCC;
	background-image: url('../images/msgs/info.png');
}
.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('../images/msgs/success.png');
}
.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../images/msgs/warning.png');
}
.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../images/msgs/error.png');
}
/************* HIGHLIGHTS ***************/
.highlight {
	background: #CCCCCC !important;
}
/************* ENROLL ***************/
tr.semname td {
  font: normal small-caps bold 16px Helvetica,"Helvetica", "Lucida Grande", Sans-Serif;
	color:#477185;
	text-align:center;
	padding:10px;
}
tr.headrow {
	background:#477185;
}
tr.headrow td {
  font: normal small-caps bold 10px "Helvetica", "Lucida Grande", Sans-Serif;
	color:#ffffff;
	text-align:center;
	padding:10px;
}
tr.classlist {
	background: #fbfbfb;
}
tr.classlist:hover {
	background: #dddddd;
/*	box-shadow:0 0 10px #999999; */
}
tr.classlist td {
  font: normal small-caps normal 14px Helvetica, "Helvetica", "Lucida Grande", Sans-Serif;
	text-align:center;
}
tr.classlist td label{
  cursor: pointer;
	padding:10px;
}
span.location {
	display:block;

}
span.addr {
	display:block;
  font-variant: normal;
}
span.map {
	color:red;
	font-weight:bold;
}
.autocomplete {
    font-family: Helvetica;
    font-size: 9pt;
    background-color: white;
    border: 1px solid black;
    position: absolute;
		left:0px;
		top:10px;
    cursor: default;
    overflow: auto;
    overflow-x: hidden;
}
.autocomplete_item {
    padding: 1px;
    padding-left: 5px;
    color: black;
    width: 100%;
}
.autocomplete_item_highlighted {
    padding: 1px;
    padding-left: 5px;
    color: white;
    background-color: #0A246A;
}
a.new {
	font-variant:small-caps;
	background-color:red;
	color:white;
	box-shadow:0 0 10px #999999;
	-moz-box-shadow: 0 0 10px #999999;
	-webkit-box-shadow: 0 0 10px #999999;
	padding:5px;
}
div#menu ul#toc {
	display:none;
}
#xnav {
	margin: 10px 5px;
	border:1px solid blue;
	border-width: 1px 0;
}
#xnav a {
	padding:10px;
	text-decoration: none;
	font-family:"Lucida Sans Unicode","Lucida Grande",Sans-Serif;
	font-weight:bold;
	display:inline-block;
}
#xnav a:hover {
	background-color: #FFFFCC;
	box-shadow:0 0 10px #999999;
	-moz-box-shadow: 0 0 10px #999999;
	-webkit-box-shadow: 0 0 10px #999999;	
}