﻿/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:1000px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* menu */
/*
.menu-wrapper{background:url(images/menu_wrapper.jpg) left bottom repeat-x #FFF;}
.page { width:991px; margin:0 auto; padding:0; text-align:left; }
*/
/* ---- */
#navigation {
	margin: 0px auto 0px auto;
	padding: 0;
	clear:both;
	width:950px;
	height:51px;
	background: #d6eaf8 url(images/dropdown-bg.gif) repeat-x left top;
}


ul.nav-main,
ul.nav-main li {
	list-style: none;
	margin: 0;
	padding: 0;
}


ul.nav-main {
	position: relative;
	z-index: 597;
}

ul.nav-main li:hover > ul {
	visibility: visible;
}


ul.nav-main li.hover,
ul.nav-main li:hover {
	position: relative;
	z-index: 599;
	cursor: pointer;
	background: url(images/dropdown-bg-hover.gif) repeat-x left top;
}



ul.nav-main li {
	float:left;
	display:block;
	height: 51px;
	color: #999;
	font: 14px Arial, Helvetica, sans-serif;
	background: url(images/separator.gif) no-repeat right center;
}

ul.nav-main li a {
	display:block;
	padding: 16px 16px 0 16px;
	height: 35px;
	color: #999;
	font: 14px Arial, Helvetica, sans-serif;
	text-decoration:none;
}

ul.nav-main li a:hover {
	color:#D6D6D6;
}



ul.nav-main *.list {
	padding-right: 22px;
	background: url(images/navigation-arrow.gif) no-repeat right top;
}



ul.nav-sub {
	visibility: hidden;
	position: absolute;
	padding:10px;
	top: 48px;
	left: 0;
	z-index: 598;
	background: #353535 url(images/dropdown-list-bg.gif) repeat-x left top;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}


ul.nav-sub li {
	list-style:none;
	display:block;
	padding: 0;
	height: 27px;
	float: none;
	width:145px;
	border-bottom: 1px solid #5a5a5a;
	background: none;
}

ul.nav-sub li a {
	list-style:none;
	display:block;
	padding: 6px 5px 6px 5px;
	height: 15px;
	float: none;
	width:145px;
	background: none;
	font: 12px Arial, Helvetica, sans-serif;	
}

/* menu end */

/* datagrid */
div.datagrid {background: url(images/datagridHeader.png) 0 0 no-repeat #fff; margin-bottom: 15px;}
div.datagrid h2 {height: 42px; line-height: 42px; font-size: 19px; color: #fff;
                 font-weight: normal; margin: 0; padding: 0 20px;}
div.datagrid table {width: 100%; border-collapse: collapse;}
div.datagrid table a {color: #268a9b;}
div.datagrid table th {width: auto; color: #787878; font-size: 13px;}
div.datagrid table th {text-align: center; height: 35px; line-height: 35px;
                       border-bottom: 1px solid #dfdfdf;}
div.datagrid table td {text-align: center; height: 22px; line-height: 22px;
                       border-bottom: 1px solid #dfdfdf;}
div.datagrid table tr.odd td {background: url(images/datagridTdBg.png) 0 1px repeat-x;}
div.datagrid table tr.err td {background: url(images/datagridTdBg_err.png) 0 1px repeat-x;}
div.datagrid table tr.deverr td {background: url(images/datagridTdBg_dev.png) 0 1px repeat-x;}

div.datagrid div.datagridActions {background: url(images/datagridFooter.png) left bottom no-repeat;
                                  height: 38px; line-height: 38px; padding: 0 16px;}
div.datagrid input.button {border: none; background: none; width: auto; float: left;}
div.datagrid .deleteAll {color: #c04e1e;}
div.datagrid table td.actions a {color: #999; text-decoration: none; display: inline-block;
				 height: 15px;}
div.datagrid a.edit {background: url(images/datagridEdit.gif) 0 0 no-repeat;
                     padding-left: 20px;}
div.datagrid a.delete {background: url(images/datagridDel.gif) 0 1px no-repeat;
                       padding-left: 15px; margin-left: 6px;}
div.datagrid a.up {background: url(images/datagridUarr.gif) 0 0 no-repeat;
                   padding-left: 11px; margin-left: 9px;}
div.datagrid a.down {background: url(images/datagridDarr.gif) 0 0 no-repeat;
                     padding-left: 11px; margin-left: 9px;}
div.datagrid a.button span {display: none;}
div.datagrid form {margin: 0;}

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	margin: 0px auto;
	padding: 0;
	background-image: url('../images/bg_sh.png');
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
#menu {
	border: 2px solid #EDEDED;
	float: left;
	width: 174px;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
}
#topmenu {
	float: right;
	margin-top: 23px;
	margin-right: 18px;
}
#topmenu a {
	background: #BA0014;
	color: white;
	padding: 6px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	border: 1px solid #292929;
	margin-left: 10px;
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
}
#topmenu a:hover {
	background: #1087F9;
	color: #FFFFFF;
}

#menu a {
	margin: 5px;
	width: 150px;
	display: block;
	background: #BA0014;
	color: white;
	padding: 6px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	border: 1px solid #292929;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
}
#menu a:hover {
	background: #1087F9;
	color: #FFFFFF;
}
#content {
	border: 1px solid #E6E6E6;
	padding: 10px;
	background-position: left top;
	margin: 10px 15px 10px 0px;
	width: 720px;
	float: right;
	background-image: url('../images/box.jpg');
	background-repeat: no-repeat;
	min-height: 350px;
}
#content a {
	color: #c00;
	text-decoration: none;
}
#content a:hover {
	color: #1087F9;
	text-decoration: underline;
}
#content h2 {
	margin-top: 0px;
}
#content h4 {
	color: #000066;
	margin-top: 0px;
}
#content h6 {
	border-top: 1px dashed #333;
	margin: 15px;
	padding: 0px;
	height: 1px;
}
.info {
	background: #fe9;
	padding: 10px;
	margin-left: 10px;
	border-left: 3px solid #eb3;
	margin-right: 10px;
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
}
.ok {
	background: #B5FF91;
	padding: 10px;
	margin-left: 10px;
	border-left: 3px solid #eb3;
	margin-right: 10px;
	border-left-color: #009900;
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
}
.error {
	margin-left: 10px;
	padding: 10px;
	background: #fdd;
	border-left: 3px solid #900;
	margin-right: 10px;
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
}
.spacer {
	clear: both;
	height: 1px;
}
#footer {
	background-image: url('../images/footer.png');
	background-repeat: no-repeat;
	height: 30px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size:9px;
}

