
/*
--------------------------------------------------------------------------------
	General
--------------------------------------------------------------------------------
*/

body {
  font-family: arial,verdana,helvetica, sans-serif;
  font-size: 11px;
  background-color: #333333;
  color: #000;
	cursor: default;
	margin: 0;
	padding: 0;
	height: 100%;
}

table {
	border-collapse: collapse;
}

td {
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 11px;
	color: #000;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
}

input, select, textarea {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	vertical-align: middle;
}

p {
	margin: 0 0 1.4em 0;
}

a {
	text-decoration: underline;
	color: #235CDB;
}

a img {
	border: none;
}

a:hover {
	color: #000;
}

h2 {
	font-family: "trebuchet ms", arial, verdana, helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	letter-spacing: -1px;
	margin: 0 0 0.2em 0;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
}

h4 {
	font-size: 11px;
}

hr {
	height: 1px;
	border: none;
	border-bottom: 1px solid #ccc;
}

.wrapper {
	width: 100%; /* IE 5 & 5.5 fix for table width 100% (browser ignores parent padding / margin values) */
}

div.auto_complete {
	width: 360px;
	background: #fff;
	overflow: auto;
	position:absolute;
}
div.auto_complete ul {
	border:1px solid #888;
	height: 360px;
	margin:0;
	padding:0;
	width:100%;
	list-style-type:none;
}
div.auto_complete ul li {
	margin:0;
	padding:3px;
}
div.auto_complete ul li.selected { 
	background-color: #ffb; 
}
div.auto_complete ul strong.highlight { 
	color: #800; 
	margin:0;
	padding:0;
}

#container {
	background-color: #fff;
}

/*
--------------------------------------------------------------------------------
	Header
--------------------------------------------------------------------------------
*/

#infocenter a:hover{
text-decoration:underline;
}

#header {
	background-image:url("/images/fab/header/header.gif");
	background-repeat: repeat-x;
	background-position: top left;
	float: left;
	width: 100%;
	height:135px;
}

#header_inner {
	background-image:url("/images/fab/header/header_left.gif");
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
	width: 100%;
	height:135px;
}

#logo {
	background-image:url("/images/fab/fab5/logo.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	height: 40px;
	width: 226px;
	float: left;
}

#header h1 {
	margin: 0px;
	padding:0px;
}

#header h1 a {
	width: 189px;
	height: 50px;
	display: block;
	}

#header h1 span {
	display: none;
}


/* header nav */

#hdrnav {
	
	height: 50px;
	width: 222px;
	float: right;
	font-weight: bold;
	font-size: 10px;
}

#hdrnav a {
	text-decoration: none;
	font-size: 10px;
	color: #fff;
	font-weight: bold;
}

#hdrnav a:hover {
	color: #333;
}


/* username */

#username {
	position: absolute;
	top: 6px;
	left: 250px;
	text-align: right;
	color: #999;
	width: 200px;
	font-weight: normal;
}


/* view cart */

#viewcart {
background-image:url("/images/fab/hdrnav/view_cart.gif");
	background-repeat: no-repeat;
	background-position: center left;
	position: absolute;
	top: 6px;
	right: 90px;
}

#viewcart a {
	display: block;
	padding-left: 2em;
}

#dsviewcart {
	position:absolute;
	top:0px;
	right:0px;
	height:32px;
	width:209px;
	background-image: url("/images/fab/bg_viewcart.png");
	background-repeat: repeat-x;
	background-position: top left;
	text-align:right;
	
	}

#dsviewcart p {
	padding:3px 10px;
}

#dsviewcart a {
	text-decoration:none;
	color:#A9A8A8;
	font-size: 10px;
	font-weight:bold;
}

/* logout / close */

#logout_close {
	background-image:url("/images/fab/hdrnav/logout_close.gif");
	background-repeat: no-repeat;
	background-position: center left;
	position: absolute;
	top: 4px;
	right: 6px;
	padding: 0.2em 0;
}

#logout_close a {
	display: block;
	padding-left: 1.7em;
}

