/* At-Rules */
@charset "iso-8859-1"; 

/*****************************************************************************/
/* common classes */
/*****************************************************************************/

body {margin:0px; font-family: Verdana, Arial, Helvetica;}

a {font-weight: normal; color: #0000ff; text-decoration: none; font-family: Verdana, Arial, Helvetica}

h4 {color: #000000; font-family: Verdana, Arial, Helvetica; font-size: 13px; font-weight: bold; height: 18px; margin-bottom: 2px}

img {border: 0px solid black} 

td {font-size: 13px;font-family: Verdana, Arial, Helvetica;}

th {color: #ffffff; font-family: Verdana, Arial, Helvetica; text-align: left}

p {font-size: 13px; font-family: Verdana, Arial, Helvetica}

select {font-size: 11px; font-family: Verdana, Arial, Helvetica}

textarea {font-size: 11px; font-family: Verdana, Arial, Helvetica}

input {font-size: 11px; font-family: Verdana, Arial, Helvetica}

input.button {
	background:transparent url(/resource/yui/css/sprite.png) repeat;
	border-color:#808080;
	border-style:solid;
	border-width:1px 1pt;
	margin:auto 0.25em;

	color:#000000;
	font-size:93%;
	font-weight: bold; 
	line-height:2;
	min-height:2em;
	padding:0px 10px;

}


input.button_small {	
	background:transparent url(/resource/yui/css/sprite.png) repeat;
	border-color:#808080;
	border-style:solid;
	border-width:1px 1pt;
	margin:auto 0.25em;

	color:#000000;
	font-size:93%;
	font-weight: bold; 
	line-height:2;
	min-height:2em;
	padding:0px 10px;
}

input.button_long {
	background:transparent url(/resource/yui/css/sprite.png) repeat;
	border-color:#808080;
	border-style:solid;
	border-width:1px 1pt;
	margin:auto 0.25em;

	color:#000000;
	font-size:93%;
	font-weight: bold; 
	line-height:2;
	min-height:2em;
	padding:0px 10px;
}

hr {color: #202020; height:1px;}

option, option.normal {font-family: Verdana, Arial, Helvetica; font-size: 12px; color: #000000; background-color: #FFFFFF}

option.grey {font-family: Verdana, Arial, Helvetica; font-weight: normal; font-size: 12px; color: #A4ACAB; background-color: #FFFFFF}

input.checkbox_tri {background-image: url(/resource/images/tri_greycheck.gif); height: 13px; width: 13px; margin: 3px 3px; vertical-align: text-bottom; border:0px; cursor: default; font-size: 0px}

input.checkbox_on {background-image: url(/resource/images/tri_check.gif); height: 13px; width: 13px; margin: 3px 3px; vertical-align: text-bottom; border:0px; cursor: default; font-size: 0px}

input.checkbox_off {background-image: url(/resource/images/tri_nocheck.gif); height: 13px; width: 13px; margin: 3px 3px; vertical-align: text-bottom; border:0px; cursor: default; font-size: 0px}

input.checkbox_on_disabled {background-image: url(/resource/images/tri_check_disabled.gif); height: 13px; width: 13px; margin: 3px 3px; vertical-align: text-bottom; border:0px; cursor: default; font-size: 0px}
input.checkbox_off_disabled {background-image: url(/resource/images/tri_nocheck_disabled.gif); height: 13px; width: 13px; margin: 3px 3px; vertical-align: text-bottom; border:0px; cursor: default; font-size: 0px}

/*****************************************************************************/
/* main frame */
/*****************************************************************************/

body.main {background-color: #FFFFFF; margin:0px; width:100%}

table.container {background-color: #FFFFFF; width:100%; border: 1px solid #9A9A9A}

table.container td {font-family: Verdana, Arial, Helvetica; color: #000000}

table.dialog {font-family: Verdana, Arial, Helvetica; color: #000000; background-color:white; border: 0px solid #9A9A9A; width: 100%}

table.dialog table.header {color: white;background:transparent url(/resource/yui/css/sprite.png) repeat-x scroll 0px -2150px; width:100%; height:25px; font-weight:bold; text-align:left; }
table.dialog table.header {color: white; background:transparent url(/resource/yui/css/sprite.png) repeat-x scroll 0px -2150px;height:20px; width:100%; font-weight:bold; text-align:left; }
table.dialog table.header td {color: white; font-size: 13px; font-weight:bold; text-align:left; padding-left: 10px}
table.dialog table.header a {color: white; font-size: 13px; font-weight:bold; padding-left: 10px}
table.dialog table.header a:hover {color: #990000; font-size: 13px; font-weight:bold; padding-left: 10px}

table.dialog table.dark  {width:100%; height:48px; font-weight:bold; text-align:left; }
table.dialog table.dark tr {background:transparent url(/resource/yui/css/sprite.png) repeat-x scroll 0px -2150px;height:20px;}
table.dialog table.dark td {font-size: 13px; font-weight:bold; text-align:left; padding-left: 10px}
table.dialog table.dark tr.dark {BACKGROUND-COLOR: #c0d4d4; width:100%; height:20px; FONT-SIZE: 10px; VERTICAL-ALIGN:middle;}

table.body td {font-size: 11px; padding: 1px 1px; }
table.body td.error {color:#ff0000; font-weight:bold}
table.bodyindent td {font-size: 11px; padding: 1px 0px 1px 0px; }
table.dialog td.body {font-size: 11px;}
table.dialog div.division{background:#e9f7f7;overflow:auto;height:25em;width:800px; padding:0 0 0 0;border-left:1px solid #404040;border-top:1px solid #404040;border-bottom:1px solid #d4d0c8;border-right:1px solid #d4d0c8;}
table.dialog div.division table.infor{background-color: #cccccc; width: 100%; border: 1px solid #9BC6B7; font-family: Verdana, Arial, Helvetica; font-size: 11px}
table.dialog div.division table.infor td{background-color: #f7f7f7; border-top: 1px solid #a3e6c6; color: #000000; font-family: Verdana, Arial, Helvetica; font-size: 11px; padding-bottom: 3px; padding-left: 5px; padding-right: 2px; padding-top: 3px; vertical-align: top}
table.dialog div.division table.infor td.sepa{background-color: #aaaaaa; border-collapse: collapse; border-width: 0; margin:0; color: #000000; font-family: Verdana, Arial, Helvetica; font-size: 11px; padding-bottom: 3px; padding-left: 2px; padding-right: 2px; padding-top: 3px; vertical-align: top}
table.dialog div.division table.infor tr.heading1 td {background:transparent url(/resource/yui/css/sprite.png) repeat-x scroll 0px -2150px; background-color: #999999; color: #000000; font-family: Verdana, Arial, Helvetica; font-size: 11px; font-weight: bold; height: 18px; text-align: center; vertical-align: middle}
table.dialog div.division table.infor tr.selected td {background-color: #ffff00; color: #000000; font-family: Verdana, Arial, Helvetica; font-size: 11px; text-align: center; vertical-align: middle}
table.dialog div.division table.infor tr.selectedspecial td {background-color: #f7f7f7; color: #000000; font-family: Verdana, Arial, Helvetica; font-size: 11px; text-align: center; vertical-align: middle}
table.dialog div.division table.infor tr.separate {background-color: #aaaaaa; border-collapse: collapse; border:0; color: #000000; font-family: Verdana, Arial, Helvetica; font-size: 10px; text-align: center; vertical-align: middle}

TABLE.dialog TABLE.inherit {WIDTH: 100%; PADDING-RIGHT: 10px; PADDING-LEFT: 10px; FONT-SIZE: 11px; PADDING-BOTTOM: 5px; PADDING-TOP: 1px}

table.container table.footer {width:100%; height:30px; margin-top:10px;}
table.container table.footer td {font-size: 11px; font-weight:bold; text-align:center; background:none repeat scroll 0 0 #F2F6FA;}

body table.footer {width:100%; height:30px; margin-top:10px;}
body table.footer td {font-size: 11px; font-weight:bold; text-align:center; background:none repeat scroll 0 0 #F2F6FA;}

table.dialog table.body td {padding: 3px 10px}
table.dialog table.body td.td-indent-level1 {padding-left: 20px;}
td.td-indent-level1 {padding-left: 20px;}
table.dialog table.bodyindent td {padding: 3px 0px 3px 0px; text-indent: 0px}
table.dialog table.body td.confirm {color:#ff0000; font-weight:bold; text-align:center; height:100px; border:1px}

table.dialog table.body table.nopadding td {padding: 0px 0px}
table.dialog table.body tr.dark {
	background-color:#9A9A9A;
	padding: 0px 0px
}

table.container tr.dark {background-color: #1D1D1D; height: 24px; border: 0px solid #E6E6E6}

table.container tr.dark td 
{
	background:transparent url(/resource/yui/css/sprite.png) repeat-x scroll 0px -2150px; 
	background-color: #1D1D1D; 
	color:white;
	font-size: 13px;
}

TABLE.container TR.dark TABLE.dark {
	BACKGROUND-COLOR: #c0d4d4; WIDTH: 100%
}
TABLE.container TR.dark TD.table TABLE.dark TR {background:transparent url(/resource/yui/css/sprite.png) repeat-x scroll 0px -2150px;height:20px; width:100%;}
TABLE.container TR.dark TABLE.dark TD { PADDING-LEFT: 5px; FONT-SIZE: 11px;}
TABLE.container TR.dark TABLE.dark DIV {
	BORDER-RIGHT: #ffffff 0px solid; PADDING-RIGHT: 5px; BORDER-TOP: #ffffff 0px solid; PADDING-LEFT: 15px; PADDING-BOTTOM: 0px; PADDING-TOP: 3px; BORDER-BOTTOM: #ffffff 0px solid; BACKGROUND-COLOR: #c0d4d4; TEXT-ALIGN: right; FONT-SIZE:10px
}
TABLE.container TR.dark TABLE.dark TR.action {width:100%; height:20px; FONT-SIZE: 10px; VERTICAL-ALIGN:middle;}
TABLE.container TR.dark TD.table TABLE.dark TR.prompt {background-image:none; BACKGROUND-COLOR: #c0d4d4; width:100%; height:30px; FONT-SIZE: 11px; VERTICAL-ALIGN:middle;}
TABLE.container TR.dark TD.table TABLE.dark TR.prompt TD { BACKGROUND-COLOR: #c0d4d4; PADDING-LEFT: 5px; FONT-SIZE: 11px;}

table.container tr.top_dialog {background-color: #d4d4d4}

table.container tr.top_dialog td {background-color: #d4d4d4; font-size: 13px; padding: 3px 5px 3px 5px}

table.container tr.head {background-color: #DFDFDF}

table.container tr.head td {background-color: #E6E6E6; font-size: 11px; border-bottom: 1px solid #9A9A9A; border-top: 1px solid #E2E2E2; border-right: 0px solid #ffffff; padding: 3px 5px 1px 15px}

table.container td.label {text-align: right; font-size: 11px; padding: 3px 3px 1px 3px}

table.container a {color: #000000; text-decoration: underline; font-weight: bold}
table.container a:hover {color: #990000; text-decoration: underline; font-weight: bold}

table.container table.list {background-color: #E6E6E6; font-family: Verdana, Arial, Helvetica; font-size: 11px; width: 100%; margin-bottom:0px}

table.list td {height: 18px; background-color: #FFF; font-size: 11px; color: #000000; font-family: Verdana, Arial, Helvetica; text-align: center; padding-bottom: 0px; padding-left: 2px; padding-right: 2px; padding-top: 0px; vertical-align: middle}

table.list tr.over td {background-color: #F9FAB5; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #CAE2D7}

TABLE.list TR.devpanel TD {
	PADDING-RIGHT: 2px; PADDING-LEFT: 2px; FONT-SIZE: 11px; PADDING-BOTTOM: 0px; VERTICAL-ALIGN: middle; COLOR: #000000; PADDING-TOP: 0px; FONT-FAMILY: Verdana, Arial, Helvetica; BACKGROUND-COLOR: transparent; TEXT-ALIGN: center
}

TABLE.list TR.devpanel TD.normal {
	PADDING-RIGHT: 2px; PADDING-LEFT: 2px; FONT-SIZE: 11px; PADDING-BOTTOM: 0px; VERTICAL-ALIGN: middle; COLOR: #000000; PADDING-TOP: 0px; FONT-FAMILY: Verdana, Arial, Helvetica; BACKGROUND-COLOR: #C1DCDC; TEXT-ALIGN: center
}

table.list tr.groupmember td {background-color:white}

TABLE.list TD.noalign {
	PADDING-RIGHT: 2px; PADDING-LEFT: 2px; FONT-SIZE: 10px; PADDING-BOTTOM: 0px; VERTICAL-ALIGN: middle; COLOR: #000000; PADDING-TOP: 0px; FONT-FAMILY: Verdana, Arial, Helvetica; BACKGROUND-COLOR: #c1dcdc
}
TABLE.list TD.uptodate {
	PADDING-RIGHT: 2px; PADDING-LEFT: 2px; FONT-SIZE: 10px; PADDING-BOTTOM: 0px; VERTICAL-ALIGN: middle; COLOR: #000000; PADDING-TOP: 0px; FONT-FAMILY: Verdana, Arial, Helvetica; BACKGROUND-COLOR: #90ee90
}
TABLE.list TD.initial {
	PADDING-RIGHT: 2px; PADDING-LEFT: 2px; FONT-SIZE: 10px; PADDING-BOTTOM: 0px; VERTICAL-ALIGN: middle; COLOR: #000000; PADDING-TOP: 0px; FONT-FAMILY: Verdana, Arial, Helvetica; BACKGROUND-COLOR: #90ee90
}
TABLE.list TD.obsolete {
	PADDING-RIGHT: 2px; PADDING-LEFT: 2px; FONT-SIZE: 10px; PADDING-BOTTOM: 0px; VERTICAL-ALIGN: middle; COLOR: #000000; PADDING-TOP: 0px; FONT-FAMILY: Verdana, Arial, Helvetica; BACKGROUND-COLOR: #ffff00
}
TABLE.list TD.failed {
	PADDING-RIGHT: 2px; PADDING-LEFT: 2px; FONT-SIZE: 10px; PADDING-BOTTOM: 0px; VERTICAL-ALIGN: middle; COLOR: #000000; PADDING-TOP: 0px; FONT-FAMILY: Verdana, Arial, Helvetica; BACKGROUND-COLOR: #ff0000
}

table.list tr.heading {background-color: #669999}

table.list tr.odd td {height: 18px; background-color: #EDF5FF; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #E6E6E6}
table.list tr.notSupported td.left {background-color: #ee0000; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #E6E6E6}
table.list tr.notSupported td {background-color: #ee0000; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #E6E6E6}
TABLE.list TR.odd TD.noborder {
	BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BACKGROUND-COLOR: #EDF5FF; BORDER-RIGHT-WIDTH: 0px
}
table.list tr.highlight td {height: 10px; background-color: #FFEECC; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #CFD3D7}

table.list tr.critical td a:hover {background-color: #E0EEE0; color: #990000; text-decoration: underline; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #E6E6E6}

/* #ffa0a0, #ff50a8, #ffd850, #ffffb0, #c8c8ff, #cceedd, #e8e8e8, #ffffff */
/* e0eee0 - bd0000, f0f9f0 - e56109/1500b5 */

table.list tr.log_emergency td {text-align: left; background-color: #ffa0a0; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #E6E6E6}
table.list tr.emergency td {text-align: left; background-color: #ffa0a0; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #E6E6E6}

table.list tr.log_alert td {text-align: left; background-color: #ffc0a3; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #E6E6E6}
table.list tr.alert td {text-align: left; background-color: #ffc0a3; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #E6E6E6}

table.list tr.log_critical td {text-align: left; background-color: #ffd850; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #E6E6E6}
table.list tr.critical td {text-align: left; background-color: #ffd850; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #E6E6E6}

table.list tr.log_error td {text-align: left; background-color: #ffffb0; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #E6E6E6}
table.list tr.error td {text-align: left; background-color: #ffffb0; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #E6E6E6}

table.list tr.log_warning td {text-align: left; background-color: #c8c8ff; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #E6E6E6}
table.list tr.warning td {text-align: left; background-color: #c8c8ff; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #E6E6E6}

table.list tr.log_notice td {text-align: left; background-color: #cceedd; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #E6E6E6}
table.list tr.notice td {text-align: left; background-color: #cceedd; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #E6E6E6}

table.list tr.log_information td {text-align: left; background-color: #e8e8e8; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #E6E6E6}
table.list tr.information td {text-align: left; background-color: #e8e8e8; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #E6E6E6}

table.list tr.log_debug td {text-align: left; background-color: #c1dcdc; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #E6E6E6}
table.list tr.debug td {text-align: left; background-color: #c1dcdc; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #E6E6E6}

table.list tr.heading td {background-color: #C0C0C0; height: 18px; text-align: center; vertical-align: middle; border-right-width: 0px; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #E6E6E6}
table.list td.key {background-color: #666666; color: #ffffff; text-decoration: underline; font-weight: bold;cursor: pointer}
table.list tr.odd td.key {background-color: #666666; color: #ffffff; text-decoration: underline; font-weight: bold;cursor: pointer}

table.list td.keydown {background-color: #D9DCD3; text-decoration: underline; font-weight: bold; color: #000000}
table.list tr.odd td.keydown {background-color: #EDEEEC; text-decoration: underline; font-weight: bold; color: #000000}

table.list td.action {height: 18px; text-align: center; vertical-align: middle}

/*left alignment */

table.list td.left {
 	padding-top: 1px; 
 	padding-bottom: 1px; 
 	text-align: left;
 	vertical-align: middle
}


table.list tr.heading td.left{text-align: left}

table.list a {font-weight: bold}
table.list a:hover {color: #990000; text-decoration: underline; font-weight: bold}

TABLE.list TR.group TD {
	BACKGROUND-COLOR: #CCCCCC; COLOR: #0000FF
}
TABLE.list TR.tree_group TD {
	BACKGROUND-COLOR: #CCCCCC; COLOR: #0000FF
}
TABLE.list TR.override TD {
	COLOR: RED
}
TABLE.list TR.gray TD {
	COLOR: GRAY
}
TABLE.list TR.tree_override TD {
	background-color: #E0EEE0; COLOR: RED; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #E6E6E6}

table.plainwborder{background-color: #99cccc; width: 100%; font-family: Verdana, Arial, Helvetica; font-size: 11px}
table.plainwborder td {background-color: #C1DCDC;}

table.db_intf {background: #e9f7f7 url(/resource/images/bg_intf.gif) no-repeat; width: 100%; border: 1px solid #9BC6B7; font-family: Verdana, Arial, Helvetica; font-size: 11px}

table.infotable {background-color: #7F7F7F; width: 100%; border: 1px solid #7F7F7F; font-family: Verdana, Arial, Helvetica; font-size: 11px}

table.infotable td {background-color: #FFF; border-top: 1px solid #E6E6E6; color: #000000; font-family: Verdana, Arial, Helvetica; font-size: 11px; vertical-align: top; text-align: left; height: 20px}

table.infotable tr.highlight td {background-color: #FFEECC; border-top: 1px solid #E6E6E6; color: #000000; font-family: Verdana, Arial, Helvetica; font-size: 11px; vertical-align: top; text-align: left; height: 20px;padding: 3px 10px}

table.infotable td.plain {background-color: #FFF; border: 0px; font-family: Verdana, Arial, Helvetica; font-size: 11px; padding: 0px 0px 0px 0px; vertical-align: top}

table.infotable td.dotted {background-color: #E6E6E6; border-top: 1px dashed #E6E6E6; color: #000000; font-family: Verdana, Arial, Helvetica; font-size: 11px; padding: 0px 0px 0px 0px; vertical-align: top}

table.infotable a {color: #000000}

table.infotable a:hover {color: #990000; text-decoration: underline}

table.infotable tr.heading td {
	background:transparent url(/resource/yui/css/sprite.png) repeat-x scroll 0px -2150px;
	background-color: #1D1D16; 
	color: white; 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold;  
	text-align: left; 
	vertical-align: middle; 
	border: 0px;
	height: 20px;
}
table.infotable tr.noborder td {background-color: #FFF; border: 0; color: #000000; font-family: Verdana, Arial, Helvetica; font-size: 11px; vertical-align: top; text-align: left; height: 20px}


table.infotable tr.heading_secip td {background:transparent url(/resource/yui/css/sprite.png) repeat-x scroll 0px -2150px; background-color: #FFFFFF; color: #000000; font-family: Verdana, Arial, Helvetica; font-size: 11px; font-weight: bold; vertical-align: middle}
table.infotable tr.selected td {background-color: #ffff00; color: #000000; font-family: Verdana, Arial, Helvetica; font-size: 11px; text-align: center; vertical-align: middle}
table.infotable tr.selectedspecial td {background-color: #e9f7f7; color: #000000; font-family: Verdana, Arial, Helvetica; font-size: 11px; text-align: center; vertical-align: middle}
table.infotable tr.separate td {background-color: #dddddd; color: #000000; font-family: Verdana, Arial, Helvetica; font-size: 10px; text-align: center; vertical-align: middle}

table.infotable tr.over td {background-color: #F9FAB5; border-top: 1px solid #a3e6c6; color: #003431; font-family: Verdana, Arial, Helvetica; font-size: 11px; padding-bottom: 3px; padding-left: 5px; padding-right: 2px; padding-top: 3px; vertical-align: top}

table.infotable-border {background-color: #FFF; width: 100%; font-family: Verdana, Arial, Helvetica; font-size: 11px}
table.infotable-border td {background-color: #FFF; border: 1px solid #E6E6E6; color: #000000; font-family: Verdana, Arial, Helvetica; font-size: 11px; vertical-align: top; text-align: left; height: 20px}
table.infotable-border td.td-center{
	text-align: center;
	vertical-align:middle;
}

table.divtable {background-color: #FFFFFF; width: 100%; border: 0px; font-family: Verdana, Arial, Helvetica; font-size: 11px}
table.divtable tr.odd {	BACKGROUND-COLOR: #E0EEEE;}
table.divtable tr.even { BACKGROUND-COLOR: #FFFFFF;}

table.matrix {background-color: #cccccc; width: 80%; border: 1px solid #CBC6B7; font-family: Verdana, Arial, Helvetica; font-size: 10px}

table.matrix td {background-color: #ffffff; border-top: 1px solid #a3e6c6; color: #000000; font-family: Verdana, Arial, Helvetica; font-size: 11px; padding-bottom: 3px; padding-left: 5px; padding-right: 2px; padding-top: 3px; text-align: center; vertical-align: middle}

table.matrix a {color: #6A7A6A}

table.matrix a:hover {color: #990000; text-decoration: underline}

table.matrix tr.heading {background-color: #999999}
table.matrix td.active {vertical-align: middle; background-color: #f3fac1; padding: 1px 2px 1px 2px}
table.matrix td.notactive {vertical-align: middle; background-color: #ffffff; padding: 1px 2px 1px 2px}

table.matrix tr.heading td {background:transparent url(/resource/yui/css/sprite.png) repeat-x scroll 0px -2150px; background-color: #669999; color: #000000; font-family: Verdana, Arial, Helvetica; font-size: 11px; font-weight: bold; height: 18px; vertical-align: middle}

table.graph {border-top: 1px solid #229483; border-bottom: 1px solid #229483; border-left: 1px solid #229483; border-right: 0px solid #229483; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px}

table.graph td {border-right: 1px solid #73AAA2; padding: 0px 0px 0px 0px}
td.graph_red {background: url(/resource/images/graph_on_red.gif); border-right: 1px solid #73aaa2; padding: 0px 0px 0px 0px}
table.graph tr {border-right: 1px solid #73aaa2; padding: 0px 0px 0px 0px}

table.chart {border-top: 0px solid #229483; border-bottom: 0px solid #229483; border-left: 0px solid #229483; border-right: 0px solid #229483; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px}

table.chart td {border-top: 0px solid #229483; border-bottom: 0px solid #229483; border-left: 0px solid #229483; border-right: 0px solid #229483; padding: 0px 0px 0px 0px}
table.chart tr {border-top: 0px solid #229483; border-bottom: 0px solid #229483; border-left: 0px solid #229483; border-right: 0px solid #229483; padding: 0px 0px 0px 0px}

td.heading {font-weight: bold; font-size: 11px; font-family: Verdana, Arial, Helvetica}

table.cont {font-weight: bold; font-size: 11px; width: 100%; font-family: Verdana, Arial, Helvetica}

a.error {background-color: #E0EEE0; text-decoration: none; color: #BD0000; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #E6E6E6} 

table.normal {font-size: 11px; width: 100%; font-family: Verdana, Arial, Helvetica; background-color: #ddeeee}

table.normal td {font-size: 11px; color: #000000; font-family: Verdana, Arial, Helvetica; background-color: #ddeeee}

table.config {width:100%}

table.config tr td.name_level1 {font-family: Verdana, Arial, Helvetica; font-size: 11px; text-align: left; padding-left: 30px; background-color: #FFFFE0; border-right: 1px solid #C1DCDC}

table.config tr td.status_level1 {background-color:#FFFFE0}

table.config tr td.name_level2 {font-family: Verdana, Arial, Helvetica; font-size: 11px; text-align: left; padding-left: 60px; background-color: #FFFFE0; border-top: 1px solid #C1DCDC; border-right: 1px solid #C1DCDC}

table.config tr td.status_level2 {background-color: #FFFFE0;border-top: 1px solid #C1DCDC}

table.panel {}

table.panel tr td.number {font-size: 9px; color: #ffffff; font-family: Verdana, Arial, Helvetica; text-align: center; padding: 0 0 0 0}

table.panel tr td.image {padding: 0 0 0 0}

table.panel tr td.highlight {padding: 0 0 0 0; border-left: 1px solid red; border-right: 1px solid red; border-bottom: 1px solid red; border-top: 1px solid red}

/*****************************************************************************/
/* mainnav frame */
/*****************************************************************************/

body.mainnav {margin:15px 3px 0px 0px; background-color: #1D7D76}

table.mainnav {width: 135px}

td.menu_spacer1 {height:2px}

td.menu_spacer2 {height:0px}

td.menu_level1 {background: url(../images/bglevel1_2.gif); color: #ffffff; cursor: pointer; font-family: Verdana, Arial, Helvetica; font-size: 12px; font-weight: bold; width: 138px; height: 28px; background-REPEAT: no-repeat; vertical-align: middle; padding-left: 21px; padding-top: 2px}

td.menu_level12 {background: url(../images/bglevel1_1.gif); color: #7d3333; width: 138px; height: 28px; cursor: pointer; font-family: Verdana, Arial, Helvetica; font-size: 12px; background-REPEAT: no-repeat; font-weight: bold; vertical-align: middle; padding-left: 21px; padding-top: 2px}

td.menu_level1 a {color: #ffffff; cursor: pointer; font-family: Verdana, Arial, Helvetica; font-size: 55px; vertical-align: middle}

td.menu_level1_over {background: url(../images/bglevel1_12.gif); background-repeat: no-repeat; width: 138px; height: 28px; color: #ffffff; cursor: pointer; font-family: Verdana, Arial, Helvetica; font-size: 12px; font-weight: bold; vertical-align: middle; padding-left: 21px; padding-top:2px}

td.menu_level2 {background: url(../images/bglevel2_2.gif); background-repeat: no-repeat; width: 138px; height: 19px; color: #ffffff; cursor: pointer; font-family: Verdana, Arial, Helvetica; font-size: 12px; vertical-align: middle; padding-left: 21px}

td.level2_over {background: url(../images/bglevel2_3.gif); background-repeat: no-repeat; color: #ffffff; cursor: pointer; font-family: Verdana, Arial, Helvetica; font-size: 12px; height: 19px; vertical-align: middle; width: 138px; padding-left: 21px}

td.level2_on {background: url(../images/bglevel2_1.gif); background-repeat: no-repeat; color: #620a0c; cursor: pointer; font-family: Verdana, Arial, Helvetica; font-size: 12px; height: 19px; vertical-align: middle; width: 138px; padding-left: 21px}

td.foldinglist {padding-top: 2px}

/*****************************************************************************/
/* subnav frame */
/*****************************************************************************/

td.clsTab {font-weight: bold; font-size: 11px; vertical-align: middle; cursor: pointer; font-family: Verdana, Arial, Helvetica}

td.clsTab a {font-weight: bold; font-size: 11px; vertical-align: middle; cursor: pointer; color: #000000; font-family: Verdana, Arial, Helvetica}

/*****************************************************************************/
/* header frame */
/*****************************************************************************/


/*****************************************************************************/
/* footer frame */
/*****************************************************************************/
body.footer {font-family: Verdana, Arial, Helvetica; margin:0px}
body.footer table.footer {background: url(../images/footer_pattern.gif); height:19px}
table.footer td {font-size:11px}

/*****************************************************************************/
/* wizard */
/*****************************************************************************/
table.wizard{
border: 0px;
width: 100%;
height: 100%;
background-color: #ddeeee;
}
table.wizard_footer{
background-color: #B5D4CF;
border-top: 1px solid #ffffff;
}
td.wizard_previous{
height: 29px;
background: url(../images/wizard_m3.gif);
background-repeat: no-repeat;
color: #ffffff;
font-weight: normal;
text-align: center;
}
td.wizard_current{
height: 29px;
background: url(../images/wizard_m1.gif);
background-repeat: no-repeat;
color: #990000;
font-weight: bold;
text-align: center;
}
td.wizard_next{
height: 29px;
background: url(../images/wizard_m2.gif);
background-repeat: no-repeat;
color: #ddeeee;
font-weight: normal;
text-align: center;
}

input.button_wizard {
padding: 0px; border:0px; height: 22px; width: 100px; background-image: url(../images/button_wizard.gif); background-repeat: no-repeat; background-color:transparent; font-family: "Verdana", "Tahoma", "Arial"; font-size: 11px; font-weight: bold}
/*****************************************************************************/
/* unknown */
/*****************************************************************************/
/*

a.grey {font-weight: normal; color: #000000; text-decoration: underline}

a.grey:hover {font-weight: normal; color: #0000ff; text-decoration: underline}

table.subcont {background-color: #d5e6e5; padding: 2px 8px 1px 8px}

table.subcont td {color: #003431; font-family: Verdana, Arial, Helvetica; font-size: 11px; padding-bottom: 1px; padding-left: 0px; padding-right: 10px; padding-top: 1px; vertical-align: middle}

td.ttext {font-weight: normal}

td.title {font-weight: bold; font-size: 14px; font-family: Verdana, Arial, Helvetica}

input.frm {font-weight: normal; font-size: 10px}

input.wizard {font-size: 11px; width: 70px; font-family: Verdana, Arial, Helvetica; height: 30px}

table#idTabs td {font-size: 100%}

#foldheader {cursor: pointer}

button {background-color: #008080}

*/

/***************************************************************************/
/* Logo frame */
/***************************************************************************/

.logobody {
	background-color: #000;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 11px;
	vertical-align: middle;
}

div.logobar {
	text-align: right;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

.logobar img.logo {
	position: absolute;
	top: 7px;
	left: 10px;
}

.logobar img.logoutimg {
	position: relative;
	top: 6px;
}

.logobar img.helpbutton {
	position: relative;
	top: 6px;
}

.logobar .logolauncher {
	position: relative;
	vertical-align: middle;
	font-size: 11px;
	width: 200px;
	height: 19px;
	right: 20px;
	padding: 0px;
}

.logolaunchopt {
	font-size: 11px;
	width: 200px;
}

/***************************************************/
/* Common look and feel */
/***************************************************/

td.fgintfport {
        font-size: 9px;
	color: #ffffff;
	font-family: Verdana,Arial,Helvetica;
}
.toolbarbody {
        background-color: #000000;
        margin: 0px 10px 0px 10px;
        padding: 0px;
        border: 0px;
        background-image:   none;
}

.toolbarbody tr {
        background-color: #000000;
        margin: 0px 10px 0px 10px;
        padding: 0px;
        border: 0px;
        height: 50px;
        background-image:   none;
}

.toolbarbody td.no_space {
        height: 48px;
        padding: 0px;
        border: 0px;
        margin: 0px;
        background-image:   none;
        background-color:   #000000;
}

.toolbarbody td {
        height: 46px;
        padding: 1px 6px;
        border: 0px;
        margin: 0px 10px 0px 10px;
        font-size: 12px;
        background-image: url(/resource/images/toolbar/topnav_bg.gif);
        background-repeat: repeat-x;
}

.contenttitle {
	height: 25px;
	border: 1px solid #70ACB4;
	font-size: 11px;
	background: url(/resource/yui/css/tablehdbg.gif);
	color: #000;
}

.contentsubtitle {
	height: 20px;
	border: 0px;
	font-size: 10px;
	color: #000;
	background-color: #B4D0D2;
}

div.infolist {
    background:#fff;
    overflow:auto;
    height:20em;
    padding:5px 0 5px 10px;
    border-left:1px solid #404040;
    border-top:1px solid #404040;
    border-bottom:1px solid #d4d0c8;
    border-right:1px solid #d4d0c8;
}

td.tabletitle, tr.tabletitle, tr.tabletitle td {
	height: 21px;
	background:transparent url(/resource/yui/css/sprite.png) repeat-x scroll 0px -2150px;
	border-top: 1px solid #9AC6B7;
	border-bottom: 1px solid #A3E6C5;
	font-size: 12px;
	color: #000;
}

.monitortitle {
	height: 20px;
	border: 1px solid #C29F9D;
	font-size: 10px;
	color: #000;
	background-color: #F5ECED;
}

/* Page styles */

.bodycontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #DDEEEE;
	margin: 0px;
	color: #000;
}

table.pagecontainer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100%;
	color: #000;
}

.pagecontainer th.pagetitle {
	background:transparent url(/resource/yui/css/sprite.png) repeat-x scroll 0px -2150px;
	vertical-align: middle;
	height: 25px;
	width: 100%;
	text-align: left;
	padding-left: 10px;
	border: 1px solid #70ACB4;
	font-weight: bold;
	color: #000;
}

.pagecontainer td.pagecontent {
	padding: 10px;
	color: #000;
}

/* Status key table style */

.statuskey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #F0F0F0;
	color: #000;
	border: 1px solid #B0B0B0;
	height: 22px;
}

.statuskey td {
	padding-left: 5px;
	padding-right: 5px;
	margin: 0px;
}
.statuskey img {
	padding-left: 10px;
	padding-right: 4px;
}

.statuskey td.statkeycaption {
	background-color: #B0B0B0;
}

/* RTM graph caption style */

.graphcaption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #F5ECED;
	color: #000;
	border: 1px solid #C29F9D;
	height: 20px;
	text-align: center;
	vertical-align: middle;	
}

/* new dialog styles */

table.dlgClass {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	width: 100%;
	background-color: #D6E6E5;
	line-height: 20px;
	border: 1px solid #70ACB4;
	border-top: 0px;
}

table.dlgClass td {
	font-size: 11px;
	padding: 1px 0px 1px 10px;
}

table.dlgClass td.dlgHeader {
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
	height: 25px;
	background:transparent url(/resource/yui/css/sprite.png) repeat-x scroll 0px -2150px;
	border: 1px solid #70ACB4;	
	border-left: 0px;
	border-right: 0px;
}

table.dlgClass td.dlgSubHeader {
	height: 20px;
	font-weight: bold;
	padding: 0px;
	padding-left: 10px;
	background-color: #B4D0D2;
}

table.dlgClass td.dlgDivider {
	border: 1px solid #70ACB4;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
}

/* New error pages */

.errbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #333;
	margin: 0px;
	color: #000;
}

.errbody td.errheader {
	padding-right:10px;
	background: url(/resource/images/logo/logo.gif) no-repeat #000;
	background-position: 10px;
	text-align: right;
	vertical-align: middle;
}

/***************************************************/
/* Dashboard */
/***************************************************/

body.dashboard {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #333;
	margin: 10px;
	color: #fff;
	font-size: 11px;
}

.dashfooter, .dashfooter a, .dashfooter a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #333;
	color: #fff;
	font-size: 11px;	
}

.dashfooter a:hover, .dashfooter a {
	text-decoration: underline;
}

.dashcombo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	color: #000;
	font-size: 11px;	
}


.launchtable {
	background-color: #e9f7f7;
	width: 100%;
	border-left: 1px solid #9AC6B7;
	border-right: 1px solid #9AC6B7;
	border-bottom: 1px solid #9AC6B7;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
}

td.launchicon {
	margin: 10px 0px 10px 0px;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}

.launchicon a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
}

.launcicon a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
}

.bi-loading-status {

  /*position:   absolute;*/

  width:        50%;

  padding: 1px;

  overflow: hidden;  

}

 

.bi-loading-status .text {

  white-space:  nowrap;

  overflow:     hidden;

  width:             100%;

  text-overflow:     ellipsis;

  padding:      1px; 

}

 

.bi-loading-status .progress-bar {

  border:       1px solid ThreeDShadow;

  background:   window;

  height:       15px;

  width:        100%;

  padding: 1px;

  overflow: hidden; 

  

}

 

.bi-loading-status .progress-bar div {

  background:   Highlight;

  overflow: hidden;

  height:       100%;

  filter:       Alpha(Opacity=0, FinishOpacity=100, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=0);

}

 .interim {
 	font-weight: bold;
 	font-size: 26px;
 	font-family: Verdana, Arial, Helvetica;
/* 	color: #FFBB5D; */
   	color: #FDFF67; 
	background-color: #FF8533;
 }

/* color pick matrix */
td.colorgrid { width: 15px; height: 15px;}
td.colorgrid_highlight { width: 15px; height: 15px; border: 2px solid #444;}
td.tab_on {
	color: #FFF;
	font-weight: bold;
}
td.tab_off {
	color: #000;
	font-weight: normal;
}

table.profile_dt {
  background-color: #E6E6E6; 
  font-family: Verdana, Arial, Helvetica; 
  font-size: 11px; 
  margin-bottom:0px
}
table.profile_dt td{
  padding-left: 0px;
  text-align: left;
  vertical-align: middle;
  background-color: #F4F4F4; 
  border-bottom-style: solid; 
  border-bottom-width: 1px; 
  border-bottom-color: #E6E6E6;
}
table.profile_dt td.right{
  padding-right: 0px;
  text-align: right;
}
table.profile_dt tr.heading td{
  background-color: #c0c0c0
}

table.nopadding td {
  padding:0 0 0 0;
}
table.secframe {border-style: groove; border-color: white; border-width: 2px 2px 2px 2px; width: 100%}

table.faceplateinfo {background-color: #FFF; width: 100%; border: 1px solid #9A9A9A; font-family: Verdana, Arial, Helvetica; font-size: 12px}
table.faceplateinfo tr.heading td {
background:transparent url(/resource/yui/css/sprite.png) repeat-x scroll 0px -2150px;
background-color: #1D1D16; 
color: white; 
font-family: Verdana, Arial, Helvetica; 
font-size: 12px; 
font-weight: bold;  
text-align: left; 
vertical-align: middle; 
border: 0px;
height: 20px;
}

.policylist-ul {
  list-style-image:url(/resource/images/dot.gif);
  margin:0;
  padding:0 0 0 20px;
  text-align:left;
  text-indent:-3;
}

.ep-profile-ul {
  list-style-image:url(/resource/images/dot_on.gif);
  margin:0;
  padding:0 0 0 20px;
  text-align:left;
  text-indent:-3;
}

.yui-skin-sam .yui-dt tr.adisabled,
.yui-skin-sam .yui-dt tr.adisabled td.yui-dt-asc,
.yui-skin-sam .yui-dt tr.adisabled td.yui-dt-desc,
.yui-skin-sam .yui-dt tr.adisabled td.yui-dt-asc,
.yui-skin-sam .yui-dt tr.adisabled td.yui-dt-desc {
	opacity : 0.25;
	filter:   alpha(opacity=25);
	background-color: #D4D0C8;
}
*html .yui-skin-sam {
        overflow: auto;
}

table.vdomtable {background-color: #7F7F7F; border: 0px none; font-family: Verdana, Arial, Helvetica; font-size: 11px}

table.vdomtable td {background-color: #FFF; border-top: 1px solid #E6E6E6; color: #000000; font-family: Verdana, Arial, Helvetica; font-size: 11px; vertical-align: top; text-align: left; height: 20px}

table.vdomtable td.plain {background-color: #FFF; border: 0px; font-family: Verdana, Arial, Helvetica; font-size: 11px; padding: 0px 0px 0px 0px; vertical-align: top}

table.vdomtable td.dotted {background-color: #E6E6E6; border-top: 1px dashed #E6E6E6; color: #000000; font-family: Verdana, Arial, Helvetica; font-size: 11px; padding: 0px 0px 0px 0px; vertical-align: top}

table.vdomtable a {color: #000000}

table.vdomtable a:hover {color: #990000; text-decoration: underline}

table.vdomtable tr.heading td {
	background-color: #E6E6E6; 
	color: black; 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 11px; 
	text-align: left; 
	vertical-align: middle; 
	border: 0px;
	height: 20px;
}
div.topdynamic {
	padding-top:28px;
	width:100%;
}
table.list  #yellow_row td {background-color: yellow;}
table.list  #green_row td {background-color: #FFCC99;}
div.dynamicMenuBar {
/*	position: absolute;*/
}
/*hide the top paginator for multiple datable in YUI */
div.multi_table #yui-dt0-paginator0 { 
	display: none; 
}
.oddtr {
background-color: #CBCBCB;
}
tr.oddtr td {
background-color: #CBCBCB;
}
.eventr {
background-color: white;
}
tr.eventr td {
background-color: white;
}
.navbar_bullet { display:block;
		 height: 16px; padding-left: 12px; 
		background: transparent url(/resource/images/bullet_off.gif) no-repeat; 
}

.policylist-img-ul {
  margin:0;
  padding:0 0 0 20px;
  text-align:left;
  text-indent:-3;
}

.togglepanel-fieldset-header-text{
color:#15428B;
font:bold 11px Verdana, Arial, Helvetica;
}
.grayhr {
	background-color: #D1D1D1;
	color: #D1D1D1;
}
.graytr {
	background-color: #F6FAFF;
}
.yui-dt-liner img.center {  
	display: block;   
	margin-left: auto;   
	margin-right: auto; 
}

.ui-comments-text{
	overflow: hidden;
}
.ui-comments-text-mask {
	overflow: hidden;
	color: gray;
}
.ui-comments-remaining{
	font-size: 9px; 
	color: rgb(51, 51, 51);
}

/** twister icon**/
.twister-expanded{
	padding-left:5px;
	background: url("/resource/images/twistie_expanded.gif") no-repeat scroll left top transparent;
}
.twister-collapsed{
	padding-left:5px;
	background: url("/resource/images/twistie_collapsed.gif") no-repeat scroll left top transparent;
}

/* temporary put here*/
table tr.tr_tag td.dep_opt {
  padding-left: 20px;
}

span.tag_list {
    display: inline-block;
    font-size: 9pt;
    line-height: 16px !important;
    text-indent: 0 !important;
    vertical-align: middle;
}

.object_tag {
    background: url("/resource/images/object_tag_sprites.png") no-repeat scroll left top transparent;
    cursor: pointer;
    display: inline-block;
    font-family: Verdana,Arial,sans-serif;
    font-weight: bold;
    height: 16px !important;
    margin: 2px;
    padding: 0 0 0 8px !important;
    text-decoration: none;
    vertical-align: top !important;
    white-space: nowrap;
}
.object_tag:hover{
    background:url("/resource/images/object_tag_sprites.png") no-repeat scroll 0 -96px transparent;
}

.object_tag span.tag_label {
  background: url("/resource/images/object_tag_sprites.png") repeat-x scroll 0 -16px transparent;
  color: #222222;
  display: inline-block;
  height: 100%;
  padding: 0 4px;
  vertical-align: top;
}

.object_tag:hover span.tag_label{
  background:url("/resource/images/object_tag_sprites.png") repeat-x scroll 0 -112px transparent;
  color:#DDDDDD;
}
.object_tag span.tag_tail {
    background: url("/resource/images/object_tag_sprites.png") repeat-x scroll -6px -80px transparent;
    display: inline-block;
    height: 100%;
    margin: 0;
    padding: 0;
    vertical-align: top;
    width: 3px;
}

.object_tag:hover span.tag_tail{
    background:url("/resource/images/object_tag_sprites.png") repeat-x scroll -6px -176px transparent;
    width:3px;

}
.object_tag_add:hover span.tag_tail{
    background-position:0 -128px;
    width:9px;
}

.object_tag_remove span.tag_tail {
    background-position: 0 -48px;
    width: 9px;
}

.object_tag_remove:hover span.tag_tail{
    background-position:0 -144px;
    width: 9px;
}

.object_tag_drop:hover span.tag_tail{
    background-position:0 -160px;
    width: 9px;
}
img.tagSelector-addTag {
    margin: 2px;
    vertical-align: middle;
}
img {
    border: 0 none;
}

.yui-skin-sam .yui-ac-content { /* set scrolling */ 
    max-height:18em;
    overflow:auto;
    overflow-x:hidden; /* set scrolling */ 
    _height:18em; /* ie6 */ 
} 
table.dialog table.body td.td-indent-level1 {padding-left: 20px;}
td.td-indent-level1 {padding-left: 20px;}
/*
 * jQuery UI Slider 1.8.6 Styling
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 7px; height: 14px; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: 14px; }
.ui-slider-horizontal .ui-slider-handle { top: -2px; margin-left: -5px; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-triangle { width: 200px; margin-bottom: 10px; margin-top: 5px; background-image: url(images/slider_triangle_sprites.png); background-repeat: no-repeat; background-position: 0 -44px; border: 0; }
.ui-slider-triangle-indicator { background-image: url(images/slider_triangle_sprites.png); background-repeat: no-repeat; width:200px; height: 22px; background-position: 0 -22px; }
.ui-slider-triangle-indicator div { background-image: url(images/slider_triangle_sprites.png); width: 200px; height: 22px; background-repeat: no-repeat; }
.ui-slider-triangle .ui-slider-handle { background-image: url(images/slider_triangle_sprites.png); background-repeat: no-repeat; background-position: 0 -58px; }

table.dialog table.body td.td-indent-level2 {padding-left: 40px;}
td.td-indent-level2 {padding-left: 40px;}

.action_sprite { background: url("/resource/images/action-sprites.png") no-repeat scroll 0 0 transparent; display: block; height: 16px; line-height: 16px; padding-left: 16px; }
.action_allow { background-position: 0 0;}
.action_warning { background-position: 0 -32px;}
.action_mixed { background-position: 0 -80px;}
.action_block { background-position: 0 -16px;}
.action_authenticate { background-position: 0 -64px;}
.action_monitor { background-position: 0 -48px;}
 .tree_selection_list {
		width: 100%;
		height: 250px;
		border: 1px solid #ccc;
		background-color: white;
		padding: 0px;
		overflow-x:auto;
		overflow-y: scroll;
    }    
  .ygtvcheck0 { background: url(/resource/yui/css/tree/check0.gif) 0 0 no-repeat; width:16px; cursor:pointer }\n
    .ygtvcheck1 { background: url(/resource/yui/css/tree/check1.gif) 0 0 no-repeat; width:16px; cursor:pointer }\n
    .ygtvcheck2 { background: url(/resource/yui/css/tree/check2.gif) 0 0 no-repeat; width:16px; cursor:pointer }\n        
		

