html, body {
	font:normal 12px verdana;
	margin:0;
	padding:0;
	min-height:100%;
	height:100%;
	width:100%;
}
.clear {
	clear:both;
}
a {
	color:blue;
	text-decoration:underline;
}
INPUT[type=button] { 
	background: #99BBE8; 
	color: #fff; 
	font-size: 11px; 
	font-weight: normal;
	text-decoration:none;
	padding: 0px 4px 2px 4px; 
	border: 1px solid #99BBE8; 
	cursor: pointer; 
}
INPUT[type=button]:focus:hover { 
	text-decoration:underline; 
}
INPUT[type=button].grey { 
	background: #efefef; 
	color: #ccc; 
	font-size: 11px; 
	font-weight: normal; 
	cursor:not-allowed;
	padding: 0px 4px 2px 4px; 
	border: 1px solid #ccc; 
}
INPUT[type=button].grey:hover:focus { 
	background-color: #4B649A; 
	background-image: none; 
	cursor:not-allowed;
}
h3 {
	font-size: 1.2em;
	color: #000000;
	font-weight: normal;
}

.module_round_box-black {
	margin:3px;
}	

.module_round_box-black .s5_mod_content {
	padding:3px;
}

.module_round_box-blackdrop h3 {
	font-size:1.15em;
	color:#fbfbfb;
	padding: 3px 3px 3px 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.6); /* FF3.5+ */
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.6); /* Saf3.0+, Chrome */
	border-radius: 4px;
	margin:3px;
	box-shadow:0 0 4px rgba(0, 0, 0, 0.6); /* Opera 10.5, IE9, Chrome 10+ */
	background: #3e3e3e; /* Old browsers */
	background: -moz-linear-gradient(top, #3e3e3e 26%, #2f2f2f 91%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(26%,#3e3e3e), color-stop(91%,#2f2f2f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3e3e3e 26%,#2f2f2f 91%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3e3e3e 26%,#2f2f2f 91%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #3e3e3e 26%,#2f2f2f 91%); /* IE10+ */
	background: linear-gradient(top, #3e3e3e 26%,#2f2f2f 91%); /* W3C */
}

/* module headers */
.module_round_box-blackdrop .s5_h3arrow {
	background-color: transparent;
	background-image: url("../images/Shape5_Simplex_modarrows.png");
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: center top;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
	height: 12px;
	margin-left: 15px;
	margin-top: -25px;
	position: absolute;
	width: 15px;
}

.blue-block {
	float:left;
	font-size:1em;
	cursor:pointer;
	text-align:center;
	color:#fbfbfb;
	padding: 1px 1px 1px 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.6); /* FF3.5+ */
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.6); /* Saf3.0+, Chrome */
	border-radius: 4px;
	box-shadow:0 0 4px rgba(0, 0, 0, 0.6); /* Opera 10.5, IE9, Chrome 10+ */
	background: #48a4ff; /* Old browsers */
	background: -moz-linear-gradient(top, #48a4ff 26%, #48a4ff 91%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(26%,#48a4ff), color-stop(91%,#48a4ff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #48a4ff 26%,#48a4ff 91%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #48a4ff 26%,#48a4ff 91%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #48a4ff 26%,#48a4ff 91%); /* IE10+ */
	background: linear-gradient(top, #48a4ff 26%,#48a4ff 91%); /* W3C */
	margin-left:2px;
}

.red-block {
	float:left;
	font-size:1em;
	cursor:pointer;
	text-align:center;
	color:#fbfbfb;
	padding: 1px 1px 1px 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.6); /* FF3.5+ */
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.6); /* Saf3.0+, Chrome */
	border-radius: 4px;
	box-shadow:0 0 4px rgba(0, 0, 0, 0.6); /* Opera 10.5, IE9, Chrome 10+ */
	background: #ff4646; /* Old browsers */
	background: -moz-linear-gradient(top, #91063a 26%, #c4094f 91%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(26%,#91063a), color-stop(91%,#c4094f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #91063a 26%,#c4094f 91%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #91063a 26%,#c4094f 91%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #91063a 26%,#c4094f 91%); /* IE10+ */
	background: linear-gradient(top, #91063a 26%,#c4094f 91%); /* W3C */
	margin-left:2px;
}

.green-block {
	float:left;
	font-size:11px;
	cursor:pointer;
	text-align:center;
	color:#fbfbfb;
	padding: 1px 1px 1px 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.6); /* FF3.5+ */
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.6); /* Saf3.0+, Chrome */
	border-radius: 4px;
	box-shadow:0 0 4px rgba(0, 0, 0, 0.6); /* Opera 10.5, IE9, Chrome 10+ */
	background: #008c46; /* Old browsers */
	background: -moz-linear-gradient(top, #008c46 26%, #00d56a 91%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(26%,#008c46), color-stop(91%,#00d56a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #008c46 26%,#00d56a 91%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #008c46 26%,#00d56a 91%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #008c46 26%,#00d56a 91%); /* IE10+ */
	background: linear-gradient(top, #008c46 26%,#00d56a 91%); /* W3C */
	margin-left:2px;
}

.insert-block {
	float:left;
	font-size:1em;
	cursor:pointer;
	color:#474747;
	padding: 1px 1px 1px 1px;
	-webkit-border-radius-topright: 4px;
	-moz-border-radius-topright: 4px;
	-moz-box-shadow-topright: 0 0 4px rgba(0, 0, 0, 0.6); /* FF3.5+ */
	-webkit-box-shadow-topright: 0 0 4px rgba(0, 0, 0, 0.6); /* Saf3.0+, Chrome */
	border-radius-topright: 4px;
	box-shadow-topright:0 0 4px rgba(0, 0, 0, 0.6); /* Opera 10.5, IE9, Chrome 10+ */
	-webkit-border-radius-bottomright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-radius-bottomright: 4px;
	box-shadow-bottomright:0 0 4px rgba(0, 0, 0, 0.6); /* Opera 10.5, IE9, Chrome 10+ */
	background: #3e3e3e; /* Old browsers */
	background: -moz-linear-gradient(top, #ececec 26%, #fdfdfd 91%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(26%,#ececec), color-stop(91%,#fdfdfd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ececec 26%,#fdfdfd 91%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ececec 26%,#fdfdfd 91%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ececec 26%,#fdfdfd 91%); /* IE10+ */
	background: linear-gradient(top, #ececec 26%,#fdfdfd 91%); /* W3C */
}

.logo-block {
	float:left;
	font-size:1em;
	cursor:pointer;
	text-align:center;
	color:#2c5384;
}

.config-block {
	float:left;
	font-size:1em;
	cursor:pointer;
	text-align:center;
	color:#fbfbfb;
	padding: 1px 1px 1px 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.6); /* FF3.5+ */
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.6); /* Saf3.0+, Chrome */
	border-radius: 4px;
	box-shadow:0 0 4px rgba(0, 0, 0, 0.6); /* Opera 10.5, IE9, Chrome 10+ */
	background: #3e3e3e; /* Old browsers */
	background: -moz-linear-gradient(top, #2c5383 26%, #5588c6 91%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(26%,#2c5383), color-stop(91%,#5588c6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2c5383 26%,#5588c6 91%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2c5383 26%,#5588c6 91%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #2c5383 26%,#5588c6 91%); /* IE10+ */
	background: linear-gradient(top, #2c5383 26%,#5588c6 91%); /* W3C */
}

.no-radius {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.win-button {
	line-height:15px;
	margin-top:3px;
	margin-left:8px;
	text-indent:0px;
	padding-left:5px;padding-right:5px;
}

.big-button {
	margin-left:8px;
	text-indent:0px;
	padding:7px;
	font-size:1em;
}

.win-header {
	text-indent:5px;
	line-height:22px;
	width:100%;
	cursor:default;
	margin-bottom:3px;
	text-align:left;
	font-size:13px;
	font-weight:bold;
}

.loadingstar {
	float:left;
	width:16px;
	height:16px;
	margin-left:5px;
	background: transparent url(../images/loaderb16.gif) no-repeat center center !important;
}

/* graph bars */
.good-bar {
	font-size:11px;
	color:#fff;
	-webkit-border-radius-topright: 4px;
	-moz-border-radius-topright: 4px;
	-moz-box-shadow-topright: 0 0 4px rgba(0, 0, 0, 0.6); /* FF3.5+ */
	-webkit-box-shadow-topright: 0 0 4px rgba(0, 0, 0, 0.6); /* Saf3.0+, Chrome */
	border-radius-topright: 4px;
	-webkit-border-radius-bottomright: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-box-shadow-bottomright: 0 0 4px rgba(0, 0, 0, 0.6); /* FF3.5+ */
	-webkit-box-shadow-bottomright: 0 0 4px rgba(0, 0, 0, 0.6); /* Saf3.0+, Chrome */
	border-radius-bottomright: 4px;
	box-shadow:0 0 4px rgba(0, 0, 0, 0.6); /* Opera 10.5, IE9, Chrome 10+ */
	background: #3e3e3e; /* Old browsers */
	background: -moz-linear-gradient(top, #008c46 26%, #00c462 91%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(26%,#008c46), color-stop(91%,#00c462)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #008c46 26%,#00c462 91%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #008c46 26%,#00c462 91%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #008c46 26%,#00c462 91%); /* IE10+ */
	background: linear-gradient(top, #008c46 26%,#00c462 91%); /* W3C */
}

.med-bar {
	font-size:11px;
	color:#fff;
	-webkit-border-radius-topright: 4px;
	-moz-border-radius-topright: 4px;
	-moz-box-shadow-topright: 0 0 4px rgba(0, 0, 0, 0.6); /* FF3.5+ */
	-webkit-box-shadow-topright: 0 0 4px rgba(0, 0, 0, 0.6); /* Saf3.0+, Chrome */
	border-radius-topright: 4px;
	-webkit-border-radius-bottomright: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-box-shadow-bottomright: 0 0 4px rgba(0, 0, 0, 0.6); /* FF3.5+ */
	-webkit-box-shadow-bottomright: 0 0 4px rgba(0, 0, 0, 0.6); /* Saf3.0+, Chrome */
	border-radius-bottomright: 4px;
	box-shadow:0 0 4px rgba(0, 0, 0, 0.6); /* Opera 10.5, IE9, Chrome 10+ */
	background: #3e3e3e; /* Old browsers */
	background: -moz-linear-gradient(top, #ff8c1a 26%, #ffb66c 91%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(26%,#ff8c1a), color-stop(91%,#ffb66c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff8c1a 26%,#ffb66c 91%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff8c1a 26%,#ffb66c 91%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ff8c1a 26%,#ffb66c 91%); /* IE10+ */
	background: linear-gradient(top, #ff8c1a 26%,#ffb66c 91%); /* W3C */
}

.med-good-bar {
	font-size:11px;
	color:#fff;
	-webkit-border-radius-topright: 4px;
	-moz-border-radius-topright: 4px;
	-moz-box-shadow-topright: 0 0 4px rgba(0, 0, 0, 0.6); /* FF3.5+ */
	-webkit-box-shadow-topright: 0 0 4px rgba(0, 0, 0, 0.6); /* Saf3.0+, Chrome */
	border-radius-topright: 4px;
	-webkit-border-radius-bottomright: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-box-shadow-bottomright: 0 0 4px rgba(0, 0, 0, 0.6); /* FF3.5+ */
	-webkit-box-shadow-bottomright: 0 0 4px rgba(0, 0, 0, 0.6); /* Saf3.0+, Chrome */
	border-radius-bottomright: 4px;
	box-shadow:0 0 4px rgba(0, 0, 0, 0.6); /* Opera 10.5, IE9, Chrome 10+ */
	background: #0058b3; /* Old browsers */
	background: -moz-linear-gradient(top, #0058b3 26%, #0075ea 91%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(26%,#0058b3), color-stop(91%,#0075ea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0058b3 26%,#0075ea 91%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0058b3 26%,#0075ea 91%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #0058b3 26%,#0075ea 91%); /* IE10+ */
	background: linear-gradient(top, #0058b3 26%,#0075ea 91%); /* W3C */
}

.bad-bar {
	font-size:11px;
	color:#fff;
	-webkit-border-radius-topright: 4px;
	-moz-border-radius-topright: 4px;
	-moz-box-shadow-topright: 0 0 4px rgba(0, 0, 0, 0.6); /* FF3.5+ */
	-webkit-box-shadow-topright: 0 0 4px rgba(0, 0, 0, 0.6); /* Saf3.0+, Chrome */
	border-radius-topright: 4px;
	-webkit-border-radius-bottomright: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-box-shadow-bottomright: 0 0 4px rgba(0, 0, 0, 0.6); /* FF3.5+ */
	-webkit-box-shadow-bottomright: 0 0 4px rgba(0, 0, 0, 0.6); /* Saf3.0+, Chrome */
	border-radius-bottomright: 4px;
	box-shadow:0 0 4px rgba(0, 0, 0, 0.6); /* Opera 10.5, IE9, Chrome 10+ */
	background: #3e3e3e; /* Old browsers */
	background: -moz-linear-gradient(top, #d50000 26%, #f90000 91%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(26%,#d50000), color-stop(91%,#f90000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d50000 26%,#f90000 91%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d50000 26%,#f90000 91%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #d50000 26%,#f90000 91%); /* IE10+ */
	background: linear-gradient(top, #d50000 26%,#f90000 91%); /* W3C */
}

#jsscript {
	display:none;
}
#container {
	width:1000px;
	margin:10px;
}
#calendar {
	width: 900px;
	padding:10px;
	margin: 0 auto;
}
#warning {
	margin:5px;
	padding:10px;
	background-color:#ffffcc;
	color:#474747;
	display:none;
}
#content {
	margin:0px;
}
#extjsgrid {
	margin:10px;
	margin-left:0px;
}
/* tabs */
.tabs {
	float:left;
	padding:7px;
	text-align:center;
	font-weight:bold;
	font-weight:bold;
	border-right:1px solid #efefef;
	cursor:pointer;
	background-color:#8DB1E9;
	color:#fff;
}
.tabs_current {
	color:#474747;
	background-color:#EAF1FB;
	border-right:1px solid #EAF1FB;
	border-bottom:1px solid #EAF1FB;
	cursor:default;
}

.qMessage {
	margin:5px;
	background-color:#ffffcc;
	padding:10px;
	text-indent:18px;
	background: #ffffcc url(../images/icons/famfam/error.png) no-repeat center left;
}

.page {
	margin:5px;
	padding:10px;
}

.header {
	padding:10px;
	background-color:#DBEAFF;
}
.clear {
	clear:both;
}
.checked {
	background: transparent url(../images/icons/action_check.png) no-repeat center center;
}

/* left-right column formating */
table.grid { 
	width: 450px;
	font-size:11px;
	font-weight:bold;
	background-color: #fff;
	border-collapse: collapse;
	border-spacing: 0px; 
}
td.tblheader { 
	background: url(../js/ext-3.0.3/resources/images/default/panel/white-top-bottom.gif) repeat-x;
	line-height:22px;
	text-align:center;
	font-weight: bold;
	font-size:12px;
	color: #15428B; 
	padding-left:5px;
}
td.label { 
	background-color: #DFE8F6;
	line-height:18px;
	text-align:right;
	padding-right:5px;
	font-weight: bold;
	color: #474747; 
}
td.data	{ 
	text-align: left;
	line-height:18px;
	font-weight: normal;
	color: #404040;
	background-color: #F9F9F9;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 0px; 
}

/* top-bottom column formatting */
table.udgrid { 
	width: 450px;
	font-size:11px;
	font-weight:bold;
	background-color: #fff;
	border: 0px #7CAFFF solid;
	border-collapse: collapse;
	border-spacing: 0px; 
}
td.udtblheader {
	background: url(../js/ext-3.0.3/resources/images/default/panel/white-top-bottom.gif) repeat-x;
	line-height:22px;
	text-align:center;
	font-weight: bold;
	font-size:12px;
	color: #15428B; 
}
td.udlabel { 
	background-color: #D8E7FF;
	line-height:18px;
	font-weight: bold;
	color: #474747; 
}
td.uddata	{ 
	text-align: left;
	line-height:18px;
	font-weight: normal;
	color: #404040;
	background-color: #F9F9F9;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 2px;
	padding-right: 0px; 
}
td.action {
	text-align:center;
	cursor:pointer;
	background-color:#FFB164;
	color:#fff;
	width:18px;
	font-weight:bold;
}
.actionclose {
	padding:3px;
	background-color:#FFB164;
	color:#fff;
	font-weight:bold;
}
.activitylink {
	color:blue;
	text-decoration:underline;
}

/* extjs combo box */
.search-item {
    font:normal 11px tahoma, arial, helvetica, sans-serif;
    padding:3px 10px 3px 10px;
    border:1px solid #fff;
    border-bottom:1px solid #eeeeee;
    white-space:normal;
    color:#555;
}
.search-item h3 {
    display:block;
    font:inherit;
    font-weight:bold;
    color:#222;
}

.search-item h3 span {
    float: right;
    font-weight:normal;
    margin:0 0 5px 5px;
    width:100px;
    display:block;
    clear:none;
}