/* New Reports */
#viewreports {
background-image:url("/images/fab/hdrnav/view_report.gif");
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	top: 6px;
	right: 210px;
	width:110px;
}

#viewreports a {
	padding-left: 2em;
}

/* help / faq */

#help_faq {
	background-image:url("/images/fab/hdrnav/help_faq.gif");
	background-repeat: no-repeat;
	background-position: center left;
	position: absolute;
	top: 35px;
	right: 6px;
	padding: 0.2em 0 0.4em 0;
}

#help_faq a {
	font-weight: bold;
	display: block;
	padding-left: 1.8em;
	color: #fff;
}

#help_faq a:hover {
	color: #000;
}


/*
--------------------------------------------------------------------------------
	Navbar
--------------------------------------------------------------------------------
*/

#navbar {
	color:#a7b3c7;
	font-family: verdana, arial, helvetica, sans-serif;
}

#navbar a {
font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#navbar a:hover {
	text-decoration: none;
}

#mainnav {
	color:#a7b3c7;
}

#mainnav a {
	padding: 6px 1.2em;
}

#mainnav a:hover {

	color:#000;
	text-decoration: underline;
}

a#mainnav_on {
	background-image:url("/images/fab/header/bg_mainnav_on.gif");
	background-repeat: no-repeat;
	background-position: bottom center;
	padding: 6px 1.2em 9px 1.2em;
}

#nav_general {
  position:absolute;
	top:66px;
	left:200px;
}




#nav_admin {
	position:absolute;
	top:66px;
	right:10px;
}


/* sub navbar */

#subnav {
	position:absolute;
	top:94px;
	left:80px;
	color: #7b7b7b;
	
}


#subnav a {
	text-decoration: none;
	font-weight: normal;
	padding: 0 0.4em;
	color: #7b7b7b;
}

#subnav a:hover {
	text-decoration: underline;
}

a#subnav_on {
	text-decoration: underline;
}


/*
--------------------------------------------------------------------------------
	Content
--------------------------------------------------------------------------------
*/



#content {
	clear: both;
	position: relative;
}

#main {
	background-color: #fff;
	}

#main_inner {
	padding: 0.1em 0.8em 1em 0.8em;
	background-color: #fff;
	
}

/*
--------------------------------------------------------------------------------
	Welcome
--------------------------------------------------------------------------------
*/

table.welcome {
	width: 100%;
}

.sidebar_column {
	width: 130px;
	font-size: 9px;
}

.sidebar_column .inner {
	padding: 0.2em 1em 1em 1.8em;
	background-color: #f9f9f9;
}


/*
--------------------------------------------------------------------------------
	Sidebar
--------------------------------------------------------------------------------
*/

#sidebar_left {
	width: 130px;
	position: absolute;
	top: 0;
	left: 0;
	font-size:9px;
	
}

#sidebar_right {
	width: 150px;
	position: absolute;
	top: 0;
	right: 0;
}

#sidebar_left .inner {
	padding: 0.2em 1em 1em 1.8em;
	background-color: #f9f9f9;
}

#sidebar_right .inner {
	padding: 0 1.8em 1em 1em;
}

#sidebar_left .inner h4, #sidebar_right .inner h4 {
	margin-bottom: 0;
}

#sidebar_left a{
	font-size:9px;
}

#sidebar_left h4{
	font-size:9px;
}

/*
--------------------------------------------------------------------------------
	Footer
--------------------------------------------------------------------------------
*/

#footer {
	width: 100%;
	clear: both;
	border-top: 3px solid #a1bfe3;
	background-color: #000;
	color: #999;
	font-size: 10px;
	height: 50px;
	text-align: left;
}

#footer p {
	
	margin: 0;
	padding: 2em 1em 1.5em 1.5em;
}

#footer a {
	color: #999;
	font-size: 10px;
}

#footer a:hover {
	text-decoration: none;
}

#footer .clock {
	float: right;
	padding: 4px 6px;
}


/*
--------------------------------------------------------------------------------
	Section
--------------------------------------------------------------------------------
*/

