/* Root Level CSS Elements */
body {
	color: #000000;
	background: #6E1E50 url(../images/background.gif) repeat-x;
	font: 12px Arial, Verdana, sans-serif;
	margin: 0px;
}
body.framecontent{
	color: #000000;
	background: #FFFFFF;
	font: 12px Arial, Verdana, sans-serif;
	margin: 0px;
}
a {
	color: #814158;
	text-decoration: none;
	font-size: 11px;
}
a:link, a:visited
{
	color: #814158;
	text-decoration: none;
	font-size: 11px;
}
a:hover, a:visited:hover
{
	color: #814158;
	text-decoration: none;
	font-size: 11px;
}
a.submenu:link, a.submenu:visited
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
a.submenu:hover, a.submenu:visited:hover
{
	color: #800448;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

a.grid:link, a.grid:visited
{
	color: #814158;
	text-decoration: none;
}
a.grid:hover, a.grid:visited:hover
{
	color: #FFFFFF;
	text-decoration: none;
}
p
{
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
}
h3
{
	margin: 0px;
}
h3.shippingandpayment
{
	margin: 0px 0px 0px 100px;
}


/* Header and Header Menus */
#header 
{
	background: url(../images/headerback.gif) repeat-y;
	position:			relative;
	width:				750px;
	height:				45px;
}
#nav 
{
	background-color: #7D2253;
	position:			relative;
	width:				750px;
	height:             20px;
	color: #FFFFFF;
}

#nav a {
	color: #FFFFFF;
	font-weight: bold;
}

#nav a:hover, #nav a:active 
{
	text-decoration:  none;
	font-weight: bold;
	color: #FF7800;
}

#submenu{
	position:			relative;
	width:				750px;
	height:				23px;
}
#studycenter
{
	background: url(../images/studycenter.gif) no-repeat 0 0;
	top: 0px;
	margin-left: 5px;
	width: 268px;
	height: 44px;
	text-indent: -9999px;
}
.on
{
	background: url(../images/globalscp.gif) no-repeat 0 0;
	position: absolute;
	top: 3px;
	left: 590px;
	width: 150px;
	height: 35px;
	text-indent: -9999px;
}
.off
{
	background: url(../images/globalscp.gif) no-repeat 0 0;
	position: absolute;
	top: 3px;
	left: 590px;
	width: 150px;
	height: 35px;
	opacity: .50;
	filter: alpha(opacity=25);
	text-indent: -9999px;
}
.on a
{
	display: block;
	width: 150px;
	height: 35px;
}
#studycenter a
{
	display: block;
	width: 268px;
	height: 44px;
}
	
/* Wrappers and Content Divs */
#page {
	position:			relative;
	margin:				0 auto 0 auto;
	width:				750px;
	text-align:		    left;
}
#ordercontent{
	position: relative;
	width:				750px;
	padding-bottom:     77px;
}
#content
{
	position: relative;
	width:				750px;
	background: #FFFFFF;
}
#side
{
	background:			#FFFFFF url(../images/side.jpg) no-repeat 0 0;
	margin-left:		0px;
	width:				269px;
	height:             367px;
}
#subcontent
{
	position: absolute;
	left: 250px;
	width:				450px;
	top: 40px;
}

#logincontent
{
	position: absolute;
	top: 70px;
	left: 400px;
}
#footer
{	
	background:			url(../images/headerback.gif) repeat-y;
	color:	            #7D2253;
	width:				750px;
	height:				10px;
	position:           relative;
	margin:				0px;
	text-align: center;
}
#shipping
{
	margin: 5px auto 10px auto;
	width: 500px;
}
#rush {
	position: absolute;
	text-align: justify;
	top: 10px;
	left: 350px;
	width: 250px;
}
#payment {
	margin: 5px auto 10px auto;
	width: 500px;
}
#ccv {
	text-align: justify;
	width:250px;
	float:right;
}
#shippingaddress{
	margin: 5px auto 10px auto;
width: 500px;
}
#billingaddress 
{
margin: 5px auto 10px auto;
width: 500px;
}
#comments {
	margin: 5px auto 10px auto;
width: 500px;
}
#policy {
	margin: 5px auto 10px auto;
	text-align: center;
	width: 500px;
}
#instructions {
	margin: 5px auto 10px auto;
	width: 600px;
}
#refundpolicy {
	margin: 5px auto 10px auto;
	width: 600px;
}
/* DataGrid CSS classes */
.dgContainer
{
	background-color: #FFFFFF;
	padding: 0px;
	border-width: 0px;
	width: 100%;
}
.dgRow
{
	background-color: #F1F1F1;
	color: #000000;
	font-size: 12px;
}
.dgRow:hover
{
	background-color: #DAC2D1;
	color: #FFFFFF;
	font-size: 12px;
}
.dgRow a:hover
{
	color: #FFFFFF;
}
.dgAlternatingRow
{
	background-color: #CCCCCC;
	color: #000000;
	font-size: 12px;
}
.dgAlternatingRow:hover
{
	background-color: #DAC2D1;
	color: #FFFFFF;
}
.dgAlternatingRow a:hover
{
	color: #FFFFFF;
}

.dgGroup, .dgGroup a
{
	background-color: #DEECFB;
	color: #000000;
}
.dgHeader, .dgHeader a
{
	background-color: #F6A14C;
	color: #84596B;
	font-size: 12px;
	font-weight: bold;
}
.dgPager
{
	background-color: #F3EFE0;
	color: #000000;
	text-align: right;
}
a.dglinks:hover, a.dglinks:visited:hover
{
	color: #814158;
	text-decoration: none;
	font-size: 12px;
}
a.dglinks:link, a.dglinks:visited
{
	color: #814158;
	text-decoration: none;
	font-size: 12px;
}

/* Header CSS classes */
.hdContainer 
{
	padding: 0px;
}
.hdName 
{
	font-weight: bolder;
}
.hdBox 
{
	background: #FFFFFF;
}
.hdMiddle
{
	background-color: #47697E;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 12px;
}
h2
{
	color: #814158;
	font-weight: bolder;
	font-size: 18px;
}
h3
{
	color: #814158;
	font-weight: bolder;
	font-size: 14px;
}


/* Body CSS classes */
.bdContainer 
{
	padding: 4px;
	background-color: #FFFFFF;
}

/* Form CSS classes */
.fmContainer
{
	padding: 3px;
	border: #A0B8C8 3px solid;
	background-color: #EEEEEE;
}
.fmShortTexbox
{
	width: 50px;
}
.fmMediumTextbox
{
	width: 105px;
}
.fmLongTextbox
{
	width: 150px;
}
.fmCommandButton
{
	width: 100px;
}
.fmLabel
{
	color: #800000;
	font-size: 12px;
	font-weight: bold;
}
.fmInfoLabel
{
	color: #000000;
	font-size: 11px;
}
.fmStudentName
{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
.fmHeaderLabels
{
	color: #47697E;
	font-size: 14px;
	font-weight: bold;	
}
.fmTitle
{
	color: #47697E;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 4;
}
.fmNavBarLabels
{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;	
}

/* Dewayne's Added */

.verifyOrder a
{
	color: #84596B;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}
.verifyOrder a:hover
{
	color: #AA708C;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}
