/* JR01 */

/* General formatting */
body {
	font: 12px verdana, arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
}
h1 {
	margin: 0 0 10px 0;
	padding: 0 0 2px 5px;
	font-size: 130%;
	background-color: #5C6F90;
	border:1px solid #D6D6D6;
	color: #FFF;
}
h2 {
	font-size: 110%;
	color: #000;
}
li
{
	margin-bottom:10px;
}
a {
	font-style:italic;
	color:#0033FF;
	text-decoration:none;
}
a:link:visited:hover {
	text-decoration:underline;
	background-color:transparent;
	color:#336699;
}
img {
	border:0;
	vertical-align:middle;
}
acronym {
	border-bottom: dotted 1px #214973;
	cursor: help;
}
a img {
	display: block;			/* removes extra space underneath caused by default text-alignment */
}
/* done to align buttons in the IPB forums */
td img {
	display: inline;
}
p {
	margin-top: 0;
	margin-bottom: 5px;
}

/* Class styling */
h2.feedcategory {
	margin: 0 0 5px 0;
	border-bottom:1px dashed #999;
}
.feeddetail {
	margin-left:3em;
	font: 11px verdana, arial, helvetica, sans-serif;
}
.feeddetail img {
	display: inline;
}
/* My Page add/remove forms styling */
.inline {
	margin: 0.2em 0 0.2em 2em;
}
.inline p {
	display: inline;
	padding-left: 0.5em;
	font: 11px verdana, arial, helvetica, sans-serif;
}
.updateyes  {
	font-size: 2em;
	font-weight: bold;
	color: #2E8B57;
}
.updateno  {
	font-size: 2em;
	font-weight: bold;
	color: #8B0000;
}

.textbox {					/* Until IE understands <css> input[type="file"] { </css> It's better to define a new style then it is to re-define the input tag because radio buttons cop a beating */
	padding: 3px;
	font:  small verdana, sans-serif;
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
}
.button {
	padding: 2px;
	font: bold small verdana, sans-serif;
	color: #fff;
	background-color: #5C6F90;
	border: 1px solid #000;
	text-decoration:none;
	width: 100px;
}
.content {
	clear:both;
	position:relative;
	width:auto;
	min-width:120px;
	margin: 0 0 0 155px;
	padding: 10px 10px 0 10px;
}
.preamble {
	margin:1em;
	font-size:1.2em;
	background-color: #F6F7F7;	
	border:1px dashed #999;
}
.preamble a {
	font-size:1.2em;
}
.credit {
	font: 11px verdana, arial, helvetica, sans-serif;
	color:#000;
}

/* Latest news */
.topictitle img {
	display: inline;
}
.topicdate {
	margin-top: 0;
	margin-bottom: 5px;
	color: #660000;
}
.topicdesc {
	background-color: #EEE;
	padding: 10px;
}

/* Layout */
#banner {
	padding: 4px;
	background: #BDC5CE url(01/banner.jpg) repeat-x;
}
div#topcontent {
	position: absolute;
	top: 10px;
	right: 0;
	width: 80%;
}
div#topcontent form {
	position: absolute;
	display: inline;
	right: 5px;
	top: 55px;
	margin: 0;
}
div#topcontent h2, div#topcontent p {
	margin-right: 0;
}
div#welcome {
	position: absolute;
	top: 0;
	right: 5px;
}
div#pickcss {
	position: absolute;
	top: 30px;
	right: 5px;
}

div#footermenu {
	clear: both;
	border-top: 1px solid #5C6F90;
	border-bottom: 1px solid #5C6F90;
	background-color: #D6D6D6;
	color: #000;
}
div#footermenu ul {
	text-align: center;
	list-style: none;
	margin:0.5em;
}
div#footermenu ul li {
	display: inline;
	padding: 0 0.5em;
	border-left: 1px solid #34339B;	
}
div#footermenu ul li.first {
	border-left: 0px none;
}
div#tradedoubler {
	text-align: center;
	margin-bottom: 10px;
}
#validation p {
	margin: 4px;
	text-align: center;
}
#validation img {
	display: inline;
}
#validation a {
	text-decoration: none;
}
/* Search boxes */
#amazon {
	text-align: center; 
}
#amazon input {
	margin: 2px;
}
#google {
	text-align: center;
}
#google input {
	margin: 2px;
}
li.category {
   float: left;
   width: 20em;
   padding-bottom: 5px;
   list-style-type: circle;
   display: block;
}

/* Latest site news section */
div#whatsnew h3 {
	color: #9C1A1E;
	border-top: 1px solid #5C6F90;
	margin-bottom: 2px;
}

/* RSS feed */
.rsstitle {
	font:normal 14pt arial, helvetica, sans-serif;
	color: #336699;
	text-decoration:none;
	margin-top:10px;
	margin-bottom: 0;	
}
.rssline {
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	font: 90% Verdana, Arial, san-serif;
	font-weight: bold;
	color: #00F;
}

/* Navigation menu */
#navAlpha {
	position: absolute;
	width: 150px;
	top: 98px;
	padding: 0;
	border:1px solid #5C6F90;
	background-color: #D6D6D6;
	color: #000;
}
.maintitle {
	vertical-align: middle;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 3px;
	color: #000000;
	background-image: url(01/tile_back.gif);
}
.navAlphaOption {
	list-style: none;
	margin:0;
	padding:0;
	display:block;
}
ul.navAlphaOption li a:link, ul.navAlphaOption li a:visited {
	text-decoration:none;
	margin:0;
}
ul.navAlphaOption li {
	border-top:1px solid #A5B5C6;
	margin:0;
}
ul.navAlphaOption li a:hover {
	background-color:#43616B;
	color:#EEE;
}
ul.navAlphaOption a:link, ul.navAlphaOption a:visited {
	text-decoration:none;
	display:block;
	width:88%;
	padding:3px 6%;
	background-color:#5C6F90;
	font:bold 10pt/1.2 arial, sans-serif;
	color:#FFF;
}