.section {
	color: #535353;
	line-height: 1.4em;
	padding: 0.0em 1.2em 0 1.2em;
}

.section h2 {
	font-family: "trebuchet ms", arial, verdana, helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #000;
	letter-spacing: -1px;
	margin: 0.5em 0 0.2em 0;
}

.section p {
	margin-bottom:0px;
	padding-bottom:8px;
}


/*
--------------------------------------------------------------------------------
	Config Box
--------------------------------------------------------------------------------
*/

/* config box */

div.config {
	padding: 1px 10px; /* fix ie rendering issue */
	padding-bottom: 1em;
}

div.config .bottomright {
	width: 100%;
}

div.config .inner {
	padding: 0px;
}


/* config actions */

div.config div.actions {
	border-bottom: 1px solid #d1d1d1;
	background-color: #eaeaea;
	margin: 0px;
	padding: 0.5em 1em;
	text-align: center;
}


/* config table */

table.config {
	width: 100%;
	border-collapse: collapse;
}

table.config th {
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	color: #000;
	margin: 1px;
	padding: 0.5em;
}

table.config td {
	margin: 1px;
	padding: 0.4em;
	background-color: #E7ECEF;
	border: 1px solid #fff;
}


table.dsales {
	margin:8px 0px 5px 0px;
	font-size: 11px;
	text-align:left;
	border: 1px solid #2C5C94;
	background-color: #427BB9;
	width:100%;
}

table.dsales th {
	padding:10px 5px 5px 5px;
	font-size: 11px;
	color:#fff;
}

table.dsales td {
	border: 1px solid #4473B0;
	background-color: #BDD2EB;
	padding:5px;
	color:#000;
}

table.dsales td.blank {
	border: none;
	background: none;
	padding:5px;
	color:#fff;
}

	table.dsales a {
	color:#fff;
}

/*
--------------------------------------------------------------------------------
	Output Box
--------------------------------------------------------------------------------
*/

/* output box */

div.output {
	padding: 1px 10px; /* fix ie rendering issue */
}


div.output .bottomright {
	width: 100%;
	padding: 1em 0 6px 0;
}

div.output .inner {
	padding: 0px;
	background-color: #f9f9f9;
}

/* output actions */

div.output div.actions {
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	background-color: #eaeaea;
	margin: 0px;
	padding: 0.5em 1em;
	text-align: center;
}


/* output options */

div.output table.options {
	margin: 0.8em 0 0.8em ;
	width: 100%;
}

div.output table.options td {
	padding: 1em;
	border:1px solid #b5c2d1;
	background-color: #E7ECEF;
	text-align: center;
}

div.output table.options td.description {
	text-align: left;
}


/* output table */
table.output {
	width: 100%;
}

table.output th {
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	margin: 1px;
	padding: 0.5em 0.5em;
	background-color: #9297a0;
	border-right: 1px solid #fff;

}

table.output th a{
	color: #fff;
}

table.output th a:hover{
	color: #fff;
	text-decoration: none;
}

table.output td {
	border-bottom: 1px solid #fff;
	margin: 1px;
	padding: 0.4em;
	vertical-align: top;
}

table.output td.expand {
	border: none;
	background-color: transparent;
	padding: 0;
	width: 20px;
}

table.output td.tools {
	background-color: #E8E8E8;
	width: 200px;
	text-align: left;
	border-left: 1px solid #d7d7d7;
	
}

table.output td.tools form {
	display: inline;
}

table.output a {
	color: #1d3890;
	font-weight: bold;
	font-size:11px;
}

table.output a:hover {
	color: #666;
}

table.output tr.alt{
	background-color: #E7ECEF;
}

table.output tr.altgrey{
	background-color: #f2f2f2;
}

table.output td.tools a {
	color: #000;
	font-weight: normal;
	font-size:10px;
}

table.output td.note {
	BORDER: #e16500 1px solid;
	TEXT-ALIGN: left;
	color:#e16500;
	font-size:11px;
	background-color: #faece1;
	font-weight:bold;
}

table.output tr.tick td {
	color: #008000;
}

#transactiondetails{
width:400px;
}

