body {
	margin-top: 0px;
	text-align: center;
	font-family: "Lucida Grande", "Helvetice Neue", Helvetica, Verdana, Sans-serif;
	background: #fff;
}

div#container {
	width: 800px;
	text-align: center;
	margin: 0 auto;
}

h1 {
	font-size: 16px;
}

.RegistrationBox {
	padding: 7px;
	background-color: #98d3ff;
	border: 1px solid #aaa;
	text-align: left;
	margin-bottom: 8px;
    font-family: verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: none;
	color: #555;
	padding: 8px;
}

.RegistrationBox h3 {
	font-size: 10px;
	font-weight: normal;
	line-height: 10px;
	margin: 7px 0 0 0;
	padding: 0;
}

.RegistrationBox h1 {
	font-size: 20px;
	font-weight: bold;
	line-height: 14px;
	margin: 7px 8px 8px 0;
	padding: 0;
	color: #555;
}

.RegistrationBox a {
    font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	color: #123;
	padding: 8px;
}

div.intro {
	margin: 20px 0;
}

div.intro table {
	width: 775px;
}

div.intro table td p {
	line-height: 16px;
}

p.quote {
	font-size: 16px;
	font-weight: normal;
	width: 550px;
	margin: 40px auto 30px auto;
	line-height: 130%;
	text-align: center;
	margin-top: 10px;
	font-family: georgia;
	color: #330;
}

cite {
  color: #666;
  font-size: 12px;
  font-style: italic;
}

body.overview table td {
	vertical-align: top;
}

body.overview table h2 {
	font-size: 14px;
	margin: 0 0 2px 0;
}

body.overview table p {
	font-size: 12px;
	margin-top: 0;
	line-height: 17px;
}

.red {
	color: red;
}

.highlight {
	background-color: #CCFF99;
}

div.section {
	clear: left;
	padding: 5px 0 10px 0;
	margin: 0;
	font-size: 16px;
}

div.section div.content {
	margin-left: 5px;
}

/*-------------------------------------------------
HEADER
-------------------------------------------------*/

div#Header {
  text-align: right;
  margin: 15px 50px 20px 20px;
}

div#Header img {
  float: left;
  margin: 0 0 0 0;
  vertical-align: middle;
  border: none;
}

div#Header div#Nav img {
  margin-right:5px;
}

div#Header div#Nav {
  float: right;
  font-size: 14px;
  color: #333;
  padding-top: 14px;
}

div#Header div#Nav a:link {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}

div#Header div#Nav a:visited {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}

div#Header div#Nav a:hover {
  color: #369;
  background:#fff;
  text-decoration: underline;
}

div#Header div.clearall {
	margin: 0 0 20px; 0;
  padding: 0;
	clear: both;
	font-size: 2px;
}

a, a:visited { color: #369; }

a.nav, a.nav:link, a.nav:visited { color: #000; }
a.nav:hover { color: #fff; background-color:#000; }

div#Header div#Nav a.current:hover {
  color: red;
}
div#Header div#Nav a.current:link,
div#Header div#Nav a.current:visited,
div#Header div#Nav a.current:hover {
  text-decoration: none;
  background: none;
  color: red;
}

li { margin-bottom: 7px }

.navigation {
  margin-top: 5px;
  font-size : 12px;
  color: #999;
}

.navigation a:hover { color: #fff; background-color:#000; }

.navigation a {
  font-size: 11px;
  color: black;
  font-weight: bold;
}

.navigation small a {
  font-weight: normal;
  font-size: 11px;
}
  
.navOn{
  font-size: 11px;
  color: #444;
  font-weight: bold;
  text-decoration: none;
}

/* Remove traces of float */	
.ClearAll {
	clear: both;
	font-size: 2px; }

.SpacerClearRight { clear: right; font-size:1px; }
.SpacerClearLeft { clear: left; font-size:14px; }

.invisiclear {
	font-size: 0px;
	height: 0px;
	clear: both;
}

/* Copyright notice at bottom */
#Copyright {
	border-top: 1px solid #ddd;
	margin: 25px auto;
	padding: 10px;
	text-align: center;
	font-weight: normal;
	font-size: 10px;
}

/***************************************************
BOX
***************************************************/

/* BOX gray closed box */
#BOX {
	margin: 20px auto;
	padding: 20px 20px 0 20px;
	margin-bottom: 30px;
	text-align: left;
	border: 1px solid #ccc;
	width: 760px;
	background: #edf3fe;
}

#BOX h1 {
	margin: 0px 0px 15px 0px;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	color: #17438d; }

#BOX h2 {
	margin: 0px 0px 3px 0px;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #17438d; }

/* Text inside box */
#BOX p {
	font-size: 12px;
	margin: 0 0 15px 0;
	padding: 0;
}

