IMG
{
	margin: 0;
	padding: 0;
	border: 0; /* This is a hack so IE6 supports png files*/
/*DMX	behavior: url(css/iepngfix.htc);*/
}
A
{
	font: normal 12px arial, sans-serif;
	text-decoration: none;
	color: #0065bd;
}
A:hover
{
	color: #6ea0cd;
}

TABLE
{
	/*border-collapse: collapse;*/
}

input, select
{
	font: normal 12px arial, sans-serif;
/*	margin: 0px 7px;*/
	border: solid 1px #999;
	vertical-align:top;
}
.clear
{
	clear: both;
}

.center
{
	text-align: center;
}

FORM
{
	padding: 0px;
	margin: 0px;
}
.required
{
	color: #C00;
	font-weight: bold;
}
span.disabled
{
	color: #999;
}
input.disabled
{
	background-color: #FFF;
	border: solid 1px #CCC;
}
input.radio
{
	border: none;
}
input.checkbox
{
	border: none;
}
input.error
{
	background-color: #F99;
}
input.noborder
{
        border-top-style: none;
        border-right-style: none;
        border-left-style: none;
        border-bottom-style: none;
        background-color: transparent;
}
TEXTAREA
{
	border: solid 1px #999;
	height:150px;
	width:50%;
}
TEXTAREA.error
{
	background-color: #F99;
}
option
{
	background: #FFF;
}

select.disabled
{
	color: #999;
}
span.error
{
	color:#C00;
	font-weight:bold;
	margin:0px 7px;
}
span.listboxlabel
{
	vertical-align:top;
}

/*
These styles are for tooltips
*/
div.tooltip
{
	position: absolute;
	padding: 5px;
	top: 0px;
	left: 0px;
	color: #000;
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	background-color: #f2f9b4;
	border: solid 1px #000;
	white-space: nowrap;
	z-index: 50;
}
/*
End tooltips
*/


/*
These styles are to help with the page title control
--Page Title Control
*/
DIV.data-area-page-title
{
	font-weight: normal;
	font-size: 23px;
	color: #000; /*This is case sensitive for firefox 2 and ie6 */
	font-family: "arial narrow" , sans-serif;
	width: auto;
	padding: 19px 8px 10px 8px;
  position: relative;
}
DIV.data-area-page-title SPAN
{
	padding: 0px 0px 0px 8px;
}
DIV.data-area-group-title SPAN
{
/*  padding: 0px 0px 0px 8px;*/
}

SPAN.grouptitle {
}

DIV.da-line
{
	width: auto;
	border-bottom: solid 1px #CCC;
	padding: 0px 0px 6px 0px;
	clear: both;
}
/*
--End Page Title Control
*/


/*
These styles are to help with the toolbar icon control
--Toolbar Icon Control
*/
DIV.toolbar
{
	position: absolute;
	right: 10px;
	top: 18px;
    float: right;
}
DIV.toolbar A
{
	float: left;
	padding: 0px 4px;
	height: 30px;
	width: 30px;
	_margin: 0px 4px;
}

DIV A.save
{
  background: transparent url('../images/toolbar_save_32.png') no-repeat;
}


DIV A.print
{
	background: transparent url('../images/toolbar_print_32.png') no-repeat;
}
DIV A.export
{
	background: transparent url('../images/toolbar_export_32.png') no-repeat;
}
DIV A.email
{
	background: transparent url('../images/toolbar_email_32.png') no-repeat;
}
DIV A.refresh
{
	background: transparent url('../images/toolbar_refresh_32.png') no-repeat;
}
DIV A.help
{
	background: transparent url('../images/toolbar_help_32.png') no-repeat;
}

DIV A.print_disabled
{
	background: transparent url('../images/toolbar_print_dis_32.png') no-repeat;
}
DIV A.export_disabled
{
	background: transparent url('../images/toolbar_export_dis_32.png') no-repeat;
}
DIV A.email_disabled
{
	background: transparent url('../images/toolbar_email_dis_32.png') no-repeat;
}
DIV A.refresh_disabled
{
	background: transparent url('../images/toolbar_refresh_dis_32.png') no-repeat;
}
DIV A.help_disabled
{
	background: transparent url('../images/toolbar_help_dis_32.png') no-repeat;
}
/*
--End Toolbar Icon Control
*/

/*
These styles are to help with the jumpbar control
--Jumpbar Control
*/
DIV.data-area-jump-bar A
{
	font-weight: normal;
	font-size: 12px;
	padding: 0px 10px;
}
/*
DIV.data-area-jump-bar A:linked
{
	color: #024282;
}
*/
DIV.data-area-jump-bar A:visited
{
	color: #6699cc;
}
DIV.data-area-jump-bar A:hover
{
	color: #435600;
}
DIV.data-area-jump-bar
{
	margin: 0px 10px 10px 10px;
	font-weight: bold;
	font-size: 12px;
	width: auto;
}

SPAN.data-area-jump-items
{
	float: left;
	padding: 0px 10px 10px 9px;
}

