/*
General WJXR style classes.
Author: Avery P.
Copyright © 2003-2004 WJXR, Inc.
*/

/* this is the style section.*/
/* Note: Font size can be in point (pt) or pixel (px) for the style */

body {
	background-color: #F0F1FA;
	color: black;
	font-size: small;
	font-family: times, serif;
	margin: 0px;
}

/* simply holds the background color */
.bg {
	background-color: #F0F1FA;
}
	
table {
}

/* main content style */
.tabletop {
	border-style: none;
	border-width: 0px;
	border-collapse: collapse;
	border-color: #111111;
}

.main {
	color: black;
	background-color: #F0F1FA;
	font-size: small;
	font-family: times, serif;
	cursor: default;
}

.subtitle {
	color: #0033CC;
	font-size: medium;
}

.copyright {
	color: #336699;
	text-align: center;
	font-size: xx-small;
	font-family: verdana, arial, sans-serif;
	cursor: default;
}

.updated {
	color: black;
	text-align: right;
	font-size: x-small;
	font-family: times, serif;
}

.colfade {
	width: 15px;
	background-image: url('images/barbev1b.jpg');
	background-repeat: repeat-y;
}

.barbottom {
	background-image: url('images/barbottom.jpg');
	background-color: #50ADCE;
}

.barbottom_end {
	background-image: url('images/barbottomend.jpg');
	background-color: #50ADCE;
}


/* left column elements */
.colleft {
	background-color: #C6E4F0;
}

.peachinfo {
	border-collapse: collapse;
	background-color: #F1EDC8;
	background-image: url('images/peachy.jpg');
	border-style: solid;
	border-width: 1px;
	border-top-color: #FFF8DF;
	border-left-color: #FFF8DF;
	border-bottom-color: #D9BD7B;
	border-right-color: #D9BD7B;
}

hr.peach {
	border-style: solid;
	border-width: 1px;
	border-top-color: #D9BD7B;
	border-bottom-color: #E7D1A3;
	border-right-color: #E7D1A3;
}

hr.items {
	border-style: solid;
	border-width: 1px;
	border-top-color: #347DA0;
	border-bottom-color: #4197BF;
	border-right-color: #4197BF;
}

hr.swapshop {
	border-style: solid;
	border-width: 1px;
	border-top-color: #A53D75;
	border-bottom-color: #B84885;
	border-right-color: #B84885;
}

hr.staff {
	border-style: solid;
	border-width: 1px;
	border-top-color: black;
	border-bottom-color: black;
	border-left-color: black;
	border-right-color: black;
}

.quick_find_new {
	font-size: xx-small;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 1pt;
	color: #347DA0;
}

/* Quick Find link table borders */
.quick_find_table {
	border-style: solid;
	border-width: 1px;
	border-color: #5BAEDB;
}

.quick_find_table td {
	border-style: solid;
	border-width: 2px;
	border-color: #C6E4F0;
}



/* general link colors and styles */
a:link {
	text-decoration: underline;
	color: #000080;
}

a:visited {
	text-decoration: underline;
	color: #1F3B55;
}

a:active {
	color: #627384;
}

a:hover {
	text-decoration: underline;
	color: #000080;
}

a.quick_find_main:link {
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	color: #993399;
}

a.quick_find_main:visited {
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	color: #993399;
}

a.quick_find_submain:link {
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	color: #347DA0;
}

a.quick_find_submain:visited {
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	color: #347DA0;
}


/* footer link style */
a.footer:link {
	color: #339933;
	text-decoration: none;
	font-size: xx-small;
	font-family: verdana, arial, sans-serif;
}

a.footer:visited {
	color: #339933;
	text-decoration: none;
	font-size: xx-small;
	font-family: verdana, arial, sans-serif;
}

a.footer:active {
	color: #339933;
	text-decoration: none;
}

a.footer:hover {
	color: #CC9900;
	text-decoration: underline;
}

/*
.privacy_shortcut_link {
	font-weight: normal;
	color: #2E8F98;
}
*/

/* Set the outside border colors */
.shaded_table {
	border-style: solid;
	border-width: 1px;
	border-top-color: #D9DBF2;
	border-left-color: #D9DBF2;
	border-bottom-color: #B1B4E4;
	border-right-color: #B1B4E4;
}

/* 
Set the cell borders. We need only to
invert the colors of the main table border.
*/
.shaded_table td {
	border-style: solid;
	border-width: 1px;
	border-top-color: #B1B4E4;
	border-left-color: #B1B4E4;
	border-bottom-color: #D9DBF2;
	border-right-color: #D9DBF2;
}