/* Body and Content */  
body {
	background-color:#fff;
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:arial, verdana, sans-serif;
	font-weight:normal;
	}
a {
	color:blue;
	text-decoration:none;
	}
a:hover {
	color:red;
	} 
a:visited {
	color:purple;
	}
#content {
	width:94%;
	padding:25px;
	clear:both; 
	display:block;
	}


.TabStrip
{
	background:#7488A3 url("/images/raTab_bg.gif") repeat-x bottom;
}

.TopLevelTab
{
	float:left;
	width:100%;
	background:url("/images/raTab_default_rt.gif") no-repeat right top;
	font-size:12px;
	font-family:arial, sans-serif;
	line-height:normal;
	padding-left:20px;
	margin:0px;
	height:39px;
}

.TopLevelTabHover
{
	cursor: hand;
	background:url("/images/raTab_default_rt.gif") no-repeat right top;
	color:white
}

.DisabledTopLevelTab
{
	cursor: default;
	background:url("/images/raTab_default_rt.gif") no-repeat right top;
	color:Gray
}

.SelectedTopLevelTab
{
	cursor: default;
	background:url("/images/raTab_on_rt.gif") no-repeat right top;
}

/* RA Tabs */    
#RAtab {
	float:left;
	width:100%;
	font-size:12px;
	font-family:arial, sans-serif;
	line-height:normal;
	padding-left:20px;
	margin:0px;
	min-width:720px;
	height:39px;
	}
body>#RAtab {width:98%;}
#RAtab ul {
	margin:0 0 0 10px;
	padding:0;
	list-style:none;
	}
#RAtab li {
	float:left;
	background:url("/images/raTab_default_lt.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 5px;
	}
#RAtab a {
	display:block;
	background:url("/images/raTab_default_rt.gif") no-repeat right top;
	cursor: hand;
	padding:4px 15px 8px 9px;
	text-decoration:none;
	font-weight:normal;
	color:#036;
	}
#RAtab a:hover {
	color:#fff;
	}
#RAtab #current {
	background-image:url("/images/raTab_on_lt.gif");
	}
#RAtab #current a {
	background-image:url("/images/raTab_on_rt.gif");
	cursor: hand;
	color:#333;
	padding-bottom:5px;
	}
/* RA MessageArea */
#messageArea {
	background-color:#ffffce;
	margin-bottom:20px;
	}
.RAmessageTop {
	background-image:url(/images/msg_top_bg.gif); 
	background-color:#ffffce; 
	background-repeat:repeat-x;
	}
.RAmessageRight {
	background-image:url(/images/msg_top_bg.gif); 
	background-color:#ffffce; 
	background-repeat:repeat-x;
	}
.RAmessageLeft {
	border-left: 1px solid #999;
	}
#messageAreaContent p,ul,ol,li,dt,dl {
	margin-top:0px;
	margin-bottom:0px;
	}
.RAmessageBottom {
	background-image:url(/images/msg_bot_bg.gif); 
	background-color:#ffffce; 
	background-repeat:repeat-x;
	}
.messageTable  {
	background-color:#ffffce;
	font-weight: normal;
	border: 1px solid #777;
	margin-bottom: 20px;
}
.messageTable h5  {
	margin: 0 0 0 10px;
	padding:0;
}
.messageList td {
	padding-left:35px;
	margin:0;
	background-image: url("/images/bullet_orange.gif"); 
	background-position: 18px 3px;
	background-repeat:no-repeat;
}
/* New RA Message Area */
.raMessage  {
	background-color:#ffffce;
	font-weight: normal;
	border: 1px solid #777;
	margin-bottom: 10px;
}
.raMessage h5  {
	margin: 0 0 0 10px;
	padding:0;
	font:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
}
.raMessage h6 {
	margin: 0 0 0 0px;
	padding:0;
	font:Arial, helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
}
#raActivity {
	border:1px solid #ccc; 
	padding-left:15px; 
	margin-bottom: 15px; 
	text-align:center; 
	background-image:url('../images/diag_bg.gif');
}
/* RA Selectbox */
.RAselectbox {
	background-color: #eee;
	border:1px solid #52779D;
	clear:both;
	margin-bottom:10px;
	}   
