.selections{
	float: left;
	text-align: center;
	width: 17px;
	line-height: 90%;
}

.stars{
	color: #AA0101; 
	font-weight: bold; 
	font-size: 14px;
}

tr, tr:hover{
	background-color: #ececec;
}

tr.tabhead{
	background: #B5B5B5;//#CDC4CC; //#C1BECD; //#C0B4CD;
	font-size: 12px;
	line-height: normal;
}

.tabhead td, .tabhead td b{
	color: #000;
}

.entry-content img{background-color: none; border: none; padding: 0;}

tr.admintabhead{
	background: #999;//#ACA5AF;
	font-size: 14px;
}

#withcols tr.admintabhead td a{
	color: #222;
}

#withcols tr.admintabhead td a:hover{
	color: red;
}

.spaceit td{
	padding: 5px;
}

.form td{
	text-align: left;
}

.form input, .form textarea, #fileinput{
	color: #000;
	border: 1px solid #555;
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
	padding: 3px 5px;
	width: auto;
	font-size: 16px;
}
#fileinput{
	height: 30px;
	veritcal-align: bottom;
	width: 300px;
	font-size: 14px;
	padding: 0px 0px;
	margin: 0px 0px;
}
/* Firefox */ 
/*@-moz-document url-prefix() { 
	#fileinput { 
		//position: absolute;
		//bottom: -15px; 
	} 
} */
.form input:hover{
	background: #fff;
	border: 1px solid #111;
}
.form input[type="radio"], .selections input[type="checkbox"], .form input[type="checkbox"], .form input[disabled]{
	border: none;
	background: transparent;
}
.form #enrollment_dis{
	background: #C8C8C8;
	border: 1px solid #555;
}
#submitbut, .submitbut{
	background: #333;
	color: #F0F0F0;
	margin-top: 18px;
	cursor: pointer;
	padding: 1px 5px;
	height: 28px;
	width: auto;
	border: 1px solid #555;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius: 3px;
}

#submitbut:hover, .submitbut:hover{
	background: #666;
	border: 1px solid #000;
}
a.submitbut{
	color: #F0F0F0;
	text-decoration: none;
}

.regbutton{
	float: right;
	background: #666;
	border: 1px solid #000;
	color: #F0F0F0;
	margin-top: 7px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
}

.regbutton:hover{
	background: #333;
	border: 1px solid #555;
}

#steps{
	margin-bottom: 15px;
}

#steps td{
	background: #656565;
	color: #bcbcbc;
	border: 1px solid #111;
	text-align: center;
	padding: 1px 3px;
	width: 100px;
	font-size: 12px;
	width: 15%;
}

#steps h4{
	color: #fff;
	font-size: 14px;
	margin: 5px 0px;
}

#steps .currentstep{
	background: #333;
}


#profile_tabs a{
	display: block;
	float: left;
	padding: 3px 15px;
	background-color: #A90418;
	text-align: center;
	border: 2px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}
#profile_tabs a.first{
	border-left: 2px solid #000
}
#profile_tabs a.currenttab{
	background-color: #000;
}
#profile_tabs a:hover{
	background-color: #777;
}

#profile_container{
	border: 1px solid #D7D7D7;
	background-color: #E2E2E2;
	min-height: 500px;
	width: 98%;
	text-align: center;
	box-shadow: 1px 1px 5px 2px #B2B2B2;
	-moz-box-shadow: 1px 1px 5px 2px #B2B2B2;
	-webkit-box-shadow: 1px 1px 5px 2px #B2B2B2;
}
#profile_content{
	padding: 20px 30px;
	padding-top: 0px;
	text-align: left;
}
.profile_title{
	float: left; 
	margin: 10px 30px;
	color: #2780c7;
}

#withcols{
	border:none;
}

#withcols td{
	border: 1px solid #777;
	padding: 4px;
	text-align: center;
	color: #444;
}

#withcols td a{
	color: #E15023;
	text-decoration: underline;
}

#withcols td a:hover{
	color: #000;
}

.invis, .invis tr, .invis td{
	border: none;
	padding: 0px 0px;
	font-size: 10pt;
	vertical-align: top;
	text-align: left;
}

.invis2, invis2 tr, .invis2 td{
	//border: 1px solid black;
	border: none;
	text-align: left;
	padding: 0px 0px;
	vertical-align: bottom;
}

.invis2 tr{
	height: 30px;
}

.unimportant{
	font-size: 10px;
	//font-weight: normal;
	//color: #ccc;
}

.fieldselect{
	border: 1px solid #555;
	width: 540px;
	padding: 5px 10px;
	background: #ccc;
	margin-top: 10px;
}

.fieldselect input{
	padding: 3px 5px;
	width: auto;	
}

.conf{
	margin-top: 0px;
	border: 1px solid #999;
}

.conf td{
	padding: 0px 10px;
	text-align: left;
	background-color: #fff;
}

.invis h4{
	padding-bottom: 0px;
	margin-bottom: 0px;
}

a.editbut{
	color: #7F311C;
	padding: 0px 10px;
	font-size: 20px;
	text-decoration: none;
}

.editbut:hover{
	text-decoration: none;
	color: #E15023;
}

#filtertable td{
	padding-left: 20px;
	padding-bottom: 5px;
}

.filterselect{
	width: 150px;
}
.smalfilter{
	width: 100px;
}

#paymenttable td{
	background-color: #fff;
	color: #333;
	padding: 5px 0px;
}

#paymenttable{
	border: 2px solid #333;
}

#startlink a, #splink a{
	color: #222;//#65507E;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 50px;
	border: 1px solid #555;
	padding: 2px 10px;
	background-color: #7BBC31;
	text-decoration: none;
}
#startlink a:hover, #splink a:hover{
	background-color: #6AA32A;
	color: #000;
	border: 1px solid #000;
}

.cal{
	padding: 5px;
	margin: 0 5px;
	cursor: pointer;
}

#adminnav{
	border: 1px solid #555;
	padding: 5px 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 5px;
	background-color: #A90418;
	cursor: pointer;
	font-size: 16px;
	color: #fff;
}

#adminnav:hover{
	background-color: #333;
}


.hoverme{
	cursor: pointer;
}

#realnode{
	vertical-align: top;
}

/*new layout*/
tr:hover {background-color: none;}

#regcont{
	float: left;
	width: 655px;
}

#regsidebar{
	float: left;
	width: 240px;
	margin-left: 10px;
}

.hsjf_alert{
	background-color: #ECC8C0;
	margin: 10px 0;
	padding: 5px 10px;
	border: 1px solid red;
	font-size: 14px;
}

.smallnote{
	font-size: 9px;
	color: #666;
	line-height: 130%;
	margin-top: 5px;
}

/*profile select page*/
table.fullscreentable{
	width: 100%;
	min-height: 250px;
}
.fullscreentable td{
	vertical-align: middle;
	text-align: center;
}
.fullscreentable td a{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 455px;
	height: 250px;
	color: #333;
	background-color: #fff;
	text-decoration: none;
}
.fullscreentable td a:hover{
	background-color: #d9d9d9;
}
.sscom{
	background-color: #fff;
	border: 1px solid #333;
	padding: 5px 10px;
}