DIV.jumpbar-line
{
	clear: both;
	width: auto;
	padding: 0px;
	border-bottom: dotted 1px #d5d7d8;
}
/*
--End Jumpbar Control
*/

/*
These styles are to help with the other options control
--Other Options Control
*/
SPAN.data-area-options
{
	float: right;
	padding: 0px 9px 10px 10px;
	white-space: nowrap;
}
/*
--End Other Options Control
*/

/*
These styles are to help with the data area in every page
--Page Data Area
*/
DIV.data-area
{
	font-size: 12px;
	color: #333;
	background-color: #FFF;
	margin: 0px;
	height: 100%;
	padding: 0px 9px 0px 12px;
	zoom: 1;
	width: auto;
}
DIV.data-area A:linked
{
	color: #024282;
}
DIV.data-area A:visited
{
	color: #6699cc;
}
DIV.data-area A:hover
{
	color: #435600;
}

#pullstrip
{
	background: url('../images/da_background_left.png') repeat-y top left;
	height: 100%;
	width: 19px;
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: e-resize;
}
#pulltab
{
	background: url('../images/pulltab.png') no-repeat center center;
	position: absolute;
	bottom: 42px;
	left: 5px;
	z-index: 2;
	width: 9px;
	height: 31px;
	cursor: e-resize;
}
#rightside
{
	background: url('../images/da_background_right.png') repeat-y top right;
	height: 100%;
	width: 12px;
	position: absolute;
	top: 0px;
	right: 0px;
}

/*
--End Page Data Area
*/

DIV.container
{
	padding: 8px 26px;
	width: auto;
	clear: both;
}
DIV.container_top_right
{
	background: url('../images/container_top_right.png') no-repeat top right;
	padding-right: 5px;
}
DIV.container_top_left
{
	background: url('../images/container_top_left.png') no-repeat top left;
	padding-left: 3px;
}
DIV.container_gradient
{
	background: url('../images/container_top_gradient.png') repeat-x top;
	height: 25px;
}
DIV.container_title
{
	padding: 5px 0px 5px 4px;
	font-size: 12px;
}
DIV.container_left
{
	background: url('../images/container_left.png') repeat-y left;
	padding-left: 3px;
}
DIV.container_content
{
	padding: 0px 9px 5px 9px;
}
DIV.container_item
{
	font-size: 12px;
	line-height: 26px; /*Try to put padding in here but IE does not like padding inside this container so I did line height */
	vertical-align: middle;
}
DIV.container_item SPAN.options SPAN
{
	font-weight: bold;
}
DIV.container_item SPAN.options A
{
	padding: 0px 4px;
}

DIV.instructions
{
	background-color: #f5fafd;
	border-bottom: solid 1px #eaf1f6;
}
DIV.instructions DIV.container_item SPAN
{
	font-weight: bold;
}
DIV.borderbottom
{
	border-bottom: solid 1px #e3e3e3;
}
DIV.container_item INPUT
{
	margin: 7px 7px;
	vertical-align: middle;
}
DIV.container_item SELECT
{
	margin: 7px 7px;
	vertical-align: middle;
}
DIV.container_content TD
{
	font-size: 12px;
	color: #333;
}

DIV.container_right
{
	background: url('../images/container_right.png') repeat-y right;
	padding-right: 5px;
}
DIV.container_bottom_left
{
	background: url('../images/container_bottom_left.png') no-repeat left top;
	padding-left: 3px;
}
DIV.container_bottom_right
{
	background: url('../images/container_bottom_right.png') no-repeat right top;
	padding-right: 5px;
}
DIV.container_bottom
{
	background: url('../images/container_bottom.png') repeat-x;
	height: 5px;
	width: 100%;
}
DIV.container_bottom_left_buttons
{
	background: url('../images/container_bottom_left_buttons.png') no-repeat left bottom;
	padding-left: 3px;
}
DIV.container_bottom_right_buttons
{
	background: url('../images/container_bottom_right_buttons.png') no-repeat right bottom;
	padding-right: 5px;
}
DIV.container_bottom_gradient
{
	background: url('../images/container_bottom_gradient.png') repeat-x;
	height: 32px;
	width: 100%;
}
/*
This is for table container control
--Table container control
*/
DIV.table_container
{
	padding: 10px 26px 18px 26px;
	width: auto;
	clear: both;
}
DIV.table_title
{
	color: #000;
	font-size: 15px;
}
TABLE.container
{
	border-collapse: collapse;
	width: 100%;
	_width: 93%;
	table-layout: fixed;
}
TABLE.autolayout
{
	table-layout: auto;
}

TABLE.container TD.topleft
{
	background: #FFF url('../images/container_top_left.png') no-repeat scroll top left;
	padding: 0px;
	width: 3px;
}

DIV.xtable_container TD.topleft
{
  background: #FFF url('../images/container_top_left.png') no-repeat scroll top left;
  padding: 0px;
  min-width: 3px;
}

