body {
	background-color: #032430;
	font-size: 100%;
	height: 100.01%;
}
#page {
	background-color: #fff;
	width: 995px;
	text-align: left;
	line-height: 1.4em;
}
div.clear {
	clear: both;
}
p.error {
	color: #ff0000;
	font-weight: bold;
}

#overlay, .lightbox {
	position: absolute;
}
#overlay {
	left: 0;
	width:100%;
	background-color: #000; 
	z-index: 1000;
}
.lightbox {
	z-index: 1001;
	top: 0;
	background: #fff;
	width: 400px;
	display: none;
	padding: 10px;
	text-align: left;
}
#closeLightbox,
#closeSubscribeForm {
	float: right;
	cursor: pointer;
}
#closeSubscribeForm,
a.closeLightboxImage {
	position: absolute;
	right: -1px;
	top: -15px;
}

/*************************************
	globalHeader */

#globalHeader {
	width: 100%;
	background-color: #fff;
	text-align: left;
	height: 20px;
	position: relative;
	font-size: 0.9em;
	z-index: 10;
}

#globalHeader a {
	text-decoration: none;
	text-transform: uppercase;
	color: #006881;
	position: relative;
	top: 3px;
}

#globalHeader ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

#globalHeader li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0 10px;
	height: 20px;
}

#globalHeader li:hover,
#globalHeader li.sfhover {
	background: #dee0eb;
}

#globalHeader li.sunrise {
	float: right;
}

#globalHeader li ul {
	position: absolute;
	left: -999em;
	width: 200px;
	border-top: 1px solid #dee0eb;
	font-size: 1.1em;
}

#globalHeader li:hover ul {
	left: auto;
}

#globalHeader li ul li {
	float: none;
	border: 1px solid #dee0eb;
	border-top: 0;
	padding: 0 3px;
}
#globalHeader li ul li a {
	text-transform: none;
	position: relative;
	top: 3px;
}
#globalHeader li:hover ul,
#globalHeader li.sfhover ul {
	left: 0;
	top: 20px;
}
#globalHeader li.image {
	padding: 0;
	border: 0;
}
#globalHeader li.image a {
	top: 0;
}

/*************************************
	header */
	
#header {
	width: 995px;
	height: 50px;
	background: #d1cdb4 url(/myaccount/img/bg_header.gif) repeat-x;
	position: relative;
}
.sunrise {
	position: absolute;
	right: 0;
}
#account_banner {
	float: left;
}
#welcome_contactus {
	background: transparent url('/myaccount/img/bg_header-sun.gif') no-repeat top right;
	height: 14px;
	margin: 0 0 5px 0;
	padding: 15px 0;
	position: relative;
	text-align: left;
}
.login {
	font-size: .8em;
	color: #006881;
}
a#returnToSite {
	position: absolute;
	right: 14px;
	top: 0;
}

/*************************************
	menu */

#menu {
	text-align: left;
	margin-left: 13px;
	/*margin-bottom: -3px;*/
	margin-bottom: 0px;
}
/*#menu a {
	display: inline;
}*/
#menu a {
	background: #f2f1e9;
	border: 1px solid #e4e2d4;
	border-bottom: 0px;
	display: inline-block;
	font: bold 1em Verdana, "Lucida Grande", "Lucida Sans", sans-serif;
	margin-right: 4px;
	padding: 3px 7px 4px 7px;
}
#menu a.current,
#menu a:hover {
	background: url(/myaccount/img/bg_nav.gif) center top repeat-x;
	border-left: 1px solid #d7d4bf;
	border-right: 1px solid #d7d4bf;
	border-top: 1px solid #d0ccb3;
	color: #a5655a;
}
#menu a.last {
	margin-right: 0px;
}


/*************************************
	page elements */