#actioncommpos {
color:green;
}

#actioncommneg {
color:red;
}


/*
--------------------------------------------------------------------------------
	Status: Alerts / Notices / Errors
--------------------------------------------------------------------------------
*/

.alert {
	padding: 5px;
	margin-top: 0.3em;
	text-align: center;
	background-color: #fffcdf;
	font-weight: bold;
}

.notice, .error {
	padding: 0.5em 1em 0.7em 1em;
	margin: 0.5em 0 0 0;
	text-align: left;
	font-weight: bold;
}

.notice {
	background-color: #fffcdf;
}

.error {
	background-color: #FED3BE;
}

.notice .icon, .error .icon {
	float: left;
}

.notice .details, .error .details {
	margin-left: 30px;
}


/*
--------------------------------------------------------------------------------
	Tools / Extras
--------------------------------------------------------------------------------
*/

.expand_all {
	color: #fff;
	font-size: 9px;
	padding-left: 2px;
}

.expand_all img {
	vertical-align: middle;
}

.expand img {
	cursor: pointer;
}

.more_info {
	display: none;
}

table.internal td {
	border: none;
	margin: 0;
	padding: 0.2em;
	text-align: left;
	background-color: transparent;
}

.opt {
	white-space: nowrap;
}


/*
--------------------------------------------------------------------------------
	Buttons
--------------------------------------------------------------------------------
*/

input.btn, td input.btn {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	background-repeat: repeat-x;
	background-position: top left;
	padding: 1px 3px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	background-color: #ccc;
	/* overflow: visible; */ /* fix ie button padding bug */
}


/* standard button */

input.std, td input.std {
	background-color: #6985a2;
	background-image:url("/images/fab/buttons/btn_std.gif");
	border-color: #405368;
}

input.std_on, td input.std_on {
	background-color: #6985a2;
	background-image:url("/images/fab/buttons/btn_std_on.gif");
	border-color: #405368;
}


/* alternate button */

input.alt, td input.alt {
	background-color: #6985a2;
	background-image:url("/images/fab/buttons/btn_std.gif");
	border-color: #405368;
}

input.alt_on, td input.alt_on {
	background-color: #6985a2;
	background-image:url("/images/fab/buttons/btn_std_on.gif");
	border-color: #405368;
}


/* option button */

input.opt, td input.opt {
	font-weight: normal;
	font-size: 9px;
	width: 60px;
	background-color: #6985a2;
	background-image:url("/images/fab/buttons/btn_std.gif");
	border-color: #405368;
	padding: 0px 2px;
	margin: 2px 0;
	border-width: 1px;
	border-style: solid;
}

input.opt_on, td input.opt_on {
	font-weight: normal;
	font-size: 9px;
	width: 60px;
	background-color: #6985a2;
	background-image:url("/images/fab/buttons/btn_std_on.gif");
	border-color: #405368;
	padding: 0;
	margin: 2px 0;
}


/* <a> link button */

.btn_link {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background-repeat: repeat-x;
	background-position: top left;
	padding: 2px 6px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	white-space: nowrap;
}

.std_link {
	
	background-color: #4E85BE;
	background-image: url("/images/fab/buttons/btn_std.gif");
	border-color: #376391;
}

.std_link:hover {
	background-color: #5897D7;
	background-image:url("/images/fab/buttons/btn_std_on.gif");
	border-color: #376391;
}

.alt_link {
	background-color: #FF6A0B;
	background-image:url("/images/fab/buttons/btn_alt.gif");
	border-color: #C64D00;
}

.alt_link:hover {
	background-color: #FF7B0D;
	background-image:url("/images/fab/buttons/btn_alt_on.gif");
	border-color: #C64D00;
}


/*
--------------------------------------------------------------------------------
	Progress Bar
--------------------------------------------------------------------------------
*/

#progress {
	width: 100%;
	height: 100%;
	text-align: center;
	display: none;
	position: absolute;
	background-color: #fff;
	z-index: 100;
}

#progresscontainer {
	background-color: #fff;
	text-align: left;
	width: 350px;
	margin: 150px auto 0 auto;
}

