/* CSS Document */body{	background-color:#FFFFFF;	font-family:Arial, Helvetica, sans-serif;	font-size:0.7em;	color:#000000;	margin:0 auto;	text-align:center;	margin:10px 0px 0px 0px;	background-image: url(/media/images/mail-magic/site_bg.jpg);	background-repeat: repeat-x;}input, textarea, select{	border:1px solid #CCCCCC;	padding:2px;	background-color:#FFFFFF;	font-family:Verdana, Arial, Helvetica, sans-serif;	font-size: 90%;}input:hover, textarea:hover, select:hover, option:hover {	background-color:#CCCCCC;}table td,table th{	padding:2px;}a{	color:#999999;	text-decoration:none;}a:hover{	text-decoration:underline;}h1{	font-size:200%;	color:#7ac142;	letter-spacing: 1px;	font-weight: normal;}h2{	font-size:130%;	letter-spacing: 0.5px;	font-weight: normal;		color:#330033;	}h2 img {}th img,td img{	vertical-align:middle;}#form_buttons{	margin-top:20px;}#container{	min-height:595px;	width:793px;	text-align:left;	margin:0 auto;	border-bottom-width: 3px;	border-bottom-color:#7ac142;	border-bottom-style: solid;	}#menu{	margin-top: 20px;	width:780px;		height: 18px !important;}#menu h2{	visibility:hidden;}#content{}#content_top{	height:170px;	width:580px;	text-align:right;}#content_top_nostats{	height:30px;	width:580px;}#stats_box{	margin-top:30px;	margin-right:30px;	border:1px solid #FFFFFF;	width:310px;}#stats_box_body{	background-image:url(../media/images/stats-body.jpg);	background-repeat:repeat-y;	width:306px;	height:84px;	padding:2px;}#stats_box_title{	background-image:url(../media/images/stats-header.jpg);	background-repeat:repeat-y;	width:306px;	color:#FFFFFF;	padding:2px;	font-size:80%;	font-weight:bold;}#content_bottom{	margin-top: 10px;	min-height:425px;	width:100%;	float:left;	padding-bottom:20px;	padding-left:20px;	padding-right:0px;	background-color: #FFF;}#content_footer{	clear:both;	width:100%;	height:20px;}#footer{	width:100%;	text-align:center;	clear:both;	margin-top:10px;}#footer a{	color:#000000;	text-decoration:none;}#footer a:hover{	color:#FFFFFF;	text-decoration:underline;}.rsnav_record_nav{	padding-top:10px;	padding-bottom:10px;}.rsnav_nolink{	visibility:hidden;}.list_table{	padding:0px;	border-collapse:collapse;	font-size: 85%;}.list_table th{	background-color:#7ac142;	color:#FFFFFF;	font-weight: bold;	font-size: 120%;	vertical-align:top;	padding: 3px;	background-repeat:repeat;}.list_table td{	vertical-align:top;	border-style: dotted;	border-width: 1px;	border-top-width: 0px;	border-color:#666666;	color:#333333;	padding: 3px;}.list_table tr {}.list_table tr:hover{	background-color:#f5f5f5;}.list_table td a {	color:#666666;}.list_table tr{	background-color:#FFFFFF;}.form_table {	background-color:#ece6df;}.form_table tr{}.form_table th{	padding-left: 10px;	color:#000000;	vertical-align:top;	width: auto;	font-weight: normal;}.form_table td{	padding-left: 10px;	padding-right: 10px;	width:380px;}.form_table td a {	color:#000066;}.form_table td a:hover{	text-decoration:underline;}.form_table input, .form_table textarea, .form_table .textarea, .form_table select{	width:380px;}.form_table td .checkbox {	width:20px;}.form_table input, .form_table .input{	}.form_table .input{	padding:2px;}.form_table textarea, .form_table .textarea{	height:80px;}.form_table .textarea{	padding:2px;	overflow-y:scroll;}.error_text{		color:#FF0000;}.help_text{	border:1px #FFFFFF solid;	color:#FFFFFF;	background-color:#330033;	width:300px;	padding:4px;}.template_example{	border:1px #FFFFFF solid;	color:#FFFFFF;	background-color:#330033;	padding:4px;}.form_table .radio{	width:20px;	height:20px;	vertical-align:middle;	margin-bottom:1px;}.enabled{	background-color:#00FF00;	color:#000000;	padding:2px;}.disabled{	background-color:#FF0000;	color:#000000;	padding:2px;}.unsubscribed{	color:#FF9900;}.unsubscribed td{	background-color:#FF9900;}.unsubscribed_example{	padding:3px;	background-color:#FF9900;	color:#FFFFFF;}.bad{	color:#FFFFFF;}.bad td{	background-color:#FC3A4E;}.bad_example{	padding:3px;	background-color:#FC3A4E;	color:#FFFFFF;}.read{	color:#000000;}.clicked{	color:#000000;	}.clicked td{	background-color:#979ED5;}.read td{	background-color:#C1F0C2;}.read_example{	padding:3px;	background-color:#C1F0C2;	color:#000000;}.clicked_example{	padding:3px;	background-color:#979ED5;	color:#000000;}.red_class {	color:#FF0000;	font-weight:normal;}.page_links {	border-style: solid;	border-color:#EFEFEF;	border-width: 1px;	padding: 3px;}/***** MENU BAR ******/@charset "UTF-8";/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 *//* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. *//******************************************************************************* LAYOUT INFORMATION: describes box model, positioning, z-order *******************************************************************************//* The outermost container of the Menu Bar, an auto width box with no margin or padding */ul.MenuBarHorizontal{	margin: 0px;	padding: 0px;	list-style-type: none;	font-size: 100%;	cursor: default;	width: auto;}/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */ul.MenuBarActive{	z-index: 1000;}/* Menu item containers, position children relative to this container and are a fixed width */ul.MenuBarHorizontal li{	margin: 0px;	padding: 0px;	list-style-type: none;	font-size: 14px;	color:#3b3a3c;	position: relative;	text-align: left;	cursor: pointer;	float: left;}/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */ul.MenuBarHorizontal ul{	margin: 5px;	padding: 0px;	list-style-type: none;	font-size: 14px;	z-index: 1020;	cursor: default;	width: 11.2em;	position: absolute;	left: -1000em;}/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */ul.MenuBarHorizontal ul.MenuBarSubmenuVisible{	left: auto;}/* Menu item containers are same fixed width as parent */ul.MenuBarHorizontal ul li{	width: 11.2em;}/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */ul.MenuBarHorizontal ul ul{	position: absolute;	margin: -5% 0 0 95%;}/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible{	left: auto;	top: 0;}/******************************************************************************* DESIGN INFORMATION: describes color scheme, borders, fonts *******************************************************************************//* Submenu containers have borders on all sides */ul.MenuBarHorizontal ul{	border: 1px solid #CCCCCC;}/* Menu items are a light gray block with padding and no text decoration */ul.MenuBarHorizontal a{	display: block;	cursor: pointer;	background-color:#3b3a3c;	color:#ffffff;	font-size: 100%;	text-decoration: none;	padding-left: 10px;	padding-right: 10px;	padding-bottom: 5px;	padding-top: 5px;	margin-bottom:10px;	margin-right:2px;}.menu_end {	border-right-width: 1px;	border-right-color:#FFFFFF;	border-right-style: solid;}/* Menu items that have mouse over or focus have a blue background and white text */ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus{	color:#FFFFFF;	background-color: #7ac142 !important;}/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible{	background-color:#7ac142;	color:#FFFFFF;}/******************************************************************************* SUBMENU INDICATION: styles if there is a submenu under a given menu item *******************************************************************************//* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */ul.MenuBarHorizontal a.MenuBarItemSubmenu{	background-repeat: no-repeat;	background-position: 95% 50%;}/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */ul.MenuBarHorizontal ul a.MenuBarItemSubmenu{	background-repeat: no-repeat;	background-position: 95% 50%;}/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */ul.MenuBarHorizontal a.MenuBarItemSubmenuHover{	background-repeat: no-repeat;	background-position: 95% 50%;}/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover{	background-repeat: no-repeat;	background-position: 95% 50%;}/******************************************************************************* BROWSER HACKS: the hacks below should not be changed unless you are an expert *******************************************************************************//* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */ul.MenuBarHorizontal iframe{	position: absolute;	z-index: 1010;}/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */@media screen, projection{	ul.MenuBarHorizontal li.MenuBarItemIE	{		display: inline;		f/loat: left;		background: #FFF;	}}.help_section {	background-color: #F5F5F5;	border-color: #7AC142; }
