* {
	margin: 0px;
}

/****************************
 * Main page layout
 ****************************/

html {
	padding: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	margin-right: 0px;
	height: 100%;
    border: none
}

body {
	padding: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	height: 100%;
    border: none;
	background-color: #ddd2b6;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	color: #6f5e47;
	line-height: 23px;
}

td	{
	vertical-align: top;
}

#header {
	background: url(../images/dnbgtopbar.gif) repeat-x;
	height: 78px;
}

#flashcontent {
	position: absolute;
	left: 0px;
	top: 78px;
}

ul#menu {
	margin: 0px 0px 0px 577px !important; /* FUDGE */
	margin-top: -2px;
	padding: 0px;
	font: 9px Verdana;
	color: #fff;
	overflow: hidden;
}

#menu a {
	display: block;
	color: #fff;
	height: 19px;
	width: 190px;
	padding: 0px;
	margin: 0px;	
	text-decoration: none;
}

#menu a:hover {
	background: #571718;
}

#menu li {
	list-style-type: none;
	display: block;
	background: url(../images/dnbgredbutton.gif) repeat-y #571718;
	border-top: 1px #d87272 solid;
	border-left: 1px #d87272 solid;
	padding: 0px;
	margin: 0px;
	font-size: 1px;
	line-height: 1px;
	height: 19px;
}

#menu li img {
	padding: 7px 0px;
	display: block;
	float: left;
	margin: 0px;
	font-size: 1px;
	line-height: 1px;
	height: 5px;
}

#midbar {
	background: url(../images/dnbgmidbar.gif) repeat-x;
	height: 27px;
}

#titlebar {
	background: url(../images/dnbgtitlebar.gif) repeat-x;
	height: 38px;
}

#footer {
	background: url(../images/dnbgfooter.gif) repeat-x;
	height: 102px;
}

img {
	border: 0px;
}

/****************************
 * Page column layout
 ****************************/

#mainlayout {
	width: 100%; 
	min-width: 1000px; 
	background: url(../images/dnbgpagentitle.gif); 
	background-repeat: repeat-x;
	/*width: expression(document.body.clientWidth < 900 ? "1000px" : "100%" );*/
}

#leftbar {
	width: 264px; 
	padding-left: 8px; 
	padding-right: 8px;
}

#rightbar {
	width: 264px; 
	padding-left: 8px; 
	padding-right: 8px;
}

#line {
	width: 2px; 
	background: url(../images/dnlinewhite.gif); 
	background-repeat: repeat-y;
}

#content {
	padding-left: 9px; 
	padding-right: 9px; 
	width: 100%;
}



/****************************
 * Text styles
 ****************************/

a:link, a:active {
	color: #8B1A1B;
	text-decoration: none;
}

a:visited {
	color: #8B1A1B;
	text-decoration: none;
}

a:hover {
	color: #B65050;
	text-decoration: none;
}

.title , .section_title {
	color: #1C224A;
	height: 35px;
	font: 19px Courier;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: -6px;
	margin-top: -10px;
	padding-top: 6px;
	padding-left: 30px;
	background: url(../images/dntitlelogo.gif) no-repeat;
}

.errorred {
	font-weight: bold;
	color: #900;
}

.small {
	width: 100%;
	color: #695A3C;
	font-size: 9px;
	font-weight: normal;
	font-family: verdana, arial, sans-serif;
	border-top: 1px #84755f dotted;
	padding-top: 3px;
	margin: 10px 0px 0px 0px;
}

.footeralign {
	font: 10px Verdana, Arial, Helvetica;
	color: #6f5e47;
	margin-left: 12px;
	margin-top: 12px !important; /* FUDGE */
	margin-top: 10px;
}

.coursebox p {
	text-align: center;
	width: 200px;
	margin: 3px auto;
	font-size: 9px;
	line-height: 15px;
}

.red {
	color: #8B1A1B;
	line-height: 25px;
}