.RAselectboxTitlebar {
	background: url(/images/RAselect_titlebar_bg.gif) repeat-x;
	color:#036;
	font-size:12px;
	font-family:arial, verdana, sans-serif;
	font-weight:normal;
	height:25px;
	}
.RAselectboxContent {
	padding:10px;
	}
/* RA Tables */
th {
	background-color:#8E8E98;
	color:#fff;
	font-size:12px;
	font-family:arial, verdana, sans-serif;
	font-weight:normal;
	}
.altRow {
	background-color:#F5F5F5;
	}
td {
	font-size:12px;
	font-family:arial, verdana, sans-serif;
	font-weight:normal;
	}
.RAtable {
	border:1px solid #9B9A9F;
	}
caption {
	background-color:#9FAFC8;
	color:#fff;
	font-size:12px;
	font-family:arial, verdana, sans-serif;
	font-weight:bold;
	}
.thHeaderBlue {
	background-image:url(/images/thHeaderBlue_bg.gif);
	background-repeat:repeat-x;
	background-color:#9FAFC8;
	color:#fff;
	font-size:12px;
	font-family:arial, verdana, sans-serif;
	font-weight:bold;
	}
/* RA Header */
#RAtitlebar {
	background-image:url(/images/RAapp_titlebar_bg.gif);
	background-repeat:repeat-x;
	background-color:#fff;
	width:100%;
	color:#036;
	height:36px;
	}
#RAtitlebar h1 {
	font-size:18px;
	font-weight:bold;
	padding:5px 0 0 25px;
	margin:0;
	font-family:arial, verdana, sans-serif;
	float:left;
	}
#RAtitlebar span.brand {
	float:right;
	}
/* RA SubHeader */
#raMetaInfo {
	width:100%;
	vertical-align:top;
	color:#999;
	margin-bottom: 15px;
	}
/* RA buttons */
.RAformButton {
	float:right; 
	margin-top:15px;
	}
/* RA forms */
form {
	padding:0px;
	margin:0px;
	}
input,select {
	font-size:11px;
	}
.RAlabel {
	font-size:10px;
	font-family:arial, verdana, sans-serif;
	color:#333;
	}
/* Other elements */
ol, ul {
	line-height:200%;
	margin-bottom:0px;
	}
hr {
	background-color:#ccc;
	height:1px;
	border:none;
	margin-top:20px;
	}
/* Legacy */

FRAMESET
{
	border-left-color: blue;
	border-bottom-color: blue;
	border-top-style: groove;
	border-top-color: blue;
	border-right-style: groove;
	border-left-style: groove;
	border-right-color: blue;
	border-bottom-style: groove;
}

.raFont, .raButton, .raButtonLg, .raTextBox, .raTextBoxRight
{
	font-style: normal;
	font-family: Arial;
	color: #ffffff;
	FONT-SIZE: 8pt ! important;
}

.raTextBoxSm, .raTextBoxSmRight, .raDropDownList
{
	font-size: xx-small;
	font-style: normal;
	font-family: Verdanna;
}

.raHeader
  { color: #f1f6fe; font: 600 12pt Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: transparent; text-align: center }

.raHeaderPanel
 { color: white; font: 8pt Arial; text-decoration: none; text-transform: capitalize; background-image: url(..//images/bg_top.gif) }

.raLabelData
{
	border-right: #454d66 thin solid;
	border-top: #454d66 thin solid;
	margin: 1px;
	border-left: #454d66 thin solid;
	color: #4c4c54;
	border-bottom: #454d66 thin solid;
	font-family: Arial;
}	

.raButton
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	text-align: center;
	cursor: hand;
	background: url(/images/raBtnBkgd_on.gif)  no-repeat top right;
}

.raButtonoff
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	text-align: center;
	background: url(/images/raBtnBkgd_off.gif) no-repeat top right;
}

.raButtonLg
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	text-align: center;
	cursor: hand;
	background: url(/images/raBtnBkgd_Lg_on.gif) no-repeat top right;
}

.raButtonLgoff
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	text-align: center;
	background: url(/images/raBtnBkgd_Lg_off.gif) no-repeat top right;
}

