/* ---------------------------------------------------------
						Sidebar
------------------------------------------------------------*/
#divPanelHeader
{	
	background-image:url(images/PanelT.gif);
	background-repeat:no-repeat;
	font-family:  Bookman Old Style, Book Antiqua;
	font-size:1.8em;
	color:White;
	text-align:center;
	padding-top:20px;
	padding-bottom:2px;
	margin-bottom:5px;
	width:100%;
}
#divSideBarHead
{
	width: 150px;
	height: 23px;
	background-image: url(images/news.gif);
}
#divSideBarBody
{
	padding: 5px;
	width: 138px;
	height: 195px;
	border-left: solid 1 #CC99CC;
	border-right: solid 1 #CC99CC;
	font-size: smaller;
}
#divSideBarFoot
{
	width: 150px;
	height: 23px;
	background-image: url(Images/PanelB.gif);
}
.SidePanel
{
	padding: 5px 5px 5px 5px;
	font-size: xx-small;
	border-left: solid 1px #ccff99;
	border-right: solid 1px #ccff99;
}
UL.SidePanel
{
	margin-left: 10px;
	margin-right: 5px;
	border-left: none;
	border-right: none;
}

/* ---------------------------------------------------------
							Columns
------------------------------------------------------------*/
#divLeft
{
	float:left;
	width:75px;
	border: none;
}
#divCatalogue
{
	top:-52px;
	position:relative;
}
#divCentre
{
	padding: 15px 0px 0px 0px;
	float:left;
	width:405px;
	margin-left: 20px;
	margin-right: 20px;
}
#divRight
{
	float:right;
	width:220px;
}
.colLeft80
{
	padding-right: 2px;
	padding-top: 10px;
	vertical-align: top;
	float: left;
	width: 580px;
}
.colRight20
{
	padding-left: 2px;
	padding-top: 10px;
	vertical-align: top;
	float: right;
	width: 145px;
}
.colLeft70
{
	padding-right: 2px;
	padding-top: 10px;
	vertical-align: top;
	float: left;
	width: 515px;
}
.colRight30
{
	padding-left: 2px;
	padding-top: 10px;
	vertical-align: top;
	float: right;
	width: 220px;
}
.colLeft50
{
	padding-right: 2px;
	vertical-align: top;
	float: left;
	width: 368px;
}
.colRight50
{
	padding-left: 2px;
	vertical-align: top;
	float: right;
	width: 368px;
}
.colLeft40
{
	padding-right: 2px;
	vertical-align: top;
	float: left;
	width: 290px;
}
.colRight60
{
	padding-left: 2px;
	vertical-align: top;
	float: right;
	width: 440px;
}
.colLeft30
{
	padding-right: 2px;
	padding-top: 10px;
	vertical-align: top;
	float: left;
	width: 220px;
}
.colRight70
{
	padding-left: 2px;
	padding-top: 10px;
	vertical-align: top;
	float: right;
	width: 515px;
}
/* ---------------------------------------------------------
						Typography
------------------------------------------------------------*/
.Error
{
	color: Red;
}
.label
{
	color:#660033;
	vertical-align:top;
}
.rowSpacer
{
	height: 12px;
}
.leftAligned
{
	text-align: left;
}
.rightAligned
{
	text-align: right;
}
.centered
{
	text-align: center;
}

/* ---------------------------------------------------------
							Misc
------------------------------------------------------------*/
.Dialog
{
	background-color: white;
}
.row
{
	margin-bottom: 10px;
	clear: both;
}
A.selected
{
	color: #CC0000;
}
.hidden
{
	display: none;
}
