/* Context Products CSS */

body {
	text-align: center;
	background: #333333;
	margin: 0 0;
	padding: 0 0;
	color: #666666;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	text-align: center;	
}
#header {
	display: block;
	/*min-height: 110px;*/
	width: 920px;
	margin: 0 0;
	padding: 0 0;
	border: none;
}
.noprint {
	display: block;
}
.print {
	display: none;
}

#maincontent {
	display: block;
	background: #000000 url(/img/bg_rpt.gif) top left repeat-y;
	width: 946px;
	margin: 14px auto;
	text-align: left;
}
#footer {
	text-align: center;
	width: 946px;
	margin: 0 auto;
}
#footer p {
	font-size: 0.8em;
	color: #ffffff;
	margin: 0 0;
	padding: 0 0;
	margin-bottom: 10px;
}
#footer a, #footer a:link, #footer a:hover, #footer a:active {
	color: #ffffff;
	text-decoration: none;
	border-bottom: none;
}
#footer a:hover {
	text-decoration: underline;
}
.footleft {
	float: left;
}
.footright {
	float: right;
	text-align: right;
}
img.footerimg {
	padding-top: 3px;
}
.logo {
	margin: 10px 40px 30px 40px;
}
.headerimg {
	margin: 0 40px;
}

/**** MAIN MENU NAVIGATION ************************/
#mainmenu_cont {
	background: #000000 url(/img/nav_rpt.gif) top left repeat-x;;
	/*border: 1px solid #ff0000;*/
	margin: 10px 40px;
	height: 31px;
	width: 849px;
}
ul#mainmenu  {
	margin: 0 0;
	padding: 0 0;
	list-style-type: none;
}
ul#mainmenu li  {
	margin: 0;
	padding: 0;
	list-style-type: none;
	/*background: #000000 url(/img/nav_rpt.gif) top left repeat-x;*/
	background: none;
	float: left;
}
ul#mainmenu li.lh  {
	float: left;
	height: 31px;
	width: 9px;
	background: #000000 url(/img/nav_lh.gif) top left no-repeat;
	margin: 0 0 1px 0;
	padding: 2px 0 2px 0;
}
ul#mainmenu li.rh  {
	float: right;
	height: 31px;
	width: 8px;
	background: #000000 url(/img/nav_rh.gif) top right no-repeat;
	margin: 0 0 1px 0;
	padding: 2px 0 2px 0;
}
ul#mainmenu li.sep  {
	float: left;
	height: 31px;
	width: 2px;
	background: url(/img/nav_sep.gif) top left no-repeat;
	margin: 0 0 1px 0;
	padding: 2px 0 2px 0;
}
ul#mainmenu li.sepright  {
	float: right;
	height: 31px;
	width: 2px;
	background: url(/img/nav_sep.gif) top left no-repeat;
	margin: 0 0 1px 0;
	padding: 2px 0 2px 0;
}
ul#mainmenu li.nolink  {
	float: left;
	height: 31px;
	margin: 0 0 1px 0;
	padding: 8px 10px 6px 10px;
}
ul#mainmenu li.gap  {
	display:block;
	height: 31px;
	margin: 0 0 1px 0;
	padding: 8px 10px 6px 10px;
}
ul#mainmenu li.contact {
	float: right;
}
ul#mainmenu a {
	display: block;
	text-decoration: none;
	border-bottom: none;
	font-weight: bold;
	height: 31px;
	margin: 0 0 1px 0;
	padding: 8px 10px 6px 10px;
}

ul#mainmenu a:hover, ul#mainmenu a:active {
	color: #d1d1d1;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
}

ul#mainmenu li a.selected {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
}

/*********************************************/

/**************** RIGHT HAND SIDE PANELS AND MAIN TEXT ******************/
#right {
	float: right;
	margin: 20px 80px 0 40px;
	padding: 2px 3px 2px 10px;
	width: 250px;
	background: url(/img/sepbar_vert.gif) top left no-repeat;
}
#mainbody {
	float: left;
	width: 430px;
	margin: 20px 0 0 50px;
}

/*---------------------STANDARD FORMATTING -------------------------------*/
p {
	font-size: 85%;
	color: #ffffff;
	margin: 0.4em 10px 1.1em 10px;
	line-height: 1.5em;
}
table {
	margin: 10px;
}
td {
	font-size: 0.9em;
	color: #ffffff;
}
td.centred {
	padding-top: 6px;
}
td.sep {
	background: url(/img/sepbar_horiz.gif) bottom right no-repeat;
	padding-top: 12px;
}
ul {
	font-size: 0.9em;
	/*color: #666666;*/
	list-style: square;
}
ol {
	font-size: 0.9em;
	/*color: #666666;*/
}
li {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}
a, a:link {
	text-decoration: none;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}
a:hover, a:active {
	text-decoration: none;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}
h1 {
	font-size: 1.5em;
	color: #ffffff;
	font-weight: normal;
	padding: 0 10px;
	margin: 0.4em 0 0.8em 0;
}
h2 {
	font-size: 1.2em;
	color: #ffffff;
	font-weight: bold;
	padding: 0 10px;
	margin: 0.4em 0 0.4em 0;
}

h3 {
	font-size: 1em;
	color: #ffffff;
	font-weight: bold;
	padding: 0 10px;
	margin: 0.4em 0 0.4em 0;
}
#right h1 {
	font-size: 1.3em;
	color: #ffffff;
}
#right h2 {
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 15px;
	color: #ffffff;
}
#right h3 {
	font-size: 0.9em;
	color: #ffffff;
}
#right p {
	color: #ffffff;
}
#right h2.quote, #right p.quote {
	color: #666;
}
img {
	border: none;
}
img.border {
	border: 1px solid #d5d5d5;
}

