/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image:url('../images/page_bg.gif');
}

td {
	font-family: Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
}

td p {
	padding:0px;
	margin:0px;
}

.bottomBoxes td {
	border:none;
}

.style1 {font-size: small}
.style3 {font-size: x-small}
.style9 {font-size: 14px; color: #0000FF; font-weight: bold; }
.style10 {
	color: #000099;
	font-weight: bold;
	font-size: large;
}

.menuBarBG {
	background-image: url('images/menu_bar_BG.gif');
	background-repeat: repeat-x;
	height:46px;
}

table.menu {
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

td.menuNormal {
	padding: 0px;
	color: #6F8187;
	font-weight: bold;
	vertical-align: top;
	margin: 0px;
}

td.menuHover {
	padding: 0px;
	color: white;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
}

div.menuNormal {
	display: none;
	position: static;
}

div.menuHover {
	border: 1px solid black;
	background-color: #999999;
	display: inline;
	position: absolute;
}

.menuNormal p {
	padding:0px;
	margin:0px;
}

.menuHover p {
	padding:0px;
	margin:0px;
}

a.menuitem:link {
	text-decoration: none;
	color: white;
	background-color: #999999;
	display: block;
}

a.menuitem:visited {
	text-decoration: none;
	color: white;
	background-color: #999999;
	display: block;
}

a.menuitem:hover {
	text-decoration: none;
	color: black;
	background-color: #999999;
	display: block;
}

a.menuitem:active {
	text-decoration: none;
	color: black;
	background-color: #999999;
	display: block;
}

.error {
	color:red;
	font-weight:bold;
}

.success {
	color:green;
	font-weight:bold;
}

/* Admin Styles */
.admin_nav {
	padding:0px;
	background-color:#336699;
	text-align:center;
}

.admin_nav li {
	padding:2px;
	padding-left:10px;
	padding-right:10px;
	display:inline;
	list-style:none;
}

.admin_nav a {
	padding:0px;
	color:white;
	text-decoration:none;
}

.admin_nav a:hover  {
	color:white;
	text-decoration:underline;
}

.admin_body {
	border-left:solid thin black;
	border-right:solid thin black;
	background-color:#F7F7FF;
}

.admintable {
	width:80%;
	color:black;
	font-size:1em;
	text-align:center;
	background-color:#E8EEEE;
	padding:0px;
	margin:0px;
}

.admintable a {
	color:#336699;
}

.admintable a:link {
	text-decoration: none;
}

.admintable a:hover {
	text-decoration: underline;
}

.admintable th {
	text-align:left;
	font-weight: bold;
	background-color:#D6E2E4;
	padding:4px;
	border:thin solid #C0CFD1;
	
}

.admintable td {
	text-align:left;
	font-size:.8em;
	padding:4px;
	border:thin solid #D6E2E4;
}

.admin_notes {
	width:60%;
	text-align:left;
}

.admin_action {
	width:60%;
	text-align:left;
	padding:4px;
}

.admin_action a {
	color:#336699;
	text-decoration:none;
}

.admin_action a:link {
	text-decoration:none;
}

.admin_action a:hover {
	text-decoration:underline;
}

/* Plan Rollover Styles */
.plan_name {
	font-size:.85em;
	margin-top:3px;
	margin-left:-5px;
	margin-bottom:-4px;
	margin-right:-5px;
	width:160px;
	height:53px;
	overflow:hidden;
	color:white;
	font-weight:bold;
	padding-top:8px;
	padding-left:20px;
	padding-bottom:0px;
	padding-right:0px;
	/*text-align:left; */
	background-repeat:no-repeat;
	background-position:top center;
}

.plan_features_div {
	border:none;
	padding:0px;
	margin:0px;
	width:526px;
	height:360px;
	overflow:auto;
	display:none;
}

.plan_features p {
	padding:4px;
}

.plan_features #default {
	display:block;
}