/*html elements*/

body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size:  80%;
	color:#000;
	background: #999;
	margin: 0;
	padding: 0;
}
table {
  /* make <td> sizes relative to body size */
  font-size: 1em;
}
p {
  line-height: 1.3em;
}
a:link, a:visited {
	color: #000;
}
a:hover {
	background-color: #999;
	color: #fff;
	text-decoration: none;
}
a:active {
	background-color: #666;
	color: #fff;
	text-decoration: none;
}
a.image:hover {
	background: inherit;
}
a img{
	border: 0;
}
h1 {
	font-size: 2em;
	margin: 0 0 .5em 0;
	padding: 0;
}
h2 {
	font-size: 1.5em;
	margin: 0 0 .5em 0;
	padding: 0;
}
h3 {
	font-size: 1.2em;
	margin: 0 0 .3em 0;
	padding: 0;
}
th {
	color: #fff;
	background-color: #777;
}
th a:link, th a:visited {
	color: #fff;
}
th a.active {
	padding-right: 12px;
	background: url(../img/arrow_down.gif) no-repeat right bottom;
}
.active {
	font-weight: bolder;
}
div.gutter{ 
	padding: 5px;
}

/*page layout*/

#container {
	width: 960px;
	background-color: #eee;
	border: solid 1px #999;
	padding: 10px;
	margin: 10px auto 10px auto;
}
#header {
	border: solid 1px #999;
	padding: 10px;
	background-color: #fff;
}
#sidebar {
	float: left;
	border: solid 1px #999;
	padding: 10px;
	margin-top: 10px;
	width: 200px;
	background-color: #fff;
}
#admin_content {
	float: left;
	border: solid 1px #999;
	padding: 10px;
	margin-left: 10px;
	margin-top: 10px;
	width: 706px;
	background-color: #fff;
}
#footer {
	padding: 10px;
	margin-top: 10px;
	font-size: .8em;
	border: solid 1px #999;
	background-color: #fff;
}
.clear {
	clear: both;
	height: 1px;
}
.clear_right {
	clear: right;
}
.clear_left {
	clear: left;
}
#logo {
	float: left;
}
#header #logo a:hover {
	background-color: #fff;
}
#login {
	float: right;
	font-size: .8em;
}
#adminn {
	clear: right;
	padding-top: 25px;
	padding-left: 485px;
}
#signin_container {
	width: 300px;
	background-color: #fff;
	border: solid 1px #000;
	padding: 10px;
	margin: 40px auto 40px auto;
}
.odd {
	background-color: #ddd;
}
.even {
	background-color: #f1f1f1;
}
div.odd, div.even, div.selected {
	padding: 4px;
}
.selected {
	background-color: #ffd47f;
}
.pager {
	border: solid 1px #999;
	background-color: #eee;
	padding: 6px;
	margin: 2px 0 10px 0;
	text-align: center;
}
.pager_info {
	margin-top: 8px;
}
.pager_item {
	margin: 0 6px 0 6px;
}
.posted {
	color: #666;
	font-size: .8em;
	margin-bottom: 6px;
}

/*main navigation*/
#sidebar ul {
	margin: 0;
	padding: 0;
}
ul#main_nav, #main_nav ul {
	list-style-type: none;
	line-height: 2.3em;
}
#main_nav li.parent {
	font-weight: bold;
	font-size: 1.1em;
}
#main_nav ul {
	padding: 0 0 6px 20px;
	font-size: .9em;
	line-height: 1.5em;
	font-weight: normal;
}

/*misc*/
.help_text, a.help_text {
	font-size: .9em;
	color: #666;
	font-weight: normal;
}
.float_right {
	float: right;
}
.float_left {
	float: left;
}
.search {
	text-align: right;
	padding: 10px;
}
.message {
	color: #f00;
}

/*forms*/
.form_item {
	margin-bottom: 1em;
}
input, textarea, select {
	/*border: solid 1px #666;*/
	padding: 2px;
}
.req_marker {
	color: #f00;
}
.create_item {
	float: right;
}
div.form_scrollbox {
	max-height: 200px;
	overflow: auto;
	border: solid 1px #999;
}
fieldset {
	border: solid 1px #999;
	margin-bottom: 1.5em;
}
fieldset.narrow {
	width: 150px;
}
input.save {
	float: left;
}
input.delete {
	float: right;
}