TABLE.container TD.top
{
	background: url('../images/container_top_gradient.png') repeat-x top center;
	padding: 0px 5px 0px 7px;
	font-size: 12px;
	white-space: nowrap;
	height: 25px;
}

TABLE.container TD.topsecondleft
{
	background: url('../images/container_top_second_left.png') no-repeat scroll top right;
	width: 4px;
}
TABLE.container TD.topsecond
{
	background: url('../images/container_top_second_gradient.png') repeat-x top center;
	padding: 0px 5px 0px 7px;
	font-size: 12px;
	white-space: nowrap;
	height: 25px;
	vertical-align: middle;
}
TABLE.container TD.topsecondright
{
	background: url('../images/container_top_second_right.png') no-repeat scroll top left;
	width: 5px;
	border-left: none;
}
TABLE.container TD.topsorted
{
	background: url('../images/container_top_gradient_sorted.png') repeat-x top center;
}
TABLE.container TD.doubletopleft
{
	background: url('../images/container_doubletop_left.png') no-repeat scroll top left;
	padding: 0px;
	width: 3px;
}
TABLE.container TD.doubletop
{
	background: url('../images/container_doubletop_gradient.png') repeat-x top center;
	padding: 0px 5px 7px 7px;
	font-size: 12px;
	white-space: nowrap;
	height: 50px;
	vertical-align: bottom;
}
TABLE.container TD.uppertop
{
	/*background: url('../images/container_uppertop_gradient.png') repeat-x top center;*/
	padding: 0px 5px 0px 7px;
	font-size: 12px;
	white-space: nowrap;
	height: 25px;
}
TABLE.container TD.lowertop
{
	background: url('../images/container_lowertop_gradient.png') repeat-x top center;
	padding: 0px 5px 0px 7px;
	font-size: 12px;
	white-space: nowrap;
	height: 25px;
}
TABLE.container TD.doubletopright
{
	background: url('../images/container_doubletop_right.png') no-repeat scroll top right;
	padding: 0px;
	width: 5px;
}
TABLE.container TD.borderright
{
	border-right: solid 1px #e3e3e3;
}

TABLE.container TD.borderbottom
{
	border-bottom: solid 1px #e3e3e3;
   white-space: normal;
}
TABLE.container TD.borderleft
{
	border-left: solid 1px #e3e3e3;
}
TABLE.container TD.topright
{
	background: #FFF url('../images/container_top_right.png') no-repeat scroll top right;
	padding: 0px;
	width: 5px;
}

/*.table_container TABLE.container TD.topright
{
  background: #FFF url('../images/container_top_right.png') no-repeat scroll top right;
  padding: 0px;
  min-width: 5px;
}*/

DIV.xtable_container td.topright{
background: #FFF url('../images/container_top_right.png') no-repeat scroll top right;
padding: 0px;
min-width: 4px;
}

TABLE.container TD.left
{
	background: #FFF url('../images/container_left.png') repeat-y left;
	padding: 0px width:3px;
}
TABLE.container TD.center
{
	text-align: center;
}
TABLE.container TR.fill
{
	background-color: #F3F3F3;
}
TABLE.container TD.fill
{
	background-color: #F3F3F3;
}
TABLE.container TD.hover
{
	background-color: #f2f9b4;
}
TABLE.container TD.contents
{
	font-size: 12px;
	padding: 5px 7px;
}
TABLE.container TD.instructions
{
	font-size: 12px;
	padding: 9px;
	background-color: #f5fafd;
	border-bottom: solid 1px #eaf1f6;
}
TABLE.container TD.instructions SPAN
{
	font-weight: bold;
}
TABLE.container TD.instructions SPAN.options SPAN
{
	font-weight: bold;
}
TABLE.container TD.instructions SPAN.options A
{
	padding: 0px 4px;
}
TABLE.container TD.contents a
{
	font-size: 12px;
}
TABLE.container TD.right
{
	background: #FFF url('../images/container_right.png') repeat-y right;
	padding: 0px;
	width: 5px;
}
TABLE.container TD.bottomleft
{
	background: #FFF url('../images/container_bottom_left.png') no-repeat left top;
	padding: 0px;
	width: 3px;
}
TABLE.container TD.bottom
{
	background: url('../images/container_bottom.png') repeat-x;
	height: 5px;
}
TABLE.container TD.bottomright
{
	background: #FFF url('../images/container_bottom_right.png') no-repeat right top;
	padding: 0px;
	width: 5px;
}
TABLE.container TD.bottomleftbuttons
{
	background: url('../images/container_bottom_left_buttons.png') no-repeat top right;
	/*width: 3px;*/
}
TABLE.container TD.bottombuttons
{
	background: url('../images/container_bottom_gradient.png') repeat-x;
	height: 32px;
	vertical-align: top;
	padding-top: 6px;
}
TABLE.container TD.bottomrightbuttons
{
	background: url('../images/container_bottom_right_buttons.png') no-repeat;
	/*width: 5px;*/
}