#progressinner {
	background-image: url('/images/fab/avail_logo.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	padding: 70px 1em 2em 1em;
}

#progressbarcontainer {
	margin: 1em 0 0 0;
	border: 1px solid #000;
	height: 18px;
}

#progressbar {
	background-color: #F4A749;
	width: 1%;
	height: 18px;
	background-image: url('/images/fab/avail_bar_middle.gif');
}


/*
--------------------------------------------------------------------------------
	Additional
--------------------------------------------------------------------------------
*/

/* form required items */

.required {
	color: red;
}


/* info table */

table.info {
	background-color: #fff;
}

table.info td {
	border: none;
	padding: 0.6em 1em;
	vertical-align: top;
}

table.info td.item {
	font-size: 13px;
	font-weight: bold;
	padding-left: 0.9em;
}

table.info h3 {
	padding: 0.1em 0 0 0;
	margin: 0;
}


/* alphabetical index navigation */

.alpha_index {
	text-align: center;
}

.alpha_index a {
	margin: 0 0.1em;
	color: #000;
	font-weight: bold;
}

.alpha_index a:hover {
	color: #666;
}


/* listing - list of data entries in the output tables */

.listing {
	text-align: right;
}

.listing .entry {
	float: left;
}

.listing form {
	display: inline;
}


/* link & info lists */

ul.linklist {
	font-size: 11px;
	color: #555;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.linklist li {
	margin: 0;
	padding: 0 0 0 1em;
	background-image: url("/images/fab/misc/blt.gif");
	background-repeat: no-repeat;
	background-position: top left;
}

ul.linklist a {
	color: #000;
	text-decoration : none;
	font-weight: normal;
}

ul.linklist a:hover{
	color: #DC7C09;
	text-decoration : none;
}

ul.infolist {
	color: #000;
	margin: 1em 0.5em 1.5em 0.5em;
}

ul.infolist li {
	margin: 0.5em 0;
}

ul.optionlist {
	list-style-type: none;
	margin: 0 0 1em 0;
	padding: 0;
}

ul.optionlist li {
	margin: 0;
	padding: 0 1em 0 1.4em;
}

/* steps */

.step_list {
	margin-top: 1em;
}

.step {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #999;
	margin-bottom: 1em;
}

.step img {
	position: absolute;
	top: 0;
	left: 0;
}

.step_details {
	padding-left: 25px;
}

.step_details h4 {
	margin: 0;
	padding: 1px 0 0.5em 0;
}


/* whois */

.whois {
	width: 100%;
	height: 240px;
	overflow: auto;
	padding-top: 5px;
}

.whois pre {
	font-family: "Courier New", courier, "andale mono", monaco, serif;
	font-size: 12px;
}


/* generatedom */

.generatedom select {
	display: block;
	margin: 0.5em 0;
	width: 150px;
}

.generatedom .modifiers {
	text-align: center;
}

/* domains for sale */

.process {
	text-align: left;
	font-weight: normal;
	font-size: 10px;
	line-height: 1.3em;
	padding: 7px;
}

.processhdr {
	text-align: left;
	font-weight: bold;
	font-size: 10px;
	line-height: 1.3em;
	padding: 7px;
	color: #FFF3EC;
}

.whoishdr {
	text-align: left;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.3em;
	padding: 0px 6px;
	color: #fff;
}

.whitebox {
  border-left: 1px solid #949494;
  border-right: 1px solid #949494;
  border-bottom: 1px solid #949494;
  background-color: #fff;
}

#subcontainercontent .domain {
	font-size: 14px;
	color: #AE0000;
	font-weight: bold;
	padding: 15px;
	margin: 0;
	border: 1px solid #949494;
  background-color: #F4F4F4;
}

td.quicklinksheader {
	padding: 5px 0px;
	
}

td.quicklinks {
	padding: 0px 0px 10px 0px;
	border-bottom:1px dashed #666;
}

