@charset "UTF-8";

html, body, div, span, object, iframe,  h1, h2, h3, h4, h5, h6, p, blockquote, pre,  abbr, address, cite, code,  del, dfn, em, img, ins, kbd, q, samp,  small, strong, sub, sup, var,  b, i,  dl, dt, dd, ol, ul, li,  fieldset, form, label, legend,  caption, article, aside, dialog, figure, footer, header,  hgroup, menu, nav, section,  time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	/*vertical-align: baseline;*/
	background: transparent;
}

article, aside, dialog, figure, footer, header,  hgroup, nav, section {
	display:block;
}

ol, ul {
	list-style: none;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,  q:before, q:after {
	content:'';
	content:none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table, tr, td{
	margin: auto;
	padding: auto;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {
	vertical-align:middle;
}

/* ------------------------ BODY --------------------- */
body{
	font: 10px Verdana, Arial, Tahoma, sans-serif;
	font-style: normal;
	background: #1E1E1E;
	padding: 2px;
	text-align:center;
}

a, a:visited, a:active{
	color: #0196E3;
	background: #373128 url(../img/bg_menu.png) repeat-x;
	padding: 8px;
	display:block;
	text-decoration: none;
	text-align: center;
}

a:hover{
	background: #ECECEC;
	color: #444;
	display:block;	
	font-weight: bold;
	text-decoration: none;	
}

pre{
	text-align: left;
	font:  16px/0.8em CodingFontTobi, Verdana, Arial, Tahoma, sans-serif;
}

div#container{
	width: 960px;
	margin: 0 auto;
}

/*------------------------ Navigation menu ----------------*/
div#nav{
	float: left;
	width: 195px;
	text-align: left;
	margin: 0 5px 0 0 ;
}

ul.lvlone {
	-moz-box-shadow: 0 0 20px #444 inset;
	-moz-border-radius: 4px;
	border: 1px solid #0E0E0E;
	display: block;
	list-style-type: none;
	margin: 4px 0;
	padding: 6px;
	background: #1E1E1E;
	color: #FFF;
	font-weight: bold;
}

ul.lvltwo {
	display: none;
	list-style-type: none;
	padding: 4px;
	background: #002C3D;
	font-weight: normal;
}

li {
	display: list-item;
	background: url(../img/bg_menu.png) repeat-x;
	border: 1px solid #40392C;
	margin: 8px 0;
}

li.active{
	background: #00D7F9 url(../img/bg_menu.png) repeat-x;
	font-weight: bold;
	border: 1px solid #40392C;
	margin: 0px 0px 0px 10px;
}

 ul.lvltwo li {
	display: list-item;
	background: #007193 url(../img/bg_menu.png) repeat-x;
	border: 1px solid #000;
	margin: 4px 0;
	-moz-box-shadow: 1px 1px 2px #222;
	-moz-border-radius: 4px;	
}

ul.lvltwo li.active{
	background: #00D7F9 url(../img/bg_menu.png) repeat-x;
	font-weight: bold;
	border: 1px solid #000;
	margin: 0px 0px 0px 10px;
}

ul.lvltwo li.active a {
	background: transparent;
	font-weight: bold;
	text-align: left;
	padding: 5px;
}

ul.lvltwo li a {
	color: #FFF;
	background: transparent;
	text-align: left;
	padding: 5px;
}

ul.lvltwo li a:hover {
	background: #ECECEC;
	color: #444;
	-moz-border-radius: inherit;		
}


/*------------------------ Report ----------------*/
div#report{
	float: right;
	margin: 0 auto;
	text-align: left;
	padding: 0;
	width: 760px;
}

div#ecal_report{
	margin: 0px auto;
}

div.report_title{
	margin: 4px auto 4px auto;
	font-weight: bold;
	border: 1px solid #875;
	padding: 8px;
	text-align: center;
	color: #3BF;
	background: #764 url(../img/bg_menu.png) repeat-x;
}

div.page{
	margin: 0 0 4px 0;
	padding: 4px;
	border: 1px solid #804;
	background: #FFEFEF;
}

div.page h1{
	font-weight: bold;
	color: #FFF;
	background: #D05 url(../img/bg_menu.png) repeat-x;
	border: 1px solid #000;
	padding: 4px;
	margin: 0;
}

div.device{
	margin: 4px 20px;
	padding: 4px;
	border: 1px solid #084;
	background: #EFFFEF;
}

div.device h1{
	font-weight: bold;
	color: #FFF;
	background: #0D5 url(../img/bg_menu.png) repeat-x;
	border: 1px solid #000;
	padding: 4px;	
	margin: 0;
	text-align: left;
}

div.group{
	margin: 4px 20px;
	padding: 4px;
}

div.group h1{
	font-weight: bold;
	color: #FFF;
	background: #50D url(../img/bg_menu.png) repeat-x;
	border: 1px solid #000;
	padding: 4px;	
	margin: 0;
	text-align: left;
}

div.item{
	margin: 1px 0;
	font-weight: normal;
	width: 100%;
	float: left;
}

div.icon{
	float: left;
	padding: 0 5px 0 0;
}
div.menuicon{
	float: left;
	padding: 0 5px 0 0;
}

div.id{
	float: left;
	display: none;	
}

div.title{
	font-weight: bold;
	background: #024;
	color: #FFF;
	padding: 1px 8px;
	width: 25%;
	float: left;	
	text-align: right;
}

div.value{
	font-weight: normal;
	color: #000;
	padding: 1px 4px;
	margin: 0 4px;
	float: left;
	width: 65%;
}

div.end_report{
	height: 20px;
}

div.spacer{
	clear: both;
}

