body, p, td {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #2E2F33;
	line-height: 15px;
}
a {
	color: #003399;
}

a:hover {
	color: #0066CC;
	text-decoration: underline;
}

.blue_bg {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #c1c8fa;
}
a.blue_bg {text-decoration: none }
a.blue_bg:hover {text-decoration: underline; color: #ffffff }


.gButton, .button, .redButt, .applyButton, .panelButton, .rtButton, .ltButton {
	
	line-height: 16px;
	font-size: 11px;
	background: #EFF0F4 url(images/but_grey_back.gif);
	border: 1px solid #CCCCCC;
	color:#2D254C;
	text-decoration:none;
	cursor: pointer;
	padding: 0 5px 1px 5px;
	font-weight: normal;
	vertical-align: middle;
	
}

.gButton[disabled], .button[disabled], 
.redButt[disabled], .applyButton[disabled], 
.panelButton[disabled], .rtButton[disabled],
.ltButton[disabled] {
	height:20px;
	border: 1px solid #a0a0a0;
	color:#a0a0a0;
	cursor: default;
	cursor: none;
	background: #EFF0F4 url(images/but_grey_back.gif);
}

/* rounded buttons */

.roundBtn
{
    border: 0;
    margin: 0;
    background: #FFF url(images/round_btn_left.gif) no-repeat;
    height: 23px;
    /* used to catch the buttonEnding - this must be static so that it's offset affects 
     * the following roundBtnEnd */
    position: static;
}

.roundBtn[disabled] {
    background: #EFF0F4 url(images/round_btn_left.gif) no-repeat;
    height: 23px;
}

.roundBtnEnd
{
    position: absolute;
    display: inline;
    width: 5px;
    height: 23px;
    border: 0;
    margin: 0;
    background: url(images/round_btn_right.gif) no-repeat;
}

.rtButton {
	float: right;
}

.ltButton {
	float: left;
}

input#applyButt {
	background: #EFF0F4 url(images/b_accept.gif);
	font-size: 0;
	border: 0;
	padding: 0;
	color:#EFF0F4;
	text-decoration:none;
	cursor: pointer;
	font-weight: normal;
	vertical-align: middle;
	width:74px;
	height:21px;
}

input[disabled] {
	background: #EFF0F4
}

input.buttonBar
{
	height:21px;
	font-size: 11px;
	background: #EFF0F4 url(images/but_grey_back.gif);
	border-bottom: 1px solid #5f6071;
	border-right: 1px solid #5f6071;
	border-left: 1px solid #5f6071;
	border-top:1px solid #5f6071;
	color:#2D254C;
	text-decoration:none;
	cursor: pointer;
	padding: 0 4px 1px;
	font-weight: normal;
	vertical-align: middle;
	width:100%;
}

