body {
  margin: 0;
  padding:0;
  background: #d25400;
}

body, td, input, select {
  font: normal 12px Arial,Helvetica,sans-serif;
}

p, form {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

h1 {
  font-size: 22px;
  color:#1e67ad;
  padding-bottom:5px;
  border-bottom:1px solid #1e67ad;
  margin-bottom:15px;
}

h2 {
  font-size: 16px;
  color:#1e67ad;
}

h2.home {
  font-size: 18px;
  color:#1e67ad;
  text-transform:uppercase;
  font-weight:normal;
  margin:10px;
  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  padding:0;
}

h3 {
	font-weight:normal;
	font-size:14px;
	margin:20px 10px;
	margin-top:10px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h3 a {
	font-weight:bold;
	font-size:14px;
	color:#333;
	text-decoration:none;
}

h3 a:hover {
	color: #1e67ad;
}


#language_selector {
  font-size: 11px;
}

div.inner {
	border-top:none;
	width:1000px;
	overflow:auto;
	padding-top:20px;
	background:#fff;
}

div.content_right {
  color: #333333;
  width:800px;
  float:right;
  margin:0;
  display:inline;
}

div.content {
  color: #333333;
  margin:15px;
  background:#fff;
}

#mfc {
	width:190px;
	float:left;
}

#mfc p {
	color:#666666;
	margin:0 0 20px 10px;
	padding:0;
}

#mfc label {
	font-weight:bold;
	color:#007eb9;
	display:block;
	margin:5px 10px;
}

div.content a {
  color: #333333;
}

.error, .notice {
  color: red;
}

div.error {
  padding: 5px;
  border: 1px solid #666666;
  background: white;
}

.boxed {
  padding: 5px;
  border: 1px solid;
  margin-left: 2em;
  margin-right: 2em;
}

.indent {
  margin-left: 2em;
}

td.label {
  text-align: right;
  white-space: nowrap;
  padding-right: 5px;
  width: 1%;
}

div.snippet {
  white-space: nowrap;
}

div.snippet select {
  font-size: 10px;
  vertical-align: middle;
}

div.snippet input {
  vertical-align: middle;
}

div.snippet textarea {
  width: 100%;
}

input[type="radio"] {
  vertical-align: bottom;
}

div.alert {
  margin: 25px;
  text-align: center;
  padding: 10px;
  background: white;
  border: 2px solid red;
  font-size: 12px;
  font-weight: bold;
}

div.blog_article {
  border-bottom: 1px dashed #AAAAAA;
}

p.blog_article_title {
  font-weight: bold;
  font-size: 16px;
}

p.blog_article_date {
  font-style: italic;
  color: #888888;
}

div.blog_comment {
  border-bottom: 1px dashed #AAAAAA;
}

textarea.code {
  font: normal 12px Arial,Helvetica,sans-serif;
  width: 450px;
  background-color: #eeeeee;
  border-color: #cccccc;
  border-style: inset;
  margin-top: 5px;
}

p.blog_comment_date {
  font-style: italic;
  color: #888888;
}

.tabberlive .tabbertabhide {
  display: none;
}

.tabber {
  display: none;
}
.tabberlive {
  margin-top:1em;
}

ul.tabbernav
{
  margin: 0;
  padding: 3px 0;
  border-bottom: 1px solid #AAA;
  /* font: bold 12px Verdana, sans-serif */;
  font-weight: bold;
}

ul.tabbernav li
{
  list-style: none;
  margin: 0;
  display: inline;
}

ul.tabbernav li a
{
  padding: 3px 0.5em;
  margin-left: 3px;
  border: 1px solid #AAA;
  border-bottom: none;
  background: #DDE;
  text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
  color: #000;
  background: #AAE;
  border-color: #AAA;
}

ul.tabbernav li.tabberactive a
{
  background-color: #fff;
  border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
  color: #000;
  background: white;
  border-bottom: 1px solid white;
}

.tabberlive .tabbertab {
  padding: 5px;
  border: 1px solid #aaa;
  border-top: 0;
}

.tabberlive .tabbertab h2 {
  display: none;
}
.tabberlive .tabbertab h3 {
  display: none;
}

.tabberlive#tab2 .tabbertab {
  height: 200px;
  overflow: auto;
}

.hidde {
  display: none;
}

/* Custom styles */

.wrapper {
	width:1000px;
	margin:5px auto;
}

.header {
background:#fff;
}

/* Horizontal menu */

.hmenu { 
	clear: both;
	color: #FFF;
	background: #1e67ad;
	border-top:2px solid #fff;
}

.hmenu ul {
	list-style:none;
	margin:0;
	padding:0;
	font-size:12px;
	width:1000px;
	overflow:auto;
}

	.hmenu li { 
		padding: 6px 18px 6px 18px;
		color: #FFEADC;
		float: left; 
		border-left:2px solid #fff;
		margin:0;
		line-height:14px;
	}
	
	.hmenu li.active { 
		background: #E0691A; 
		color: #fff;
		font-weight: bold; 
	}
	
	.hmenu li a { 
		font-family:Arial, Helvetica, sans-serif;
		color: #FFF; 
		text-decoration:none;
		font-size:14px;
		line-height:14px;
	} 
	
li.sign_up  {
	width:370px;
	color: #FFF;
	border-left:none;
	margin:0;
	padding:0;
	height:26px;
	text-align:center;
}

li.sign_up input {
	margin-right:5px;
}

li.home  {
	width:280px;
	border-left:none;
	margin:0;
	padding:0;
	height:26px;
	text-align:center;
}

li.buy  {
	background:#4e9e74;
}

li.fftf  {float:right;}


p.about {margin:10px;margin-bottom:22px;padding:0;color:#555;}

input.button {background:#1e67ad;border:3px double #fff;color:#fff;font-size:12px;}

.footer {color:#ccc;text-align:center;margin-top:10px;}
.footer .menu a {color:#ccc;text-decoration:none;padding:0 2px;}
.footer .menu a:hover {color:#fff;text-decoration:none;padding:0 2px;}
.footer .copy {
	margin-top:10px;
	color:#ccc;
}
.footer .upper {
	margin-top:5px;
	color:#ccc;
	margin-bottom:10px;
}

td.label {
	width:200px;
}

table.pixel_list th,
table.pixel_list td {
	padding:4px;
	text-align:left;
}

table.pixel_list {
	width:100%;
}

table.pixel_list th {
	background:#1e67ad;
	color:#fff;
}

table.pixel_list th a {
	background:#1e67ad;
	color:#fff;
}

table.pixel_list tr.even td {
	background:#efefef;
}

/* payflow */
#payflow {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-bottom:5px;
	border-bottom:1px solid #1e67ad;
	margin-bottom:15px;
	font-size: 22px;
  	color:#1e67ad;
}

.step {padding-right:15px;}

.step span{
	background:url('images/dot_active.jpg') no-repeat 4px 1px;
	padding:4px 10px;
	color:#fff;
	font-size:15px;
	line-height:15px;
	font-weight:normal;
	position:relative;
	top:-2px;
}

.inactive {
	color:#bcd0e8;
}

.inactive span{
	background:url('images/dot_inactive.jpg') no-repeat 4px 1px;
}

#tracer {position:absolute;border:1px solid #fff;}
.payment_error {border:1px solid #f00c0c;padding:10px;margin:5px 0;color:#f00c0c}
span.err {font-size:18px;font-weight:bold;color:#f00c0c;padding:2px;}
#missing {color:#f00c0c;font-weight:bold;margin-bottom:5px;}