.footnote {
	color: #c0c0c0;
}

	.steptitle {
	font-size: 13px;
	margin:0px;
	padding:0px;
	font-weight: bold;
	}

	.tinytext{
	font-size: 10px;
	font-weight: normal;
	color: #444;
	line-height:1.2em;
	}

.legal {
	padding-left: 2em;
}

/*
--------------------------------------------------------------------------------
	Domain Analytics
--------------------------------------------------------------------------------
*/

.reportbar {
background-image: url('/images/fab/avail_bar_middle.gif');
background-repeat: repeat-x;
height: 14px;
color: #fff;
font-weight: bold;
font-size: 9px;
text-align: center;
}

.reportbox {
background-color: #f7f7f7;
border: 1px solid #a2a2a2;
text-align: center;
padding:2px;
font-size: 9px;
color:#666;
text-align:left;
width:98%;
}

.reporttitle {
color:#999;
}

.reporttools {
	background-color: #E8E8E8;
	text-align: left;
	border-bottom:1px solid #fff;
	border-left: 1px solid #d7d7d7;
}

table.graph {
	background-color: #fff;
	border:none;
}

.note {
	color: #666;
	font-size: 9px;
}

/*
--------------------------------------------------------------------------------
	Domain Analytics Dashboard
--------------------------------------------------------------------------------
*/

td.dashgraph {
padding-left:10px;
}

table.output th.dashboard {
background-color:#fff;
color:#000;
}

/*
--------------------------------------------------------------------------------
	Selling Domains Dashboard
--------------------------------------------------------------------------------
*/

#dashboard {
font-family: arial;
width:100%;
clear:both;
border-top:1px solid #c3c3c3;
padding-top:10px;
}


#buying_domains, #transaction_history, #contact, #counter, #details {
display:none;
}

#dashboard .domain a{
font-family: arial;
color:#34438f;
}


/*
--------------------------------------------------------------------------------
	Tabs
--------------------------------------------------------------------------------
*/

.tab_selector {
	width:100%;
}

/* Tabs */

.tab_selector ul {
	margin: 0 0.2em 0 0;
	padding: 0;
	list-style-type: none;
	
}

.tab_selector li {
	margin: 0 0 0 0.4em;
	padding: 0;
	display: inline;
	float: left;
	
}

.tab_selector li a, .tab_selector li a span {
	background-repeat: no-repeat;
	display: block;
	float: left;
	
}

/* Inactive Tab */

.tab_selector li a {
	color: #999;
	background-image: url("/images/fab/tabs/tab_right.gif");
	background-position: right top;
	background-color: #eee;
	cursor: pointer;
	text-decoration: none;
}

.tab_selector li a span {
	background-image: url("/images/fab/tabs/tab_left.gif");
	background-position: left top;
	padding: 0.6em 1em;
}

/* Active Tab */

.tab_selector li a.tab_current, .tab_selector li a:hover {
	color: #fff;
	background-position: right -50px;
	background-color: #99B6DC;
}

.tab_selector li a.tab_current span, .tab_selector li a:hover span {
	background-position: left -50px;
}

.tab_selector li a.tab_current {
	cursor: default;
}

/* Tab Instructions */

.tab_selector .tab_info {
	float: right;
	padding: 0.6em 1em 0 1em;
}


/*
--------------------------------------------------------------------------------
	Summary Box
--------------------------------------------------------------------------------
*/

.summary_box .cart_details, .summary_box table {
	width: 100%;
}

.summary_box th {
	text-align: left;
	background-color: #F2F2F2;
	padding:0.5em;
}

.summary_box td.summary {
	text-align: right;
	padding: 0 1em 0 0;
	font-weight: bold;
}

.summary_box th.domain, .summary_box td.domain, .summary_box th.price {
	padding: 0 0.5em 0.6em 0;
	background:none;
	color:#000;
}

.summary_box td.transdetails {
	padding: 0.5em;
	
}

.summary_box td.domain {
	font-weight:normal;
	font-family:arial;
}

.summary_box td {
	font-family: verdana, arial, verdana, helvetica, sans-serif;
	font-size: 11px;
}

td.rule, th.rule {
	padding:0;
	margin:0;
}