#header {
	background-image: url('../images/header.png');
	background-repeat: no-repeat;
	height: 119px;
	width: 955px;
	margin: 0px auto 0px auto;
}

#page {
	width: 955px;
	margin: 0px auto 0px auto;
	background-color: #fff;
}
#loggedinfo {
	margin-top: 47px;
	float: right;
	margin-right: 18px;
	font-weight: bold;
	color: #101010;
	clear: right;
}

.th-list {
	text-align: left;
	color: #DAF439;
	background-color: #333333;
}
.td-list {
	border-color: #E6E6E6;
	border-top-style: solid;
	border-top-width: 2px;
}
.table-list {
	border: 1px solid #808080;
}
#dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
	float: left;
}
#dtree img {
	border: 0px;
	vertical-align: middle;
}
#dtree a {
	color: #333;
	text-decoration: none;
}
#dtree a.node, #dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
#dtree a.node:hover, #dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
#dtree a.nodeSel {
	background-color: #c0d2ec;
}
#dtree .clip {
	overflow: hidden;
}
#editarea {
	margin-right: 5px;
}
#report-mode {
	margin-top: 20px;
	margin-left: 15px;
	margin-right: 5px;
	float: right;
	width: 310px;
}

#report-modetable a {
	margin: 0px;
	padding: 3px;
	display: block;
	color: #FFFFFF;
	background-color: #1087F9;
	font-weight: bold;
	text-decoration: none;
}
#report-modetable a:hover {
	color: #FFFFFF;
	background-color: #BA0014;
	text-decoration: none;
}
.td_center {
	text-align: center;
}
.th_center {
	text-align: center;
	background-color: #18861B;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #69A236;
	color: #FFFFFF;
}

report_output {

}

.td-center {
	background-color: #C0D2EC;
	text-align: center;
	color: #000000;
	min-width: 15px;
}
.td-rght-wh {
	text-align: right;
}
.td-r-db {
	background-color: #C0D2EC;
	text-align: right;
}
.td-cntr-lbl {
	text-align: center;
	background-color: #EEF2FB;
	color: #0033CC;
	font-size: 8pt;
}
.td-cntr-red {
	text-align: center;
	background-color: #F0F0F0;
	color: #CC3300;
	font-size: 8pt;
}
.table-dim {
	border: 2px solid #0066CC;
}

#devicesselect {
	padding: 10px;
	margin: 10px;
	background-color: #C0C0C0;
	width: 250px;
	float: right;
}