/* DMX */
TABLE.container TD.scalarRightBottomleft
{
	font-size: 12px;
	padding: 5px 7px;
	border-right: solid 1px #e3e3e3;
	border-bottom: solid 1px #e3e3e3;
}
TABLE.container TD.scalarRightBottomright
{
	font-size: 12px;
	padding: 5px 7px;
	border-bottom: solid 1px #e3e3e3;
}
TABLE.container TD.scalarBottomleft
{
	font-size: 12px;
	padding: 5px 7px;
	border-right: solid 1px #e3e3e3;
}
TABLE.container TD.scalarBottomright
{
	font-size: 12px;
	padding: 5px 7px;
}

/*
--End Table container control
*/
/*
These styles are for sortable tables
--Sortable Table Control
*/
TABLE.container TD.sortable
{
	cursor: pointer;
}

TABLE.container TD.top SPAN
{
	background: url('../images/nosort_arrow.png') no-repeat scroll center right;
	height: 10px;
	padding-right: 15px;
}

TABLE.container TD.topsorted SPAN
{
	background: url('../images/sort_ascending_arrow.png') no-repeat scroll center right;
	height: 10px;
	padding-right: 15px;
}
TABLE.container TD.topsorteddescend
{
	background: url('../images/container_top_gradient_sorted.png') repeat-x top center;
}

TABLE.container TD.topsorteddescend SPAN
{
	background: url('../images/sort_descending_arrow.png') no-repeat scroll center right;
	height: 10px;
	padding-right: 15px;
}
/*
--End Sortable Table Control
*/

DIV.sub_header1
{
	padding: 8px;
	border-bottom: solid 1px #d5e7f8;
	font-size: 15px;
}
DIV.sub_header2
{
	padding: 12px 16px 8px 16px;
	font-size: 13px;
	font-weight: bold;
}
DIV.infolist
{
	padding: 0px 24px;
}

TABLE.infolist
{
	font-size: 12px;
	width: 95%;
	_width: 85%;
	padding: 0px;
}
TABLE.infolist TD
{
	width: 50%;
	padding: 4px 0px 0px 4px;
	vertical-align: text-top;
}
TABLE.infolist TD.item
{
	background: url('../images/infoline.gif') repeat-x top;
	padding: 4px 0px 0px 0px;
	white-space: nowrap;
}
TABLE.infolist TD.item SPAN
{
	z-index: 10;
	background-color: #FFF;
	padding-right: 2px;
}

SPAN.hidden
{
	display: none;
	visibility: hidden;
}


DIV.backtotop
{
	padding: 0px 8px 2px 12px;
	float: right;
	background: url('../images/backtotop.png') no-repeat center left;
}
DIV.backtotop A
{
	font-size: 12px;
}
DIV.information
{
	padding: 5px 3px 0px 26px;
	vertical-align: text-top;
	float: left;
	clear: left;
	display: inline;
	width: auto;
	_width: 100%;
	font-size: 12px;
}
DIV.information IMG
{
	display: inline;
	float: left;
}
DIV.information SPAN
{
	margin-left: 3px;
	vertical-align: middle;
}
DIV.clearbottom26
{
	/*ie hack*/
	_margin-bottom: -26px;
}

DIV.clearbottom16
{
	/*ie hack*/
	_margin-bottom: -16px;
}
/*
-- Begin Transfer Control styles
*/
TABLE.transfer_control
{
}
TABLE.transfer_control TD
{
	vertical-align: middle;
}
TABLE.transfer_control DIV.title
{
	font-size: 15px;
}
TABLE.transfer_control DIV
{
	padding: 7px;
}
TABLE.transfer_control DIV.box
{
	border: solid 1px #b6bdc3;
	height: 200px;
	width: auto;
	overflow-y: scroll;
	line-height: 18px;
	padding: 7px 0px;
}
TABLE.transfer_control DIV.buttons
{
	padding: 0px 10px;
	width: 40px;
}
TABLE.transfer_control DIV.box DIV
{
	font-size: 12px;
	padding: 0px;
}
TABLE.transfer_control DIV.box DIV SPAN
{
	padding: 0px 7px;
	white-space: nowrap;
}
TABLE.transfer_control DIV.box DIV.avaliable
{
	font-style: normal;
	color: #333;
}
TABLE.transfer_control DIV.box DIV.unavaliable
{
	font-style: italic;
	color: #999;
}
TABLE.transfer_control DIV.box DIV.selected
{
	background-color: #f2f9b4;
}
DIV.bottompadding_10
{
	padding: 5px 0px;
}
/*
-- End Transfer Control styles
*/

/*
-- Begin Front Page styles w/ accordian
*/

DIV.container_padding
{
	padding: 10px;
}
DIV.container_padding TD
{
	vertical-align: top;
}

