/*
Boxes Template By Ainslie Johnson http://webgazette.co.uk

Released under a Creative Commons Attribution v2.5 license see license.txt for more details

Last updated 28th August 2006

 */


/* General element styles */

Body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p {
	font-size: 1.0em;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.0em;
}

#container {
	background: url(../images/body.jpg) repeat-y left;
	margin: 0 auto;
	padding: 0;
	width: 760px;
}

/* Header */

#header {
	background: url(../images/header.jpg) no-repeat top left;
	height: 232px;
}

/* Site title and description */

#site-title {
	padding: 5px 20px 0 10px;
}

#site-title h1, #site-title p {
	display: inline;
}

#site-title h1 {
	float: left;
	font-size: 1.4em;
	margin: 0;
	padding: 5px 0 0 0;
}

#site-title h1 a {
	text-decoration: none;
	color: #0268cd;
}

#site-title h1 a:hover {
	color: #fe9b00;
}

#site-title p {
	float: right;
	margin: 0;
	padding-top: 18px;
	font-size: 0.7em;
	font-weight: bold;
	color: #369b01;
}

/* 3 coloured boxes */

#boxes {
	clear: both;
	margin: 0px;
	padding: 0px;
	font-weight: 500;
}

#boxes a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}


#orangebox, #bluebox, #greenbox {
	overflow: hidden;
}

#orangebox p, #bluebox p, #bluebox ol,#greenbox p {
	margin: 0px;
	padding: 2px 0 2px 0;
	font-size: 0.8em;
	color: #000000;
}

#orangebox h2, #bluebox h2, #greenbox h2 {
	margin: 0;
	padding: 0 0 2px 0;
	font-size: 0.9em;
	color: #000000;
	border-bottom: 1px solid #6b6b6b;
}

#orangebox a, #bluebox a, #greenbox a {
	color: #000000;
}

#orangebox label, #bluebox label, #greenbox label {
	font-weight: bold;
}


#orangebox {
	float: left;
	width: 210px;
	height: auto;
	min-height: 150px;
	margin: 0;
	padding: 20px 10px 0px 20px;
}

#bluebox {
	float: left;
	width: 210px;
	height: auto;
	min-height: 150px;
	margin: 0;
	padding: 20px 20px 0px 28px;
}

#greenbox {
	float: left;
	width: 210px;
	height: auto;
	min-height: 150px;
	margin: 0;
	padding: 20px 0px 0px 18px;
}

/* Content */

#content {
	float: right;
	margin: 0;
	padding: 0 40px 10px 10px;
	text-align: justify;
	width: 530px;
	font-size: 0.8em;
}

#content h1 {
	font-size: 1.5em;
	margin: 0 0 10px 0;
	padding: 5px 0 2px 0;
	color: #0268cd;
}

#content h2 {
	font-size: 1.4em;
	margin: 0 0 10px 0;
	padding: 5px 0 2px 0;
	color: #0268cd;
	border-bottom: 3px solid #c0c0c0;
}

#content p {
	padding: 0 0 7px 0;
	margin: 0;
}

#content a, #footer a {
	font-weight: bold;
	text-decoration: none;
}

.info {
	font-size: 0.8em;
	font-weight: bold;
	color: #369b01;
	border-bottom: 2px solid #c0c0c0;
	padding-bottom: 2px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 160px;
	margin: 0;
	padding: 11px 0 0 20px;
	font-size: 0.8em;
}

#sidebar h2 {
	font-size: 1.2em;
	margin: 0 0 5px 0;
	color: #0268cd;
	border-bottom: 3px solid #c0c0c0;
	width: 150px;
}

#sidebar ul {
	margin: 0 0 0 5px;
	padding: 0 0 10px 0;
}

#sidebar li {
	margin: 0;
	padding: 0px 0 0 20px;
	list-style: none;
}

#sidebar ul.main-nav li {
	background: url(../images/orange-button.jpg) no-repeat left top;
}

#sidebar ul.archive li {
	background: url(../images/blue-button.jpg) no-repeat left bottom;
}

#sidebar ul.category li {
	background: url(../images/green-button.jpg) no-repeat left bottom;
}

#sidebar li a, #sidebar a:visited {
	text-decoration: none;
	line-height: 18px;
	font-weight: bold;
	color: #0268cd;
}

#sidebar li a:hover   {
	color: #fe9b00;
}

/* Footer */

#footer {
	clear: both;
	background: url(../images/footer.jpg) no-repeat top right;
	height: 53px;
	text-align: center;
}

#footer p {
	color: #6B6B6B;
	padding: 15px 10px 0 10px;
	font-size: 0.7em;
}

/* Various styles */

.left {
	float: left;
	padding: 1px;
	margin: 0 5px 5px 0;
	border: 1px solid #000;
}

.right {
	float: right;
	padding: 1px;
	margin: 0 0 5px 5px;
	border: 1px solid #000;
}

/* CMs FORM CSS start*/

FIELDSET
{
	padding: 10px;
}
LEGEND
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font: normal 16px;
}

LABEL,
INPUT
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font: normal 12px;
}
DIV.fieldLabel
{
	float: left;
	width: 200px;
}
DIV.fieldLabellong
{
	float: left;
	width: 250px;
}
DIV.clear
{
	clear: both;
}
DIV.gap
{
	height: 10px;
}
DIV.submitButton
{
	background: #CCC;
	padding: 5px;
}