.upsellhead {
	color:#8B1A1B;
	font-weight:bold;
	font-size:1.4em;
	line-heigh:15px;
}

/****************************
 * Indents
 ****************************/

.tabtitle {
	margin-left: -9px;
	margin-right: -11px;
	padding-bottom: 11px;
}

.subtabs {
	margin-top: -9px;
	padding-left: 127px;
	padding-bottom: 11px;
}

.imgtitle {
	padding-bottom: 11px;
}

#content .imgtitle {
	margin-left: -9px;
}

#leftbar .imgtitle {
	margin-left: -9px;
}

#rightbar .imgtitle {
	margin-left: -9px;
}

.down {
	display: block;
	margin-top: 0px;
	padding: 0px;
}

.section_para {
	padding-bottom: 14px;
}

.entry_label {
	width: 150px;
	line-height: 14px;
	font-weight: bold;
	padding-bottom: 3px;
}

.entry_field {
	padding: 0px;
	padding-bottom: 8px;
}

.entry_row_label {
	padding-bottom: 3px;
	font-weight: bold;
	
}

.entry_row_field {
	padding-bottom: 10px;
}

/****************************
 * Other styling
 ****************************/

.dots {
	width: 100%;
	height: 10px;
	font-weight: 3px;
	background: url(../images/drdots.gif) repeat-x center;
}

.dotsbullet {
	width: 100%;
	height: 25px;
	font-weight: 3px;
	background: url(../images/drdots.gif) repeat-x center;
}

.link {
	font-family: verdana, Helvetica, Arial;
	font-size: 10px;
	line-height: 22px;
	padding-left: 4px;
	text-align: left;
}

.formfield {
	font-family: verdana, Helvetica, Arial;
	font-size: 10px;
	height: 13px;
	color: #6F5E47;
	text-decoration: none;
}

.formfieldsmall {
	font-family: verdana, Helvetica, Arial;
	font-size: 10px;
	height: 13px;
	color: #6F5E47;
	text-decoration: none;
}

.button {
	font-family: verdana, Helvetica, Arial;
	font-size: 10px;	
	height: 22px;
	color: #8B1A1B;
	text-align: center;
}

.advertbox {
	text-align: center;
	width: 229px;
	height: 54px;
	color: #2E375E;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	padding: 10px;
	padding-bottom: 11px;
	padding-top: 140px;
	margin-bottom: 7px;
}

#rightbar .advertbox {
	cursor: pointer
}

.coursebox {
	width: 228px;
	height:	185px;
	padding: 10px;
	margin-bottom: 9px;
	font-size: 11px;
	background: url('../images/dncoursebox.gif') no-repeat
}

.coursebox img {
	margin-top: 5px;
	margin-bottom: 8px;
}

.coursebox input {
	margin: 5px 0px 3px 0px;
}

.button input {
	margin: 0px;
	padding: 0px;
	display: block;
}

.coursebox .button {
	width: 100%;
	margin-top: 15px;
	padding: 1px 0px;
}	

.whitebox {
	width: 100%;
	margin-bottom: 9px;
}

.whitebox .topleft {
	width: 17px;
	height: 17px;
}

.whitebox .topright {
	width: 17px;
	height: 17px;
}

.whitebox .left {
	width: 17px;
	background: url(../images/dnbgwhiteboxleft.gif) top right repeat-y;
}

.whitebox .right {
	width: 17px;
	background: url(../images/dnbgwhiteboxright.gif) top right repeat-y;
}

.whitebox .top {
	height: 17px;
	background: url(../images/dnbgwhiteboxtop.gif) top right repeat-x;
}

.whitebox .bottom {
	height: 17px;
	background: url(../images/dnbgwhiteboxbottom.gif) top right repeat-x;
}

.whitebox .main {
	background: #fff;
}

.box_heading {
	display: block;
}

.box_image {
	position: relative;
	float: left;
	padding: 10px 0px 5px 0px;
}

.box_content {
	margin-left: 80px;
	padding-top: 8px;
	color: #726652;
	line-height: 18px;
}

