
.tabs .middleoff a, .tabs .middleon a, .tabs .middleoffonleft a {
  display: block;
}
.tabs div {
  margin-left: 23px;
}
.leftoff div, .lefton div {
  margin-left: 13px;
}
.tools .h3color  {
  color: #c60;
  font-size: 12px;
}
.tools a:link.on, .tools a:visited.on, .tools a:active.on {
  color: #c60;
}
.header .tertiary, .tertiary .navspacer {
  /*background-color: ; ??? */
  color: #333;
}
.tabs a:link, .tabs a:visited, .tabs a:active, .header .navspacer {
  font-size: 11px;
  line-height: 11px;
  color: #333;
  text-decoration: none;
  font-family: tahoma, sans-serif;
}


/*
 * Default font is sans serif.
 */
body {
	font-family: arial, sans-serif;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 1px;
}

/* by default, all images are borderless. */
img {
	border-style: none;
}

/* Make IE's forms sane.  Don't display whitespace above and below */
form {
	margin-top: 0;
	margin-bottom: 0;
}

/*
 * All links default to the same color regardless of
 * whether they've been visited or not.
 * All links default to having an underline.
 */
a:link {
	color: #006699;
    text-decoration: underline;
	font-weight: normal;
}
a:visited {
    color: #006699;
    text-decoration: underline;
	font-weight: normal;
}
a:hover {
    color: #0000FF;
    text-decoration: underline;
}
a:active {
    color: #006699;
    text-decoration: underline;
}

.popup_link {
/*
	A popup link does not look any different than a normal link.
	However, setting this class will cause the js code in common.js
	to arrange to have the link open a new window.
	For this to work set_magic_anchors() must be called in the body onload handler.
 */
}

/*
	A modifier to a link, usable with popup_link's to adjust how
	the window appears.  Setting this will cause a normal browser
	window, complete with toolbar and default size, to be created.
	This IS a real usable style and can be used to modify the appearance
	of links to external sites.  It can be used independantly of popup_link.
 */
.external_link {
}

.NoUnderlineLinks {
	text-decoration: none;
}

.helplink {
	cursor: help;
}


/*
 * ===================
 * General layout styles
 * These describe the major portions of the site
 * that are laid out in standard.jsp
 */
#tagline {
    text-align: left;
    font-weight: bold;
}
.midbody {
	/* Marker class */
}

#center_div {
	padding-top: 0.5em;
	padding-right: 0.00em;
	padding-left: 0.0em;
	margin-top: 0px;
	background: #FFFFFF;
	border-color: #3181aa;


}
#bottom_div {
	clear: both;
	background-color: #FFFFFF;
}

/*
 * This class will make the element it is attached to
 * centered within it's containing element.  e.g.
 * <!-- (XXX html comment b/c facebook doesn't fully recognize c-style comments)
 * <table class="centered"> is equivalent to the deprecated:
 * <table align="center">
 * -->
 */
.centered {
	margin-left: auto;
	margin-right: auto;
}

/*
 * Defaults for modules anywhere on the page
 * Location specific overrides should go below.
 */
.module {
	border-color: #3181aa;
	margin-bottom: 0.75em;
	margin-left: 0em;
	margin-right: 0em;
}

/*
	Buttons that go next to the title.
	If used, this should be set on the first element inside
	the ss:module_title element.
 */
.module .module_buttons {
	float: right;
	padding-right: 0.5em;
	padding-top: 0.5em;
}


.module .module_content {
	padding-left: 0.25em;
	padding-bottom: 0.25em;
	padding-right: 0.25em;
	background-color:#ffffff;
	border-color: #3181aa;
	margin:0px 0px 10px 0px;
	border-style: solid;
	border-width: 1px;
}

.contentBox {
	padding: 6px; 
	border: 1px solid #CCC;
	}

