/* Style Sheet */

body {
	background-color: #000;
	color: #fff;
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-align: left;
	zoom: 1;
}
select.client {
	/* font-family: fixedsys; */
	font-size: 0.875em;
	font-weight: bold;
}
.comboBox {
	z-index: 10;
}
.menu li {
	cursor: pointer;
	display: inline;
	
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.admin li {
	cursor: pointer;
}
/* Menu Header */
.mhead {
	background-image: url(images/Lighttint3.png);
	background-repeat: repeat-x;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
/*	border-bottom: 1px solid #000; */

}
.mcont {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #555;

}
.mback {
	background-color: #555;
}
#shadow-container {
	position: relative;
	left: 3px;
	top: 3px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-top: 5px;
}
#shadow-container .container {
	position: relative;
	left: -2px;
	top: -2px;
}
#shadow-container .shadow1 {
	background: #000;
}
#shadow-container .shadow2 {
	border-bottom: 1px solid #222;
	border-right: 1px solid #222;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}
#shadow-container .container {
	background: #ccc;
	border: 1px solid #848284;
	padding: 1px;
}
#cidresults {
	background-color: #848583;
	visibility:visible;
	position:absolute;
	left: 49px;
	width: 329px;
	overflow: hidden;
}
#cidresults ul {
	text-decoration: none;
	list-style-type: none;
}
#cidresults ul li:hover {
	background-color: #222;
	cursor: pointer;
}
#logDisp tr:hover, #logDisp ul li:hover {
	background-color: black;
	cursor: pointer;
}

.odd {
	/* odd cell colorization */
	background-color: #123;
	padding: 5px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
.even {
	/* even cell colorization */
	background-color: #321;
	padding: 5px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
.ulist {
	height: 300px;
	width: 400px;
	background-color: #300;
	border: 1px solid black;
	overflow: auto;
}
.underborder {
	border-bottom: 1px solid black;
}
.exportIFrame {
	visibility: hidden;
	height: 0px;
	width: 0px;
}
.boxBorder {
	border: 2px solid white;
}