#content {
	width: 947px;
	background-color: #fff;
	margin-left: 13px;
	border: solid #D0CCB3 1px;
	border-top: solid #D0CCB3 4px;
	padding: 10px 10px 15px 10px;
}
hr {
	color: #dcdbd4;
	background-color: #dcdbd4;
	padding: 0px;
	margin: 0px;
	border: none;
	height: 1px;
}
p {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
}
#summary {
	width: 700px;
}
#summary p {
	margin: 0;
	padding: 0;
}
#return {
	float: right;
	margin: 2px 2px 10px 0;
}
#newsletters {
	margin-top: 15px;
}
.errortext {
	font-size: .8em;
	color: #b43c13;
}
.successtext {
	font-size: .8em;
	color: #6CA55A;
}
.successbtext {
	font-size: .8em;
	color: #6CA55A;
}
/* don't change these 2 panel classes */
.panel {
	display: none;
	background-color: #e4e2d4;
	padding: 10px;
}
.panel p {
	padding-left: 5px;
	display: inline;
	font-weight: bold;
}
.dropdown {
	background-color: #e4e2d4;
	padding: 10px;
}
.required {
	color: #006881;
	font-style: italic;
	font-size: 7pt;
}
.option {
	font: bold 1.2em Verdana, Helvetica, sans-serif;
	color: #d0ccb3;
	padding-top: 20px;
	text-align: center;
}
input {
	border: solid #006881 1px;
}
input.text {
	color: #000000;
	border: solid #006881 1px;
	width: 250px;
	height: 15px;
}
input.checkbox,
input.radio {
	border: 0px;
	margin: 3px;
	padding: 0px;
	border: 0px;
	height: 13px;
}
input.textpopup {
	font: 0.7em Verdana, Helvetica, sans-serif;
	color: #000000;
	border: solid #006881 1px;
	margin: 3px 3px 7px 3px;
	width: 190px;
	height: 17px;
	padding: 1px 0px 0px 2px;
}
textarea {
	font: 100% Verdana, Helvetica, sans-serif;
	color: #000000;
	border: solid #006881 1px;
	width: 98%;
	padding: 2px;
}
select {
	font-size: 8pt;
	color: #000000;
	border: solid #006881 1px;
	margin: 3px 3px 7px 3px;
	height: 17px;
	padding: 1px 0px 0px 2px;
}
#cdsUserPanel label {
	display: inline-block;
	font-weight: bold;
	width: 200px;
}
#cdsUserPanel input.image {
	display: inline-block;
	margin-left: 200px;
}
a {
	color: #a5655a;
	text-decoration: none;
}
a:hover {
	color: #626a8c;
}
ul {
	list-style-image: url(/myaccount/img/bullet.gif);
}
li {
	margin-bottom: 3px;
}
blockquote
{
	padding: 0px 30px 0px 30px;
}
table {
	 width: 100%;
}

#panel_1
{
	display: inline;
}

#panel_2,
#panel_3
{
	display: none;
}

#review_float
{
	float: right; 
	clear: both; 
	width: 232px; 
	padding-right: 10px;
}

#float-right
{  float: right; 
	clear: both; 
	width: 200px; 
   border: solid #E7E7E7 1px;
	background-color: #F1F1F1;
	padding: 5px;
}

.slug
{
	color: #A23F1E;
}

.text
{
	font: .9em Verdana, Helvetica, sans-serif;
	color: #2D292A;
	line-height: 13pt;
}

a.text
{
	color: #626a8c;
}

.intro
{
	font: italic .9em Verdana, Helvetica, sans-serif;
	color: #2D292A;
	line-height: 13pt;
}

.question
{
	font: bold 9pt Verdana, Helvetica, sans-serif;
	line-height: 13pt;
}

.answer
{
	font: 9pt Verdana, Helvetica, sans-serif;
	line-height: 13pt;
}

.title {
	font: bold 1em Verdana, Helvetica, sans-serif;
	color: #006881;
	text-decoration: none;
}

.type
{
	font: .9em Verdana, Helvetica, sans-serif;
	color: #A23F1E;
	text-decoration: none;
}

.subhead {
	clear: both;
	font: bold 1.4em Verdana, Helvetica, sans-serif;
	color: #006881;
}

a.subhead {
	text-decoration: none;
	color: #A23F1E;
}

.subhead2 {
	font: bold 1em Verdana, Helvetica, sans-serif;
	color: #006881;
}

a.subhead2 {
	text-decoration: none;
	color: #A23F1E;
}

.deck
{
	font: italic 10pt Verdana, Helvetica, sans-serif;
	color: #2D292A;
}

#contentHeader h2 {
	border-bottom: 1px solid #ede0de;
	color: #a5655a;
	font-size: 1.4em; 
	font-weight: bold;
	margin: 0;
	/*padding: 5px 0 0 30px;*/
	padding: 5px 0 0 0;
	height: 30px;
}

#contentHeader h2 a,
#contentHeader h2 span {
	vertical-align: middle;
}

#contentHeader h2 span {
	display: inline-block;
	font-size: 0.75em;
	font-weight: normal;
	margin-left: 5px;
}

/*h2#cabinetHeader { background: url(/myaccount/img/icon_cabinet.gif) top left no-repeat; }
h2#alertsHeader { background: url(/myaccount/img/icon_alerts.gif) 5px 3px no-repeat; }*/

#contentHeader p {
	color: #a5655a;
	float: left;
	margin: 0;
	padding: 8px 0 0 5px;
}

