html, body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	height:100%;
	margin:0;
	border:0;
	padding:0;
	color:#3d3d3d;
	background-image:url(../images/html_background.gif);
	background-repeat:no-repeat;
	background-position:center 170px;
	background-color:#ffffff;
}

img {
	margin:0;
	border:0;
	padding:0;
}

p {
	margin:10px 0 0 0;
	border:0;
	padding:0;
}

.tiny-text {
	font-size:10px;
}

.small-text {
	font-size:11px;
}

.nomargin {
	margin:0;
}

.noborder,
.noborder th {
	border:0;
}

.link {
	cursor:pointer;
}

a {
	margin:0;
	border:0;
	padding:0;
}

td {
	margin:0;
	border:0;
	padding:0;
}

form {
	margin:0;
	border:0;
	padding:0;
}

div#container {
	background:url(../images/container_background.gif) repeat-x;
}

div#title {
	width:954px;
	height:80px;
	margin:0 auto;
}

div#title_lh {
	width:136px;
	height:38px;
	float:left;
	display:inline;
	margin:33px 0 0 0;
}

div#title_rh {
	width:763px;
	height:83px;
	float:right;
}

div#title_container {
	width:960px;
	height:47px;
	margin:8px auto 0 auto; /* if_ie6.css */
	background:url(../images/title_container_background.gif) no-repeat;
}

div#title_container h1 {
	padding:17px 0 0 22px;
	float:left;
}

div#before_nav_links {
	float:right;
	display:inline;
	margin:16px 15px 0 0;
}

div#before_nav_links a {
	font-family:"Trebuchet MS", Verdana;
	font-size:11px;
	color:#dbdbdb;
	margin:0 3px 0 0;
	float:left;
	display:inline;
}

div#before_nav_links a span {
	height:18px;
	float:left;
	padding:1px 8px 0 8px;
	background-image:url(../images/nav_login.gif);
	background-repeat:repeat-x;
}

div#before_nav_links a:hover span {
	cursor:pointer;
}

div#before_nav_links a span.nav_login_lh {
	width:2px;
	padding:1px 0 0 0;
	background-position:-2px -38px;
}

div#before_nav_links a span.nav_login_rh {
	width:2px;
	padding:1px 0 0 0;
	background-position:0 -19px;
}

div#main {
	width:904px;
	margin:0 auto;
	padding-top:25px;
	line-height:17px;
}

/* Titles *Start* */
h1, h2, h3, h4, h5, h6 {
	margin:24px 0 8px 0;
	border:0;
	padding:0;
}

h1#page-title {
	margin:0;
	border:0;
	padding:0;
	font-size:14px;
	font-weight:normal;
	color:#ffffff;
}

div#main h1#page-title {
	color:#666666;
}

h1#page-title span {
	color:#9b9c9b;
}

h3 {
	color:#000000;
	font-size:14px;
}

h3 span.small {
	font-size:11px;
	font-weight:normal;
}
/* Titles *End* */

/* Tab Navigation *Start* */
div.tabs {
	width:958px;
	height:35px;
	margin:0 auto;
	padding:0 8px 0 4px;
	background:url(../images/tabs_background.gif) no-repeat;
}

div#no_tabs {
	height:35px;
	color:#FFFFFF;
}

ul#tabs {
	margin:0 0 0 0;
	border:0;
	padding:3px 0 0 0;
	display:block;
}

ul#tabs li {
	margin:0;
	border:0;
	padding:0;
	float:left;
	display:inline;
}

ul#tabs li.float-right {
	float:right;
}

ul#tabs li.last {
	margin-right:10px;
}


ul#tabs form {
	margin:0;
	border:0;
	padding:0;
	float:left;
}

ul#tabs button {
	height:32px;
	margin:0;
	border:0;
	padding:5px 10px 0 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#929292;
	background-image:url("../images/fta_tabs.gif");
	background-position:0 -64px;
	background-repeat:repeat-x;
	cursor:pointer;
}

ul#tabs span {
	background-image:url("../images/fta_tabs.gif");
}

ul#tabs span.nav_round_lh {
	width:8px;
	height:32px;
	float:left;
	display:inline;
	background-position:0 0;
}

ul#tabs span.nav_round_rh {
	width:8px;
	height:32px;
	float:left;
	display:inline;
	background-position:0 64px;
}

ul#tabs div.first span.nav_round_lh {
	width:10px;
	background-position:0 -224px;
}

ul#tabs div.last span.nav_round_rh {
	width:10px;
	background-position:0 -256px;
}

ul#tabs li.active span.nav_round_lh {
	width:8px;
	background-position:0 -96px;
}

ul#tabs li.active span.nav_round_rh {
	width:8px;
	background-position:0 -128px;
}

ul#tabs li.active button {
	background-position:0 -160px;
}