.box_content_free {
	margin-left: 110px;
	min-height: 75px;
	padding-top: 8px;
	color: #726652;
	line-height: 18px;
}

.box_content_bundles {
	margin-left: 125px;
	min-height: 75px;
	padding-top: 8px;
	color: #726652;
	line-height: 18px;
}

.box_content img {
	padding-top: 10px;
	padding-right: 9px;
	padding-bottom: 15px;
}

.minipicbox .box_heading {
	padding-top: 10px;
}

.minipicbox .box_image {
	padding-top: 0px;
}

.minipicbox .box_content {
	margin-left: 77px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #726652;
}

#whitebox.freetrialbox .inner1 {
	background: none;
	background: url(../images/dnbgwhiteboxtopleft-freetrial.gif) no-repeat ;
}

#whitebox.freetrialbox .box_content {
	margin-left: 108px;
	padding-top: 10px;
	color: #726652;
	padding-bottom: 10px;
}

#ctbox {
	background: url(../images/dnbgctbox.gif) repeat-y bottom;
	width: 248px;
	margin-bottom: 7px;
}

#ctbox .inner1 {
	background: url(../images/dnbgctboxtop.gif) no-repeat top;
	padding: 45px 0px 8px 0px;
}

#ctbox .inner1 div {
	padding: 0px 3px 0px 3px;
}

#ctbox .inner1 .menuitem {
	padding: 2px 16px 1px 16px;
}

#glbox {
	background: url(../images/dnbgctbox.gif) repeat-y bottom;
	width: 248px;
	margin-bottom: 7px;
}

#glbox .inner1 {
	background: url(../images/dnbggltop.gif) no-repeat top;
	padding: 45px 0px 8px 0px;
	text-align: center;
}

#glbox .inner1 div {
	padding: 5px 0px 5px 0px;
}

#glbox p {
	line-height: 15px;
	margin: 0px;
}

.price {
	font-weight: bold;
	color: #8A191B;
}

#glbox .inner1 .info {
	padding: 5px 16px 5px 16px;
}

#glbox .inner1 #last {
	border-bottom: none;
}

.gemdetail {
	color: #151b45;
	font-weight: bold;
	padding-bottom: 7px;
}

.storage {
	color: #151b45;
	padding-bottom: 4px;
}

.clear {
	height: 1px;
	overflow: hidden;
	clear: both;
}

.spacer {
	height: 10px;
}

.formText {
	font-family: verdana, Helvetica, Arial;
	font-size: 10px;
	height: 14px;
	color: #6F5E47;
	text-decoration: none;
}

.formBox {
	font-family: verdana, Helvetica, Arial;
	font-size: 10px;
	color: #6F5E47;
	text-decoration: none;
}

.formButton {
	font-family: verdana, Helvetica, Arial;
	font-size: 10px;	
	height: 22px;
	color: #B65050;
}

.formfield {
	font-family: verdana, Helvetica, Arial;
	font-size: 10px;
	height: 14px;
	width: 250px;
	color: #6F5E47;
	text-decoration: none;
}

.textfield {
	font-family: verdana, Helvetica, Arial;
	font-size: 10px;
	height: 14px;
	width: 250px;
	height: 100px;
	color: #6F5E47;
	text-decoration: none;
}

.detail {
	font-family: verdana, Helvetica, Arial;
	font-size: 9px;
	padding-bottom: 10px;
}

#sc_adminlogin_label {
	width: 150px;
	line-height: 14px;
	font-weight: bold;
	padding-top: 50px;
	padding-bottom: 3px;
}

#sc_adminlogin_field {
	padding-bottom: 9px;	
}

.sc_button {
	font-family: verdana, Helvetica, Arial;
	font-size: 10px;	
	height: 22px;
	color: #8B1A1B;
	text-align: center;
}

.dropdown {
	font-family: verdana, Helvetica, Arial;
	color: #6F5E47;
	font-size: 10px;
	text-align: left;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

