/* 

All custom styles go in here.
Do not put custom styles in the template-styles.css 
file as this might be overwritten if the standard template
is used and a colour change is put in place.
*/
.pageContent {
	padding: 0 15px;
}
#infoBox {
	margin-left: 5px;
}
#infoBox #infoBoxHead{
	background-color: #6689C9;
	background-image: url("images/info-top.gif");
	background-repeat: no-repeat;
	padding: 2px 2px 2px 5px;
	color: #FFFFFF;

}

#infoBox #infoBoxContent  {
	background-color: #A3C3FE;
	padding: 2px 2px 2px 5px;
}

#infoBox #infoBoxBase {
	background-image: url("images/nav-base.gif");
	background-repeat: no-repeat;
}

.directoryTable {

}

.directoryTable .directoryHeader {
	background-color: #cccccc;
	color: #333333;
	padding: 2px 5px 2px 5px;
}

.directoryTable .directoryRowOn {
	background-color: #ececec;
	padding: 2px 5px 2px 5px;
}

.directoryTable .directoryRowOff {
	background-color: #dddde3;
	padding: 2px 5px 2px 5px;
}

.formFields {
	border: 1px solid #333333;
	background-color: #cccccc;
	color: #333333;
}

.submitButton {
	border: 1px solid #333333;
	background-color: #cccccc;
	color: #333333;
}

#column_wrapper {
	background:transparent url(images/column-wrapper-background.jpg) repeat-y scroll 0% 0%;
}
#right {
	background: none;
	background-image: none;
	background-repeat: no-repeat;
}
tr {
	vertical-align: top;
}
#no-p-margin p {
	margin: 0;
}
ul.MenuBarVertical li ul {
	background: url(images/menu-background.gif);
	border: 0;
	width: 180px;
}
ul.MenuBarVertical>li>a.MenuBarItemSubmenu {
	width: 184px;
	height: 16px;
	display: block;
	background: inherit;
}

/*
 * Styles for the thumbs on the right
 */
#right .content .thumbArea {
	text-align: center;
}
#right .content .thumbArea img {
	border: none;
	margin-bottom: 15px;
}

/* Powered By */
.poweredBy {
	text-align: center;
	display: block;
	padding-top: 10px;
	color: #333;
}
.poweredBy,
.poweredBy a:link,
.poweredBy a:hover,
.poweredBy a:active,
.poweredBy a:visited {
	color: #333;
	text-decoration: none;
}
.poweredBy a:hover {
	text-decoration: underline;
}
.pageContent img {
	padding: 10px;
}