/* Common styles */
* {
	margin: 0px;
	padding: 0px;
}

html {
	font-family: Arial, Helvetica; /*Tahoma;*/
	font-size: 76%; /*70%;*/
	color: #000;
}

table {
	font-size: 100%;
} 

body {
	background-color: #C1D0DC;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
}

#middleColumn a, #rightColumn a {
	color: #68A418;
	background-image: url(../images/more_arrows.gif);
	background-repeat: no-repeat;
	background-position: 100% 60%;
	padding-right: 9px;
}

#middleColumn a.ref, #rightColumn a.ref, #middleColumn a.ref:hover, #rightColumn a.ref:hover  {
	background:none;
}

#middleColumn a:hover, #rightColumn a:hover {
	color: #00457C;
}

b, strong {
	color: #3F3F3F;
}

td {
	vertical-align: top;
}

img {
	border: 0px;
}


/* Main structure table */
.mainTableBorder {
	background-color: white;
}

#leftColumn {
	background-color: #7DA0BC;
}

#middleColumn {
	background-color: #FEFEFE;
	background-image: url(../images/middlecolumn_bg.jpg);
	background-repeat: no-repeat;
}

#middleColumn .container {
	margin: 12px 16px 10px 16px;
}

#rightColumn {
	background-image: url(../images/rightcolumn_bg.jpg);
	background-repeat: no-repeat;
	background-color: #8CC63F;
}

#footer {
	background-color: white;
}

#disclaimer{
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
	color: #00285B;
	font-weight: bold;
	font-size: 85%;
}


/* Headers */
h1 {
	color: #00285B;
	font-size: 130%;
}
h2 {
	color: #00457C;
	font-size: 100%;
	font-weight: bold;
}
h3 {
	font-size: 100%;
	color: #00285B;
	font-weight: normal;
}


/* General datatable (1 or 2 columns) */
.datatable .split {
	background-image: url(../images/dashed_repeat_vert.gif);
	background-repeat: repeat-y;
}

.datatable .column div {
	margin: 0px 12px 0px 12px;
}

.datatable ul {
	margin-left: 16px;
}

.datatable ul li {
	list-style-image: url(../images/bullet.gif);
	margin-bottom: 5px;
	padding-left: 6px;
}


/* Foldouts & Portlets */
.foldoutMid a, .foldoutMid a:hover {
	color: white;
	text-decoration: none;
}

#rightColumn .container {
	margin-left: 13px;
	margin-right: 13px;
}

#rightColumn .foldoutMid a, #rightColumn .foldoutMid a:hover  {
	color: white;
	font-weight: bold;
	font-size: 11px;
	background-image: url(../images/foldout_arrow.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	padding-left: 16px;
}

.portletContainer, .foldoutContainer {
	margin: 0px 16px 0px 16px;
}

.portletContainer img {
	margin: 5px 0px 5px 0px;
}

.foldoutContainer {
	display: none;
	padding-top: 4px;
}

.portletTop {background-image: url(../images/portlet_top.gif);background-repeat: no-repeat; height:12px}
.portletBottom {background-image: url(../images/portlet_bottom.gif);background-repeat: no-repeat; height: 17px;}
.portletMid {background-image: url(../images/portlet_repeat.gif);background-repeat: repeat-y}

.topspace {
	margin-top: 3px;
}