hr {
	color: #6f6f6f;
	background-color: #6f6f6f;
	border-top-width: 0px; 
	border-left-width: 0px; 
	border-right-width: 0px;
	}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #000;
	margin-top: 6px;
	margin-bottom: 3px;
	padding: 0px;
	}

h1 {
	margin-top: 0px;
	font-size: 18px;
	}
	
h2 { font-size: 16px; }
	
h2.blog {
	margin-top: 18px;
	background-color: #BCE;
	padding-top: 3px;
	padding-bottom: 3px;
	}

h3 { font-size: 14px; }

h4 { font-size: 12px; }

h5 { font-size: 10px; }

h6 { font-size: 10px; }

.standardText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	}
.normalText { font-size: 12px; }
.smallText { font-size: 11px; }
.xsmallText { font-size: 10px; }
.xxsmallText { font-size: 9px; }
.largeText { font-size: 14px; }
.xlargeText { font-size: 16px; }
.xxlargeText { font-size: 18px; }

.footerDiv {
	clear: both;
	border-top: 1px solid #999;
	margin-top: 12px;
	padding-top: 12px;
	padding-bottom: 24px;
	font-size: 11px;
	text-align: center;
	}

/*
 * special_module is an attribute of a module
 * It should not be used alone as it depends on .module
 * for defaults.
 */
.special_module {
}

/*
 * This class is used on the div that contains a major
 * section of the page.
 * Put a border around it and set the margins.
 */
.midbody .module {
	font-size: 0.80em;
	border-width: 1px;
	background-color:#ffffff;
	border-color: #3181aa;

}

.midbody .special_module {
	font-size: 1em;
}

/*
 * The title should be the first element in side the module.
 * It gets a special background and a border on the bottom.
 * Also set the margins to only put a space beneath it.
 */
.midbody .module .module_title {
	font-size: 1.2em;
	background-color:#ffffff;
	border-top-style:none;

}

.midbody .special_module .module_title {
	/* overrides .midbody .module .module_title */
	color:white;
	background-color:#666699;
	border-color: #3181aa;

}

.profile_title {
	padding-left: 0.25em;
        padding-top: 0.25em;
        padding-bottom: 0.25em;
	font-size: 1em;
	font-weight: bold;
	background-color:#d4e8fb;
	border-color: #a8bdcf;
	border-style: solid;
	border-width: 0px 1px 0px 0px
}

.profile_body {
	padding-left: 0.25em;
	padding-bottom: 0.25em;
	padding-right: 0.25em;
        padding-top: 0.25em;
	background-color:#ffffff;
	margin:0px 0px 10px 0px;
	border-color: #a8bdcf;
	border-style: solid;
	border-width: 1px 0px 0px 0px
	
}

.profile_table {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: #aaaaaa #aaaaaa #aaaaaa #aaaaaa;
	border-collapse: collapse;
}

.profile_table td {
	border-width: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: #cbe2f9 #cbe2f9 #cbe2f9 #cbe2f9;
}

/* Separators between feedback entries: */
.feedback_table th {
	border-bottom: solid 1px #888888;
}
.feedback_table td[colspan] {
	border-bottom: solid 1px #888888;
}
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

/*
 * This is used to identify a portion of the
 * page that displays a multi part status.
 * (e.g. portions of the account settings page)
 */
.page_selection {
	background-color: #CCCCCC;
}
/*
 * This is used to identify the active portion of a page.
 */
.page_selection .active_page {
	background-color: #99CC99;
}

/*
 * A heading for a subsection within a module.
 */
.subsection_heading {
	font-size: 1.2em;
	font-weight: bold;
}

/* Used to displaying error messages */
.error_list {
	color: #CC3333;
	font-size: large;
}

/* Used to display non-error messages */
.msgs_list {
	color: #33CC33;
	font-size: large;
}

/* A field that has had an error. */
.error_field {
	background-color: #FF0000;
	color: #FFFFFF;
}
/* A field that has been validated. */
.good_field {
	background-color: #00FF00;
}

