@charset "utf-8";

body, p, td, input,select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #181F2B;
}
h1 {
	font-size: large;
	color: #94184A;	
}
h2 {
	font-size: 14px;
	color: #FFF;
	margin: 2px;
}
hr{
	height: 1px;
}
.AccordionPanelTab h2{
	background-color: #C6D7F7;
	background-image: url(/manager/menu-images/menu.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 20px;
}
.rightBorder {
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #DEE7F7;
}


a, a:link, a:visited{
	color: #0E609F;
	text-decoration: none;
}
a:hover {
	color: #B189BE;
	text-decoration: none;
}
ul{
	margin-left: 15px;
}
table.results th{
	border-top: 1px solid Gray;
	background-color: #999999;
}
table.results td, table.results th{
	border-bottom: 1px solid Gray;
}
table.results tr.over{
	background-color: #C6D7F7;
}
th {
	font-size: 12px;
	color: #181F2B;
	font-weight:bold;
	text-align:left;
}


#top{
	margin-bottom: 10px;
}
#left{
	float: left;
	width: 200px;
	margin-right: 10px;
}
#content{
	float: left;
	width: auto;
	visibility: hidden;
}
#footer{
	background-color: #a7c2ec;
}

/* CSS Document */
#leftcol li {
	margin-left: 0px;
	padding-left: 5px;
	list-style-type: none;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #B189BE;
	margin-bottom: 5px;
}
#leftcol li li {	border-left: none ;}
#leftcol ul {
	padding-left:0px;
	margin-left:0px;
}


.checkbox{
	float: left;
	width: 200px;
}
.customer-product-checkbox{
	clear: both;
	margin-top: 10px;
	background-color: #DBDBE3;
}
#loader{
	position: absolute;
	visibility: visible;
	left: 220px;
	top: 130px;
	width: 600px; 
	height: 400px;
	background-image: url(/images/rqa/waitbar2.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-color: White;

}
.fieldcontainer{
	clear: all;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #C6D7F7;
	margin-bottom: 10px;
	background-color: #E6E6E6;
}
.label{
	float: left;
	width: 120px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.field{
	float: left;
	border-left: 4px solid #C6D7F7;
	margin-left: 10px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.savedreport .description{
	border: 1px dotted Gray;
}
.clear{
	clear: both;
}

#items-window{
	width: 100%; 
	height: 400px;
	border: none;
	overflow: scroll;
}

#items-table-header{
	margin-top: 10px;
	margin-bottom: 10px;
}
.report-description{
	padding: 20px;
	border: 1px dotted Black;
}
.gallery-image{
	float: left;
	padding: 20px;
	border: 2px solid Black;
	margin: 10px;
}
.gallery-image img{
	width: 150px;
	height: 150px;
}
label.level1,label.level2,label.level3,label.level4,label.level5{
	width: 250px;
}

label.level1{
	background-color: #FF0000;
}
label.level2{
	background-color: #FA8811;
}
label.level3{
	background-color: #6B75A5;
}
label.level4{
	background-color: #FFF000;
}
label.level5{
	background-color: #1EB904;
}
#helpmenu ul{
	list-style-image:url("/images/rqa/icon-book.png");
	list-style-type:square;
}
#helpmenu li{
	padding-left: 10px; 
}

.small{
	font-size: 11px;
}
.subtext{
	margin: 0px;
	margin-bottom: 4px;
	font-size: 9px;
}
td.leftColumn, td.rightColumn{
	vertical-align: top;	
	padding: 4px;
}
td.leftColumn{
	background-color: #E2E2E2;
}
td.rightColumn{
	background-color: #BCBCBC;
}
form.saved_report{
	margin: 0px;
}
#reportContent.savedReport{
	padding: 10px;
	background-color: Silver;
	background-image: url(/images/rqa/saved-report.png);
	background-repeat: no-repeat;
	background-position: top right;
}
