/* CSS Document */

a img{
border:none;
}

.scdescription{
clear:both;
margin-top: 2px;
}

#previous{
	float: left;
}
#next{
	float: right;
}
#mainbottom1{
float: left;
margin-top: 1em;
}

#grade{
	clear: both;
	float: left;
	margin-left: 0px;
	font-size: 10px;
	line-height:12px;
}

#mainbottom2{
float:left;
margin-left: 1em;
margin-top: 1em;
}

.itemname{
	color: #EB7C45;
	margin-left: 310px;
	width: 350px;
	
}


/*Right Menue Bar Stuff*/
.rtsidelist{
	margin-top: 100px;
	
}
.rtsidelist ul{
	margin-left: 0px;
}
.rtsidelist li {
	list-style-type: none;
color: #CC3399;
}

.rtsidelist a{
	color: #CC3399;
}
.rtsidelist a:visited{
	color: #CC3399;
}
.rtsidelist a:hover{
	color: #ABB746;
}

#largelogo{
	position: absolute;
	left: 775px;
	top: 10px;
}
/*Schedule Table Stuff*/
TH { speak-header: once }

TABLE.schtable{
	position: relative;
	color: black;
	border-collapse: collapse;
	left: 0px;
	width: 635px;
	margin-top: 1px;
	clear: both;
	font-size: 12px;
	margin-bottom: 1px;
	
}

TABLE.schtable TR{
	height: 28px;
}

TABLE.schtable TD{
padding-top: 0px;
padding-left: 5px;
padding-right: 5px;
	
}
TABLE.schtable TH{
	
}
.treg{
background-color: #ECDFBA;
text-align: center;
width:3.5em;
}
.tsess{
text-align: left;
width:14em;
}
.tname{
background-color: #ECDFBA;
text-align: left;
width: 16em;
}
.tdate{
text-align: left;
width: 10.5em;
}
.tcost{
background-color: #ECDFBA;
text-align: center;
}
.trdate{
background-color: #ECDFBA;
text-align: left;
}
.tcapacity{
text-align: center;
}

.areg{
background-color: #7EADD5;
text-align: center;
width:11.5em;
}
.asess{
text-align: left;

}
.aname{
background-color: #ECDFBA;
text-align: left;

}
.adate{
text-align: left;
width:11.5em;
}
.acost{
background-color: #7EADD5;
text-align: center;
}
.adate{
background-color: #ECDFBA;
text-align: left;
}
.acapacity{
text-align: center;
}

.titlerow {
background-color: #2F0A00;
color: white;

}
.titlerow .treg {
	background-color: #88A9cb;
}
.titlerow .tname {
	background-color: #88A9cb;
}
.titlerow .tcost {
	background-color: #88A9cb;
}
.titlerow .trdate {
	background-color: #88A9cb;
}
.titlerow .areg {
	background-color: #2F0A00;
}
.titlerow .aname {
	background-color: #88A9cb;
}
.titlerow .acost {
	background-color: #2F0A00;
}
.titlerow .ardate {
	background-color: #88A9cb;
}
/*End Schedule Table Stuff*/
/*Small Schedule Table Stuff*/
TABLE.smallsessiontable{
	color: black;
	border-collapse: collapse;
	width: 100%;
	margin-top: 1px;
	margin-bottom: 1px;
	background-color:#7EADD5;
}
Table.smallsessiontable thead{
color:#FFFFFF;
background-color:#2F0A00;
text-align:left;
}
TABLE.smallsessiontable TR{
	height: 28px;
}
TABLE.smallsessiontable .tabletitle{
	height: 28px;
	font-size:18px;
}

TABLE.smallsessiontable TH{
padding-top: 0px;
padding-left: 5px;
padding-right: 5px;
}
TABLE.smallsessiontable TD{
padding-top: 0px;
padding-left: 5px;
padding-right: 5px;
}

.smallsesiontablesubmit{
color: #fff;
background: #222;
font-size: 12;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
margin: 2px 0px 1px 0px;
width: 250px;
padding: 5px 10px 6px 5px; 
text-decoration: none;
-moz-border-radius: 5px; 
-webkit-border-radius: 5px;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
border:none thin;
cursor:pointer;
}
.smallsesiontablesubmit.orange{
	background: #f47d4a;
}
.smallsesiontablesubmit.orange:hover{
	background: #7a3e23;
}

/*End Schedule Table Stuff*/
.scsubmit{
float: left;
color: white;
background: #88A9cb;
font-size: small;
margin-top: .5em;
margin-left: 0px;
clear: both;
}

.sessionform{
	margin-bottom: 15px;
}

/*reg fee table stuff*/
TR#eb {
	height: 75px;
}
.titlerow .tcredit {
	background-color: #88A9cb;
}
.tcredit{
background-color: #ffe59d;
text-align: left;
}
.grade{
	font-size:9px;
}