/* Panels */

body {
	background-color: #EEEEEE;
	margin: 0px;
	padding: 0px;
}
.mainPanel {
	background-color: #EEEEEE;
	background-image: url(../assets/generic/main_panel.jpg);
	background-repeat: repeat-x;
}
.navigation {
	background: #01529E url(../assets/backgrounds/bg_group.jpg) repeat-y fixed;
	width: 100%;
}
.navigation_ukams {
	background: #003398 url(../assets/backgrounds/bg_ukams.jpg) repeat-y fixed;
	width: 100%;
}
.navigation_ukdms {
	background: #FF660F url(../assets/backgrounds/bg_ukdms.jpg) repeat-y fixed;
	width: 100%;
}
.navigation_uklps {
	background: #D60534 url(../assets/backgrounds/bg_uklps.jpg) repeat-y fixed;
	width: 100%;
}
.navigationUL {
	border-bottom: 1px solid #CCCCCC;
}
.navigationPAD {
	height: 34px;
	padding-right: 6px;
	padding-left: 6px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
}
.mainContent {
	width: 771px;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-position: center;
	height: 100%;
}
.navigationBASE {
	background: url(../assets/generic/navigation_bg_top.gif) repeat-x bottom;
	width: 100%;
}
.base {
	background-color: #01529E;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.definingTable {
	width: 100%;
	height: 100%;
}

/* Table Highlight */
	
td.panelImage {
	width: 152px;
	BACKGROUND-COLOR: #CCCCCC;
	text-align: center;
	vertical-align: middle;
	padding: 1px;
}
td.panelImage2 {
	width: 152px;
	text-align: center;
	vertical-align: middle;
	padding: 1px;
	background: #D60031;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: bold;
	color: #01529E;
}
.captionLight {
	margin-top: 0px;
	color: #333333;
	font: normal 9px/1.4em Verdana, Arial, Helvetica, sans-serif;
}
.TableTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