#content {
  width: 518px;
  float: left;
  border-right: 2px solid #e6e6e6;
  margin-bottom: 40px;
}

#content h1 {
  text-align: left;  
  margin-bottom: 10px;
  color: #4d4d4d;
}



/*-------------------------------------------------
PLANS
-------------------------------------------------*/

table.plans {
	margin: -20px 0 0 0;
  border-collapse: collapse;
  width: 99%;
}

table.plans th.top {
	border: none;
	border-bottom: 1px solid #000;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	text-align: left;
	padding-left: 0;
}

table.plans th img {
	margin-top: 3px;
	background-color: #bfddff;
	border: none;
}

table.plans th a:hover, table.plans th a {
	background-color: #bfddff;
	padding: 0;
	margin: 0;
}

table.plans small {
	color: #999;
}

table.plans th {
	font-size: 16px;
	padding: 3px 5px 3px 5px;
	text-align: center;
	vertical-align: top;
	border: 1px solid #999;
	background-color: #bfddff;
}

table.plans th.files {
	font-size: 10px;
	color: #333;
	text-align: left;
	font-weight: normal;
	padding-left: 0;
	background-color: #bfddff;
}

table.plans th.current, table.plans td.current  {
	background-color: #ffc;
}

table.plans td.select {
	font-size: 10px;
	font-weight: bold;
	background-color: #ffc;
}

table.plans td.shaded {
	background-color: #ffc;
}

table.plans td.limit {
	font-size: 14px;
}

table.plans td {
	border-bottom: 1px solid #E3DFDF;
	padding: 12px;
	font-size: 9px;
	border: 1px solid #999;
	text-align: center;
	vertical-align: middle;
}

table.plans td.banner {
	background-color: #333;
	color: #fff;
	font-size: 9px;
	font-weight: bold;
}

table.plans td.notes {
	font-size: 9px;
	color: #999;
	text-align: right;
	border-left: none;
	border-right: none;
}

table.plans td.plancatper, table.plans td.plancatbiz {
	background-color: #fff;
	font-size: 9px;
	font-weight: bold;
}

table.plans h4 {
	background-color: #390;
	font-weight: bold;
	color: #fff;
	white-space: nowrap;
	font-size: 10px;
	padding: 2px;
	margin: 5px 0 0 0;
}

table.plans td.item {
	text-align: right;
	vertical-align: middle;
	font-size: 12px;
	border-right: 1px solid #ccc;
	white-space: nowrap;
	background-color: #fcffae;
}

table.plans span.price {
	font-size: 12px;
	color: red;
}

table.plans a {
	font-size: 12px;
        text-decoration: none;
}

table.plans a:hover {
        text-decoration: underline;
}

table.plans tr.benefits td {
	font-size: 11px;
	padding: 4px;
	background-color: #ff0;
}



div.section {
	clear: left;
	padding: 5px 0 10px 0;
	margin: 0;
	font-size: 16px;
}

div.section div.content {
	margin-left: 5px;
}

/*-------------------------------------------------
NEW ACCOUNT SIGNUP
-------------------------------------------------*/

body.signup div.vitals dd input, body.signup div.vitals dd.username input {
  font-size: 14px;
  width: 250px;
  font-weight: bold;
  color: #17438d;
  padding: 3px;
}

body.signup div.vitals dd.short input {
  width: 175px;
}

body.signup div.vitals dd select {
  width: 275px;
}

body.signup div.main h1 {
  	font-size: 18px;
 	margin-bottom: 20px;
	text-align: center;
}

body.signup div.main {
	width: 425px;
	text-align: center;
	float: left;
}

body.signup div.side {
	float: right;
	width: 260px;
	text-align: left;
	padding: 0;
	margin: 0;
}

body.signup div.side h2 {
  font-size: 12px;
  padding: 0;
  margin: 0;
  border: 0;
}

body.signup div.side p, body.signup div.vitals p {
  font-size: 11px;
  line-height: 15px;
  padding: 0;
  margin: 0 0 15px 0;
  border: 0;
}

body.signup div.side img {
  margin: 0 0 20px 0;
}

body.signup .clearallrule {
	margin: 0 0 15px 0;
	padding: 15px 0 0 0;
	clear: both;
	font-size: 2px;
}

body.signup div.action {
  padding: 7px;
  border-top: 2px solid #999;
  background: #fff;
}


















dl {
	margin: 0; padding: 0;
}

dt {
	float: left;
	clear: left;
	text-align: right;
	margin: 5px 10px 0 0;
	width: 100px;
	font-size: 11px;
	font-weight: bold;
}

dd {
	margin-bottom: 5px;
	font-size: 11px;
}

table.form {
  border-collapse: collapse;
}

table.form th {
  text-align: right;
  color: #666;
  padding: 0px;
  padding-right: 5px;
}