ul#tabs li.active div.first span.nav_round_lh {
	width:10px;
	background-position:0 -192px;
}

ul#tabs li.active div.last span.nav_round_rh {
	width:10px;
	background-position:0 -288px;
}
/* Tab Navigation *End* */

/* Links *Start* */
a {
	color:#dd6716;
	text-decoration:none;
}  

a:link {
	color:#dd6716;
	text-decoration:none;
}

a:active {
	color:#dd6716;
	text-decoration:none;
}

a:visited {
	color:#dd6716;
	text-decoration:none;
}

a:hover {
	color:#dd6716;
	text-decoration:underline;
}
/* Links *End* */

/* Form *Start* */
fieldset {
	border:1px solid #cfcfcf;
	margin:1em 0;
	padding:1em;
}

input {
	color:#494949;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	border:1px solid #b2b2b2;
}

textarea, select {
	color:#494949;
	font-family:Verdana, sans-serif;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:160%;
	border:1px solid #b2b2b2;
}

.form-item {
	margin-bottom:10px;
	margin-top:10px;
}

.form-item label {
	display:block;
	font-weight:bold;
}

.form-item label.option {
	display:inline;
	font-weight:normal;
}

.form-button, .form-submit {
	margin:10px 5px 3px 0;
}

.form-item .description {
	font-size:10px;
}

legend .optional {
	font-style:italic;
}

.banner-label {
	font-size:11px;
}

button {
	margin:0;
	padding:0 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#1c1c1c;
}
/* Form *End* */

.description {
	color:#898989;
	line-height:150%;
	margin-bottom:8px;
}

.required {
	color:#e30000;
}

/* Table *Start* */
table {
	width:100%;
	border-collapse:collapse;
	font-size:11px;
	color:#000000;
}

thead th {
	border-bottom:1px solid #c6c6c6;
	font-weight:bold;
	text-align:left;
}

th {
	padding:0 10px 2px 10px;
}

td {
	padding:5px 10px;
}

tr.even, tr.odd, tbody th {
	border-color:#FFFFFF;
	border-style:solid;
	border-width:1px 0;
}

tr.odd,
td.odd {
	background-color:#ffedaa;
}

tr.even,
td.even {
	background-color:#fff2c3;
}

tr.valign-bottom td {
	vertical-align:bottom;
}

tr.graph-two-bars td {
	padding:0;
	border-bottom:1px solid #000000;
}

tr.graph-two-bars-month td {
	padding:0;
	text-align:center;
}

.graph-two-bars-block {
	width:20px;
	position:relative;
}

.graph-two-bars-month {
	width:20px;
	text-align:center;
}

.graph-two-bars-block img {
	margin:0;
	padding:0;
	display:block;
	position:absolute;
	bottom:0;
}

.table-footer {
	font-weight:bold;
}

.table-header {
	margin:0 0 10px 0;
	padding:0 0 3px 0;
	border-bottom:1px solid #c6c6c6;
}

.table-note {
	float:left;
	display:inline;
	color:#868686;
	font-style:italic;
	font-size:11px;
	margin:0 0 0 310px;
}

.table-key {
	color:#262626;
	font-size:11px;
	float:right;
}

ul.key li {
	margin:0 0 0 12px;
	padding:0 0 0 14px;
	background-repeat:no-repeat;
	background-position:0 4px;
}

ul.key li.key-title {
	font-weight:bold;
}

.key-unique {
	background-image:url("../images/key_orange.gif");
}

.key-duplicate {
	background-image:url("../images/key_yellow.gif");
}

.key-sales {
	background-image:url("../images/key_green.gif");
}

td.key-footer {
	color:#868686;
}
/* Table *End* */

/* List *Start* */
ul.key {
	margin:0;
	border:0;
	padding:0;
	list-style:none;
}

ul.key li {
	float:left;
}
/* List *End* */
.align-center {
	text-align:center;
}

.align-right {
	text-align:right;
}

.float-left {
	float:left;
	display:inline;
}

.float-right {
	float:right;
	display:inline;
}

.lh-width,
.rh-width {
	width:400px;
}

.dashboard {
	padding:0 19px;
}

.js-show {
	display:none;
}

.shim {
	height:1px;
	clear:both;
}

hr {
	height:1px;
	margin:30px 0;
	border:0;
	padding:0;
	background:#b2b2b2;
}

h4.code-header {
	margin:0 0 10px 0;
	border:0;
	padding:0;
	font-size:12px;
	font-weight:bold;
}

h4.code-header span {
	font-weight:normal;
}

/* Header *Start* */
div.header-yellow {
	margin:0 0 0 0;
	padding:12px 23px;
	border:1px solid #ffe06c;
	background:#ffedaa;
}