.breadcrumb {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #676d7f;
}
a.breadcrumb {text-decoration: none }
a.breadcrumb:visited {text-decoration: none; color: #676d7f }
a.breadcrumb:hover {text-decoration: underline; color: #676d7f }

.toolbar {
	font-family:  Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #0e121f;
}
a.toolbar {text-decoration: none }
a.toolbar:visited {text-decoration: none; color: #0e121f }
a.toolbar:hover {text-decoration: underline; color: #003399 }

.header {
	font-family: Arial, Verdana, sans-serif;
	font-size: 22px;
	color: #151516;
	line-height: 32px;
	font-weight: bold;
}
.alert {
	color: #990000;
}
.box_header {
	font-size: 11px;
	font-weight: bold;
	color: #313557;
	background-color: #f5f5f8;
}

.black {
	color: #000000;
}
.box_columns {
	font-weight: bold;
	color: #333333;
}
.green {
	color: #003300;
}
.nav_highlight {
	color: #bacaeb;
	background-color: #bacaeb;
}
.dashboard_header {
	font-family:  Arial,Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.dashboard_subhead {
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #676f86;
	
	}
	
.dashboard_column {
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}

#fwl_table {
padding:1px;
}




.table_column_head {

	background-image: url(images/table_column_back_tall.gif);
}
.column {
	color: #101446;
	font-weight: normal;
	font-size: 11px;
}

a.column {color: #101446;}
a.column:hover {color: #0066CC;}

.main_subhead, .groupLabel {
	font-size: 11px;
	font-weight: bold;
	color: #101446;
}
.user_display {
	color: #c1c8fa;
	font-size: 10px;
}
.popup_header {
	font-size: 16px;
	color: #FFFFFF;
}

#invalid {
	color: #990000;
	width: 100%;
	border: 1px solid #7f7f91;
	background-color: #eaebf2;
	padding: 0;
	margin:0;
	background-image: url(images/alert_bg.gif);
	background-repeat: no-repeat;
	text-align: left;
}
	
#invalid_text {
	margin-left: 45px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

hr {
	color: #EBEBF0;
	background-color: #EBEBF0;
	margin: 0;
	padding: 0;
	height: 1px;
	border:0;
	margin-top: 0;
	margin-bottom: 0;
}

div .hr hr{
	color: #EBEBF0;
	margin: 1em auto 0;
	background-color: #EBEBF0;
	line-height:0;
	padding: 0;
	height: 1px;
	border:0;
}

/* Use this class with <tr> and <td> to get a half-height spacing line */
.half_line_spacing {
	line-height: 6px;
	font-size: 6px;
}

.calendar_month
{
color: #ffffff;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
}

.calendar_week
{
color: #4a4b4d;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 10px;
}

.calendar_day
{
color: #4a4b4d;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 10px;
}

a.calendar_day {text-decoration: none }
a.calendar_day:hover {text-decoration: underline; color: #003399 }

.calendar_day_off
{
color: #939599;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 10px;
}

a.calendar_day_off {text-decoration: none }
a.calendar_day_off:hover {text-decoration: underline; color: #003399 }

.calendar_bg_off {
	background-color: #f2f2f2;
}

.calendar_bg_on {
	background-color: #bacaeb;
}

.grey_border {
	color: #c7c7cd;
	background-color: #c7c7cd;
}

.line_div {
	color: #e3e3e6;
	background-color: #e3e3e6;
}

/* make this invisible for now */
table.line_div {
	color: white;
	background-color: white;
}

.button_row_bg
{
	background-color: #7f7f91;
}

.button_row_image
{
	background-image: url(images/bbar_back.gif);
}


.leftnav_bg {
	background-color: #f5f5f8;
}

.report_bg_color {
	background-color: #b2b6c5;
}

.line_strong {
	color: #9194A6;
	background-color: #9194A6;
}

#invalid_big {
	
	width: 100%;
	border: 1px solid #7f7f91;
	background-color: #eaebf2;
	padding: 0;
	margin:0;
	background-image: url(images/alert_icon_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}
	
	#invalid_text_big {
	margin-left: 90px;
	padding-top: 14px;
	padding-right: 10px;
	padding-bottom: 14px;
	}
	
	.logon_user {
	color: #c1c8fa;
	font-size: 10px;
}

.align_arrow {
	top: 1px;
	margin-bottom: 5px;
}

.tab_grey_bg {
background-color: #A6A8BA;
}

.tab_lightgrey_bg {
background-color: #D4D7E6;
}

.tab_white_bg {
background-color: #FFFFFF;
}


.imgButt {
	height:21px;
	cursor: pointer;
	padding: 0 4px 1px;
	vertical-align: middle;
}

.roll, .actionIcon, .clickable, img.ttip {
	cursor: pointer;
}

.listLabel {
	background-image: url(images/table_column_back_tall.gif);
	color: #101446;
	font-weight: normal;
	font-size: 11px;
}
.listLabelPopup {
	color: #101446;
	font-weight: normal;
	font-size: 11px;
	background-image: url(images/bbar_back.gif);
}

.listControlPopup
{
	background-color: white;
	border :1px inset;
}

.listItemSelected
{
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight : normal;
	color: blue;
	background-color: white;
}

.listItemDropped
{
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color: red;
	background-color: white;
}

.listItemModified
{
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color: black;
	background-color:white ;
}

.listItemSelectedDropped
{
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color: red;
	background-color: white;
}

.line3Dlite
{
	background-color:#ffffff;
}

.line3Ddark
{
	background-color:#e3e3e6;
}

.table_column_head, .tableHeader, .swlDblHeader {
	background-image: url(images/table_column_back_tall.gif);
	color: #101446;
	font-weight: normal;
	font-size: 11px;
}
.swlDblHeader {
	background-image: url(images/bg_navbar_big.gif);
}
.tableHeader2 {
	color: #101446;
	font-weight: normal;
	font-size: 11px;
	background-color: #c7c7cd;
}
.tableLine, .listControl, .tableLink, .column {
	color: #101446;
	font-weight: normal;
	font-size: 11px;
}
.tablelink {
	cursor: pointer;
}
.ruleTable, .swlTable {
	background-color:#EFF6FD;
	color: #101446;
	font-weight: normal;
	font-size: 11px;
}

.swlTable {
	width: 100%;
}

.swlTable tr {
	height: 26px;
}

.swlTable td {
	border-bottom: 1px solid #E3E3E6;
}

/* keep row heights on FF3 when table height is fixed and limited number of rows are shown -
 * FF3 expands the row height to fill the entire table - adding an empty row at the bottom
 * of the table with the following class keeps in check FF3's unbridled expansionism.
 */
.swlTable tr.ff3TableFix {
	height: 90%;
	vertical-align: top;
}


.statusBar {
	color: black;
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-image: url(images/bbar_back.gif);
}

.readonly {
	background-color :#EAEBF2;
}

.pageSetting {
	position: relative;
	width: 20px;
	min-width: 20px;
	min-height: 40px;
}

.pageSetting img {
	cursor: pointer;
}

#pageHeader .pgHdrGroup {
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-size: 11px;
	color: #999;
	padding-left: .5em;
}

#pageHeader .pgHdrItem {
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #101446;
	padding-left: .7em;
}

#popup_error_box {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0 0 20px;
	width: 400px;
	border: 1px solid #dbdcde;
}
#popup_box_header {
	background-image: url(images/popup_error_boxheader.gif);
	background-repeat: repeat;
	height: 54px;
	padding-top: 10px;
	padding-left: 10px;
	text-align: left;
}
#popup_box_text {
	margin-left: 60px;
	margin-right: 30px;
	text-align: left;
}
#popup_box_table {
	margin-left: 0;
	margin-right: 0;
	text-align: left;
}
#popup_box_title {
	color: Black;
	text-align: center;
	padding-top: 10px;
}
#popup_box_err_msg {
	color: Black;
	font-weight: bold;
	text-align: center;
}
#popup_box_reflection {
	background-image: url(images/popup_error_reflection.gif);
	background-repeat: repeat-x;
	height: 30px;
	width: 400px;
}
#alert_icon {
	background-image: url(images/alert_icon.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 40px;
	float: left;
}
#popup_box_header_text {
	font-family: Arial, Tahoma, Verdana;
	font-size: 16px;
	color: #000000;
	text-align: left;
	height: 50px;
	width: 320px;
	margin-top: 0;
	margin-left: 50px;
	padding-top: 12px;
}
#popup_box_header_text_centered {
	font-family: Arial, Tahoma, Verdana;
	font-size: 16px;
	color: #000000;
	text-align: center;
	height: 50px;
	margin-top: 0;
	padding-top: 12px;
}
#popup_branding_bar {
	background-image: url(images/pop_header_bg.gif);
	margin: -15px 0 0 -10px;
	width: 110%;
	height: 42px;
}