#contentNav {
	display: block;
	clear: both;
	padding-top: 10px;
	float: left;
	width: 100%;
}
#contentNavButtons {
	display: block;
	padding: 0;
}
#contentNavButtons li {
	display: inline;
	float: left;
	margin: 0 2px 12px 0;
}
#contentNavButtons li.first { margin-left: 0; }
#contentNavButtons li.last { margin-right: 0; }
#contentNavButtons li a {
	display: block;
	/*background: #d0ccb3;*/
	color: #a5655a;
	border: none;
	text-decoration: none;
}

#section-heading {
	clear: both;
	margin-bottom: 10px;
	color: #575f84;
	text-transform: uppercase;
	font-weight: bold;
}
.section-subheading {
	text-transform: none;
	font-size: 0.9em;
	font-weight: normal;
}

.folder-closed { background: #fff; margin-top: 5px; padding: 5px 0 0 5px; border-bottom: 1px solid #dbd8c7; /* #f8f8f4;*/ }
.folder-opened { background: #f8f8f4; margin-top: 5px; padding: 5px 0 5px 5px; border-bottom: 1px solid #f8f8f4; }
div.foldername { margin-bottom: 5px; color: #a5655a; font-weight: bold; }
div.foldername img { margin-right: 3px; vertical-align: top; }
.folder-utils { display: inline; float: right; margin-right: 10px; background: transparent;  }
.folder-utils a { padding: 0 3px; }
.folder-closed form { display: none; }
.folder-closed table, .folder-opened table { 
	clear: both;
	margin: 0 15px 10px 15px;
	width: 97%;
}

.tableheading { background: #e4e2d4; margin-right: 15px; }
.folder-closed th, .folder-closed td, .folder-opened th, .folder-opened td {
	padding: 4px;
	text-align: left;
}
.tableheading th, .tableheading th a, .folder-opened th, .folder-opened th a {
	color: #575f84;
	text-align: left; 
	text-transform: uppercase;
	font-size: 8pt;
	font-weight: bold;
}
.folder-closed td, .folder-opened td { background: #f8f8f4; font-size: 8pt; }
td.tight { padding: 5px 2px; }
.folder-closed td a, .folder-opened td a { color: #000; text-decoration: underline; }

.banner {
	padding-top: 3px;
	font: 8pt Verdana, Helvetica, sans-serif;
	color: #AE796D;
	vertical-align: middle;
}
.banner_title,
a.banner_title {
	font-size: 11pt;
	font-weight: bold;
	color: #A5655A;
}
.alert,
.notice {
	width: 820px;
	height: 48px;
	padding: 10px 10px 10px 90px;
	margin: 0 14px 14px;
	font: 9pt Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	background: #A5655A url(/myaccount/img/notice_alert.gif) no-repeat;
}
.notice {
	background: #6CA55A url(/myaccount/img/notice_note.gif) no-repeat;
}
.alert ul,
.notice ul {
	list-style-image: none;
	list-style: none;
	margin-bottom: 10px;
	padding-bottom: 0;
}
.alert a,
.notice a {
	color: #FFFFFF;
	text-decoration: underline;
}
.alert a:hover,
.notice a:hover {
	color: #D0CCB3;
}
.byline
{
	font: italic 8pt Verdana, Helvetica, sans-serif;
	color: #2D292A;
}

.date
{
	font: 8pt Verdana, Helvetica, sans-serif;
	color: #737373;
}

.bio,
.source
	{
		font-style: italic;
	}

.citation
{
	font-style: italic;
}
	.bio .citation,
	.source .citation,
	.intro .citation
	{
		font-style: normal;
	}

.more {
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	color: #006881;
}
a.more {
	text-decoration: underline;
}
a.more:hover {
	color: #737573;
}
.copyright {
	font: .7em Verdana, Helvetica, sans-serif;
	color: #993333;
}

.callout_left
{
	float: left;
	margin: 0px 10px 0px 0px;
	background-color: #F1F1F1;
	font: bold 10pt Arial, Verdana, Helvetica, sans-serif;
	color: #A4A12C;
	padding: 15px;
	width: 25%;
	text-align: center;
}
	a.callout_left, a.callout_left:active, a.callout_left:visited,
	.callout_left a.text, .callout_left a.text:active, .callout_left a.text:visited 
	{
		text-decoration: underline;
		color: #A4A12C;
	}

.callout_right
{
	float: right;
	margin: 0px 0px 0px 10px;
	background-color: #F1F1F1;
	font: bold 10pt Arial, Verdana, Helvetica, sans-serif;
	color: #A4A12C;
	padding: 15px;
	width: 25%;
	text-align: center;
}
	a.callout_right, a.callout_right:active, a.callout_right:visited,
	.callout_right a.text, .callout_right a.text:active, .callout_right a.text:visited 
	{
		text-decoration: underline;
		color: #A4A12C;
	}

.sidebar_left
{
	float: left;
	margin: 0px 10px 0px 0px;
	background-color: #F1F1F1;
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	color: #2D292A;
	padding: 15px;
	border: 1px;
	width: 40%;
}

.sidebar_right
{
	float: right;
	margin: 0px 0px 0px 10px;
	background-color: #F1F1F1;
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	color: #2D292A;
	padding: 15px;
	border: solid #E4E4E4 1px;
	width: 40%;
}

.sidebar_center
{
	background-color: #F1F1F1;
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	color: #2D292A;
	padding: 10px;
	border: solid #E4E4E4 1px;
}

.highlight
{
	background-color: #A4A12C;
	color: #FFFFFF;
	font-weight: bold;
}

.searchbar
{
	background-color: #A24221;
	font: 8pt Arial, Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 19px;
	padding: 2px 5px 2px 5px;
	
}

#crumb {
	font: 7pt Verdana, Helvetica, sans-serif;
	color: #006881;
	float: right;
	padding: 6px 0px 0px 0px;
}
#crumb a {
	color: #006881;
}
#crumb a:hover {
	color: #ae796d;
}

#tip,
.tip {
	background-color: #a5655a;
	color: #FFFFFF;
	border: solid #e4e2d4 1px;
	text-align: left;
	width: 160px;
	padding: 5px;
}

.addNotesTip .tip {
	width: 65px;
}

.addToCalendarTip .tip {
	width: 100px;
}

.caption
{
	position: relative;
	visibility: visible;
	z-index: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
	width: 100%;
	height: 16px;
	margin-top: -16px;
	background-color: #FFFFFF;
}

.caption div
{
	padding: 2px;
	font-size: 7pt;
	text-align: right;
	color: #000000;
}

.caption div a
{
	font-size: 7pt;
	color: #000000;
}

.paging
{
	font: 8pt Verdana, sans-serif;
	color: #E7E7DB;
}

.paging a
{
	color: #E7E7DB;
	text-decoration: underline;
}

.paging a:hover
{
	color: #FFFFFF;
}

div.center {
	text-align: center;
	font: 9pt Verdana, Helvetica, sans-serif;
	color: #2D292A;
	line-height: 13pt;
}
#start a {
	color: #000000;
}

#start a:hover {
	color: #A5655A;
}
#magTable h3 {
	margin-bottom: .5em;
	margin-top: 0;
}
#magTable ul {
	margin-top: .5em;
}