DIV.container_padding IMG
{
	margin: 0px auto;
	padding: 5px 0px;
}
TD.left_pane
{
	padding: 5px 20px 5px 0px;
	width: 205px;
}
TD.center_pane
{
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
	padding: 5px 20px;
	width: 205px;
}
TD.right_pane
{
	padding: 5px 20px;
}
TD.right_bottom_pane
{
	padding: 5px 20px;
	vertical-align: bottom;
}
TD.left_center_pane_header
{
	padding: 5px 20px 5px 0px;
	width: 450px;
	border-bottom: solid 1px #CCC;
	border-collapse: separate;
}
TD.right_pane_header
{
	padding: 5px 20px;
	border-bottom: solid 1px #CCC;
	margin: 0px 5px;
}

DIV.status_links SPAN
{
	vertical-align: middle;
	white-space: nowrap;
	display: block;
	padding: 3px 0px 3px 24px;
}
DIV.container_top_right_accordian_closed
{
	background: url('../images/container_accordian_closed.png') no-repeat top right;
	padding-right: 27px;
}
DIV.container_top_right_accordian_open
{
	background: url('../images/container_accordian_open.png') no-repeat top right;
	padding-right: 27px;
}
DIV.accordian_container_title
{
	font-size: 12px;
	padding: 6px 0px 5px 5px;
}
DIV.accordian_container_title SPAN
{
	display: none;
}

DIV.accordian_right_open
{
	background: url('../images/accordian_open.png') no-repeat top right;
	padding-right: 16px;
	font-size: 12px;
}
DIV.accordian_right_closed
{
	background: url('../images/accordian_closed.png') no-repeat top right;
	padding-right: 16px;
	font-size: 12px;
}
DIV.accordian_top
{
	background: url('../images/accordian_top.png') repeat-x top center;
	height: 20px;
	font-weight: bold;
}

DIV#system_information TD
{
	vertical-align: top;
	padding: 10px 0px;
}
DIV.accordian_left_side
{
	width: 470px;
	padding: 0px 20px;
	font-size: 12px;
}
DIV.accordian_left_side DIV.hr
{
	clear: both;
	border-top: dotted 1px #CCC;
}
DIV.accordian_left_side DIV.column1
{
	padding-top: 5px;
	float: left;
	width: 150px;
}
DIV.accordian_left_side DIV.column2
{
	padding-top: 5px;
	float: left;
	width: 150px;
}
DIV.accordian_left_side DIV.column3
{
	padding-top: 5px;
	float: left;
	width: 150px;
}
DIV.accordian_contents
{
	padding: 5px 0px;
}
DIV.accordian_right_side
{
	width: 180px;
	padding: 0px 0px;
}
UL.quick_links
{
	padding-left: 15px;
	margin: 0px;
}
UL.quick_links LI
{
	text-align: left;
	list-style-type: square;
	color: #6699CC;
	padding-left: 3px;
}

DIV.accordian_contents DIV.critical
{
	background: url('../images/critical_32s.png') no-repeat scroll center center;
	padding-left: 5px;
	width: 45px;
	height: 45px;
	float: left;
}
DIV.accordian_contents DIV.non-critical
{
	background: url('../images/nonCritical_32s.png') no-repeat scroll center center;
	padding-left: 5px;
	width: 45px;
	height: 45px;
	float: left;
}
DIV.accordian_contents DIV.information
{
	background: url('../images/information_32s.png') no-repeat scroll center center;
	padding-left: 5px;
	width: 45px;
	height: 45px;
	float: left;
}
DIV.accordian_contents DIV.ok
{
	background: url('../images/statusOK_32s.png') no-repeat scroll center center;
	padding-left: 5px;
	width: 45px;
	height: 45px;
	float: left;
}

DIV.accordian_contents DIV.message_info
{
	float: left;
	padding: 5px;
	width: 390px;
}
a.annotation
{
	position: absolute;
	padding: 0;
	display: none;
}
a.annotation span
{
	display: block;
	background: white;
	width: 100%;
	height: 100%;
	opacity: 0.0;
	-moz-opacity: 0.0;
	filter: alpha(opacity=0);
	cursor: pointer;
}
a.annotation:hover
{
	border: solid 3px #f2f9b4;
}
img.annotated
{
	border-width: 0;
}


/*
-- End Front Page styles
*/

/*
-- Begin System Summary styles
*/
TABLE.system_summary
{
	width: 100%;
}
TABLE.system_summary TD.system_top
{
	vertical-align: top;
	width: 50%;
	padding: 0px 5px;
}
TABLE.system_summary TD.system_bottom
{
	vertical-align: top;
	width: 50%;
	padding: 10px 5px 0px 5px;
}
TABLE.system_summary TD.severity
{
	width: 50px;
}
TABLE.system_summary TD.component
{
	width: 40%;
}
DIV.accordian_graphic_open
{
	background: url('../images/header_open_16.png') no-repeat left center;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 10;
}
DIV.accordian_graphic_close
{
	background: url('../images/header_close_16.png') no-repeat left center;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 10;
}
DIV.relative
{
	position: relative;
}
TABLE.system_summary TD.remote_date
{
	padding-top: 10px;
}
TABLE.system_summary TD.remote_picture
{
	padding: 10px 15px 5px;
}
TABLE.system_summary TD.remote_refresh
{
	padding-bottom: 5px;
}
TABLE.container TD.datetime
{
	width: 200px;
}
/*
-- End System Summary styles
*/