#popup_branding_bar img {
	margin-left: 10px;
}

/* for non-IE (and for IE7 in Standards Compatability mode), override the margin (top) */
html>body #popup_branding_bar {
	margin-top: -10px;
} 

.label {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight : normal;
	color: #2e2f33;
}

.labelBig {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight : bold;
	color: #2e2f33;
}

listObjTreeView,
table.listObjTreeView,
.lc
{
}

tr.listItem,
tr.listItemContrast,
tr.listItemBold,
tr.listItemBoldContrast,
tr.tableLine,
tr.tableLineContrast,
tr.tableLineDisabled,
tr.tableLineContrastDisabled
{
	height: 28px;
}

.listItem,
.listItemContrast,
tr.listItem td,
tr.listItemContrast td,
tableLine,
tableLineContrast,
tr.tableLine td,
tr.tableLineContrast td
{
	background-color: #ffffff;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight : normal;
	border-top-width: 0;
	border-top-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e3e3e6;
	empty-cells: show;
	padding: 2px 0px;
}

tr.tableLineDisabled td,
tr.tableLineContrastDisabled td
{
	color: gray;
	background-color: #ffffff;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight : normal;
	border-top-width: 0;
	border-top-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e3e3e6;
	empty-cells: show;
	padding: 2px 0px;
}