p.error {
	color: #990000;
	font-weight: bold;
}
div.message {
	border: 1px solid #090;
	padding: 10px;
	margin: 5px;
}
p.message {
	color: #99ff66;
}

/*--------------COLOURS-------------------*/
.limegreen, ul#mainmenu li a.limegreen, #right h1.limegreen {
	color: #8cfc54;
}
.salmon, ul#mainmenu li a.salmon, #right h1.salmon {
	color: #ff3333;
}
.blue, ul#mainmenu li a.blue, #right h1.blue {
	color: #008fd4;
}
.yellow, ul#mainmenu li a.yellow, #right h1.yellow {
	color: #fbfb1e;
}
.purple, ul#mainmenu li a.purple, #right h1.purple {
	color: #9933cc;
}
.green, ul#mainmenu li a.green, #right h1.green {
	color: #00cc66;
}
.orange, ul#mainmenu li a.orange, #right h1.orange {
	color: #ff6600;
}
.citrus, ul#mainmenu li a.citrus, #right h1.citrus {
	color: #ffcd32;
}
.grey, ul#mainmenu li a.grey, #right h1.grey {
	color: #565758;
}

.row1 {
	background: #ffffff;
	color: #333333;
	vertical-align: top;
}
.rowselected {
	background: #F0F8F5;
	color: #333333;
	vertical-align: top;
}

.ImageOnLeft {
	padding: 5px;
	margin-right: 5px;
	border: 1px solid #d5d5d5;
	width: 213px;
	/*float: left;*/
}
.ImageOnRight {
	padding: 5px;
	margin-left: 10px;
	border: 1px solid #d5d5d5;
	float: right;
	width: 213px;
}
/***************************STANDARD FORMS **********************************/

form.standard input, form.standard textarea, form.standard select, form.standard option {
	color: #ffffff;
	background-color: #565758;
	border: 1px solid #111111;
	width: 30em;
}
form .small input, form .small select,  form .small option {
	width: 14em;
}
form.standard textarea, .small textarea { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 36em;
}
form.standard .button {
	width: 4em;
	margin: 0 0 0 0;
}
form.standard .radio {
	margin: 0 0 0 0;
	width: 2em;
}
form.standard label {
	font-weight: bold;
	font-size: 95%;
}
table tr {
	vertical-align: top;
}
/* Standard tables ---------------------------------------------- */
table.standard {
	border: solid 1px #d5d5d5;
	background: #ffffff;
	padding: 0 0;
	width: 98%;
	margin-left: 10px;
	border-collapse: collapse;
	margin-bottom: 5px;
	font-size: 0.85em;
}
table.standard2col {
	border: solid 1px #d5d5d5;
	background: #ffffff;
	padding: 0 0;
	width: 458px;
	margin-left: 10px;
	border-collapse: collapse;
	margin-bottom: 5px;
	font-size: 0.85em;
}
table .small {
	width: 15em;
}
table.standard th, table.standard2col th {
	font-weight: bold;
	color: #000000;
	background: #d5d5d5;
	padding: 5px 5px;
	/*text-align: center;*/
}
table.standard tr, table.standard2col tr {
	background: #ffffff;
	font-weight: normal;
	color: #666666;
	margin: 0 0;
	padding: 0 0;
	vertical-align: top;
}
table.standard tr.row_alt, table.standard2col tr.row_alt {
	background: #f7f4f4;
	font-weight: normal;
	color: #666666;
	margin: 0 0;
	padding: 0 0;
	vertical-align: top;
}
table.standard tr.row_selected, table.standard2col tr.row_selected {
	background: #88a83b;
	font-weight: normal;
	color: #000000;
	margin: 0 0;
	padding: 0 0;
	vertical-align: top;
}
table.standard tr.row_selected .author, table.standard tr.row_selected .topic, table.standard2col tr.row_selected .author, table.standard2col tr.row_selected .topic{
	color: #ffffff;
}
table.standard td.loctable, table.standard2col td.loctable {
	border-bottom: 1px solid #bbbbbb;
}
table.standard td, table.standard2col td {
	margin: 0 0;
	padding: 2px 5px;
}
table.standard td.nowrap, table.standard2col td.nowrap {
	white-space: nowrap;
}
table.standard td.label, table.standard2col td.label {
	font-weight: bold;
	text-align: right;
	width: 30%;
}

table.standard tr a, table.standard tr.row_alt a, table.standard tr.row_selected a, table.standard2col tr a, table.standard2col tr.row_alt a, table.standard2col tr.row_selected a {
	color: #000000;
	text-decoration: none;
	border-bottom: none;
}
table.standard tr.row_selected a:hover, table.standard tr a:hover, table.standard tr.row_selected a:hover, table.standard2col tr.row_selected a:hover, table.standard2col tr a:hover, table.standard2col tr.row_selected a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #000000;
}
table.standard tr.total, table.standard td.total, table.standard2col tr.total, table.standard2col td.total {
	border-top: 1px solid #029274;
}

.newbutton {
	background: url(/img/but_blank.jpg) no-repeat top center;
	width: 131px;
	height: 33px;
	text-align: center;
	padding: 8px 0px;
	text-transform:uppercase;
	font-weight: bold;
}
.buttoncontainer {
	float: left;
}
.imglink, a.imglink {
	border-bottom: none;
	text-decoration: none;
}