/* Usable colors www.belpex.be:
 * grey: #AAB1B2
 * bordeaux: #B52F20
 */
/******** General tag styles *********/
body {
	text-align: center;
	background-color: #AAB1B2;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	margin: 0 auto;
	min-width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #111;
}
td {
	font-size: 12px;
}
p {
	margin: 0 0 10px 0;
}
a {
	color: #B52F20;
	text-decoration: none;
}
a:hover {
	color: #D8140B;
	text-decoration: underline;
}
form
{
 margin: 0px;
 padding: 0px;
}
.hilite
{
 display: inline;
 color: #B52F20;
}
img
{
 border-width: 0px;
}

/******** Page-layout related styles *********/
div#debug {
  background-color: #888;
}
#wrapper {
	width: 800px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
	text-align: left;
/*	z-index: 5;*/
}
#header {
	height: 60px;
	width: 100%;
	clear: both;
	background-image: url(../images/top-background.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}
#logo
{
	float: left;
	position: relative;
	left: 10px;
	top: 5px;
}
#leftColumn {
	width: 150px;
	float: left;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	position: static;
	clear: none;
/*	z-index: 10;*/
}
#contentArea {
	width: 650px;
	float: right;
	background-color: #FFFFFF;
	padding: 0px;
	position: static;
	clear: none;
/*	z-index: 10;*/
}

#content {
	margin-top: 0px;
	margin-right: 24px;
	margin-bottom: 20px;
	margin-left: 12px;
}

#contentArea h1#pageTitle {
	color: #AAB1B2;
	font-size: 15px;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 12px;
	margin-bottom: 10px;
	padding: 0px;
}

#content h2 {
	color: #222;
	font-size: 13px;
	margin: 0px;
	margin-bottom: 5px;
}

#content h3.greyBarHeader {
	color: #B52F20;
	background-color: #FFF;
	border-top: 5px solid #AAB1B2;
	font-size: 13px;
	margin: 0px;
	margin-bottom: 5px;
	margin-top: 25px;
	padding-left: 4px;
	padding-right: 4px;
}
#content h3.greyBarHeader span {
	color: #B52F20;
	background-color: #FFF;
	padding-left: 4px;
	padding-right: 4px;
	position: relative;
	top: -13px;
	left: 5px;
}

#content p {
	line-height: 1.4em;
	font-size: 12px;
}

#content ul li {
	margin-bottom: 2px;
	line-height: 1.4em;
}
#content .csi-caption {
	font-style: italic;
}

/* Poor IE forgets the font-size */
#footer {
	clear: both;
}

/*********** Alignment styles ************/
.alignLeft {
        text-align: left;
}

.alignRight {
        text-align: right;
}

.alignCenter {
        text-align: center;
}

.valignTop {
        vertical-align: top;
}

.valignMiddle {
        vertical-align: middle;
}

.valignBottom {
        vertical-align: bottom;
}
