/* ###### GENERAL ###### */

* { 
	margin: 0; 
	padding: 0;
}

body {
	background-color: #eee;
	color: Black;
	font-family: "Lucida Grande", "Verdana", "Geneva", Arial, sans-serif;
	font-size: 12px;
}

a {
	color: #aaa;
	text-decoration: underline;
}

a img {
	border: none;
}

span.grey {
	color: #ccc;
}

.clear {
	clear: both;
}

/* ###### DIVS ###### */

div#main {
	width: 960px;
	height: auto;
	margin: 0 auto;
	border: 1px solid #ccc;
	border-top: none;
}

div#header_top {
	width: 960px;
	height: 78px;
	background: #caee16;
}

div#logo {
	float: right;
	margin: 20px 20px 0 0;
}

div#header_bottom {
	width: 960px;
	height: 24px;
	border-top: 1px solid White;
	background: #35e4dd;
}

div#content {
	clear: both;
	width: 920px;
	min-height: 400px;
	background-color: White;
	padding: 20px;
}

div#content_main {
	position: relative;
	width: 580px;
	margin-right: 20px;
	float: left;
}

div#content_main.full {
	width: 880px;
}

div#content_related {
	width: 300px;
	padding: 17px 10px 17px 10px;
	float: left;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	background: url(/images/related.gif) left top repeat-x;
	color: #555;
}

div#footer {
	width: 920px;
	margin: 0 auto;
	padding: 6px 20px 0 20px;
	clear: both;
	color: #aaa;
}

div#notice {
	position: absolute;
	width: auto;
	background: #caee16;
	border: 1px solid #a6c023;
	color: white;
	padding: 10px;
	font-weight: bold;
}

div#usage {
  height: 10px;
	padding: 4px 10px;
	margin-right: 10px;
	float: right;
	color: White;
	font-weight: bold;
}

div#usage_outer {
  float: left;
  margin-right: .5em;
  width: 50px;
  height: 100%;
  border: 1px solid White;
  padding: 1px;
}

/* ###### NAVIGATION ###### */

ul#nav_1, ul#nav_2 {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
}

ul#nav_1 li {
	position: relative;
	margin: 56px 0 0 10px;
	height: 15px;
	padding: 3px 10px;
	float: left;
	background-color: #a6c023;
	border: 1px solid #eee;
	border-bottom: 1px solid White;
	z-index: 100;
}

#home #homeNav,
#blog #blogNav,
#register #registerNav,
#simplyfile #simplyfileNav,
#help #helpNav,
#pricing #pricingNav {
	background-color: #35e4dd;
	border: 1px solid White;
	border-bottom: 1px solid #35e4dd;
}

ul#nav_2 li {
	margin-left: 10px;
	padding: 4px 10px;
	float: left;
	color: White;
}

ul#nav_2 li a, ul#nav_1 li a, ul#nav_2 li a:visited, ul#nav_1 li a:visited {
	font-weight: bold;
	color: White;
	text-decoration: none;
}

ul#nav_2 li a:hover, ul#nav_1 li a:hover {
	text-decoration: underline;
}

/* ###### TEXT GRID ###### */

p {
	margin-bottom: 18px;
	line-height: 18px;
}

h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
	margin-bottom: 18px;
	letter-spacing: 0px;
}

h2 .sec {
	font-weight: normal;
	color: #aaa;
}

h2 a {
	color: black;
	text-decoration: none;
}

div#content_related h2 a {
	color: #555;
}

h2 a:hover, div#content_related h2 a:hover {
	color: #aaa;
}

div#content_related h2, div.post h2 { 
  font-size: 18px;
	font-weight: bold;
  line-height: 18px; 
	margin-bottom: 18px;
	letter-spacing: 0px;
}

h3 { 
  font-size: 12px; 
  line-height: 18px;
	margin: 0 0 18px 0;
	color: #aaa;
}

hr {
	margin: 12px 0 24px 0;
	color: #ddd;
	background-color: #ddd;
	border: 0;
	width: 99%;
	height: 1px;
}

.left { 
  float: left; 
  margin: 0 20px 18px 0; 
}

.right { 
  float: right; 
  margin: 0 0 18px 20px; 
}

/* ###### LISTS ###### */

#content ul, ol { 
	margin-bottom: 18px; 
}

#content ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
} 