/*
--Begin Alert Boxes
*/
DIV.alert_container_title
{
	padding: 7px 5px;
	font-size: 12px;
	font-weight: bold;
}
DIV.alert_container_content
{
	padding: 9px 9px 4px 0px;
}
DIV.alert_container_content TD
{
	vertical-align: middle;
	margin: 0px 0px;
}
DIV.alert_container_content TD.alert_info
{
	padding-left: 9px;
}
DIV.alert_container_content DIV.alert_info
{
        border: 0;
	padding-left: 9px;
        width: 325px;
        overflow: auto;
}
DIV.alert_container_content DIV.crital_message
{
	color: #600;
	font-weight: bold;
}
DIV.alert_container_content DIV.non-crital_message
{
	color: #660;
	font-weight: bold;
}
DIV.alert_container_content DIV.ok_message
{
	color: #360;
	font-weight: bold;
}
DIV.alert_container_content DIV.info_message
{
	color: #036;
	font-weight: bold;
}
UL.alert_links
{
	margin: 0px 9px;
	padding: 0px 5px 0px 8px;
}
UL.alert_links LI
{
	padding: 0px 0px;
	list-style-type: square;
}
DIV.alert_container_content TD.ok, DIV.alert_container_content TD.success
{
	background: url('../images/statusOK_32s.png') no-repeat scroll center center;
	width: 40px;
	height: 38px;
	border-right: solid 1px #CCC;
	padding-right: 40px;
}
DIV.alert_container_content TD.non-critical
{
	background: url('../images/nonCritical_32s.png') no-repeat scroll center center;
	width: 40px;
	height: 38px;
	border-right: solid 1px #CCC;
	padding-right: 40px;
}
DIV.alert_container_content TD.critical
{
	background: url('../images/critical_32s.png') no-repeat scroll center center;
	width: 40px;
	height: 38px;
	border-right: solid 1px #CCC;
	padding-right: 40px;
}
DIV.alert_container_content TD.info
{
	background: url('../images/information_32s.png') no-repeat scroll center center;
	width: 40px;
	height: 38px;
	border-right: solid 1px #CCC;
	padding-right: 40px;
}
DIV.ok_container_top_right
{
	background: url('../images/ok_container_top_right.png') no-repeat top right;
	padding-right: 7px;
}
DIV.ok_container_top_left
{
	background: url('../images/ok_container_top_left.png') no-repeat top left;
	padding-left: 5px;
}
DIV.ok_container_gradient
{
	background: url('../images/ok_container_top_gradient.png') repeat-x top;
	height: 27px;
}
DIV.ok_container_left
{
	background: url('../images/ok_container_left.png') repeat-y left;
	padding-left: 5px;
}
DIV.ok_container_right
{
	background: url('../images/ok_container_right.png') repeat-y right;
	padding-right: 7px;
}
DIV.ok_container_bottom_left
{
	background: url('../images/ok_container_bottom_left.png') no-repeat left top;
	padding-left: 5px;
}
DIV.ok_container_bottom_right
{
	background: url('../images/ok_container_bottom_right.png') no-repeat right top;
	padding-right: 7px;
}
DIV.ok_container_bottom
{
	background: url('../images/ok_container_bottom.png') repeat-x;
	height: 6px;
	width: 100%;
}
DIV.non-critical_container_top_right
{
	background: url('../images/nc_container_top_right.png') no-repeat top right;
	padding-right: 7px;
}
DIV.non-critical_container_top_left
{
	background: url('../images/nc_container_top_left.png') no-repeat top left;
	padding-left: 5px;
}
DIV.non-critical_container_gradient
{
	background: url('../images/nc_container_top_gradient.png') repeat-x top;
	height: 27px;
}
DIV.non-critical_container_left
{
	background: url('../images/nc_container_left.png') repeat-y left;
	padding-left: 5px;
}
DIV.non-critical_container_right
{
	background: url('../images/nc_container_right.png') repeat-y right;
	padding-right: 7px;
}
DIV.non-critical_container_bottom_left
{
	background: url('../images/nc_container_bottom_left.png') no-repeat left top;
	padding-left: 5px;
}
DIV.non-critical_container_bottom_right
{
	background: url('../images/nc_container_bottom_right.png') no-repeat right top;
	padding-right: 7px;
}
DIV.non-critical_container_bottom
{
	background: url('../images/nc_container_bottom.png') repeat-x;
	height: 6px;
	width: 100%;
}
DIV.critical_container_top_right
{
	background: url('../images/critical_container_top_right.png') no-repeat top right;
	padding-right: 7px;
}
DIV.critical_container_top_left
{
	background: url('../images/critical_container_top_left.png') no-repeat top left;
	padding-left: 5px;
}
DIV.critical_container_gradient
{
	background: url('../images/critical_container_top_gradient.png') repeat-x top;
	height: 27px;
}
DIV.critical_container_left
{
	background: url('../images/critical_container_left.png') repeat-y left;
	padding-left: 5px;
}
DIV.critical_container_right
{
	background: url('../images/critical_container_right.png') repeat-y right;
	padding-right: 7px;
}
DIV.critical_container_bottom_left
{
	background: url('../images/critical_container_bottom_left.png') no-repeat left top;
	padding-left: 5px;
}
DIV.critical_container_bottom_right
{
	background: url('../images/critical_container_bottom_right.png') no-repeat right top;
	padding-right: 7px;
}
DIV.critical_container_bottom
{
	background: url('../images/critical_container_bottom.png') repeat-x;
	height: 6px;
	width: 100%;
}
DIV.info_container_top_right
{
	background: url('../images/info_container_top_right.png') no-repeat top right;
	padding-right: 7px;
}
DIV.info_container_top_left
{
	background: url('../images/info_container_top_left.png') no-repeat top left;
	padding-left: 5px;
}
DIV.info_container_gradient
{
	background: url('../images/info_container_top_gradient.png') repeat-x top;
	height: 27px;
}
DIV.info_container_left
{
	background: url('../images/info_container_left.png') repeat-y left;
	padding-left: 5px;
}
DIV.info_container_right
{
	background: url('../images/info_container_right.png') repeat-y right;
	padding-right: 7px;
}
DIV.info_container_bottom_left
{
	background: url('../images/info_container_bottom_left.png') no-repeat left top;
	padding-left: 5px;
}
DIV.info_container_bottom_right
{
	background: url('../images/info_container_bottom_right.png') no-repeat right top;
	padding-right: 7px;
}
DIV.info_container_bottom
{
	background: url('../images/info_container_bottom.png') repeat-x;
	height: 6px;
	width: 100%;
}
/*
--End Alert Boxes
*/

