body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	background-image: url(../_images2/topBG.gif);
	background-repeat: repeat-x;
}
.centerTable {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
.topBG {
	background-image: url(../_images2/topBG.gif);
	background-repeat: repeat-x;
	height: 80px;
}
.bottomBG {
	background-image: url(../_images2/bottomBG.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}

.dropShadowLeft {
	background-image: url(../_images2/dropShadowLeft.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.dropShadowRight {
	background-image: url(../_images2/dropShadowRight.gif);
	background-repeat: repeat-y;
	background-position: left top;
	
}
.gnBanner {
	background-image: url(../_images2/banner.gif);
	background-repeat: no-repeat;
	height: 186px;
	width: 850px;
}

.gnBannerNoText {
	background-image: url(../_images2/background.gif);
	background-repeat:repeat-x;
	height: 186px;
	width: 850px;
}

.boxBG {
	background-image: url(../_images2/boxBG.gif);
	background-repeat: repeat-y;
}
.orangeText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #f07d20;
	text-decoration: none;
	line-height: 20px;
}

a.orangeText
{
text-decoration: underline;
}

.grayText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.footerLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.footerLinks a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}
.footerLinks a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}
.footerLinks a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	margin-right: 5px;
	margin-left: 5px;
}
.footerLinks a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}


/*Themes for DemoPage*/

.chkd2
{
	background-image: url(../_images2/checked2.JPG);
	background-repeat:no-repeat;
	background-position: center;
}

.chkd
{
	background-image: url(../_images2/checked.JPG);
	background-repeat:no-repeat;
	background-position: center;
}
.alt
{
	background-color:#dedede;
}

.head
{
	font-size:large;
}

.subhead
{
	font-size:larger;
}

.clmn1st
{
	text-align:left;
}

/* Dropdownlist with subcategories on usersettings.aspx page*/
div.parentdiv
{
	background-color: White;
	height: 17px;
	text-align: left;
	width: 180px;
	border-bottom: cornflowerblue 1px ridge;
	border-left: cornflowerblue 1px ridge;
	border-top: cornflowerblue 1px ridge;
	border-right: cornflowerblue 1px ridge;
}
div.groups
{
	display: none;
	font-weight: bold;
	background: White;
	position:absolute;
	text-align:left;
	width:182px;
}

div.subgroups
{
	display: none;
	font-weight: normal;
	text-align:left;
	padding-left: 20px
}

/*Teacher Auction*/

td a.orangeText
{
text-decoration: underline;
color: #f07d20;
}
table.orangeText td a
{
color: #f07d20;
line-height: 25px;
}

.aucitems
{
line-height: 25px;
color: #666;
font-weight: normal;
width: 150px;
}

.aucitem
{
line-height: 25px;
color: #666;
font-weight: normal;
width: 70px;
}

.grayTxt
{
    font-size: 16px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