.listItemNoBorder
{
	background-color: #ffffff;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight : normal;
	empty-cells: show;
}

.listItemBold,
.listItemBoldContrast,
tr.listItemBold td,
tr.listItemBoldContrast td
{
	background-color: #ffffff;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight : bold;
	border-top-width: 0;
	border-top-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e3e3e6;
	empty-cells: show;
}

.listItemBoldNoBorder
{
	background-color: #ffffff;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight : bold;
	empty-cells: show;
}

.swlTabHeader {
	padding-left: 5px;
}

.swlTabHeader img {
	position: relative;
	top: 6px;
}

.swlTabHeader img:hover {
	cursor: pointer;
}

.swlListLineSeparator
{
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #e3e3e6;
}

.swlListItem,
.swlListItemContrast
{
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight : normal;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: thin solid #e3e3e6;
}

.swlListItemBold,
.swlListItemBoldContrast
{
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight : normal;
	font-weight : bold;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: thin solid #e3e3e6;
}

.swlListItemBoldUnderline
{
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	background-color: white;
	color: Black;
	font-weight : bold;
}

.swlListItemWarning
{
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	background-color: white;
	color: #CC0000;
	font-weight : normal;
}

.swlListItemWarningContrast
{
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	background-color: #EFF6FD;
	color: #CC0000;
	font-weight : normal;
}

.swlListItemWarningBold
{
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	background-color: white;
	color: #CC0000;
	font-weight : bold;
	vertical-align : middle;
}

.swlListItemWarningBoldContrast
{
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	background-color: #EFF6FD;
	color: #CC0000;
	font-weight : bold;
	vertical-align : middle;
}

.swlListItemEnabled
{
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	background-color:white ;
	color: green;
	font-weight : bold;
	vertical-align : middle;
}

.swlListItemEnabledContrast
{
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	background-color: #EFF6FD;
	color: green;
	font-weight : bold;
	vertical-align : middle;
}

.swlListItemDisabled
{
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	background-color:white ;
	color: #CC0000;
	font-weight : bold;
	vertical-align : middle;
}

.swlListItemDisabledContrast
{
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	background-color: #EFF6FD;
	color: #CC0000;
	font-weight : bold;
	vertical-align : middle;
}


.swlListItemHighlight
{
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	background-color:white;
	color: blue;
	font-weight : normal;
	vertical-align : middle;
}

.swlPanelGroup 
{
	background-color: transparent; 
	position: relative;
}

.swlPanel 
{
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	position:absolute;
	left: 20px;
	top: 0;
	margin: 0;
	padding:6px;
}

.swlPanelHeader {
	background: #EFF0F4 url(images/table_column_back_tall.gif) no-repeat;
	color: #4e5E7F;
	width: 100%;
	font-size: 11px;
	font-weight: bold;
	min-height: 22px;
	padding-top: 6px;
	margin-bottom: 22px;
	text-align: left;
}

.swlPanelHeader span {
	margin-left: 20px;
}

.swlPanelSettingsGroup
{
	margin: 20px 0 0;
	clear: left;
	width: 100%;
	padding-left: 20px;
}

.swlPanelSetting
{
	font: 12px/28px Tahoma, Arial, Verdanna, sans-serif;
	clear: left;
}

.swlPanelSetting span {
	min-height: 28px;
}

.swlPanelSetting span img {
	cursor: pointer;
	border: 0;
}

.swlPanelRow {
	font: 12px/28px Tahoma, Arial, Verdanna, sans-serif;
	clear: left;
	min-height: 28px;
}

.swlPanelRow input {
	margin-right: .5em;
}

.swlPanelRow span {
	min-height: 28px;
}

.swlPanelRow span img {
	cursor: pointer;
	border: 0;
}

.swlPanelRow span:last-child {
	margin-bottom: 12px;
}

.swlPanelDependent {
	padding-left: 4em;
}

.swlPanelColOne {
	float: left;
}

.swlPanelColTwo {
	float: left;
}

.swlPanelColThree {
	float: right;
}

.swlPanelButtons {
	float: right;
	margin: 12px 20px 12px 0;
}

.swlPopupLeft {
	float: left;
	text-align: right;
	min-width: 180px;
	width: 180px;
	position: relative;		/* ensure this layout affects following swlPopupRight elem */
}