/*product list*/
.productListSelector {
	border: 1px solid #aaa;
	height: 120px;
	overflow: auto;
}
div.productListSelector ul {
	width: 600px;
	list-style: none;
}

/*FORM VALIDATION*/

input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	/*border: 1px solid #00A8E6;*/
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}
.todo {
	background-color: #ff0;
	color: #f00;
	font-weight: bold;
	border: solid 1px #f90;
	padding: 3px;
}

table.product_downloads{
	margin: 1em 0;
}

table.product_downloads caption{
	color: #fff;
	font-weight:bold;
	background: #333;
	padding: 5px;
	margin:0;
}

p.note, span.note{
	border:1px solid #FFCC00;
	background:#FFF2BF;
	padding:2px 4px;
	display:table;
	font-size: 12px;
}

p.warn{
	color:red;
}

/* Sortable tables */
table.sortable thead tr th{
    cursor: pointer;
}

/****TABBED BROWSING****/

.panel {
	clear: both;
	display: none;
	border-top: 2px solid #999;
	padding: 1em;
}
.panel.active-tab-body {
	display: block;
}
#tabs {
	list-style: none;
	float:left;
	border-bottom: thin solid #999;
	width: 80%;
}

#tabs li {
	float: left;
}

#tabs a {
	float: left;
	padding: 8px 12px;
	margin-left: 6px;
	background-color: #F2F2F2;
	text-decoration: none;
	color: #999999;
	font-weight: bold;
	font-size: 1em;
}

#tabs a.active-tab {
	background-color: #CCC;
	border-top: 2px solid #999;
	padding-top: 6px;
	color: #000;
}
#admin_central .odd, #admin_central .even, #user_edit .odd, #user_edit .even {
	padding: 10px;
	margin-bottom: 10px;
	border: solid 1px #999;
}

/*ACTIVE LINK HIGHLIGHTING*/
a.active_nav_link, a.active_nav_link:visited {
	color:#000;
	text-decoration:none;
	background-color:#ccc;
	border-left:solid 10px #000;
	padding:0 6% 0 4%;
}
a.active_pager_link, a.active_pager_link:visited {
	color: #f00;
	text-decoration:none;
	font-weight: bold;
}
a.active_generic_link, a.active_generic_link:visited {
	color: #000;
	text-decoration:none;
	font-weight: bold;
}

