@import "../common/style.css";

body {
	overflow: auto;
}

.tab-bar {
	height: 72px;
	background: url(../common/tab-back.png) repeat-x;
}

.main-tab, .general {
	padding: 0 15px 0 15px;
	font: bold 15px Arial;
}

.general {
	width: *;
	text-align: center;
	vertical-align: center;
	color: 6d6d6d;
}

.main-tab {
	width: 1%;
}

td.main-tab a {
	color: 6d6d6d;
	text-decoration: none;
}

td.main-tab a:hover {
	font: bold 15px Arial;
	color: #5555ff;
}

td.main-selected {
	padding: 0 15px 0 15px;
	width: 1%;
	font: bold 15px Arial, serif;
	background: url(../common/tab.png) 0 -72px !important;
	color: #6f3400;
}

.tabstart {
	width: 1;
	font: bold 12px Arial;
	color: #ffffff;
	text-align: center;
	vertical-align: center;
	padding: 0 5px 0 5px;
}

.tabend{
	width: 74px;
	height: 72px;
	text-align: center;
	vertical-align: center;
	padding: 0 10px 0 10px;
}

tr.toolbar, tr.bottombar {
	height: 25px;
	background: url(../common/toolbar.png) repeat-x;
	vertical-align: middle;
	border: 0px;
}

.filter {
	width: 200px;
	background: #bfc6ca url(fhead.gif) repeat-x;
	border-right: solid 1px #bbbbbb;
}

.word-node, .num-node, .stat-node, .date-node {
	padding: 5px 0 5px 15px;
	background: #bfc6ca;
	height: 20px;
	color: #003f86;
	font-weight: bold;
	vertical-align: center;
	font-family: sans-serif;
}

.word-node a, .num-node a, .stat-node a, .date-node a {
	text-decoration: none;
	padding: 0 0 0 13px;
}

.word-node a, .num-node a {
	background: url(opened.gif) left center no-repeat;
}

.stat-node a, .date-node a {
	background: url(closed.gif) left center no-repeat;
}

.node a:visited{
	color: #003f86;
}

.node a:hover{
	color: #860000;
}

.word, .num {
	padding: 5px 14px 5px 20px;
	height: 1px;
	font-size: 12px;
	background: #eeeeee;
	background-image: url(closeitem.gif);
	background-position: 4 9;
	background-repeat: no-repeat;
	border-top: solid 1px #bfc6ca;
}

.filter-head {
	font: 18px;
	font-weight: bold;
	color: #494949;
	text-align: center;
	vertical-align: center;
	height: 40px;
}

.filter-item, .filter-item-long  {
	border: solid 1px #cccccc;
	font-size: 12px;
}

.filter-item-long {
	width: 100%;
}

.add {
	background: url(+.gif) center center no-repeat;
	position: relative;
	top: 0px;
	left: 4px;
	width: 12px;
	height: 12px;
	cursor: pointer;
	display: inline-block;
}


.header {
	height: 25px;
	font-size: 11px;
/*	text-decoration: underline;*/
	text-align: left;
	background: url(../common/smalltab.png) repeat-x;
}

tr.row {
	height: 25px;
	font-size: 11px;
	text-align: left;
	border-bottom: solid 1px #dddddd;
}

tr.row:hover {
	background: #f5f5f5;
}

.state, .vm-name, .ipa, .cpu, .mem, .stor {
	padding: 0 0 0 5px;
	border-left: solid 1px #dddddd;
	text-decoration: none;
}

td.state, td.vm-name, td.ipa, td.cpu, td.mem, td.stor {
	border-bottom: solid 1px #dddddd;
}

.s-info {
	padding-top: 2em;
	height: 200px;
	text-align: center;
	vertical-align: center;
	font-size: 14px;
	line-height: 25px;
}

.vm-on, .vm-off, .vm-sus , .template {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	font-size: 24px;
}

.vm-on {	background-image: url(../common/16x16/vmr.gif)}

.vm-off { background-image: url(../common/16x16/vm.gif)}

.template { background-image: url(../common/16x16/tmp.gif)}
 
.notes {
	padding: 1em 1em 0 1em;
	width: 600px;
}

.param-head {
	height: 1em;
	text-align: center;
	vertical-align: bottom;
	font-weight: bold;
	font-size: 14px;
	color: #bb7321;
	padding: 1.5em 8em 1em 0;
}

.t-param {
	font-size: 13px;
}

.param {
	width: 40%;
	padding: 0 10px 0 0;
	text-align: right;
	vertical-align: top;
}

.value {
	vertical-align: top;
}
	
.h-ip {
	font-size: 11px;
	font-weight: normal;
}

.val-row {
	height: 20px;
}

.cv-edit {
	background: url(../common/16x16/edit.gif) right center no-repeat;
	padding: 2px 18px 0 0;
	height: 18px;
	text-decoration: none;
	color: #bb7321;
}