table.form td {
  text-align: left;
  padding: 0px;
}

table.form td input {
  width: 335px;
  font-size: 14px;
  padding: 2px;
}

table.form tr.url th  {
  vertical-align: top;
  line-height: 28px;
}

table.form tr.url td  {
  line-height: 14px;
  font-size: 11px;
  padding-bottom: 5px;
}

table.form tr.password td input {
  width: 200px;
}

table.form tr.submit td {
  font-size: 11px;
}

table.form tr.submit td input {
  width: auto;
}

table.form tr.submit td a:link,
table.form tr.submit td a:visited {
  color: red;
}

/*-------------------------------------------------
SIGNUP & FIELDSET
-------------------------------------------------*/

fieldset {
	padding: 12px;
	margin-bottom: 25px;
	border: 1px solid #dcdcdc;
	border-top: 1px solid #17438d;
}

fieldset.final {
	padding: 10px;
	margin-bottom: 0px;
	background-color: #edf3fe;
	border: 5px solid #17438d;
}

fieldset p {
	font-size: 11px;
	margin: 0 0 5px 0;
	padding: 0;
	color: #333;
}

fieldset.final p {
	color: #000;
}

fieldset legend {
	font-size: 12px;
	font-weight: bold;
	color: #17438d;
	padding: 0 5px;
}

fieldset legend span {
	color: #666;
	font-weight: normal;
	font-size: 80%;
}

fieldset p {
	font-size: 12px;
	line-height: 15px;
	color: #222;
	margin: 0 0 10px 0;
	padding: 0;
}

fieldset input {
	padding: 3px;
	margin-bottom: 4px;
}

fieldset input.big {
	font-size: 16px;
	font-weight: bold;
}

fieldset small {
	font-size: 10px;
	line-height: 13px;
	color: #999;
}

fieldset hr {
	margin: 20px 0;
}

fieldset h3 {
	font-size: 12px;
	margin-bottom: 1px;
}

fieldset table th {
	text-align: right;
	font-size: 11px;
	font-weight: normal;
}

fieldset table td {
	text-align: left;
	font-size: 11px;
	font-weight: normal;
}

/*-------------------------------------------------
BASIC FORM
-------------------------------------------------*/

#basic_form {
  font-family: verdana, sans-serif;
}

#basic_form p.blockintro {
	color: #666;
	font-size: 11px;
  line-height: 14px;
  margin: 0;
}

#basic_form dl {}

#basic_form dt {
  width: 80px;
  margin: 4px 8px 0 0; padding: 0;
  text-align: right;
  white-space: nowrap;
  float: left;
  clear: left;
  position: relative;
}

#basic_form dd {
  margin: 0 0 5px 0px;
  font-size: 10px;
}

#basic_form dt.required {
  font-weight: bold;
}

#basic_form dd input {
  vertical-align: middle;
}

#basic_form table {}

#basic_form table td {
	font-size: 10px;
}

#basic_form table th {
  font-size: 10px;
	font-weight: normal;
	text-align: right;
}

#basic_form table th.required {
  font-weight: bold;
}

#basic_form div.block {
	color: #333;
	background: #f0f0f0;
	margin: 3px 0 25px 0;
	padding: 5px;
	font-size: 11px;
	font-weight: normal;
}

#basic_form div.block input {
  font-size: 12px;
}

#basic_form h2 {
	font-size: 14px;
	color: #333;
	margin-bottom: 10px;
	padding: 0;
	margin: 0 0 5px 0;
}

#basic_form div.action, div.action {
	border-top: 2px solid #000;
	margin-bottom: 10px;
	text-align: right;
	padding-top: 8px;
	font-size: 12px;
}

#basic_form div p {
  margin: 0;
}

.settings #basic_form div.categories {
  margin-bottom: 0;
}

.settings #basic_form div.categories li {
  list-style: square;
  margin-left: 15px;
  font-size: 11px;
}

.settings #basic_form div.categories li span {
  font-size: 10px;
  color: #999;
}

.settings #basic_form div.addnewcategory p {
  margin: 0;
}

#basic_form div#currentlogo {
  background: #e5e5e5;
  padding: 10px;
  margin: 3px 0 0 0;
}

#basic_form div#currentlogo td {
  vertical-align: middle;
}

#basic_form div#currentlogo div#LogoBox {
  margin-bottom: 0;
}

#basic_form div#currentlogo td p {
  margin: 0 0 3px 0;
}

#basic_form div#upload {
  padding-left: 10px;
}

#basic_form div#upload p {
  margin: 0 0 5px 0;
}

.settings #basic_form div#statusoptions p {
  margin: 0 0 5px 0;
}

.settings #basic_form div#statusoptions p span {
  font-size: 10px;
  color: #666;
}

