/** aMember-specific styles here */

/* properties for entire page and text inside tables */
 th, td {
    font-size: 10pt;
}

p {
	font-size:10pt;
	margin-top:12px;
}

.small {
	font-size:7pt;
	font-weight:none;
}



/* properties for all input elements */
input, textarea, select {
/*    font-family: Verdana, "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;  */
    font-size: 0.9em;
}
hr { 
    background-color: #4479BE;
    border: 0;
    width: 100%;
    height: 1px;
}
/* ul, li { list-style: disc; }
.small { font-size: x-small; font-weight: normal; }
.powered, .powered a { font-size: x-small; color: #808080; margin: 0.5em 0em 0.5em 0em; }
strong, .strong { font-weight: bold; }
.text_disabled { color: ButtonFace; } 
*/

/* properties for headers */
h1,h2,h3 {
    color: #707070;
    font-weight: bold;
    text-align: center;
    margin: 0.5em 0.5em 0.5em 0.5em;
}
h1 { font-size: 140%; }
h2 { font-size: 130%; }
h3 { font-size: 120%; }

/* other elements */
div.centered { text-align: center; }
div.centered table {
    margin: 0 auto; 
    text-align: left;
}
/* ul,ol { margin-left: 2em;} */
.code { font-family: "Courier New", Monospace; font-size: 120%; color: blue; } 

/* vedit - vertical table (signup, profile edit) */
.vedit {
    border: solid 1px #0050A0; 
}
/* vedit - usual column (right) */
.vedit td {
    text-align: left;
    vertical-align: middle;
/*    padding: 15px 10px 10px 10px;  */

    background-color: #efefef;
/*    border: solid 1px #8CACBB;  */
}
/* vedit - header column (left) */
.vedit th {
/*    padding: 10px 15px 10px 10px;  */
    text-align: right;
    vertical-align: top;
    font-weight: bold;

    background-color: #efefef;
/*    border: solid 1px #8CACBB;  */
}
/* vedit - heading row */
.vedit .headrow { font-weight: bold; text-align: center; }


/* hedit - horizontal table (payments list) */
.hedit {
    border: solid 1px #8CACBB;
}
/* hedit - usual column */
.hedit td {
    /* padding: 5px;  */
    background-color: #E0E0E0;
    font-size: 8pt;
    background-color: white;
    border: solid 1px #8CACBB;
}
/* hedit - header column */
.hedit th {
    /*  padding: 5px;  */
    font-weight: bold;
    text-align: center;

    background-color: #DEE7EC;
    border: solid 1px #8CACBB;
}

table.errmsg
{
    font-family: Helvetica, Verdana, sans-serif;
    font-size: 90%;
    background-color: red;
    border: #cc0000 1px solid;
    margin: 5px 0px 5px 0px;
}
table.errmsg td
{
    padding: 5px 50px 5px 5px;
    font-weight: bold;
}
table.errmsg td li
{
    list-style: square;
}

/* Receipt table from thanks.html */
.receipt td {
    background-color: #F0F0F0;
    border: solid 1px black;
    padding: 2px 4px 2px 4px;
}
.receipt th {
    background-color: #C0C0C0;
    border: solid 1px black;
    font-weight: bold;
    padding: 2px 4px 2px 4px;
}
.receipt td.total {
    background-color: #C0C0C0;
    border: solid 1px black;
}
.receipt {
    border-collapse: collapse;
}

/* Newsletters table on member.php */
.newsletters td {
    padding: 5px;
    margin: 5px;
}
.newsletters td.disabled {
    padding: 5px;
    margin: 5px;
    color: #505050;
}

/* Newsletters archive table on member.php */
.newsletters_archive td {
    padding: 2px;
    margin: 0px;
}
/* Error message label on signup page */
label.error {
    padding-left: 3px;
	color: red;
	font-style: italic;
	font-weight: normal;
}
input.error {
    border: 2px solid red;
}


body {
	font-family: Trebuchet MS;
	font-size: 1em;
	line-height: 1.2em;
}
a {
	color: #01478F;
	text-decoration: none;
}
a:hover {
	color: #E20A16;
}
.big_text {
	font-size: 1.4em;
}

#yellow_fade, #container {
	position: relative;
	width: 907px;
	min-height: 500px;
}
#container {
	background: #fff repeat-y bottom left;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0;
}
#yellow_fade {
/*	background: url(http://mmc.trafficswarm.com/images/top_fade.jpg) no-repeat;  */
}

#yellow_fade, p, li {
	font-size:12pt;
}