.inactive {
	color: #999;
}
div#media div#left {
	float: left;
	width: 340px;
}
div#media div#right {
	float: right;
	width: 340px;
}
span.error_message {
	color: #f00;
	/*font-weight: bold;*/
}
span.ok {
	color: #0c0;
	font-weight: bold;
}
legend {
	font-weight: bold;
	font-size: 1.1em;
}
div#media ul.links {
	margin-top: 4px;
	padding-left: 15px;
}
div#media ul.links li {
	padding-bottom: 4px;
}
tr#filter {
	background-color: #ccc;
}
td#filter_name, td#filter_email, td#filter_role, td#filter_date, td#filter_submit, td#userlist_delete {
	text-align: center;
}
td#filter_name, td#userlist_name {
	width: 190px;
}
td#filter_email, td#userlist_email {
	width: 190px;
}
td#filter_role, td#userlist_role {
	width: 120px;
}
td#filter_date, td#userlist_date {
	width: 100px;
}
span.prod_type_col {
	float: right;
	text-align: left;
	width: 60px;
}
a.video_link, .video_link {
	padding: 4px 0 0 20px;
	background: url(../img/video_icon.gif) no-repeat left top;
}
a.audio_link {
	padding: 4px 0 0 20px;
	background: url(../img/audio_icon.gif) no-repeat left top;
}
a.pdf_link, a:hover.pdf_link {
	padding: 4px 0 0 20px;
	background: url(../img/icons/page_white_acrobat.png) no-repeat left top;
	color: #000;
}
a.attachment_link, a:hover.attachment_link {
	padding: 4px 0 0 18px;
	background: url(../img/icons/attach.png) no-repeat left bottom;
	color: #000;
	margin: 100px 0;
}
a.text_link {
	padding: 4px 0 0 20px;
	background: url(../img/icons/page_white_text.png) no-repeat left top;
}
div#reports ul {
	margin: 6px;
	padding-left: 20px;
	line-height: 1.1em;
}
div#reports ul li {
	margin-bottom: .8em;
}
/* Message Boxes */
.flash{
	border: 1px solid #60BF60;
	background: #E6FFE6;
}
.warn{
	border: 1px solid #FFE680;
	background: #FFFAE6;
}
.error{
	border: 1px solid #BF3030;
	background: #FFE6E6;
}
.flash, .warn, .error {
	font-size: 12px;
	padding: 10px;
	margin: 5px 0 10px 0;
	display: block;
	color: #000;
}
span.discon_label, span.cancel_label {
	border: solid 1px #f00;
	padding: 2px;
	color: #f00;
	font-size: .8em;
	background-color: #f4f6f8;
}
tr.canceled_row {
	color: #f00;
	background-color: #ffe6e6;
}
span.purch_label {
	border: solid 1px #0053A1;
	padding: 2px;
	color: #0053A1;
	margin-right: .5em;
	background-color: #f4f6f8;
}
table#mmo_memberships {
	width: 100%;
	font-weight: bold;
}
table#mmo_memberships td {
	text-align: center;
}
table#mmo_memberships td.description {
	text-align: left;
}

/*Affiliate Program*/
table.affiliate_detail td{
	font-size: 1.5em;
	color:#333;
}

table.affiliate_detail td span.positive{
	color:green;
}
#cart_table {
	background-color: #666;
	margin: 10px;
	width: 695px;
}
#cart_table td {
	background-color: #fff;
}
.order_info {
	float: right;
	width: 210px;
	border: solid 1px #666;
	font-size: .9em;
}
td.item {
	font-weight: bold;
}
.product_id {
	padding-left: 10px;
	color: #999;
	font-weight: normal;
}
table.order_table, table.invoice {
	margin: 5px 0 15px 0;
	border-collapse: collapse;
	border: solid 1px #999;
}

table.invoice tr th.shipping,table.invoice tr th.billing{
	border-left: solid 2px white;
}

table.invoice tr td.shipping,table.invoice tr td.billing{
	border-left: 1px solid #999;
}

th.user_order_title {
	text-align: left;
}
.text_field {
	width: 600px;
}
.note{
	border:1px solid #FFCC00;
	background:#FFF2BF;
	padding:2px 4px;
	display:table;
	font-size: 11px;
	margin-top: .5em;
}
#reader_feedback {
	margin-top: 10px;
	border: solid 1px #999;
	border-bottom: none;
	width: 600px;
}
.feedback_row {
	padding: 10px;
	border-bottom: solid 1px #999;
}
div#post_info, div#post_info a {
	color: #444;
	font-style: italic;
}
div#post_info, div#post_body {
	margin: .4em 0;
}
tr.future_article td, tr.future_article td a {
	color: #999;
	background-color: #FFFAE6;
}

div#wt_adminn_search {
	border: solid 1px #999;
	background-color: #eee;
	padding: 6px;
	margin: 2px 0 10px 0;
}
div#wt_adminn_search form {
	margin: 0;
}
div#wt_adminn_search #mmo_search_field {
	width: 600px;
	color: #999;
	font-weight: normal;
}
div#wt_adminn_search #mmo_search_field.active {
	color: #000;
}
div#dev_notice_bar {
	height: 20px;
	padding: 10px;
	border:1px solid #FFCC00;
	background-color: #FFF2BF;
	text-align: center;
}
div#dev_notice_bar span.highlight {
	color: #f00;
	font-weight: bold;
}

table#totals{
	text-align:right;
}
div#user_lists ul li {
	margin-bottom: .5em;
}
span.sub_signup {
	margin-left: 20px;
}
