body
	{
	background-color: #eee;
	font-family: "helvetica neue", helvetica, arial, verdana, sans-serif;
	margin: 0;
	padding: 0;
	}

#everything
	{
	/*background-color: orange;*/
	}

#banner
	{
	background-color: #DCE1CF;
	height: 95px;
	width: 100%;
	}

#systemMenu
	{
	background-color: #444B44;
	width: 100%;
	height: 1.2em;
	text-align: center;
	}

#saveBar
	{
	top: 60px;
	right: 200px;
	z-index: 1000;
	position:absolute;
	background: transparent;
	}

#saveButton
	{
	background-color: #eee;
	font-size: 1em;
	color: #111;
	border: 1px solid gray;
	}

#systemMenu ul
	{
	margin: 0;
	padding: 0;
	list-style: none;
	}

#systemMenu li
	{
	margin: 0;
	padding: 0;
	}

#systemMenu li a
	{
	display:block;
	font-size: .8em;
	padding: 2px 8px;
	text-decoration: none;
	text-transform: capitalize; 
	font-weight: bold; 
	text-align: center;
	color: white;
	}

#systemMenu li li
	{
	height: 1.5em;
	border-top: 0 dotted silver;
	}

#systemMenu li li a
	{
	text-align: left;
	background: white;
	}

#systemMenu li.parent
	{
	position: relative;
	float: left;
	padding-right: 12px;
	font-size: 1em;
	}

#systemMenu li ul:first-child
	{
	border-top: 0 solid black;
	}

#systemMenu li.parent ul
	{
	position: absolute;
	top: 16px;
	left: -2000em;
	width: 240px;
	border: 1px solid black;
	background-color: white;
	}

#systemMenu li.parent:hover ul, #systemMenu li.over ul
	{
	left: 0;
	}

#systemMenu li:hover, #systemMenu li.over
	{
	background-color: #444B44;
	}

#systemMenu li:hover a, #systemMenu li.over a
	{
	color: white;
	}

#systemMenu li:hover li a, #systemMenu li.over li a
	{
	color: #444B44;
	}

#systemMenu li a:hover, #systemMenu li li a:hover
	{
	color: #fff;
	background: #444B44;
	/*background-color: #324D69;*/
	}

#systemMenu li li
	{
	clear: left;
	}

#systemMenu li.parent a
	{
	float: left;
	padding: 1px 10px;
	display: block;
	}

#systemMenu li.parent li a
	{
	float: none;
	display: block;
	padding: 4px 7px;
	font-size: .8em;
	}

.oneColumnMain
	{
	margin: 30px 10px;
	}

.twoColumnLeft
	{
	position: absolute;
	width: 495px;
	top: 100px;
	left: 55%;
	margin-left: -500px;
	}

.twoColumnRight
	{
	position: absolute;
	width: 395px;
	left: 55%;
	top: 100px;
	margin-left: 5px;
	}

#messages
	{
	position: fixed;
	top: 5px;
	left: 5px;
	z-index: 2000;
	}

#bannerLogo
	{
	width: 235px;
	height: 78px;
	padding-left: 5px;
	padding-top: 10px;
	z-index: 800;
	}

#poweredBy
	{
	position: absolute;
	right: 10px;
	top: 40px;
	}

#username
	{
	position: absolute;
	top: 10px;
	right: 13px;
	font-size: .8em;
	}

/*
#picker
	{
	position: absolute;
	width: 400px;
	height: 200px;
	left: 50%;
	margin-left: -200px;
	border: 1px solid black;
	top: 150px;
	padding: 10px;
	background-color:#ddd;
	z-index: 2000;
	}

#picker input, #picker select
	{
	position: absolute;
	width: 390px;
	left: 50%;
	margin-left: -195px;
	}
	
#picker select
	{
	top: 4.5em;
	}
*/

.item_box td input
	{
	font-size: .9em;
	display: inline;
	}

.data_table tr.alt td select
	{
	background-color: #eee;
	}