.floatR
{
	float: right;	
}

.floatL
{
	float: left;	
}


/* CMs FORM CSS End*/

/* NBs Attempt start*/

.errorBox
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #cc0000;
	padding: 5px 9px;
	color: #FFF;
	font-weight: bold;
	font-size: 0.9em;
}

.formBlock
{
	border: 1px solid #000000;
	padding: 5px;
}

.hide
{
	display: none;	
}

.loginBlock
{
	float: left;
	width: 160px;
	margin: 0;
	padding: 11px 0 0 20px;
	font-size: 0.8em;
	background: ../images/orange-button.jpg no-repeat left bottom;

}

.shortInput
{
	width: 120px;
	height: 15px;	
}

.textArea
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

#design h2 {
	font-size: 1.4em;
	margin: 0 0 10px 0;
	padding: 5px 0 2px 0;
	color: #0268cd;
	border-bottom: 3px solid #c0c0c0;
}

#design {
	margin: 0;
	padding: 0 40px 10px 10px;
	text-align: justify;
	font-size: 0.8em;
}

#peerRatings {
	background-color : #61D011;
	padding-left: 30px;
	font-size: 1.7em;
	border: 1px solid #000000;
	border-bottom: 0px;
}

#businessRatings {
	background-color : #5D9EFA;
	padding-left: 30px;
	font-size: 1.7em;
	border: 1px solid #000000;
	border-bottom: 0px;
}

#noRatings {
	background-color : #FFA000;
	padding-left: 30px;
	font-size: 1.7em;
	border: 1px solid #000000;
	border-bottom: 0px;
}

#totalRatings {
	background-color : #CCFF99;
	padding-left: 30px;
	font-size: 1.7em;
	border: 1px solid #000000;
	border-bottom: 0px;
}

#averageRatings {
	background-color : #CC99CC;
	padding-left: 30px;
	font-size: 1.7em;
	border: 1px solid #000000;
}

.splitL {
	float:left;
	width:48%;
}

.splitR {
	float:right;
	width:48%;
}

.movable {
	border: 1px dotted #6b6b6b;
	list-style-type: none;	
}

.controller {
	background: #CCC;	
}

table {
		border-collapse: collapse;
		font-size: 0.8em;
		} 

th, td { 
		border: 1px solid #bbbbbb; 
		font-size: 1.2em;
		padding: 4px 10px;
		line-height: 1.2;
		} 

tbody td {
		border-top: 0;
		border-bottom: 0;
		}

caption {
		font-weight: bold;
		font-size: 1.4em;
		text-transform: uppercase;
		padding: 0 0 5px;
		color: #333333;
		}

th {
		background: #e4e5e4 url(table-heading-background.gif) 0 50% repeat-x; 
		text-align: left;
		}

tfoot {
		background-color: #e2e2e2;
		color: #555555;
		}

tfoot td {
		font-size: 1.0em;
		text-align: center;
		}

tbody tr.alt td {
		background: #d8ddf0;
		}

tbody tr.over td, tbody tr:hover td {
		background: #4f70dc;
		color: #ffffff;
		}

tbody tr.over+tr td {
		background-image: url(shadow.png);
		background-repeat: repeat-x;
		}
		
.overviewLinkR {
		text-align: center;
}

.viewAll {
	font-weight: bold;
	font-size: 12px;
	font-style:italic;
	float: right;
}

.viewAll a:hover{
	text-decoration: none;
	color: green;
	
}

.smallText{
	font-weight: bold;
	font-size: 8px;
	font-style:italic;
	float: right;
}


.imageHolder {
	float:left;
	padding:10px;
	width:120px;
	border: 1px solid #6b6b6b;

}

.centre {
	text-align: center;	
	
}

div.imgFloat {
  float: left;
  border: thin dotted #000000;
  width: 160px;
 
}
  
div.imgFloat p {
	text-align: center;
	background: #6A93FC none repeat scroll 0%;
	font-weight: bold;
	border: solid 1px #000000;
}

div.floatHolder {
	height: 80px;
	padding: 4px;	
}
div.imgFloat img {
	margin-left: auto;
    margin-right: auto;
    display: block;
}

div.imgFloat a {
	color: #000000;	
}

.requestHolder {
	width: 110px;	
}

div.reqFloat {
  float: left;
  border: thin dotted #000000;
  width: 160px;
 
}
 
div.reqFloat a {
	color: #000000;	
}

div.reqFloat p {
	text-align: center;
	background: #FF980E none repeat scroll 0%;
	font-weight: bold;
	border: solid 1px #000000;
}

.homeFloat {
	float: left;
	width: 330px;
	padding: 2px;	
}

.noDecoration {
	border: none;
}

#imagePreview h1 {
	font-size: 1.5em;
	margin: 0 0 10px 0;
	padding: 5px 0 2px 0;
	color: #0268cd;
}

#imagePreview h2 {
	font-size: 1.4em;
	margin: 0 0 10px 0;
	padding: 5px 0 2px 0;
	color: #0268cd;
	border-bottom: 3px solid #c0c0c0;
}

#imagePreview p {
	padding: 0 0 7px 0;
	margin: 0;
}

#msgBox p {
	background-color: #c0c0c0;
	padding: 10px;
	font-size: 0.9em;
	font-weight: bold;
	color: #0B6BD1;
}

/* NBs Attempt End*/