/*	Universal style file for entire site, must be included on the style require	*/
/*	Includes layout, styles: try not to change the layout	*/

/* Copyright 2009 Myrtlelime Inc. */

* {
	margin: 0;
	padding: 0;
}
body, body.full {
	font: .75em tahoma, verdana, sans-serif;
	line-height: 1.6em;
	background: #fff url(../img/bodybg.gif) top center repeat-y;
}
p, fieldset, pre { padding: 3px 0; }
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 5px 0;
	line-height: 1em;
}
h1 { font: 16pt futura, verdana, geneva, helvetica, sans-serif; border-bottom: 1px solid #000000; }
h2 { font: 16pt georgia, garamond, 'century schoolbook', palantino, 'times new roman', serif; }
h3 { font-size: 12pt; }
h4, h5, h6 { font-size: 10pt; font-weight: bold; }
ul, ol { padding: 2px 5px 2px 25px; }
table { border: 0; }
table.nopadding td { padding: 0px; }
td { padding: 5px; border-width: 0 1px 1px 0; }
tr.a { background-color: #eeeeee; }
tr.b { background-color: #dddddd; }
a {
	color: #444444;
	text-decoration: none;
	border-bottom: 1px dashed #444444;
}
a:hover {
	background-color: #dddddd;
	border-bottom: 1px solid #444444;
}

/*	Page Container	*/
div#container {
	width: 1000px;
	margin: 0 auto;
	border-left: 1px solid #f3963c;
	border-right: 1px solid #f3963c;
	background-color: #fff;
}

/*	Top Bar Styling	*/
div#topbar {
	height: 100px;
	min-width: 1000px;
	background: #fdedc4 url(../img/tallheaderbg.gif);
}
div#topbar div#logobox {
	position: relative;
	top: 50px;	left: 0;
	width: 525px; height: 50px;
	z-index: 1
}
div#topbar div#logobox a, div#topbar div#logobox img {
	border: 0;
	background-color: transparent;
}
div#topbar div#logobox h2 {
	font: 13pt futura, verdana, geneva, helvetica, sans-serif; 
	display: inline;
	position: relative;
	top: -10px;
	color: #990000;
}
div#topbar div#barfloat {
	width: 100%;
	min-width: 1000px;
}
div#topbar div#barfloat ul#instrumentlinks { list-style-type: none; margin: 26px 200px 0 0; padding: 0; }
div#topbar div#barfloat ul#instrumentlinks li { float: right; height: 100%; }
div#topbar div#barfloat ul#instrumentlinks li a {
	position: relative;
	color: #ffffff;
	background-color: #f3963c;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #f3963c;
}
div#topbar div#barfloat ul#instrumentlinks li a:hover {
	color: #8f3200;
	background-color: #f9ce93;
}
div#topbar div#barfloat ul#instrumentlinks li a.current {
	color: #8f3200;
	background-color: #fdecc2;
}

/*	Left Side Wrapper Styling	*/
div#leftside {
	width: 100%;
	float: left;
	min-width: 1000px;
	background: url(../img/sidebg.gif) repeat-y top right;
}

/*	Searchbar styling	*/
div#search {
	height: 25px;
	background: #eeeeee url(../img/searchbg.gif);
	margin-right: 220px;
	text-align: center;
	font-size: 10pt;
	z-index: 1;
}

/*	Content section styling	*/
div#content {
	margin-right: 220px;
	padding: 10px;
}
div#content table.browsebox {
	width: 100%;
	text-align: center;
	font-size: 1.7em;
	background-color: #eeeeee;
}
div#content table.browsebox a {
	display: block;
	width: 100%; height: 100%;
	line-height: 1em;
	border: none;
}
ul.searchroot, ul#searchroot { list-style-image: url(../img/show.gif); }