.item_box input[type=text]:focus,
.item_box input[type=password]:focus
	{
	background-color: #FAFF8A;
	}

.titlebar
	{
	padding:0;
	background: transparent;
	}

.titlebar ul
	{
	margin:0;
	list-style: none;
	}

.titlebar ul li
	{
	width: auto;
	background: #868F7E;
	float:left;
	}

.titlebar ul li p
	{
	display: block;
	width: auto;
	color: white;
	padding: 4px 5px;
	}

.helpbar
	{
	float: right;
	margin: 0;
	margin-top: -1.5em;
	clear: none;
	padding: 1px 2px;
	background-color: #f6f6f6;
	text-decoration: none;
	border: 1px solid black;
	}

ul.sliding_menu
	{
	list-style: none;
	margin: 0;
	}

ul.sliding_menu ul
	{
	list-style: none;
	}

ul.sliding_menu li strong
	{
	text-transform: capitalize;
	}

ul.sliding_menu li:first-child
	{
	border-top: 0 solid blue;
	}

ul.sliding_menu li
	{
	font-size: .9em;
	padding: 5px 40px;
	border-top: 1px dotted black;
	}

ul.sliding_menu li ul li
	{
	border: 0 solid gray;
	padding: 5px 20px;
	}

ul.sliding_menu li p
	{
	margin-left: 25px;
	color: gray;
	}

.data_table td
	{
	background: #f2f2f2;
	border: 0 solid black;
	}

.buttons
	{
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-top: 3px solid #868F7E;
	clear: left;
	}

.buttons input
	{
	margin: 3px;
	}

.scrollGrid
	{
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	}

.data_table th
	{
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	background: url(/images/th-whiteglass-bg.png) white repeat-x;
	}

.data_table th.active, 
.data_table th.activeRev
	{
	background: url(/images/th_bg.png) repeat-x;
	}

.item_box
	{
	margin-bottom: 10px;
	border: 0 solid #ccc;
	background: transparent;
	}

.item_box .boxcontent
	{
	background-color: white;
	border: 1px solid gray;
	border-top: 3px solid #868F7E: 
	}

.item_box .boxcontent p
	{
	margin: 5px 20px;
	font-family: georgia, palatino, 'times new roman', serif;
	line-height: 1.3em;
	}

.item_box .boxcontent ul
	{
	margin-left: 40px;
	}

.item_box .boxcontent ul li
	{
	margin: 0 50px;
	padding: 5px;
	line-height: 1.5em;
	}

.item_box .boxcontent h3
	{
	padding: 10px 20px;
	}

.item_box .boxcontent pre
	{
	font-family: courier;
	background-color: #ddd;
	border: 1px solid gray;
	padding: 10px;
	margin: 10px 20px;
	font-size: .9em;
	}
		
.data_form th,
.horizontal_data_form th
	{
	border: 1px solid #E9EBD8;
	font-weight: bold;
	font-size: 1em;
	padding: 5px 10px;
	color: black;
	/*background-color: #599CC6;*/
	background-color: #ccc;
	width: auto;
	text-align: right;
	font-weight: normal;
	}

.data_form td,
.horizontal_data_form td
	{
	background-color: #FAFDE8;
	padding: 2px;
	font-size: .9em;
	padding-left: 10px;
	text-align: left;
	/*border: 1px solid #D4CAA5;*/
	}

.clearButton
	{
	margin-top: -24px;
	margin-right: 3px;
	}

.tableNavigation
	{
	border-right: 1px solid gray;
	border-left: 1px solid gray;
	border-bottom: 1px solid gray;
	}

.data_table td .truncate
	{
	white-space: nowrap;
	height: 1em;
	overflow: hidden;
	font-size: 1em;
	width: 97%;
	}

.resizeWidget
	{
	background: url(/images/resize-widget.gif) no-repeat bottom right;
	}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#ErrorExplanation {
  width: 400px;
  border: 2px solid 'red';
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#ErrorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#ErrorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#ErrorExplanation ul li {
  font-size: 12px;
  list-style: square;
}