.magcover {
	margin-right: 5px;
	margin-bottom: 10px;
}
h3 {
	color: #a5655a;
}

.question 
{
	color: #626a8c;
}

.question:first-letter 
{
	font-weight: bold;
}

.answer {
	margin-left: 2em;
	display: block;
	background-color: #e4e2d4;
}

.answer:first-letter {
	font-weight: bold;
}

/*************************************
	Subscriptions */

table#currentSubscriptions tr {
	border-bottom: 1px solid #dcdbd4;
}

table#currentSubscriptions tr.newSubscription td {
	opacity: 0;
}

table#currentSubscriptions td {
	padding: 4px 0;
}

table#currentSubscriptions td.packageLogo {
	padding: 3px 0;
}

#cdsSubscriptionNote {
	clear: both;
	float: left;
	margin-bottom: 20px;
	width: 100%
}

#cdsSubscriptionNote p {
	float: left;
	margin: 0;
	padding: 20px 0;
	width: 70%;
}

#cdsSubscriptionNote form {
	display: block;
	float: right;
	margin: 0;
	padding: 0;
	width: 30%;
}

#cdsSubscriptionNote fieldset {
	margin: 0;
	padding: 10px 10px 10px 20px;
}

#cdsSubscriptionNote label {
	display: block;
}

#cdsSubscriptionNote input#accountNumber {
	height: 16px;
	vertical-align: middle;
	width: 190px;
}

#cdsSubscriptionNote input.image {
	dispaly: inline-block;
	margin-left: 5px;
	vertical-align: middle;
}

#cdsSubscriptionNote a.viewLabel {
	color: #000;
	display: block;
	font-size: 0.9em; 
	margin: 3px 0 0 2px;
	text-decoration: underline;
}

#labelContainer {
	background: #fff;
	border: 1px solid #006881;
	position: absolute;
	left: -999em;
	height: 96px;
	padding-right: 5px;
	width: 255px;
}

/*************************************
	Newsletters */