.raTreeView
{
	font-size: 8pt ! important;
	color: #4c4c54;
	font-style: normal;
	font-family: Arial;
	background-color: #d0dae9;
	font-variant: normal;
}

.raPanel
{
	font-weight: normal;
	font-size: 8pt ! important;
	text-transform: capitalize;
	color: #d2e3ff;
	font-style: normal;
	font-family: Arial;
	background-color: #879cc0;
	font-variant: normal;
	text-decoration: none;
}

HR
{
	background-color: #879cc0;
}

.raCalendar
{
	font-size: 8pt ! important;
	cursor: hand;
	color: black;
	font-style: normal;
	font-family: Arial;
	background-color: #879cc0;
	font-variant: normal;
	text-decoration: underline;
}
		
.raMenu
{
	font-size: 8pt ! important;
	color: #000000;
	font-family: Arial;
	background-color: #eaeac7;
	font-variant: normal;
}	

.raTextBox, .raTextBoxSm
{
	border-left-color: #8e8e98;
	border-bottom-color: #8e8e98;
	margin: 1px;
	color: #4c4c54;
	border-top-style: solid;
	border-top-color: #8e8e98;
	border-right-style: solid;
	border-left-style: solid;
	background-color: #ffffff;
	border-right-color: #8e8e98;
	border-bottom-style: solid;
}

.raTextBoxRight, .raTextBoxSmRight
{
	border-left-color: #8e8e98;
	border-bottom-color: #8e8e98;
	text-align: right;
	margin: 1px;
	color: #4c4c54;
	border-top-style: solid;
	border-top-color: #8e8e98;
	border-right-style: solid;
	border-left-style: solid;
	background-color: #ffffff;
	border-right-color: #8e8e98;
	border-bottom-style: solid;
}

.raDropDownList
{
	border-right: #4c4c54 thin solid;
	padding-right: 1px;
	border-top: #4c4c54 thin solid;
	padding-left: 1px;
	padding-bottom: 1px;
	margin: 1px;
	border-left: #4c4c54 thin solid;
	color: #4c4c54;
	padding-top: 1px;
	border-bottom: #4c4c54 thin solid;
	background-color: #ffffff;
}	

.raCheckBox
{
	border-top-width: 1px;
	border-left-width: 1px;
	font-size: 10pt ! important;
	border-left-color: #8e8e98;
	border-bottom-width: 1px;
	border-bottom-color: #8e8e98;
	margin: 1px;
	color: #4c4c54;
	border-top-color: #8e8e98;
	font-style: normal;
	font-family: Arial;
	background-color: transparent;
	border-right-width: 1px;
	font-variant: normal;
	border-right-color: #8e8e98;
}	

.raListBox
{
	border-right: #4c4c54 thin solid;
	padding-right: 1px;
	border-top: #4c4c54 thin solid;
	padding-left: 1px;
	font-size: 8pt ! important;
	padding-bottom: 1px;
	margin: 1px;
	border-left: #4c4c54 thin solid;
	color: #4c4c54;
	padding-top: 1px;
	border-bottom: #4c4c54 thin solid;
	font-style: normal;
	font-family: Arial;
	background-color: transparent;
	font-variant: small-caps;
}	

.raHyperLink
{
	font-weight: bold;
	font-size: 8pt;
	color: #879cc0;
	font-style: normal;
	font-family: Arial;
	font-variant: normal;
}	

.raDataGridHeader
{
	font-weight: bold;
	font-size: 10pt;
	color: white;
	font-style: normal;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	background-color: #879cc0;
	text-align: center;
}

/*Header Remains fixed at the top inside a scrollable div*/
.raFixedDataGridHeader
 { FONT-WEIGHT: bold; FONT-SIZE: 10pt; LEFT: -1px; COLOR: white! important; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; POSITION: relative; TOP: expression(this.offsetParent.scrollTop-3); TEXT-ALIGN: center }

.raFixedDataGridHeader td
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color: #879cc0;
}

.raDataGrid
 { color: #4c4c54; font: bold 8pt Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: #ffffff; text-align: center; text-transform: capitalize; margin: 1px }

 
 .raSeparatorLine {
	border-top: #9b9a9f 1px solid; 
	margin: 5px 10px 5px 10px; 
	padding-top: 5px;
	width: 100%;
}