/* @group standard */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #f5f5f5 url(/images/header.jpg) repeat-x center -20px;
	font: .825em/1.4em Verdana, Arial, Helvetica, sans-serif;
	color: #373737;
	padding: 0 0 25px;
	margin: 0;
}

p {
	margin-top: 2px;
	padding-bottom: 4px;
}

p.standard {
	padding-right: 15px;
	padding-left: 15px;
}

form.standard {
	padding-right: 15px;
	padding-left: 15px;
}

img.negativemargin {
	margin-left: -15px;
	padding-bottom: 15px;
}

p.thumbnails img {
	padding-left: 15px;
	padding-top: 15px;
}

img {
	border-width: 0;
}



/* @end */

/* @group structure */

.ninefifty {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

div.header {
	padding: 0;
	height: 140px;
}

.bigtext {
	color: #000;
	font: 1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #b5d5ff;
	float: left;
	opacity: 0.76;
	filter: alpha(opacity=76);
	padding: 10px 15px;
}

.categorylinks {
	padding-left: 15px;
	padding-top: 5px;
}

.maincontent {
	padding-top: 25px;
}

.leftpanel {
	width: 550px;
}

.rightpanel {
	width: 300px;
}

p.leader {
	padding-left: 15px;
	font-size: 1.2em;
}



/* @end */

/* @group headings */

h1, .h1 {
	margin-top: 2px;
	margin-bottom: 5px;
	line-height: 1em;
	padding: 0 0 0 15px;
	font-size: 1.8em;
	font-weight: normal;
	font-style: normal;
}

h2, .h2 {
	margin-top: 16px;
	margin-bottom: 8px;
	font-size: 1.5em;
	font-weight: normal;
	font-style: normal;
}

h3, .h3 {
	margin-top: 12px;
	margin-bottom: 6px;
	font-size: 1.3em;
	font-weight: normal;
	font-style: normal;
}

h4, .h4 {
	margin-top: 8px;
	margin-bottom: 4px;
}

h5, .h5 {
	margin-top: 6px;
	margin-bottom: 3px;
}

h6, .h6 {
	margin-top: 5px;
	margin-bottom: 2px;
}

h1.standard, h2.standard, h3.standard, h4.standard, h5.standard, h6.standard {
	padding-left: 15px;
	padding-right: 15px;
}



/* @end */

/* @group forms */

form {
	padding: 5px;
	font: .9em Verdana, Arial, Helvetica, sans-serif;
}

input, select {
	margin-top: 5px;
	margin-bottom: 5px;
}

textarea {
	font: .825em/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #373737;
}

label {
	float: left;
	width: 150px;
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
	clear: both;
}

#login label {
	float: left;
	width: 100px;
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
	clear: both;
}

select.navmenu {
	width: 240px;
}

#qanda label {
	float: left;
	width: 70px;
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
	clear: both;
}



/* @end */

/* @group padding */

.padded {
	padding: 15px;
}

.paddedtop {
	padding-top: 15px;
}

.paddedright {
	padding-right: 15px;
}

.paddedbottom {
	padding-bottom: 15px;
}

.paddedleft {
	padding-left: 15px;
}

.paddedtopabit {
	padding-top: 10px;
}

.paddedtop25 {
	padding-top: 25px;
}



/* @end */

/* @group links */

a, a:visited {
	text-decoration: underline;
	color: #465a97;
}

a:hover {
	text-decoration: underline;
	color: #006614;
}

.notshown a, .notshown a:visited {
	color: silver;
}

div.navigation a, div.navigation a:visited {
	color: #6099d1;
	text-decoration: none;
}

div.navigation a:hover {
	color: #3748ba;
	text-decoration: none;
}

div.navigation a.selected, div.navigation a.selected:visited {
	color: #ff5b16;
	text-decoration: none;
}

div.navigation a.selected:hover {
	text-decoration: none;
	color: #a14728;
}

div.navigation a.scselected, div.navigation a.scselected:visited {
	color: #ff5b16;
	text-decoration: none;
}

div.navigation a.scselected:hover {
	text-decoration: none;
	color: #a14728;
}

div.navigation a.scpselected, div.navigation a.scpselected:visited {
	color: #ff5b16;
	text-decoration: none;
}

div.navigation a.scpselected:hover {
	text-decoration: none;
	color: #a14728;
}

div#footer a, div#footer a:visited {
	color: #c4c4c4;
	text-decoration: none;
}

div#footer a:hover {
	color: #6cc4f1;
}

div.nfpanel a, div.nfpanel a:visited {
	color: #6c6c6c;
	text-decoration: none;
}

div.nfpanel a:hover {
	color: #6cc4f1;
}

div.footer a, div.footer a:visited {
	color: #6c6c6c;
	text-decoration: none;
}

div.footer a:hover {
	color: #6cc4f1;
}

a.nounderline, a.nounderline:visited {
	text-decoration: none;
}

.categorylinks a, .categorylinks a:visited {
	text-decoration: none;
	color: #5d92c2;
	padding-right: 15px;
}

.categorylinks a:hover {
	color: #000;
	text-decoration: underline;
}

.categorylinks a.selected, .categorylinks a.selected:visited {
	color: #ff5b16;
}



/* @end */

/* @group Misc */

.found {
	background-color: yellow;
}

img.icon {
	margin-right: 3px;
	margin-bottom: -4px;
}

.whitebg {
	background-color: #fff;
}

.err {
	color: #ff5b16;
}



/* @end */

/* @group borders */

p.bordertop {
	border-top: 1px solid gray;
}

.greybordertop {
	border-top: 1px solid gray;
}



/* @end */

.cl {
	background-color: #fff;
}

/* @group lists */

ul {
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	list-style-position: inside;
}



/* @end */

.bookmarks img {
	margin-bottom: -3px;
}

.lightgreybg {
	background-color: #f9f9f9;
}