/** layout */
body {
	background: url("/.tuplix-media/apps/tuplix/i/2007/page-back.gif") repeat-x;
	color: #2e2e2e;
}

#badge {
	position: relative;
	margin-left: 57px;
	height: 120px;
	width: 120px;
}

.topStatus {
    width: 100%;
	background-color: #2e2e2e;
}
.topStatus ul {
	padding: 3px;
	color: #ffffff;
	background-color: #2e2e2e;
	float: left;
	list-style-type: none;
}
.topStatus li { float: left; }
.topStatus li.plainRight { 
	font-size: 11px;
	float: right;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #666666;
}
.topStatus li.plainLeft { 
	font-size: 11px;
	float: left;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #666666;
}
.topStatus a:link, .topStatus a:visited {
	font-size: 11px;
	text-decoration: underline;
	color: #fff;
}
.topStatus a:link.active, .topStatus a:visited.active	{
	text-decoration: underline;
	color: #fff;
}
.topStatus a:hover	{
	text-decoration: none;
}
.topLogo {
	height: 76px;
	clear: both;
	background-image: url("/.tuplix-media/apps/tuplix/i/2007/topLogo-bg.png");
	background-repeat: repeat-x;
}
.mainContent {
}
.footer {
	font-size: 10px;
	line-height: 20px;
	width: 100%;
	color: #333333;
	text-align: center;
	background: #ededed;
	border-top: 1px solid #2e2e2e;
}

.rightBoxOut{
	cursor: pointer;
	text-align:left; padding-top: 10px; padding-right: 20px; padding-left: 20px;
}
.codeBox {
	margin-top: 20px;
	margin-bottom: 5px;
	background-color: #fffbeb; padding: 8px; border: 1px solid #000;
	width: 75%;
}
.codeBoxCap {
	font-size: 11px;
	margin-bottom: 10px;
}

.codeBoxHp {
	margin-top: 20px;
	margin-bottom: 5px;
	background-color: #ffffff; padding: 8px; border: 1px solid #000;
	width: 85%;
}

.rightBox {
	cursor: pointer;
	background-color: #fffbeb; padding: 8px; border: 3px solid #c6d6e5;
}
.rightBoxOver{
	cursor: pointer;
	background-color: #fdf0b5; padding: 8px; border: 3px solid #80b4e5;
}
.hi {
	background-color: #fffbeb;
	padding: 2px;
}
.featureBox {
	border-left: 1px solid #fde585;
	border-right: 1px solid #fde585;
	border-bottom: 1px solid #fde585;
	background-color: #fffbeb;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 14px;
}

.siteLinkPs {
	color: #014a91;
	font-size: 13px;
	text-decoration: underline;
	cursor: pointer;
}
.siteLinkNoU {
	color: #014a91;
	font-size: 11px;
	text-decoration: none;
	cursor: pointer;
}
.siteLink a {
	color: #014a91;
	font-size: 13px;
	text-decoration: underline;
}
.siteLink a:hover {
	text-decoration: none;
}

/** formatting */
h1 {
	font-weight: bold;
	font-size: 16px;
}
h2 {
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 18px;
}
h2.features {
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 16px;
}
h3 {
	margin-top: -3px;
	padding-bottom: 3px;
	padding-left: 14px;
	font-weight: bold;
	font-size: 16px;
}
h3.real {
	color: #014a91;
	padding-left: 0px;
	font-size: 14px;
}
h3.faq {
	color: #014a91;
	padding-left: 0px;
	font-size: 16px;
}
p {
	line-height: 18px;
}
p.welcome {
	line-height: 18px;
	padding-bottom: 10px;
}
#topTen > li {
	color: #014a91;
	font-size: 14px;
}
#topTen > li p {
	color: #2e2e2e;
}

ol {
	padding-top: 10px;
	list-style-type: decimal;
	padding-left: 35px;
	padding-bottom: 10px;
}
#faq>li {
	font-size: 14px;
}
ul#faq {
	list-style-type: none;
	padding-bottom: 10px;
}

.bigText {
	font-weight: bold;
	font-size: 16px;
}

.imgHighlightBorder {
	width: 516px;
	border: 8px solid #c6d6e5;
}
.imgHighlight {
	width: 500px;
	border: 8px solid #fde585;
}

/** round corners */
div#nifty{ margin: 0 0%;background: #c6d6e5}

b.rtop, b.rbottom{display:block;background: #ffffff}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #c6d6e5}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}


/** forms */
#generalError { 
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	color: red;
	border: 1px solid red;
	background-color: #ffeff6;
}
.generalErrorSmall { 
	font-size: 14px;
	font-weight: normal;
	color: red;
}
#formError { 
	height: 35px; 
	background-image: url("/.tuplix-media/apps/tuplix/i/2007/errorBg-small.png"); 
	background-repeat: repeat-x;  
	padding-left: 10px;
	padding-top: 6px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
