/* Standardized Exchange Stylesheet - by DM */
/* WARNING - Do not edit by hand, file is in a set format */

/* Main Background and Font */

body {
	margin: 0;
	padding: 0;
	background-color: #006633;
}

body, table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

table.maintable {
	background-color: #FFFFFF;
	border: 0px solid #006633;
}


/* Masthead Section */

.masthead {
	background-color: #0055A4;
	border: 0px solid #006633;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
 	color: #00176E;
}


/* Content and Side Panel Sections */

.content {
	background-color: #FFFFFF;
	border: 0px solid #006633;
	
	border-left: 0px solid #006633;
	border-right: 0px solid #006633;
	padding: 0px 0px 0px 0px;
}

.panel {
	background-color: #FFFFFF;
	border: 0px solid #006633;
}

#subPanel {
	background-color: #FFFFFF;
	border: 1px solid #a6cab8;
}

#subPanelSpacer {
	margin-bottom: 8px; 
}

/* Footer Section */

.footer {
	padding: 4px 0px 4px 0px;
	background-color: #FFFFFF;
	border: 0px solid #006633;
}

.footer .linkbox {
    padding: 2px 2px 2px 2px;
    margin-top: 4px;
	margin-bottom: 0px;
	
	border-top: 2px solid #006633;
	border-bottom: 2px solid #006633;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}


/* Headers */

.dateHeader {
	font-size: 14px;
	font-weight: bold;
 	color: #FFFFFF;
	background-color: #006633;
	
	padding-right: 4px;
}

.contentHeader, .contentHeader a, .contentHeader a:visited, .contentHeader a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	background-color: #a6cab8;
	padding: 2px;
}

.contentSubHeader, .contentSubHeader a, .contentSubHeader a:visited, .contentSubHeader a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	background-color: #a6cab8;
	padding: 2px;
}

.panelHeader {
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	background-color: #a6cab8;
	padding: 2px;
}

.panelSubHeader {
	font-size: 14px;
	font-weight: bold;
	background-color:#A6CAB8;
	color:#003366;
	padding: 2px;
}


/* Links */

a {
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}

a:visited {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #738BB5;
}

/* Main Menu */

#sign_img {
	background-image: url(images/menu/create.gif);
	background-repeat: no-repeat;
	background-position: top center;
}
#account {
	background-image: url(images/menu/my_account.gif);
	background-repeat: no-repeat;
	background-position: top center;
}
#listings_img {
	background-image: url(images/menu/my_listings.gif);
	background-repeat: no-repeat;
	background-position: top center;
}
#help_img {
	background-image: url(images/menu/help.gif);
	background-repeat: no-repeat;
	background-position: top center;
}
#tell_friend_img {
	background-image: url(images/menu/tell_a_friend.gif);
	background-repeat: no-repeat;
	background-position: top center;
}
#post_img {
	background-image: url(images/menu/post.gif);
	background-repeat: no-repeat;
	background-position: top center;
}
#feedback_img
{
	background-image: url(images/menu/contact.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

ul#top.nav li { padding: 0 .5em; }

ul#top.nav li a {
	list-style-type: none;
	padding: 27px 1em 0 1em;
	display: block;
	*display: inline-block;
}

ul#top.nav a, :visited {
	text-decoration: none;
	font-weight: bold;
}

/* Navigation Menu */

a.nav, a.nav:visited {
	text-decoration: none;
	color: #006633;
	line-height: 18px;
}

a.nav:hover {
	text-decoration: underline;
	color: #738BB5;
}


/* Tabs - 2 levels of selected and unselected tabs */

.tabUnselected a, .tabUnselected a:visited, .tabUnselected a:hover {
	display: block;
	height: 100%;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.tabUnselected {
	background-color: #006633;
	border: 1px solid #000000; 
	padding: 2px;
}

.tabSelected a, .tabSelected a:visited, .tabSelected a:hover {
	display: block;
	height: 100%;
	font-size: 14px;
	font-weight: bold;
}

.tabSelected {
	border: 1px solid #000000; 
	border-bottom: 0px solid #000000;
	padding: 2px;
}

.tabAnchor {
	height: 0px;
}

.subTabUnselected a, .subTabUnselected a:visited, .subTabUnselected a:hover {
	display: block;
	height: 100%;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

.subTabUnselected {
	background-color: #A6CAB8;
	border: 1px solid #000000; 
	padding: 2px;
}

.subTabSelected a, .subTabSelected a:visited, .subTabSelected a:hover {
	display: block;
	height: 100%;
	font-size: 13px;
	font-weight: bold;
}

.subTabSelected {
	border: 1px solid #000000; 
	border-bottom: 0px solid #000000;
	padding: 2px;
}

.subTabAnchor {
	height: 0px;
}


/* Miscellaneous */

.breadcrumb_navigation {
	margin-bottom: 15px;
	font-size: 11px;
	font-weight: bold;
}

.listRow {
	border-top: solid 1px #DDDDDD;
	background-color: #FFFFFF;
}

.fineprint {
	font-size: 11px;
	font-weight: bold;
}

.error { color: red; }

.groupbox {
	border: 1px solid #000000;
	padding: 5px;
	margin: 5px;
}

img { border: 0px; }

h3 { font-size: 14px; }



h2.list_title, h3.list_title, h4.list_title { 
	margin-bottom: 0px;
}

.nobr { white-space: nowrap; }

@media print {
    .panel, .masthead, .footer, .dateHeader { display: none; }
    .maintable { width:100%; }
}