/*	Sidebar styling	*/
div#sidecont {
	width: 220px;
	float: left;
	margin-left: -220px;
	background: #eeeeee url(../img/sidebg.gif);
}
div#sidebar {
	width: 200px;
	float: right;
}
div#sidebar h2 {
	height: 25px;
	font: 14pt tahoma, verdana, sans-serif;
	color: #f8f8f8;
	background: #444444 url(../img/sidehbg.gif);
	padding: 0 10px;
	border: 0;
	text-align: right;
}
div#sidebar ul.navlink {
	list-style-type: none;
	padding: 0;
	float: right;
	width: 180px;
}
div#sidebar ul.navlink li {
	display: inline;
}
div#sidebar ul.navlink a {
	display: block;
	width: 160px;
	padding: 1px 10px;
	border: 1px dashed #666666;
	border-width: 1px 0 0 0;
	background-color: #eeeeee;
}
div#sidebar ul.navlink a:hover {
	background-color: #666666;
	border-style: solid;
	color: #ffffff;
}

/*	Footer styling	*/
div#footer {
	height: 20px;
	min-width: 1000px;
	color: #bf1717;
	background: #fdedc4 url(../img/footerbg.gif);
	clear: both;
	text-align: center;
}
div#footer a {
	color: #bf1717;
	border-bottom: 1px dashed #bf1717;
}
div#footer a:hover {
	color: #ffffff;
	background-color: #bf1717;
	border-bottom: 1px solid #bf1717;
}

/*	Tags styling	*/
fieldset {
	border: 0;
	background-color: #eeeeee;
}
input, select {
	font: 8pt tahoma, verdana, sans-serif;
	border: 1px solid #bbbbbb;
	background-color: #f4f4f4;
	margin: 1px 2px;
	padding: 2px;
}
textarea {
	font: 8pt tahoma, verdana, sans-serif;
	border: 1px solid #bbbbbb;
	margin: 1px 2px;
	padding: 2px;
}
input:focus, select:focus {
	border-top: 1px solid #000000;
	background-color: #ffffff;
}
textarea.focus {
	border-top: 1px solid #000000;
}
select { padding: 1px; }
input.checkbox, input.radio {
	padding: 0; margin: 0; border: 0;
}
img { border: 0; }

/*	Tab rating box styling	*/
div#rate {
	text-align: center;
}
table.ratebox {
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #f3963c;
	border-left-color: #f9ce93;
	border-top-color: #f9ce93;
	padding: 2px;
	font: bold 8pt tahoma, verdana, sans-serif;
	line-height: 0;
}

table#ratebox td.a {
	height: 16px;
	padding: 8px;
	background-color: #f3963c;
}
table#ratebox td.b {
	height: 16px;
	padding: 8px;
	background-color: #f9ce93;
	cursor: pointer;
}

div.ads a { border: 0; }
div.ads a:hover {
	background-color: #fff;
	border: 0;
}

div#commentinput, div.comment {
	background-color: #eee;
	width: 720px;
	padding: 10px;
	margin: 10px 0;
}

div.comment p.head {
	font: 14px 'Trebuchet MS', Helvetica, Verdana, sans-serif;
	color: #900;
	padding: 0 0 5px;
}


div.comment a {
	font-weight: bold;
	color: #f60;
	border: 0;
}

div#commentinput textarea {
	width: 700px;
	height: 60px;
	border: 2px solid #ddd;
}
	
	

/*	Multi-use styling	*/
li.hide { list-style-image: url(../img/hide.gif); }
ul.show { list-style-image: url(../img/show.gif); }
.error, .notice { margin: 3px; padding: 5px; background-color: #bf1717; color: #fff; }
.error a, .notice a { color: #fff; font-weight: bold; border-color: #fff; }
.error a:hover { color: #bf1717; background-color: #fff; }
.notice { background-color: #f3963c; }
.notice a:hover { color: #fed; background-color: #fa5; }
.floatleft { float: left; }
.textleft { text-align: left; }
.floatright { float: right; }
.textright { text-align: right; }
.floatcenter { margin-left: auto; margin-right: auto; }
.textcenter { text-align: center; }
.nodisplay { display: none; }
.blockdisplay { display: block; }
.noborder { border: 0; }
.nomargin { margin: 0; }
.inline { display: inline; }
.vcenter { vertical-align: middle; }
.bold { font-weight: bold; }
.pointer:hover { cursor: pointer; }
ul.nobullet, li.nobullet { list-style-type: none; }
input.submit { background-color: #f4f4f4; padding: 1px 5px; }
span.checkboxpad { margin: 0 3px; }
.smaller { font-size: smaller; }
.larger { font-size: larger; }
pre, .monospace { font: 9pt 'courier new', monospace; }
.clear { clear: both; }