input.text {
	padding: 3px;
	background-color: #fff;
	font-size: 16px;
	font-weight: normal;
	width: 200px;
	margin-bottom: 10px;
}
#itextarea {
	padding: 3px;
	background-color: #fff;
	font-size: 16px;
	font-weight: normal;
}
input.textDialog {
	padding: 3px;
	background-color: #fff;
	font-size: 16px;
	font-weight: normal;
	width: 200px;
}
input.textLong {
	padding: 3px;
	background-color: #fff;
	font-size: 16px;
	font-weight: normal;
	width: 275px;
	margin-bottom: 10px;
}
.textHelper {
	font-size: 12px;
	margin-bottom: 10px;
	padding-left: 145px;
}
.textHelperLeft {
	font-size: 12px;
}

fieldset {
	border: 0;
	border: 2px solid #fde585;
	padding: 15px;
	background-color: #fffbeb;
	margin: 0 0 25px 0;
}
fieldset legend {
	padding: 0 10 0 7px;
	font-size: 16px;
	font-weight: bold;
	background-color: #fff;
}

#forms {
	padding-top: 15px;
	padding-left: 0px;
}
select {
	background-color: #fff;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
	width: 145px;
}
input.submit {
	padding: 2px;
	background-color: #fff;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
}
.labelText {
	font-size: 16px;
	font-weight: bold;
	padding-top: 2px;
}
.labelTextSmall {
	font-size: 14px;
	font-weight: bold;
	padding-top: 2px;
}

label {
    width:145px;
    line-height:23px;
    float:left;
	font-size: 14px;
	color: #014a91;
	text-align: left;
}
.fauxLabel {
	font-size: 14px;
	color: #014a91;
}

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

/** account signup */
.clNew {
	font-weight: bold;
	font-size: 16px;
}
.buttonLike {
	font-size: 16px;
	font-weight: bold;
}
.buttonLike a {
	color: #014a91;
	text-decoration: none;
}
.buttonLike a:hover {
	color: #014a91;
	text-decoration: underline;
}
table.accountGrid {
  width: 100%;
}
table.accountGrid th img {
	margin-top: 3px;
	background-color: #fff;
	border: none;
}
table.accountGrid th a:hover, table.accountGrid th a {
	padding: 0;
	margin: 0;
}
table.accountGrid small {
	color: #999;
}
table.accountGrid th {
	font-size: 16px;
	font-weight: bold;
	padding: 3px 5px 3px 5px;
	text-align: center;
	vertical-align: top;
	border-bottom: 1px solid #999;
	border-right: 1px solid #E3DFDF;
	border-left: 1px solid #E3DFDF;
}
table.accountGrid a {
	font-weight: normal;
}
table.accountGrid th.activeAccount {
	font-size: 12px;
	color: #333;
	text-align: left;
	font-weight: normal;
	padding-left: 0;
	border-left: none;
}
table.accountGrid th.current, table.accountGrid td.current  {
	background-color: #ffc;
}
table.accountGrid td.select {
	font-size: 12px;
	font-weight: bold;
	background-color: #ffc;
}
table.accountGrid td.shaded {
	background-color: #ffc;
}
table.accountGrid td.accountStats {
	font-size: 14px;
}
table.accountGrid td {
	border-bottom: 1px solid #E3DFDF;
	padding: 2px;
	font-size: 12px;
	border-right: 1px solid #E3DFDF;
	border-left: 1px solid #E3DFDF;
	text-align: center;
	vertical-align: middle;
}
table.accountGrid td.banner {
	background-color: #333;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
table.accountGrid td.notes {
	font-size: 12px;
	color: #999;
	text-align: right;
	border-left: none;
	border-right: none;
}
table.accountGrid td.plancatper, table.accountGrid td.plancatbiz {
	background-color: #fff;
	font-size: 12px;
	font-weight: bold;
}
table.accountGrid h4 {
	background-color: #390;
	font-weight: bold;
	color: #fff;
	white-space: nowrap;
	font-size: 12px;
	padding: 2px;
	margin: 5px 0 0 0;
}
table.accountGrid td.item {
	text-align: right;
	vertical-align: middle;
	font-size: 12px;
	border-right: 1px solid #ccc;
	white-space: nowrap;
}
table.accountGrid span.price {
	font-size: 14px;
	font-weight: normal;
	color: green;
}
table.accountGrid tr.benefits td {
	font-size: 12px;
	padding: 4px;
	background-color: #ff0;
}
.siteLinkLarge {
	padding-top: 10px;
	padding-bottom: 5px;
}
.siteLinkLarge a {
	color: #014a91;
	font-size: 18px;
	text-decoration: underline;
}
.siteLinkLarge a:hover {
	text-decoration: none;
}