#newsletters td {
	vertical-align: middle; 
}
#newsletterSubscriptions td a {
	color: #a5655a;
	text-decoration: underline;
}
#newsletterSubscriptions td a:hover {
	color: #626a8c;
}
#newsletters img.description {
	margin-left: 8px;
	vertical-align: bottom;
}
#newsletters td .panel {
	background-color: #fff;
	padding: 0;
}
#newsletters td .panel blockquote {
	background-color: #e4e2d4;
	padding: 5px;
	margin-left: 300px;
	margin-right: 0;
	height: 50px;
}
#newsletters td .panel img {
	float: left;
	margin-right: 5px;
	margin-bottom: 7px;
	border: solid 1px #dcdbd4;
}
#newsletters td hr {
	clear: both;
}
#newsletters input.text {
	margin-top: 5px;
}
#newsletters select {
	height: auto;
	margin: 5px 5px 0px 5px;
}
#newSubscriber {
	background-color: #e4e2d4;
	float: left;
	width: 465px;
}
#existingSubscriber {
	background-color: #e4e2d4;
	float: right;
	width: 465px;
}
#existingSubscriber p {
	margin-top: 5px;
	margin-right: 5px;
}
#newSubscriber h3,
#existingSubscriber h3 {
	font-size: 1.2em;
	background-color: #d0ccb3;
	color: #fff;
	text-transform: uppercase;
	float: left;
	width: 110px;
	text-align: center;
	padding-top: 30px;
	height: 55px;
	margin: 0 10px 0 0;
}
#newsletters ol {
	padding: 0;
	margin: 5px 5px 0 140px;
}
#newsletters h2 {
	color: #006881;
	font-size: 1.4em;
}
.subscribe,
.unsubscribe {
	display: block;
	height: 15px;
	margin: 0 auto;
	outline: none;
	text-indent: -999em;
	width: 101px;
}
.optOutSubscribe,
.optOutUnsubscribe {
	display: block;
	height: 15px;
	margin: 0 auto;
	outline: none;
	text-indent: -999em;
	width: 55px;
}
.subscribe,
.optOutSubscribe {
	background: url(/myaccount/newsletters/img/btn_no.gif) no-repeat;
	width: 55px;
}
.unsubscribe,
.optOutUnsubscribe {
	background: url(/myaccount/newsletters/img/btn_yes.gif) no-repeat;
	width: 55px;
}
#subscribeForm {
	border: 1px solid #b9b9b9;
}
#subscribeForm h3 {
	font-size: 1.1em;
}
#subscribeForm label {
	display: block;
}
#subscribeForm input.submit {
	border: 0px;
}
#subscribeForm input.text {
	padding: 2px;
}
#subscribeForm select {
	height: auto;
	margin: 0px 5px 0px 0px;
	padding: 2px;
}


/*************************************
	Cabinet */
	
.popupdeck {
	font: italic 9pt Verdana, Helvetica, sans-serif;
	color: #2D292A;
}
.popuplink {
	font: 8pt Verdana, Helvetica, sans-serif;
	color: #A4A12C;
	text-decoration: underline;	
}

/*************************************
	Purchases */
a.reviewOrder {
	display: block;
	font-weight: bold;
	margin-top: 15px;
}

/*************************************
	Contact */

fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}
fieldset div {
	margin-bottom: 10px;
}
fieldset#contactusform label {
	float: left;
	clear: left;
	width: 150px;
	font-weight: bold;
}
fieldset #limitText {
	float: right;
	font-size: 90%;
	font-weight: normal;
}
fieldset#contactusform textarea {
	height: 200px;
}

/* CT Network styles */
#ctNetwork {
	background-color: #E4E2D4;
	border: 1px solid #d0ccb3;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 10px 10px 20px 10px;
}
#ctNetwork ul {
	float: left;
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 33%;
}

/*************************************
	footer */

#footer {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #101839;
	padding: 10px;	
}
#footer a {
	color: #101839;
	text-decoration: underline;
}
#footer a:hover {
	color: #a5655a;
}


/*******
DISCARDS

#purchase_table td > p
{
	vertical-align: baseline;
	display: inline;
}
#purchase_table p > a
{
	vertical-align: baseline;
	display: inline;
}

.starttab
{
	margin-right: 4px; 
	float: left;
}

.navhead
{
	font: bold 8pt Arial, Verdana, Helvetica, sans-serif;
	color: #737573;
}

div.capfirstletter:first-letter {
	text-transform: uppercase;
}

#newsletters #note {
	position: relative;
	top: 0;
	float: right;
	width: 400px;
	margin-left: 10px;
	margin-top: -15px;
}
********/
