﻿body 
{
	background: #a9b5b1 url(images/bkg.jpg) repeat-x;
	margin: 20px 0 0 0;
	font-size: 11px;
	font-family: Verdana, Arial;
	color: #2c3034;
}

a
{
	color:#5c5c5c;/*charcoal*/
}

a:hover
{
	color:#b4cb30;/*green*/
	text-decoration:underline;
}
	
h1, h2, h3, h4, h5
{
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	color: #2c3034;
}

h1 {
	margin: 0;
	padding: 0;
	letter-spacing: -1px;
	font-size: 22px;
	line-height: 22px;
}

h1 a 
{
	color: #2c3034;
	text-decoration:none;
}

h2 
{
	color: #9fb03e;
	font-size: 18px;
}

h3
{
	color: #9fb03e;
	font-size: 14px;
}

hr.homeTop
{
	padding:0;
	margin:10px 0 0px 0;
	background:#5c5c5c;
	border:0px;
	height:1px;
}

hr 
{
	padding:0;
	margin:10px 0 10px 0;
	background:#5c5c5c;
	border:0px;
	height:1px;
}

b
{
	color: #9fb03e;
}

#page
{
	width: 708px;
	margin: 0 auto;
}

.beta
{
	margin: 0 0 -18px 90px;
	text-decoration:none;
}

.beta a:hover
{
	text-decoration:underline;
}


.box 
{
	margin: 0 0 15px 15px;
}

.box .top
{
	height: 20px;
}

.box .top-inner
{
	height: 20px;
	background: url(images/btl.png) no-repeat top left;
}

.box .inner
{ 
	padding: 0 20px 10px 20px;
	background: url(images/br.png) repeat-y right;
}

.box .bottom
{
	height: 20px;
}

.box .bottom-inner
{
	height: 20px;
	background: url(images/bbl.png) no-repeat bottom left;
}

.box .subMenu
{
	font-size:9px;
	color: #5a6965;
	padding:0px;
	margin:0px;
}

.box .subMenu a
{
	text-decoration:none;
}

.box .subMenu a:hover
{
	text-decoration:underline;
}

.box .topMenu
{
	
	float:right;
	font-size:85%;
	color: #5a6965;
	padding:0px 0px 0 0;
	margin:0px;
}

.box .topMenu a
{
	text-decoration:none;
}

.box .topMenu a:hover
{
	text-decoration:underline;
}


.footer 
{
	clear:both;
	margin: 0px 10px 0px 15px;
	font-size:85%;
	color: #5a6965;
	text-align:right;
}

.footer a
{
	color:#5a6965;
}

.footer a:hover
{
	color:#b4cb30;/*green*/
}

.center 
{
	text-align:center;
}

#error
{
	margin: 10px;
	border: 1px solid #ff0000;
	background: #ffffff;
	padding: 5px 10px;
}

#success
{
	/*color:#76948C;*/
	margin: 10px;
	border: 1px solid #b4cb30;
	background: #ffffff;
	padding: 5px 10px;
}
	
table.Form
{
	padding:3px;
}

table.Form tr.Full
{
	background-color:#E8E4CC;
}

table.Form td.Title
{
	font-weight:bold;
}

table.Subscriptions
{
	/*border:solid 1px #b4cb30;*/
	padding:3px;
}

table.Subscriptions td
{
	text-align:center;
	font-size:85%;
	height:20px;
}

table.Subscriptions td.Title
{
	text-align:center;
	font-size:110%;
	height:20px;
	font-weight:bold;
	color: #9fb03e;
}

table.Subscriptions td.Feature
{
	text-align:left;
	width:35%;
}

table.Subscriptions tr.RowAlt
{
	background-color:#E8E4CC;/*#eeeeee;*/
}

table.Subscriptions td.Section
{
	font-weight:bold;
	text-align:left;
}

table.Frame
{
	border:solid 1px #b4cb30;
	padding:3px;
}

table.Frame tr.Title
{
	text-align:center;
	height:20px;
	font-weight:bold;
	background-color:#E8E4CC;
}



input.Button{
	border:solid 1px #b4cb30;
	background-color:#ffffff;
	padding:2px;
	margin-bottom:2px;
	color:#5c5c5c;
	/*font-weight:bold;*/
	font-size:12px;
}

#floatRight{
	float:right;
	padding:2px;
	/*border:solid #7e8083 1px;*/
}

.contentMenu{
	float:right;
	padding:10px;
	margin:5px 0px 5px 5px;
	border:solid #7e8083 1px;
	}

#code
{
	font-family:Courier New;
	padding:10px;
	margin:15px 5px 5px 5px;
	background-color: #EEEFE7;
	border:solid #7e8083 1px;
}

#code b
{
	color: #9fb03e;
	/*font-weight:normal;*/
}

#code #javascript
{
	color: #5C91C3;
}

.note
{
	padding:10px;
	margin:15px 5px 5px 5px;
	background-color: #DFE3B1;
	border:solid #7e8083 1px;
	font-weight:bold;
}

.note a:hover
{
	color:#6B8488;
	text-decoration:underline;
}

.note .big
{
	font-size:17px;
	color: #5c5c5c;
	font-weight:bold;
}

.warning
{
	color:Red;
}

.special
{
	color:Red;
	font-style:italic;
}