input.swlPopupRight {
	cursor: text;
	float: left;
	margin-left: 1em;
	width: 204px;
}

.swlPopupRight button {
	padding: 8px 0;
}

.swlRowChild {
	display: table-row;
}

.swlRowChildHidden {
	display: none;
}

.swlRowAnchorImgShown {
	background-image: url(images/minus.gif);
	background-repeat: no-repeat;
	text-decoration:none;
}

.swlRowAnchorImgHidden {
	background-image: url(images/plus.gif);
	background-repeat: no-repeat;
	text-decoration:none;
}

/* IE6 hacks */
* html #divButtons {
	margin-top: 0;
	padding-top:0;
}

* html #divButtons .swlErrorMessage {
	height: 17px;
}

* html #divButtons .swlPanelColThree {
	height: 36px;
}

* html .swlPanelRow {
	height: 28px;
}

* html .swlPanelRow span {
	height: 28px;
}
/* end hacks */

.swlPanelToggle {
	display: none;
}

.swlLabel 
{
	color: Black;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size : 12px;
	font-weight : normal;
}

.swlLabelBold 
{
	color: Black;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size : 12px;
	font-weight : bold;
}

.swlGroupLabel
{
	color:#003366;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size : 14px;
	font-weight : bold;
}

.swlErrorMessage  {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size : 12px;
	color: black;
	font-weight: bold;	
	background-color:white;
	border : 1px inset;
	padding-left:4px;
}

/* ui5 tooltip support */
.tt_table
{
	/*width: 200px;*/ 
	height: auto; 
	color:#000;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size : 11px;
	text-decoration:none;
	text-align:center;
}

