html, body{
	height:100%;
	margin:0 auto;
	padding:0;
	font-family :'Lucida Sans', 'Helvetica', 'Sans-serif', 'sans', sans-serif, 新細明體;
	font-size: 9pt;
	font-style:normal;
	
}

input, select{
	font-family :'Lucida Sans', 'Helvetica', 'Sans-serif', 'sans', sans-serif, 新細明體;
	font-size: 9pt;
	font-style:normal;
}

.feedbackPanelERROR{
	color:red;
	font-size: 10pt;
}

.readonly {
	background-color: #EBEBE4;
	color: gray;	
}

/*========= */
	h1,h2,h3,h4,h5,h6 {color: #E9601A;}
	h2 {color: #000000;}
	h1 {font-size : 1.5em;}
	h2 {font-size : 1.0em;}
	.resource { color : blue; }
	.componenttree { margin-left : 2em; border : 1px solid #ddd; }
	.componenttree { padding : 10px; } 
	.componenttree th { border-bottom : 1px solid #ddd; }
	td > pre { padding : 10px; }

/*=========*/

.hostGroupName{
	font-size: 11pt;
	font-weight: bold;
	color: #999;
}

.autoRefresh{
	float:right;
	font-size:10pt;
	color: #000;
	margin-top:0px;
}

img{
	border: 0px;	
}

#container{
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */

}

#header{
	/*height:46px;*/
	position:relative;
	height: 40px;
	
}

#content{
	margin: 0 1em;
	height:auto !important; /* real browsers */
	height:450px; /* IE6: treaded as min-height*/
	min-height:450px;
	/*position:relative;*/
}

#content_footer{
	padding:18px;
	clear:both;
}

#footer{
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#DDD;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	padding:0.3em 0;
	color:#999999;
}

#footer a{
	color:#888888;
}

#listViewWraper{
	float:right;
	width:100%;	
}

#listView{
	margin: 5px 5px 5px 5px;
}

/*=====Text================================================*/

a {
	color: #c75f3e;
}

.word_break{
	word-break:break-all;
	word-wrap:break-word;
    -moz-binding: url('./wordwrap.xml#wordwrap');
    width: 99%;
    overflow: hidden;
		
}

/*=== Table================================================*/
.tableBorderDiv{
	overflow-x: auto;
	overflow-y: hidden;
	+padding-bottom: 1em;
}

table{
	color: #4f6b72;
	background: #E6EAE9;
	border-left:1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	margin: 0.5em 0;
}

caption {
	padding: 0 0 5px 0;
	width: 700px;	 
	text-align: right;
}

th {
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	text-align: left;
	padding: 0.2em 6px 0.2em 12px;
	background: #CAE8EA url(imgs/bg_header.jpg) no-repeat; 
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	padding: 0.2em 6px 0.2em 12px;
	line-height: 1.5em;
}

tr {
	background: #fff;
	color: #4f6b72;
}


tr.alt {
	background: #F5FAFA;
	color: #797268;
}

tr.select {
	background:#FEF1D8;
	color: #797268;
}

th.spec {
	background: url(imgs/bullet1.gif) no-repeat;
}

th.specalt {
	background: #f5fafa url(imgs/bullet2.gif) no-repeat;
	color: #797268;
}

.pagging{
	margin-right:1em;
	text-align:right;
}

td {
     overflow: hidden;
}


td .iconLink{
	float: right;
	top:0.5em; 
	position: relative;	
}

td .mainName{
	float: left;
	position: relative;	
}


table.fieldTable{
	color: #4f6b72;
	background: #E6EAE9;
}

.fieldTable th.fieldTableTitle {
	background: #CAE8EA url(imgs/bg_header.jpg) no-repeat; 
	
}

.fieldTable th {
	color: #4f6b72;
	letter-spacing: 1px;
	text-align: left;
	padding: 0.2em 6px 0.2em 12px;
	width:35%;
}