div.header-yellow h2 {
	margin:2px 0 0 0;
	font-size:18px;
	color:#000000;
	font-weight:bold;
	float:left;
	display:inline;
}

a.header-logout {
	color:#6d6d6d;
	text-decoration:underline;
	margin:3px 0 0 10px;
	float:left;
	display:inline;
}

table.small-pad-left td {
	padding:0 0 0 5px;
}

table.dark-links a {
	color:#000000;
	text-decoration:underline;
}
/* Header *End* */

/* Show URL *Start* */
table.small-pad-right td {
	padding:0 5px 0 0;
}

table.small-table .description {
	margin:2px 0 0 0;
}

table.no-pad-left td {
	padding:8px 8px 8px 0;
}

table.small-pad-right select {
	height:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#1c1c1c;
}

table.small-table select {
	height:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#1c1c1c;
}

table.small-table input {
	padding:7px 4px 6px 4px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#1c1c1c;
}

div.affiliate-link {
	margin:10px 0 0 0;
	padding:6px 0 7px 0;
	border:1px solid #ffe06c;
	background:#fff4c9;
	text-align:center;
}

div.affiliate-link-text {
	margin:0 0 0 0;
	padding:6px 10px 7px 10px;
	border:1px solid #ffe06c;
	background:#fff4c9;
	text-align:center;
	font-size:11px;
	color:#1c1c1c;
}

div.affiliate-link a {
	font-size:11px;
	color:#1c1c1c;
}

div.plus {
	padding:23px 23px 0 23px;
	font-weight:bold;
	font-size:12px;
}

div.link-combination-example {
	margin:10px 0 0 0;
}

div.furtherinfo-link {
	margin:5px 0 0 0;
}

div.furtherinfo-link a {
	font-size:10px;
	text-decoration:underline;
	font-weight:bold;
}
/* Show URL *End* */

/* Quick Links *Start* */
a.link-img {
	display:block;
	padding:0 0 0 24px;
}

ul.quick-links {
	margin:0;
	border:0;
	padding:0;
	list-style:none;
}

ul.quick-links a {
	font-size:11px;
	color:#121212;
	text-decoration:underline;
}

ul.quick-links li {
	margin:8px 0 0 0;
}

a.referafriend {
	background:url("../images/icon_referafriend.gif") no-repeat;
}

a.latestnews {
	background:url("../images/icon_latestnews.gif") no-repeat;
}

a.viewadcampaigns {
	background:url("../images/icon_viewadcampaigns.gif") no-repeat;
}

a.contact {
	background:url("../images/icon_contact.gif") no-repeat;
}

a.termsandconditions {
	background:url("../images/icon_termsandconditions.gif") no-repeat;
}

a.topreferrers {
	background:url("../images/icon_referrers.gif") no-repeat;
}
/* Quick Links *End* */

/* Overall Summary *Start* */
div.betweengraphs {
	padding:19px 0 0 0;
}

tr.background-yellow td {
	background:#fff4c9;
}

tr.table-end-top td {
	padding-top:12px;
}

tr.table-end-bottom td {
	padding-bottom:12px;
}

tr.table-end-gap td {
	padding-bottom:19px;
}

td.border-top-yellow {
	border-top:1px solid #ffe06c;
}

td.border-right-yellow {
	border-right:1px solid #ffe06c;
}

td.border-bottom-yellow {
	border-bottom:1px solid #ffe06c;
}

td.border-left-yellow {
	border-left:1px solid #ffe06c;
}
/* Overall Summary *End* */

/* Link Code *Start* */
pre.copy-paste-code {
	margin:2px 0 0 0;
	line-height:15px;
	border:1px solid #ffe06c;
	padding:15px 19px 16px 19px;
	background:#fff3c9;
	float:left;
	color:#000000;
	font-size:11px;
}

pre.copy-paste-code span {
	padding:1px 5px;
}

pre.copy-paste-code span.indent {
	padding-left:20px;
}

div.copied-to-clipboard {
	width:150px;
	height:22px;
	font-size:10px;
	color:#000000;
	font-weight:bold;
	text-align:center;
	margin:75px 0 0 19px;
	padding:11px 0 0 0;
	background:url("../images/copied_arrow.gif") no-repeat;
	display:none;
	position:absolute;
}

div.copy-text-block {
	padding:50px 0 0 0;
}
/* Link Code *End* */

/* Account *Start* */
div#account-info {
	margin:10px 0 0 0;
}

div#account-info .float-left {
	margin:0 19px 0 0;
}

table.account-table {
	width:auto;
}

td.label-column {
	width:75px;
	padding:5px 5px 5px 0;
	text-align:right;
}

td.input-column {
	padding:5px 0 5px 0;
}

table.account-table input {
	width:310px;
	padding:7px 4px 6px 4px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#1c1c1c;
}
/* Account *End* */