.menu_block a {
	vertical-align: bottom;
	padding-left: 0.5em;
}
.menu_block img {
	vertical-align: bottom;
} 

.menu_block {
	background-color:#CCCCFF;
	text-align: left;	/* This is needed to get IE to ignore the whitespace
	                       between the td tag the the first img tag. */
}

.secondary_menu_block {
	background-color:#DDDDDD;
}

.browse_active_crit {
	font-size: 1.2em;
	background-color: #fdd763;
}


/*
	Controls how item description entries are displayed.
	This includes things like wishlist items, trade entries, etc...
 */
.item_display_row {
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #3181aa;
}

/*
	Tables that are used to display items.
	Note that the border styles here will get inherited by child tables.
 */
.item_display_table {
    border-width: 0px 0px 1px 0px;
	border-style: solid ;
	border-color: #3181aa;
	border-collapse: collapse;
	border-spacing: 0px; /* Note: this overrides any cellspacing attribute! */
}

.item_display_table_ship {
	border-width: 0px 0px 1px 0px;
	border-style: solid ;
	border-color: #3181aa;
	border-collapse: collapse;
	border-spacing: 0px; /* Note: this overrides any cellspacing attribute! */
}


.item_display_table td, .item_display_table th {
	padding: 3px 3px 3px 3px; /* Note: this override cellpadding! */
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #3181aa;
}

.item_display_table .no_bottom_border td {
	border-style: none;
}

.item_display_table_ship td, .item_display_table_ship th {
	padding: 3px 3px 3px 3px; /* Note: this override cellpadding! */
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #3181aa;
}


.item_display_table th {
	background-color: #ffffff;
	border-width: 0px 0px 1px 0px;
}

.item_display_table_ship th {
	background-color: #ffffff;
	border-width: 0px 0px 1px 0px;
}


/*
 * IE gets this wrong and treats it as just ".no_sides td".
 * "[class~="..."]" doesn't work either.  Oh well, close enough.
 */
.item_display_table.no_sides td {
	border-right: none;
	border-left: none;
}

.item_display_table_ship.no_sides td {
	border-right: none;
	border-left: none;
}



/* To counteract the above */
.layout_table {
	border-style: none;
	border-spacing: 0;
	/* XXX IE doesn't understand this, so tables also need cellspacing="0" */
	/* XXX does IE7 fix this? */
}
.layout_table > tr > td, .layout_table > tr > th {
	border-style: none;
	padding: 0 0 0 0;
}
.layout_table > tbody > tr > td, .layout_table > tbody > tr > th {
	border-style: none;
	padding: 0 0 0 0;
}

/* like layout_table, but leave the border alone: */
.nopadding_cells > tr > td, .layout_table > tr > th {
	padding: 0 0 0 0;
}
.nopadding_cells > tbody > tr > td, .layout_table > tbody > tr > th {
	padding: 0 0 0 0;
}

/*
 * The available trades are shown in a table that has lines between the rows
 * and content centered within the cells.
 */
.trades_available_table {
	text-align:center;
	border:0px solid #3181aa;
	border-spacing: 0px; /* Note: this overrides any cellspacing attribute! */
}
.trades_available_table td, .trades_available_table th {
	padding: 3px 3px 3px 3px; /* Note: this override cellpadding! */
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #3181aa;
}

/*
	magicdate settings.
 */
.calbtn {
	position: relative;
	width: 18px;
	height: 17px;
	left: 3px;
	margin-bottom: 3px;
	border: medium none;
	background-image: url('magicdate/images/cal.png');
}

/* Date styles */
input.magicdate {width: 6em;}

/* XXX IE is a piece of crap.  Work around disappearing text bug: */
* html .visualIEFloatFix { height: 0.01%; }

/* Make the feedburner blog listing take up less room. */
.feedburnerFeedBlock li p
{
  margin-top: 0px;
  margin-bottom: 2px;
  font-size: smaller;
}

/*
 * .fadeable class is only needed for IE.  See ie.css
 */

