/* CSS Document */
/*------------
this section clears the settings on other browsers so that there 
is no conflict with the style sheet 
----------------- */

html, body {
  margin: 0px;
  padding: 0px;
  border: 0px; } 
body {
  font: 1em/1.25 Arial, Helvetica, sans-serif;
  line-height: 1.5em;}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;}
p, th, td, li, dd, dt, ul, ol, blockquote, q, acronym, abbr, a, input, select, textarea {
  margin: 0;
  padding: 0;
  font: normal normal normal 1em/1.25 Arial, Helvetica, sans-serif;}
small {
  font-size:.85em;}
big {
  font-size:1.2em;}
a, a:link, a:visited, a:active, a:hover {
  text-decoration: underline;}
img {
  border: none;}
table {
  margin: 0;
  padding: 0;
  border: none;}
label {
cursor: pointer;}
.clear { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }
.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }
.blockCenter { display: block; margin-left: auto; margin-right: auto; } /* remember to set width */
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.noindent { margin-left: 0; padding-left: 0; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.nobullet { list-style: none; list-style-image: none; }
.altbody {
	background-image : url(\altreview\background.gif);
	background-color: #FFFF99;
	color: #333333;}
/* ends browser clearance */

/* ----------------
BASIC LAYOUT
---------------------- */

.footnote {
	color:#CC3300; /* this is the ochre colour which features throughout the site */
	font-size:11px;
	line-height:13px;
	margin-top:2px;
	margin-bottom:4px; }
	
H2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#CC6600;  /*burnt orange colour - used for all headers */
	font-size:16px;
	line-height:18px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom:0px;
	margin-bottom:0px;}

H3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#CC6600;
	font-size:13px; /* headers differentiate by size rather than size & colour */
	line-height:14px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom:0px;
	margin-bottom:-6px;}

.altbody {
	background:#CCCC99;
	margin:0;
	color:#333333;}
	
div, td, p {
	font-size:13px;
	line-height:18px;
	color:#333333;
	padding:0px;}

.noGapBetweenParagraph {
	margin-bottom:-8px;
	padding-bottom:0px;}

a, a:link, a:active,a:visited {
	text-decoration:none;
	color:#EFEFEF;}

a:hover {
	text-decoration:underline;
	color:#CCCC99;}

/* HOLD SPACE HERE IN BASIC TEMPLATE FOR UNDERLINE AND
LIST - IF NEEDED */

	
/** clear the banner to make it sit in the bottom **/
.clear {
	clear:both;}
	
	
/* ---------------------
TEMPLATE LAYOUT
--------------------- */

/** wrapper to make the page center **/
#container {
	width:900px;
	margin: 15px auto;
	padding:0;
	text-align: left;}
	

#containerbg {
	position:relative;
	width: 900px;
	float:left;
	top:0;
	left:0;
	background-color:#FFFFCC;} 
	
#outerleft {
	position:relative;
	float:left;
	clear:left;
	width:900px;
	background-image: url(.../altreview/background.gif);
	background-repeat: repeat-y;}

#title {
	position:relative;
	width:540px;
	height:120px;
	float:left;}

#rightcol_top {
	position:relative;
	float:right;
	height:120px;
	width:260px;}
		
#topmenu {
	position:relative;
	 float:left;
	/* clear:left; */
	background-color:#990000
	width:900px;
	background-image: url(../altreview/NavHorizontal.gif);
	background-repeat: repeat-x;
	font-size:13px;
	color:#FFFFFF;
	height:28px;
	line-height:28px;
	padding:0px; }
	

/** div container for side menu. position:top **/
#sidemenu {
	position:relative;
	float:left;
	clear:left;
	background-color:#323232;
	width: 180px;}
	
.sidelinks {
	text decoration: none
	background-color:#484848;
	color:#FFFFFF!important;
	text-decoration:none!important;
	border-top-color: #404040;
	border-bottom-color: #565656;
	display:block;
	width:180px;}
	
.sidelinkHover {
	display:block;
	width:100%;
	background-color:inherit;
	height:20px;
	line-height:25px;
	text-align:right;
	letter-spacing:2px;
	color:#999999!important;
	clear:both;
	font-size: 11px!important;
	margin-top: 10px;
		background-image: url(../altreview/NavVertical.gif);
	background-repeat: repeat-x;
	background-position: center bottom }
	
	
/** div container for image header**/

#container_inner {
	position:relative;
	clear:left;
	width:900px;}
	
/** div container for left column **/
#leftcol {
	position:relative;
	float:left;
	clear:left;
	width:180px;
	background-color:#FFFFCC;}
	
#leftcolmenu {
	position:relative;
	overflow:auto;}


/** general module table **/
.moduletable,
#leftcol table {
	width:100%;
	float:left;
	clear:left;}

/** general module table **/

#leftcol table td {
	font-size:13px !important;
	color:#990000;}
	
		
/** div container for mainbody **/
.contentpaneopen,
.contentpaneopen-home {
	width:672px!important;}
	
#content_main {
	position:relative;
	float:left;
	width:684px;
	background-color:#FFFFFF;
	padding:18px;}

#content_bottom {
	position:relative;
	/*float:right;
	clear:right;*/
	width:900px;
	background-image: url(../altreview/NavHorizontal.gif)}
	
#notices {
	position:relative;
	clear:left;
	float:left;
	width:900px;;
	height:18px;
	min-height:10px;
	background-color: #CC3300;
	color:#FFFFFF;
	font-size:10px;}
	
/** copyright **/



#copyright div {
	color:#CCCCCC;
	font-size:10px;
	height:18px;
	width:900px;
	text-align:center;}

#copyright a {
	color:#CCCCCC;}
	
/** pdf, printer version, and email to friend button **/
.buttonheading {
	width: 16px!important;
	text-align:right;}

.sectiontableheader {
	font-weight: bold;}

.category, .categorytitle {
	font-weight: bold;
	color:#3973AC;
	background-color:inherit;}
	
/** toc page navigation  **/
.pagenav_prev,
.pagenav_next {
	font-size:11px;}
	
/** content item navigation  **/ 
.pagenavbar  {
	display:block;
	width:100%;
	background-color:inherit;
	height:20px;
	line-height:25px;
	text-align:right;
	letter-spacing:2px;
	color:#999999!important;
	clear:both;
	font-size: 11px!important;
	margin-top: 10px;
		background-image: url(../altreview/NavVertical.gif);
	background-repeat: repeat-x;
	background-position: center bottom;}
	
.pagenav {
	height:20px;
	line-height:25px;
	text-align:right;
	letter-spacing:2px;
	color:#999999;
	clear:both;
	font-size: 11px;
	margin-left: 0;
	margin-right: 0;
	background-color:inherit;}
	
/** table of content layout **/
table.contenttoc {
	border:1px solid #000000;
	padding:1px;
	width:130px;
	margin: 0 0 10px 10px;}

/** table of content header **/
.contenttoc th {
	color:#FFFFFF;
	background-color:#666666;
	font-size:11px;
	display:block;
	width:124px;}
	
/** fix opera table width for content list in table category**/
.contentdescription, .contentpane, table.contentpane td.contentdescription {
	width:684px!important;}
	
/** generic menu item link on mouseover **/
a.mainlevel:hover,
#leftcol a.mainlevel:hover {
	background-color:#484848;
	color:#FFFFFF!important;
	text-decoration:none!important;
	border-top-color: #404040;
	border-bottom-color: #565656;
	display:block;
	width:180px;}
	