.fieldTable td {
	padding: 0.2em 6px 0.2em 12px;
	line-height: 2em;
	vertical-align:top;
	
}

.fieldTable tr {
	background: #fff;
	color: #4f6b72;
}


.fieldTable tr.alt {
	background: #F5FAFA;
	color: #797268;
}

.fieldTable tr.select {
	background:#FEF1D8;
	color: #797268;
}

.fieldTable th.spec {
	line-height: 2em;
	border-right: 1px dotted #C1DAD7;
	background: #fff url(imgs/bullet1.gif) no-repeat;
	vertical-align: top;
}

.fieldTable tr.alt th.spec {
	background: #f5fafa url(imgs/bullet2.gif) no-repeat;
	color: #797268;
}

table.nonborder {
	border: 0;
}

.nonborder td{
	border: 0;
	padding: 0.2em;
}

/*====Sort======================================================*/
th.wicket_orderUp a{
	background: url(imgs/sort_up.gif) no-repeat 0px 3px;
	padding: 0 0 0 1em;
	text-decoration: none;
}

th.wicket_orderDown a{
	background: url(imgs/sort_down.gif) no-repeat 0px 3px;
	padding: 0 0 0 1em;
	text-decoration: none;
}

th.wicket_orderNone a{
	text-decoration: none;
}



/*===Form =========================================================*/

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

/*====Status =======================================================*/

div.language{
	margin-top:10px;
	margin-right:10px;
	float: right;
}

div.loading {
	background: url(imgs/loading.gif) no-repeat;
	width:16px;
	height: 16px;
}

#logoutBlock{
	margin-top:13px;
	margin-right:10px;
	float: right;
	/*width:100px;*/
	text-align:right;
	height:44px;
}

#userInfo{
	font-weight: bold;
	color: blue;
	
}
#logout{
	font-weight: bold;
	margin-left: 0.5em;
}

.ps{
	text-align: left;
	float:left;
	margin-top:5px;
}

.tools{
	text-align: right;
}

.tools input{
	height: 1.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	padding: 0px;
}

form table th.spec{
	text-align: right;
}

/*====Status =======================================================*/


div.status_success{
	background:url(imgs/success.gif) no-repeat;
	width:16px;
	height:16px;
}

div.status_warning{
	background:url(imgs/warning.gif) no-repeat;
	width:16px;
	height:16px;
}

div.status_critical{
	background:url(imgs/critical.gif) no-repeat;
	width:16px;
	height:16px;
}

div.status_unknown{
	background:url(imgs/unknown.gif) no-repeat;
	width:16px;
	height:16px;
}

div.status_unreachable{
	background:url(imgs/unknown.gif) no-repeat;
	width:16px;
	height:16px;
}

div.status_up{
	background:url(imgs/host_play.gif) no-repeat;
	width:16px;
	height:16px;
}

div.status_down{
	background:url(imgs/host_stop.gif) no-repeat;
	width:16px;
	height:16px;
}


div.block_status{
	color:black;
	padding:0 5px;
	margin: 2px 0.25em;
	float: left; 
	cursor: pointer;
	
}


div.block_status span{
	white-space: nowrap;
}

div.block_status.success{
	background:#8FD85F;
}

div.block_status.warning{
	background:#FFCC00;
}

div.block_status.critical{
	background:#FF6600;
}
div.block_status.unknown{
	background:#CCC;
}


.cell_up, th.cell_up{
	background: #19EE11;
	color:black;
}

.cell_down, th.cell_down{
	background-color:#F75454;
	color: black;
}

.cell_unreachable, th.cell_unreachable{
	background-color:Yellow;
}
	
.cell_ok, th.cell_ok{
	background: #19EE11;
	color:black;
}

.cell_warning, th.cell_warning{
	background: Yellow;
}

.cell_critical, th.cell_critical{
	background: #F75454;
	color: black;
}

.cell_unknown, th.cell_unknown{
	background: #CCCCCC;
}