/*
--------------------------------------------------------------------------------
	Transaction History
--------------------------------------------------------------------------------
*/

#transaction_summary {
	padding-top: 20px;
}


/*
--------------------------------------------------------------------------------
	Offer Summary
--------------------------------------------------------------------------------
*/


#offer_summary {
	margin-left: 20px;
}


/* Box Header */

.box_header h3 {
	background-image: url("/images/fab/tabs/tab_alt_right.gif");
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #eee;
	float: left;
	margin: 0;
}

.box_header h3 span {
	background-image: url("/images/fab/tabs/tab_alt_left.gif");
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0.6em 1.2em;
	margin: 0;
	font-size: 11px;
	color: #fff;
	font-weight: normal;
	display: block;
	float: left;
}

/* Box Body */

.box_body {
	border: 1px solid #CCCDCD;
	clear: both;
}

/* Box Content */

.box_details {
	background-color: #F2F2F2;
	padding: 1em;
	margin: 0;
}

.box_inner {
	padding: 0.8em;
}

.form_table {
	width: 100%;
	clear:both;

}

.form_table th {
	text-align: left;
padding: 0.5em;

}

.form_table td {
	padding:0.5em;
}

.form_table td.rule, .form_table th.rule {
	padding:0em;
	
}



.form_table h4 {
	font-size: 12px;
	font-weight: normal;
	color: #2E508D;
	border-bottom: 1px solid #ccc;
	padding: 0.7em 0.2em;
	margin: 0em 0 0.6em 0;
}

.form_table hr {
	margin: 1em 0 0.5em 0;
}

.form_table .acceptoffer {
	padding: 1em 0 0.5em 0;
	background-color: #333;
}

.form_instructions {
	padding: 0 0.5em;
}

.form_set {
	clear: both;
	border-top: 1px solid #5F80B5;
	padding: 1em 0 0 0;
}


/* Tool Tips */
 
.tip {
 cursor: help;
}
 
.tool-tip {
 font-family: arial, verdana, helvetica, sans-serif;
 color: #fff;
 width: 250px;
 z-index: 13000;
}
 
.tool-title {
 font-size: 11px;
 font-weight: bold;
 padding: 1em 1em 0.5em 1em;
 background: url("/images/fab/elements/tips_bg.png") top left !important;
 background: url("/images/fab/elements/tips_bg.gif") top left;
}
 
.tool-text {
 font-size: 11px;
 padding: 0 1em 1em 1em;
 background: url("/images/fab/elements/tips_bg.png") bottom right !important;
 background: url("/images/fab/elements/tips_bg.gif") bottom right;
}


/* DG Design */

table.dgdesign td {
	border: none;
}


/* Notifications Archive */

#notification_message {
	background-color: #fff;
}

#email_header, #email_header td {
	padding: 0;
	border-bottom: none;
}

#email_header a img {
	display: block;
}


/*
--------------------------------------------------------------------------------
	PW Feedback
--------------------------------------------------------------------------------
*/

#pw_rules {
	padding: 15px;
}

#pw_hdr {
	font-size: 12px;
	color: #000;
	margin: 0 0 0.5em 0;
	padding-left: 0.2em;
}

#pw_rules ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	color: #333;
}

#pw_rules li {
	padding: 0.2em 0 0.2em 20px;
	background-repeat: no-repeat;
	background-position: left 2px;
	background-image: url("/images/fab/pw_blt.png");
}

#pw_rules li.tick {
	background-image: url("/images/fab/pw_tick.png");
}

#pw_sent {
	background: url("/images/fab/pw_sent.png") no-repeat top left;
	padding: 2px 0 1em 20px;
	font-weight: bold;
}

.pw.notice {
	font-weight: normal;
}

.pw.note {
	margin: 1em 0 0 0;
}

#pw_message p {
	padding: 0.8em 0.8em 0 0.8em;
	margin: 0;
}


/*
--------------------------------------------------------------------------------
	Maintenance
--------------------------------------------------------------------------------
*/

.maintenance {
	padding: 3em;
}