firefox{}
body {
	font-family:arial;
	color:#333;
	font-size:10pt;
	background-color:#fff;
	margin:10px;
	padding:0px;
}
h1,h2,h3 {
	color:#000084;
	background-color:#eee;	
	border:1px solid #900;
	margin-right:330px;
	padding:0.2em
}
h1 {text-align:center;font-size:2em;}

ul {list-style-image:url('/images/core/bullet_ellipse.gif')}
dt {font-weight:bold}

a {
	color:#900;
}
a:hover {
	background-color:#ddf;
}
a.captcha {font-size:7pt}
div.captcha {
    padding: 7px 0px;
}
div.captcha span {
    padding: 5px 10px;
    color:~colours.text.captcha;
    background-color:#fee;
    border: 1px solid #900;
    text-align:center;
}
div.captcha_wrapper {
    border:1px solid #900;
    padding:5px;
}

#pageheader {
	width:100%;
	margin:auto;
	margin-top:0px;
	margin-bottom:10px;
	text-align:center;
	height:50px;
	border-bottom:1px solid #900;
	background:URL('/images/logo/logo_header.gif') no-repeat;
	padding:0px;
	vertical-align:middle;
}
#pageheader span{
	height:50px;
	border:none;
}

.navcontainer {
	border:#900 solid 1px;
	border-right:#900 solid 10px;
/*	background-color:#eee;*/
	background-image: url('/images/core/cheque.gif');
	background-repeat:no-repeat;
	font-size:1em;
}
.navcontainer ul {
	list-style-type:none;
	list-style-image:none;
	margin:0;
	padding:0;
	padding-left:0px;
	display:none;
}
.navcontainer ul ul{
	padding-left:10px;
}
.navcontainer ul.open {
	display:block;
}
.navcontainer li {
	margin:0px;
	padding:0px;
	
}
.navcontainer ul li a{
	
	/*background-color:#eee;*/
	/*border-left:solid 10px #eee;
	border-bottom:1px solid #eee;
	*/
	padding-left:10px;
	border: 1px solid #fff;
	text-decoration:none;
	color:#000084;	
}
#leftmenu_lower ul li a{
	display:block;
	width:100%;
}
#leftmenu_lower {
	position:absolute;
	width:175px;
	top:10px;
	left:10px;
	/*border:1px dashed black;
	background-color:#eee;
	padding:10px;*/
	/*z-index:2;

	/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity.
	Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it.
	IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style
	declaration. The incorrect IE5/Win value is above, while the correct value is
	below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:153px;	
}
body>#leftmenu {width:153px;}
body>#leftmenu_lower {width:153px;}

#leftmenu_lower {
	top: 70px;
}
#leftmenu_lower p{
	margin-left:10px
}
.navcontainer a.selected, .navcontainer a.open {
	/*border-left:solid 10px #000084;
	border-bottom:1px solid #000084;*/
	background-color:#ddf;
	background-image:url('/images/core/accent.gif');
	background-repeat:no-repeat;
}

.navcontainer ul a:hover {
	/*border-left:solid 10px #900;
	border-bottom:solid 1px #ddf;*/
	border:1px solid #000084;
/*	border-right:none;*/
	color:#000084;
	background-color:#ddf;
}
.navcontainer a.selected:hover, .navcontainer a.open:hover {
	/*border-top:solid 1px #000084;*/
	background-image:url('/images/core/accent_inverse.gif');
	background-repeat:no-repeat;
	border-color:#fff;
}
html>body #leftmenu li a {
	width: auto;
}
html>body #leftmenu_lower li a {
	width: auto;
}

.navcontainer li img {
	padding:0px 2px;
}
#breadcrumb {
	padding-left:16px
}
#breadcrumb ul {
	display:block;
	padding:4px 0px
}

#breadcrumb ul li{
	display:inline;
	padding-right:10px;
}
#breadcrumb li a {
	padding-left:2px
}

.content, #breadcrumb, .contentfull{
	margin:0px 200px 10px 175px;
}
.content, .contentfull {
	border:1px solid #900;
	padding:5px;
}

.contentfull, #breadcrumb{
	margin-right:0px;
}
img {border:none}
#leftmenu_lower h1 {
	border:none;
	font-size:10pt;
	/*border-bottom:1px solid #900;
	border-left:10px solid #900;*/
	background-color:#ddf;
	margin:0px;
	margin-bottom:5px;
	/*width:100%;*/
	width:149px
}
html>body #leftmenu_lower h1 {width: auto;}

table.generated {
	border:1px solid #900;
	background-image: url('/images/core/cheque.gif');
	background-repeat:no-repeat;
	background-color:#ddf;
}
table.generated th{
	
	
	font-size:1.1em;
	color:#000084;
	border-bottom:1px solid #900;
	/*background-color:#ddf;*/
	padding:4px 10px;
}
table.generated td{
	padding:1px 3px;
	background-color:#fff;
	vertical-align:top;
}

table.generated td.section_image {
	text-align:right;
	padding-left:50px;
}

table.form td {vertical-align:top;}
.form_invalid_message {
	border:1px solid #900;
	background-color:#fee;
	color:#000084;
}

div.right_menu {

	float:right;
	border:1px solid #900;
	width:200px;
	clear:both;
	margin:10px;
}
div.right_menu h2{
	border:none;
	background-image: url('/images/core/cheque.gif');
	background-repeat:no-repeat;
	background-color:#ddf;
	border-bottom:1px solid #900;
	font-size:1.3em;
	text-align:center;
	margin:0px
}
div.right_menu div.right_menu_content {
	background-color:#fff;
	padding:5px;
}
#latest_blogs, #latest_reviews{
	width:300px;
}

#review_criteria {
	width:300px;
	float:right;
}
#member_summary {
	width:200px;
	float:right;
}

div.comments_invisible{
	display:none;
}
div.comments .info, div.comments_invisible .info{
	color:#aaa;
	font-size:0.8em;
}
hr {
	color: #000084;
}
div.review {
	border-bottom:1px dashed #000084;
	padding:10px 0px;
}
.clearer {
	clear:both;
	line-height:0px;
}
table#reviews_in_this_section {
	
	text-align:center;
}

table td.summary,table td.summary_last {
	padding:5px;
}
table td.summary_header {
	background-color:#ddf;
	font-weight:bold;
	font-size:1.1em;
	color:#000084;
	background:url('/images/core/bullet_ellipse.gif');
	background-repeat:no-repeat;
	padding-left:15px;
}
div.article_nav{
	text-align:center;
	font-size:0.8em;
	color:#999;
}
div.tech_article{
	margin:10px;
	border-top:1px solid #000084;
	border-bottom:1px solid #000084;
}
div.comment {
	border-top:1px dashed #900;
	margin:5px;
}