.cell_undetermined, th.cell_undetermined{
	background: #AAAAAA;
	color: black;
}

.cell_unschedule, th.cell_unschedule{
	background: #87CEFF;
}

.cell_up_text{
	color: #66CC00;
	font-weight: bold;
}

.cell_down_text{
	color:red;
	font-weight: bold;
}

.cell_unreachable_text{
	color:#FF9900;
	font-weight: bold;
}
	
.cell_ok_text{
	color: #19EE11;
}

.cell_warning_text{
	color: #FFCC00;
}

.cell_critical_text{
	color: red;
}

.cell_unknown_text{
	color: gray;
}

.cell_undetermined_text{
	color: gray;
	font-weight: bold;	
}

.cell_unschedule{
	background: #00B2EE;
}


.cell_down_text{
	color: red;
}

table.layout {
	border: 0;
}

.layout td {
	border: 0;
}

.nowrap{
	white-space: nowrap;
}

.grayText{
	color: #AAAAAA;
}

.grayBg{
	background-color: #F2F2F2;
	
}

/*===hint ===*/

	.hintLink{
		border-bottom: 1px dotted;
		text-decoration: none;

	}	


	.hintLink:hover{
		position: relative;
	}	

	.hintDetail{
		border:1px solid black;
		word-wrap:break-word;
		position: absolute;
		float: left;
		z-index: 100;
		width: 30em;
		margin: 0;
		padding: 0.5em;
		text-decoration: none;
		text-align: left;
		color: #444444;
		background-color: white;
		top: 1.5em;
		left:0em;
	}
	

	.hintLink .hintDetail {
		display: none;
	}

	.hintLink:hover .hintDetail{
		display: block;

	
	}
	
/*==Icon ==*/

.icon_overrid{
	background: url(imgs/overrid.gif) no-repeat 0px 5px;
	padding-left: 12px;
	width: 16px;
	font-size:14px;
	cursor: default;	
}

.icon_user{
	background: url(imgs/user.gif) no-repeat;
	padding-left: 12px;
	width: 16px;
	font-size:14px;
	cursor: default;	
}

.icon_userGroup{
	background: url(imgs/userGroup.gif) no-repeat;
	padding-left: 12px;
	width: 16px;
	font-size:14px;
	cursor: default;	
}

.icon_host{
	background: url(imgs/host.gif) no-repeat;
	padding-left: 12px;
	width: 16px;
	font-size:14px;
	cursor: default;	
}

.icon_hostGroup{
	background: url(imgs/hostGroup.gif) no-repeat;
	padding-left: 12px;
	width: 16px;
	cursor: default;
	font-size:14px;
}

.icon_template{
	background: url(imgs/template.gif) no-repeat;
	padding-left: 12px;
	width: 16px;
	font-size:14px;
	cursor: default;	
}

.icon_greenBall{
	background: url(imgs/GreenBall.gif) no-repeat;
	padding-left: 12px;
	width: 16px;
	font-size:14px;
	cursor: default;	
}
.icon_redBall{
	background: url(imgs/RedBall.gif) no-repeat;
	padding-left: 12px;
	width: 16px;
	font-size:14px;
	cursor: default;	
}
.icon_yellowBall{
	background: url(imgs/YellowBall.gif) no-repeat;
	padding-left: 12px;
	width: 16px;
	font-size:14px;
	cursor: default;	
}
.icon_grayBall{
	background: url(imgs/GrayBall.gif) no-repeat;
	padding-left: 12px;
	width: 16px;
	font-size:14px;
	cursor: default;	
}

.p_bar{
	text-align: right;
}

.select_host{
	background: url(imgs/selectHost.gif) no-repeat;
	padding-left: 16px;
	margin-left:3px;
	font-size:14px;
	text-decoration: none;
}

.ajax_loading{
	background: url(imgs/ajax-loader.gif) no-repeat;
	width:140px;
	height:20px;
	margin: 1em;
}

.tree-junction {
	height:13px;
}