#left_col {
	width: 255px;
	min-height: 150px;
	float: left;
	padding: 10px 0 0 0;			
}
#left_col ul {
	margin: 0 35px 0 15px;
	padding-left: 0;
	padding-top: 19px;
	list-style-type: none;
	background: #01478F url(http://mmc.trafficswarm.com/images/blue_nav_top.gif) no-repeat;
}
#left_col ul li {
border-bottom: 1px solid #C0C0C0;
margin: 0 0 0 5px;
padding: 4px 0 4px 17px;
background: url(http://mmc.trafficswarm.com/images/nav_bg.jpg) repeat-x;
}
#left_col ul li a img {
	border: none;
	padding-right: 4px;
	margin: 0;
}
#left_col ul li a{ color: #01478F;}
#left_col ul li a:hover{ color: #E20A16;}
#left_col ul li a:visited{ color: #01478F;}
#left_col ul li a:visited:hover{ color: #E20A16;}
#center_col {
	/*width: 359px;*/
	width: 356px;
	float: left;
	padding: 00px 0 0 0;
}
#center_col_content {
	font-size: .9em;
	padding: 18px 44px 0 5px;
	text-align: justify;
	line-height: 1.5em;
}
#right_col {
	float: left;
	width: 293px;
	padding: 0px 0 0 0;
}
#news_and_updates {
	width: 322px;			
}
.red_322_curved_top {
	background: url(http://mmc.trafficswarm.com/images/red_322_curved_top.gif) no-repeat bottom;
	height: 12px;
}
.left_col_curved_bottom {
	background: url(http://mmc.trafficswarm.com/images/322_curved_bottom.gif) no-repeat top;
	height: 13px;
}
#news_header {
	background: url(http://mmc.trafficswarm.com/images/news_and_updates_header.gif);
	height: 31px;
}
#news_and_updates_content {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 10px 10px 10px 10px;
	min-height: 265px;
}
#news_and_updates_content ul {
	margin: 0 10px 0 25px;
	padding: 0 0 0 0;
	list-style-image: url(http://mmc.trafficswarm.com/images/little_red_arrow.gif);
	font-size: .9em;
}
#news_and_updates_content ul li {
	padding-bottom: 8px;
}
#news_and_updates_content ul li a {
	border-bottom: 1px solid #01478F;
}
#this_month, #right_links {
	width: 260px;			
}
#right_links {
	margin-top: 18px;
}
.blue_curved_top {
	background: url(http://mmc.trafficswarm.com/images/blue_curved_top.gif) no-repeat bottom;
	height: 12px;
}
.right_col_curved_bottom {
	background: url(http://mmc.trafficswarm.com/images/260_curved_bottom.gif) no-repeat top;
	height: 13px;
}
#this_month_header {
	background: url(http://mmc.trafficswarm.com/images/this_month_header.gif);
	height: 31px;
}
#my_webinars_header {
	background: url(http://mmc.trafficswarm.com/images/my_webinars_header.gif);
	height: 31px;
}
.right_col_promo_content {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 10px 10px 10px 10px;
	min-height: 200px;
}
#this_month .right_col_promo_content {
/*	background: url(http://mmc.trafficswarm.com/images/ebook_lists_bg.jpg) no-repeat;    */
	min-height: 265px;
}
.right_col_promo_content ul {
	margin: 0 10px 0 25px;
	padding: 0 0 0 0;
	list-style-image: url(http://mmc.trafficswarm.com/images/little_red_arrow.gif);
	font-size: .9em;
}
#right_links .right_col_promo_content ul {
	margin: 0 10px 0 25px;
	list-style-image: url(http://mmc.trafficswarm.com/images/big_red_arrow.gif);
}
.right_col_promo_content ul li {
	padding-bottom: 8px;
}
#right_links .right_col_promo_content ul li {
	padding-left: 5px;
}
#right_links .right_col_promo_content ul li a {
	color: red;
}
.right_col_promo_content ul li a {
	border-bottom: 1px solid #01478F;
}
.red_260_curved_top {
	background: url(http://mmc.trafficswarm.com/images/red_260_curved_top.gif) no-repeat bottom;
	height: 19px;
}
#mark_widawer_wrap {
	background: url(http://mmc.trafficswarm.com/images/blue_bar.gif);
	padding: 5px;
}
#mark_widawer {
margin: 0 0 0 15px;
background:#01478F;
width: 195px;
color: white;
font-size: .8em;
padding:0px 5px 10px 5px;
}

.table_normal{
    padding: 5px 5px 5px 5px; 
		margin: 5px 5px 5px 5px;
}
.fourteen {
	font-size:14pt;
	line-height:16pt;
}
.sixteen {
	font-size:16pt;
	line-height:18pt;
}
.eighteen {
	font-size:18pt;
	line-height:20pt;
}
.twenty {
	font-size:20pt;
	line-height:22pt;
}
.footer {
	font-size:9pt;
	padding-top:10px;
}