/*
--Begin Status Icons
*/
SPAN.status_noncritical
{
	background: url('../images/nonCritical_16.png') no-repeat left center;
	padding-left: 16px;
	padding-top: 2px;
}

SPAN.status_ok
{
	background: url('../images/statusOK_16.png') no-repeat left center;
	padding-left: 16px;
	padding-top: 2px;
}
SPAN.status_check
{
	background: url('../images/check_16.png') no-repeat left center;
	padding-left: 16px;
	padding-top: 2px;
}
SPAN.status_critical
{
	background: url('../images/critical_16.png') no-repeat left center;
	padding-left: 16px;
	padding-top: 2px;
}
SPAN.status_unknown
{
	background: url('../images/statusUnknown_16.png') no-repeat left center;
	padding-left: 16px;
	padding-top: 2px;
}

/*
--End Status Icons
*/

/*
--Begin Action Icons
*/
SPAN.action_info_16
{
	background: url('../images/info_16.png') no-repeat left center;
	padding-left: 16px;
	padding-top: 2px;
}
SPAN.action_info_reverse_16
{
	background: url('../images/info_reverse_16.png') no-repeat left center;
	padding-left: 16px;
	padding-top: 2px;
}
SPAN.action_delete_16
{
	background: url('../images/delete_16.png') no-repeat left center;
	padding-left: 16px;
	padding-top: 2px;
}
SPAN.action_delete_disabled_16
{
	background: url('../images/delete_dis_16.png') no-repeat left center;
	padding-left: 16px;
	padding-top: 2px;
}
SPAN.action_abort_16
{
	background: url('../images/abort_16.png') no-repeat left center;
	padding-left: 16px;
	padding-top: 2px;
}
SPAN.action_abort_disabled_16
{
	background: url('../images/abort_dis_16.png') no-repeat left center;
	padding-left: 16px;
	padding-top: 2px;
}
SPAN.action_suspend_16
{
	background: url('../images/suspend_16.png') no-repeat left center;
	padding-left: 16px;
	padding-top: 2px;
}
SPAN.action_suspend_disabled_16
{
	background: url('../images/suspend_dis_16.png') no-repeat left center;
	padding-left: 16px;
	padding-top: 2px;
}
SPAN.action_resume_16
{
	background: url('../images/resume_16.png') no-repeat left center;
	padding-left: 16px;
	padding-top: 2px;
}
SPAN.action_resume_disabled_16
{
	background: url('../images/resume_dis_16.png') no-repeat left center;
	padding-left: 16px;
	padding-top: 2px;
}
SPAN.action_launch_16
{
	background: url('../images/launch_16.png') no-repeat left center;
	padding-left: 16px;
	padding-top: 2px;
}
SPAN.action_launch_disabled_16
{
	background: url('../images/launch_dis_16.png') no-repeat left center;
	padding-left: 16px;
	padding-top: 2px;
}
SPAN.action_calendar_16
{
	background: url('../images/calendar_16.png') no-repeat left center;
	padding-left: 16px;
	padding-top: 2px;
}
SPAN.action_calendar_disabled_16
{
	background: url('../images/calendar_dis_16.png') no-repeat left center;
	padding-left: 16px;
	padding-top: 2px;
}
SPAN.action_note_16
{
	background: url('../images/note_16.png') no-repeat left center;
	padding-left: 16px;
	padding-top: 2px;
}
SPAN.action_notice_16
{
	background: url('../images/notice_16.png') no-repeat left center;
	padding-left: 16px;
	padding-top: 2px;
}
SPAN.action_header_close_16
{
	background: url('../images/header_close_16.png') no-repeat left center;
	padding-left: 16px;
	padding-top: 2px;
}
SPAN.action_header_open_16
{
	background: url('../images/header_open_16.png') no-repeat left center;
	padding-left: 16px;
	padding-top: 2px;
}