.tt_top_left
{
	background-image: url(images/swl_tt_top_left_corner.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 29px;
	height: 22px;
}

.tt_top_left_caret
{
	background-image: url(images/swl_tt_top_left_caret.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 29px;
	height: 22px;
}

.tt_top_side
{
	background-image: url(images/swl_tt_top_side.gif);
	background-repeat: repeat-x;
	background-position: top left;
	/*width: 150px;*/
	height: 22px;
}

.tt_top_right
{
	background-image: url(images/swl_tt_top_right_corner.gif);
	background-repeat: no-repeat;
	background-position: top right;
	width: 28px;
	height: 22px;
}

.tt_top_right_caret
{
	background-image: url(images/swl_tt_top_right_caret.gif);
	background-repeat: no-repeat;
	background-position: top right;
	width: 28px;
	height: 22px;
}

.tt_right_side
{
	background-image: url(images/swl_tt_right_side.gif);
	background-repeat: repeat-y;
	background-position: top right;
}

.tt_bottom_right
{
	background-image: url(images/swl_tt_bottom_right_corner.gif);
	background-repeat: no-repeat;
	background-position: top right;
	width: 28px;
	height: 22px;
}

.tt_bottom_right_caret
{
	background-image: url(images/swl_tt_bottom_right_caret.gif);
	background-repeat: no-repeat;
	background-position: top right;
	width: 28px;
	height: 22px;
}

.tt_bottom_side
{
	background-image: url(images/swl_tt_bottom_side.gif);
	background-repeat: repeat-x;
	background-position: top left;
	/*width: 150px;*/
	height: 22px;
}

.tt_bottom_left
{
	background-image: url(images/swl_tt_bottom_left_corner.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 29px;
	height: 22px;
}

.tt_bottom_left_caret
{
	background-image: url(images/swl_tt_bottom_left_caret.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 29px;
	height: 22px;
}

.tt_left_side
{
	background-image: url(images/swl_tt_left_side.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

.tt_center
{
	background-image: url(images/swl_tt_center.gif);
	background-repeat: repeat;
	background-position: top left;
	width: 90%;
}

.tooltip_header 
{
	color:#3661ad;
	font-family:Arial,Tahoma,Verdana;
	font-size:12px;
	line-height:17px;
	font-weight : bold;
}

.lrg_tooltip_tag
{
	font-family:Tahoma,Arial,Verdana;
	font-size: 10px;
	font-weight : bold;
}

.lrg_tooltip_value
{
	font-family:Tahoma,Arial,Verdana;
	font-size: 10px;
	font-weight : normal;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.tooltipFieldName
{
	font-weight : bold;
	font-style: normal;
}

.tooltipParamTable
{
	margin: 0 0;
	padding: 0 0;
	border: 0 none;
	display: block;
	width: 100%;
}

/* This makes the scrolling table work */
div.swlTabContainer {
	height: 310px;	/* table body height + table head height*/
    overflow-y: auto;
    overflow-x: hidden;
	margin: 0px 0px;
	position: relative;
}

/* IE7 and opera pick this up */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	html>body div.swlTabContainer {
		width: 100%;
	}
}

html>/**/body div.swlTabContainer {
    overflow: hidden;	/* override previous style for non-IE */
}

.swlTabFooter {
	margin-left: 0;
}

.swlTabFooter input {
	margin-left: 1em;
	vertical-align: baseline;
}

.swlTabFooter input[type=button] {
	margin-bottom: 1px;
}

.swlTabFooter span {
	margin: 0;
	vertical-align: baseline;
}

.swlTabFooter span.ltSpan {
	float: left;
}

.swlTabFooter span.rtSpan {
	float: right;
	padding-right: 1.5em;
}

.swlTblContainer {
	margin: 0 0;
	padding: 0 0;
	border: 0 none;
}

/* This makes the scrolling table work */
div.swlTblContainer {
	height: 310px;	/* table body height + table head height*/
    overflow: auto;	/* this is for IE, overridden below */
	position: relative;
	width: 100%;
		overflow-y: auto;
		overflow-x: hidden;
	}
}
 
/* The different widths below are due to the way the scroll bar is implamented
we are keeping these here instead of putting them in the IE css file b/c it 
is easier to change the width if both numbers are in the same place. */

/* All browsers accept this, but we are targeting IE with this rule */
div.swlTblContainer table {
	margin: 0px 0px;
}

/* All browsers accept this, but we are targeting IE with this rule */
div.swlTblContainer table>tbody	{  
    overflow: auto; 
    height: 278px;
    margin: 0px 0px;
    overflow-x: hidden;
	vertical-align: top;
}

/* Modern browsers accept this (not IE) and we are targetting firefox *
/* seen by ff2, ff3, safari (win), opera */
html>/**/body div.swlTblContainer table {
    width: 100%;
    margin: 0px 0px;
}

/* Modern browsers accept this (not IE) and we are targetting firefox */
html>/**/body div.swlTblContainer table>tbody	{  /* seen by ff2, ff3, safari (win), opera */
    overflow-y: auto; 
    height: 278px;
    max-height: 278px;	/* ???? */
    margin: 0px 0px;
    overflow-x: hidden;
}

div.swlTblContainer thead tr	{
	position:relative;
	margin: 0px 0px;
}

div.swlTblContainer tr {
	height: 26px;
	max-height: 26px;
	min-height: 26px;
}

div.swlTblContainer td {
	height: 24px;
	max-height: 24px;
	min-height: 24px;
	vertical-align: middle;
}

/* set this on all subordinate elements */
div.swlTblContainer td * {
	max-height: 22px;
}

/* set this on input, span, a, and select elements (but not on img) */
div.swlTblContainer td input,
div.swlTblContainer td span,
div.swlTblContainer td a,
div.swlTblContainer td select {
	height: 22px;
	min-height: 22px;
	vertical-align: middle;
	margin: 2px 1px 1px;
}

div.swlTblContainer td img {
	vertical-align: top;
}

/*prevent scrollbar from hiding cell content - seen by ff2, ff3, safari (win), opera */
div.swlTblContainer td:last-child {
	padding-right: 20px;
}

.swlTblHdrRow {
	height: 22px;
	min-height: 22px;
	max-height: 22px;
	background-image: url(images/table_column_back_tall.gif);
}

swlTblHdrRow td {
	border-bottom: transparent;
}

.swlTblRowClickable:hover {
	background-color: #BACAEB;
	cursor: pointer;
}

.swlTblSummary {
	height: 68px;
	min-height: 68px;
	padding-top: 20px;
	vertical-align: bottom;
	color: blue;
	font-family: arial,verdana,helvetica;
	font-size: 12px;
	font-weight: normal;
	display: none;
}

.swlTblSummary div {
	padding-top: 4px;
}

.swlTblSummary span, .swlTblSummary input {
	margin: .5em 0 0 1em;
	vertical-align: bottom;
}

.swlTblSummary input[type=button] {
	margin-bottom: .1em;
}

.swlAddIcon {
	padding-left: 20px;
}

.swlAddIcon img {
	height: 16px;
}

.swlInfo {
	float: right;
	padding: 6px 1em 0 0;
}

.swlRefresh {
	float: right;
	padding: 6px 1em 0 0;
}

.swlRefresh > span {
	padding-right: 2em;
}

.swlRefresh > span.toggleText {
	padding-right: 0;
}

img.toggleUpdate {
	border: 0;
	padding-left: 2px;
	vertical-align: bottom;
	cursor: pointer;
}

.updInterval {
	width: 2.4em;
	height: 20px;
	font-size: x-small;
}

/* stats table cell */
.swlStatsItem
{
	font-family:Tahoma,Arial,Verdana;
	font-size: 11px;
	font-weight : normal;
	color: #339900;
}

.swlTableItem
{
	font-family:Tahoma,Arial,Verdana;
	font-size: 11px;
	font-weight : normal;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: thin solid #e3e3e6;
}

.swlTableStatsItem
{
	font-family:Tahoma,Arial,Verdana;
	font-size: 11px;
	font-weight : normal;
	color: #339900;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: thin solid #e3e3e6;
}

.swlStatsItemHeader
{
	font-family:Tahoma,Arial,Verdana;
	font-size: 11px;
	font-weight : bold;
}

.swlTableStatsItemHeader
{
	font-family:Tahoma,Arial,Verdana;
	font-size: 11px;
	font-weight : bold;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: thin solid #e3e3e6;
}

/* end of ui5 tooltip support */

/* UI5 heading style for help */

h1 {
	font-family:  Arial,Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: black;
}

h2 {
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #676f86;
}

h3 {
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #676f86;
}

h4 {
	font-size : 11px;
}

/* misc */

.toolBar
{
	background-color: #FFFFFF;
	border : 1px inset;
}

.logoBar {
	background-image: url(images/header_main_back.gif);
}

.logoBarCell {
	padding-bottom: 13px;
}

.logoLabel
{
	color: #ffffff;
}
a.logoLabel:hover {text-decoration: underline; color: #B8B8B8 }

.logoLabelBold
{
	color: #ffffff;
	font-weight: bold;
}

body.certsBody {
	padding-bottom: 500px;
}

/*
 *	 Use this class with a <div> to get it centered vertically:
 *	 It also needs to be given an explict height and a top margin of
 *	-ve half that height, e.g.: style="height:70px; margin-top:-35px;"
 */
.vertCentered {
	background-color: #FFFFFF;
	position: absolute;
	top: 50%;
	width: 100%;
	margin: 0;
}

.swlStatusTable{
	border-top:1px solid #e3e3e6;
	border-left:1px solid #e3e3e6;
	border-right:1px solid #e3e3e6;
	border-bottom:1px solid #e3e3e6;
}
.swlText{
	padding: 0px 4px 1px;
	vertical-align: middle;
}
.swlTextRed{
	padding: 0px 4px 1px;
	vertical-align: middle;
}


/*
 * Layout definitions for reGetPwd.html:
 */
#reGetPwdContainer {
	width: 440px;
	margin-top: 15px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight : normal;
	color: #2e2f33;
}
#reGetPwdTopCntnr {
	height: 45px;
}
#reGetPwdImgCntnr {
	width: 50px;
	float: left;
    background: url(images/exclaim.gif);
	height: 32px;
	width: 32px;
	line-height: 32px; 
}
#reGetPwdHdrCntnr {
	width: 390px;
	float: right;
	margin-top: 1px;
}
#reGetPwdMainCntnr {
	height: 50px;
}
#reGetPwdPwdBoxCntnr {
	float: left;
	padding-left: 60px;
}
#reGetPwdBtnCntnr {
	float: right;
	text-align: right;
	padding-right: 60px;
}

a.close {
	background:transparent url(images/close.gif) repeat scroll 0%;
	height:14px;
	width:14px;
	border:0pt none;
	display:block;
	float:right;
	font-size:0px;
	line-height:0pt;
	position:relative;
	text-decoration:none;
	cursor: pointer;
}

a.close:hover {
	background:transparent url(images/close_hover.gif) repeat scroll 0%;
}