#content ol {
	margin-left: 0px;
	padding: 0 0 0 30px;
}

#content li {
	line-height: 18px;
	margin: 7px 0 8px 11px;
}

#content ul li:before {
	content: "\00BB \0020";
	margin-left: -11px;
}

#content ul li.widget:before {
  content: "";
}

ol.terms li {
	font-size: 14px;
	font-weight: bold;
}

ol.terms li ol li {
	font-size: 12px;
	font-weight: normal;
}


/* ###### TABLES ###### */

table {
	margin: 1em 1em 1em 0;
	border-collapse: collapse;
}

caption {
  text-align: left;
  font-weight: bold;
}

td, th {
	border-bottom: 1px solid #ddd;
	padding: .3em 1em;
	text-align: left;
}

th {
	font-weight: bold;
	color: white;
	background-color: #508668;
}

tr {
	background: none;
}

tr:hover, tr.hover {
	background-color: #f6f6f6;
}

tr.plain:hover {
	background: none;
}


/* ###### FORMS ###### */

#content fieldset {  
	position: relative;
	float: left;  
	clear: both;  
	width: 100%;  
	margin: 0;  
	padding: 0;
	border-style: none;  
	border-top: 1px solid #999;  
	background: #eee; 
}

#content fieldset.odd {
	background: #ddd; 
}

#content fieldset.submit {  
	float: none;  
	padding-top: 1.5em;  
	background-color: transparent; 
}

#content legend {  
	margin-left: 1em;  
	color: black;  
	font-weight: bold;
}

#content legend span {  
	position: absolute;  
	left: 0.74em;  
	top: 0;  
	margin-top: 0.5em;  
	font-size: 135%; 
	border-bottom: 1px solid #999;
}

#content fieldset ol {  
	padding: 3.5em 1em 0 1em;  
	list-style: none; 
} 

#content fieldset li {
	width: 530px;
	padding: 0 0 6px 0; 
	overflow: visible;
	float: left;
	clear: left;
} 

#content fieldset input {
	float: left;
	width: 190px;
}

#content input.submit {
	width: auto;
	margin-left: 1em;
}

#content input.radio {
	width: auto;
}

#content fieldset input#file {
	width: auto;
}

#content fieldset label {  
	float: left;
	width: 160px;
	margin-right: 5px;
	padding-right: 20px;
	text-align: left;
}

#content fieldset div.description {
	width: 300px;
	float: left;
	display: block;
	margin-left: 1em;
}

#content fieldset div.fieldWithErrors {
	display: inline;
}

#content fieldset div.fieldWithErrors label {
  background: url(../images/error.gif) right 2px no-repeat;
}


#content_related fieldset {  
	position: relative;
	float: left;  
	clear: both;  
	width: 100%;  
	margin: 0 0 1em 0;  
	padding: 0.5em 0 0.5em 0;
	border-style: none;  
	border: 1px solid #999;  
	background: #eee; 
}

#content_related fieldset ol {  
	padding: 1em 1em 0.5em 1em;  
	list-style: none; 
} 

#content_related fieldset li {
	width: 100%;
	padding: 0;
	margin: 0 0 6px 0;
	overflow: visible;
	float: left;
	clear: left;
} 

#content_related fieldset input {
	float: left;
	width: 160px;
}

#content_related input.submit {
	width: auto;
	margin-right: 2em;
	float: right;
}

#content_related fieldset label {  
	float: left;
	width: 80px;
	margin-right: 5px;
	padding-right: 20px;
	text-align: left;
}

/* ###### CLASSES ###### */

.imgtext {
	clear: both;
}

.img {
	float: left;
	width: 150px;
	margin-right: 10px;
}

.text {
	float: left;
	width: 410px;
	padding-top: 3px;
}

.clear {
	clear: both;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

/* ###### AUTO_COMPLETE ###### */

.auto_complete {
  position: absolute;
  z-index: 100;
  width: 190px;
  background-color: white;
  border: 1px solid #999;
  margin: 0;
  padding: 0;
}

ul.autocomplete_list {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

li.autocomplete_item.selected 
{ 
  background-color: #35e4dd;

}

li.autocomplete_item {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 3px;
}

html > body #content ul {
	text-indent: 0;
	padding-left: 0;
}

html>body #content li.autocomplete_item {
	margin: 0;
}

#content ul li.autocomplete_item:before {
	content: "";
}



