table.tabbedPane {
	width: 100% !important;
	vertical-align: top !important;
	border-collapse: separate !important;
	border-spacing: 0px !important;
	background-color: #FFFFFF !important;
}

td.activeTab {
	width: 150px !important;
	font-size: 100% !important;
	background-color: #FFFFFF !important;
	border-top: 2px solid #91A0CA !important;
	border-left: 2px solid #91A0CA !important;
	border-right: 2px solid #91A0CA !important;
	border-bottom: 1px none !important;
	padding: 2px !important;
	text-align: center !important;
	font-weight: bold !important;
}

td.activeTab input {
	background-color: #FFFFFF !important;
	font-size: 100% !important;
	text-align: center !important;
	font-weight: bold !important;
}

td.inactiveTab {
	width: 150px !important;
	font-size: 100% !important;
	background-color: #EBEEF8 !important;
	border-top: 2px solid #91A0CA !important;
	border-left: 2px solid #91A0CA !important;
	border-right: 2px solid #91A0CA !important;
	border-bottom: 2px solid #91A0CA !important;
	padding: 2px !important;
	text-align: center !important;
	font-weight: bold !important;
}

td.inactiveTab input {
	background-color: #EBEEF8 !important;
	font-size: 100% !important;
	text-align: center !important;
	font-weight: bold !important;
}

td.activeSub {
	background-color: #FFFFFF !important;
	padding: 0px !important;
	border: 1px solid #FFFFFF !important;
}

td.inactiveSub {
	background-color: #FFFFFF !important;
	padding: 0px !important;
	border: 1px solid #FFFFFF !important;
}

td.myFaces_panelTabbedPane_emptyHeaderCell {
	background-color: #FFFFFF !important;
}

.myFaces_panelTabbedPane_activeHeaderCell input:hover,.myFaces_panelTabbedPane_inactiveHeaderCell input:hover
	{
	color: #fff !important;
	background: #08c !important;
}

td.tabContent {
	background-color: #FFFFFF !important;
	border-left: 2px solid #91A0CA !important;
	border-right: 2px solid #91A0CA !important;
	border-bottom: 2px solid #91A0CA !important;
	vertical-align: top !important;
	padding-top: 5px !important;
	padding-left: 5px !important;
	height: 100% !important;
	text-align: left !important;
	width: 765px;
}

body {
	letter-spacing: 0px;
}

DIV#banner {
	background-image: url("../images/banner/RMS_banner.jpg");
	background-repeat: no-repeat;
	height: 78px;
}

.righttools {
	color: Black;
}

.lefttools {
	color: White;
}

.leftVersionTools {
	color: White;
}

body,html,input {
	color: #000000;
}

FIELDSET {
	border-color: #A6DEF6;
	border-style: solid;
	border-width: 1px;
	border-top-width: 1px;
}

LEGEND {
	color: #0054A6;
	font-weight: bold;
}

LABEL {
	color: #0054a6;
}

.labelheader {
	color: #0054a6;
}

DIV#buttonbar {
	border-color: #e5ecf9;;
	border-style: solid;
	border-width: 1px;
}

.button {
	background: #0054a6;
	color: White;
	border: 1px solid #35556B;
}

.blueButton {
	background: #B9D395;
	color: #003300;
	border: 1px solid #523E86;
}

#pagemenutabs {
	border-top: 0px solid Blue;
	border-left: 0px solid Blue;
	border-right: 0px solid Blue;
	border-bottom: 2px solid White;
}

#pagemenutabs a.selected {
	background-color: #717171;
	color: #FFFFFF;
	text-decoration: none;
}

#pagemenutabs a.selected:hover {
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #2A6CC2;
}

#pagemenutabs a.unselected {
	background-color: #EFEFEF;
	color: #000000;
	text-decoration: none;
}

#pagemenutabs a.unselected:hover {
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #2A6CC2;
}

DIV#footer {
	background-color: #C2C0BD;
}

.LinkTextWhite {
	color: White;
	text-decoration: none;
}

.links {
	color: White;
	text-decoration: none;
}


.rms-datatable th {
    color: #0054a6;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
}

.rms-datatable td {
    color: #0e1a35;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    text-align: left;
}