SPAN.action_container_close_16
{
	background: url('../images/container_close_16.png') no-repeat left center;
	padding-left: 16px;
	padding-top: 2px;
}
SPAN.action_container_open_16
{
	background: url('../images/container_open_16.png') no-repeat left center;
	padding-left: 16px;
	padding-top: 2px;
}
SPAN.action_print_16
{
	background: url('../images/print_16.png') no-repeat left center;
	padding-left: 16px;
	padding-top: 2px;
}
SPAN.action_print_disabled_16
{
	background: url('../images/print_dis_16.png') no-repeat left center;
	padding-left: 16px;
	padding-top: 2px;
}
SPAN.action_export_16
{
	background: url('../images/export_16.png') no-repeat left center;
	padding-left: 16px;
	padding-top: 2px;
}
SPAN.action_export_disabled_16
{
	background: url('../images/export_dis_16.png') no-repeat left center;
	padding-left: 16px;
	padding-top: 2px;
}
SPAN.action_email_16
{
	background: url('../images/email_16.png') no-repeat left center;
	padding-left: 16px;
	padding-top: 2px;
}
SPAN.action_email_disabled_16
{
	background: url('../images/email_dis_16.png') no-repeat left center;
	padding-left: 16px;
	padding-top: 2px;
}
SPAN.action_refresh_16
{
	background: url('../images/refresh_16.png') no-repeat left center;
	padding-left: 16px;
	padding-top: 2px;
}
SPAN.action_refresh_disabled_16
{
	background: url('../images/refresh_dis_16.png') no-repeat left center;
	padding-left: 16px;
	padding-top: 2px;
}
SPAN.action_help_16
{
	background: url('../images/help_16.png') no-repeat left center;
	padding-left: 16px;
	padding-top: 2px;
}
SPAN.action_help_disabled_16
{
	background: url('../images/help_dis_16.png') no-repeat left center;
	padding-left: 16px;
	padding-top: 2px;
}
/*
--End Action Icons
*/

/*
-Begin Group Box Styles
*/

DIV.groupbox_padding
{
	padding: 9px;
	position: relative;
}
DIV.groupbox_position
{
	padding: 3px 0px 0px;
}
DIV.groupbox_title
{
	position: absolute;
	left: 15px;
	top: 5px;
	background-color: #FFF;
	z-index: 10;
	padding: 0px 2px;
}
DIV.groupbox_outer
{
	border: solid 1px #d5d7d8;
	padding: 0px;
}
DIV.groupbox_inner
{
	border: solid 1px #ecf8ff;
	padding: 9px;
}
/*
-End Group Box Styles
*/

/*
-Begin Progress Bar
*/

#progressPage
{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
.progressBackground
{
	filter: Alpha(Opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
	width: 100%;
	height: 100%;
	background-color: #999999;
	position: absolute;
	z-index: 500;
	top: 0px;
	left: 0px;
}
.progressContainer
{
	position: absolute;
	width: 195px;
	left: 50%;
	z-index: 750;
}
#progressGraphic
{
	background: url('../images/circularprogress.gif') no-repeat scroll center center;
	left: -96px;
	z-index: 1000;
	width: 195px;
	height: 200px;
	padding: 0px;
	position: relative;
}
#progressGraphicNone
{
	left: -96px;
	z-index: 1000;
	width: 195px;
	height: 200px;
	padding: 0px;
	position: relative;
}

table.container td span.header {
  background: url('../images/nosort_arrow.png')  no-repeat scroll center center;
    width: 10px;
    height: 10px;
    border: 0;
    padding: 0;
    right:0px
}

table.container td span.headerSortUp {
  background: url('../images/sort_descending_arrow.png')  no-repeat scroll center center;
    width: 10px;
    height: 10px;
    border: 0;
    padding: 0;
    right:0px
}

table.container td span.headerSortDown {
  background: url('../images/sort_ascending_arrow.png')  no-repeat scroll center center;
    width: 10px;
    height: 10px;
    border: 0;
    padding: 0;
    right:0px
}

table.container  thead  tr  td.headerSortUp, table.container  thead tr  td.headerSortDown{
background-image: url('../images/container_top_gradient_sorted.png');
}

.pageTitle {
color:#000000;
font-family:"arial narrow",sans-serif;
font-size:23px;
font-weight:normal;
white-space: nowrap;
padding: 0 0 0 8px;
}


/*
-End Progress Bar
*/
