
body
{
	/*default everything to an Arial like font*/
	font-family: sans-serif;
	margin: 0 0 0 0;
	background-color: #F4EFDF;/*if you change this you'll have to also change some images which assume this background color*/
}

.logwrapper
{
	padding: 15px 15px 15px 15px;
	width: auto;
	height: auto;
	text-align: left;
	background-color: black;
	color: white;
	clear: both;
	overflow: auto;
}

/*the entire header area bar*/
div.topbar
{
	color: #e2ad54;
	background: #030201 url(/images/topbarlogo.jpg) no-repeat;
	height: 60px;
}

/*style for the row in the topbar showing the current page title and other nagivation links*/
#topBarTitle
{
	font-size: small;
	font-weight: bold;
	color:#ffff88;
	padding-left: 1em;
	padding-right: 0.25em;
	padding-bottom: 2px;
	background-color: #030201;
}

.fieldset
{
	margin: 10px;
	display:inline;
	background-color: white;
}

.widefieldset
{
	padding-right: 40px;
}

.scrollfieldset
{
	padding-right: 40px;
        height: 250px;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: scroll;        
}

div.scrollWrapper{

  height:260px;
  width:auto;
  overflow:auto;
}

.mainFieldset
{
	padding-top: 0.5em;
}

.warningFieldset
{
	color:a00;
}

legend
{
	background-color: white;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	padding-left: 4px;
	padding-right: 4px;
	font-weight: bold;
	font-size: 80%;
}

#menuBar
{
	margin-top:18px;
	padding-left:2px;
	font-size: 11px;
}

#content
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

#content ul
{
	list-style: none;
}

#content ul li
{
	padding-top: 4px;
	padding-bottom: 4px;
}

#notice
{
	width: 100%;
	border: 0;
	font-size: 90%;
}

#important
{
	font-size: 110%;
	font-weight: bold;
}

.noteArea
{
	background: white;
	padding: 4px;
	padding-left:10px;
	margin-left: 10px;
	margin-bottom: 4px;
	border-top: 1px solid #cfa355;
	border-left: 1px solid #cfa355;
	border-bottom: 1px solid #9b7730;
	border-right: 1px solid #9b7730;
}

#propArea
{
	height: 250px;
	margin-left: 10px;
	width: auto;
}

/*style for form buttons div*/
.formButtons
{
	margin-top: 5px;
	border-top: 1px solid #cfa355;
	border-left: 1px solid #cfa355;
	border-bottom: 1px solid #7b5710;
	border-right: 1px solid #7b5710;
	background: black url(/images/formbutton.gif) repeat-x scroll center left;
	margin-right: 4px;
	padding: 4px;
	width: 99%;
}

/*save and cancel buttons within div.formButtons*/
.formButtons input, .stdButton
{
	/*put some spacing between the buttons*/
	margin-right: 4px;
	/*give all form buttons a consistent width*/
	width: 6em;
}

#aboutVersion
{
	color: #f6cf7a;
	text-align: right;
	font-size: 90%;
}

a.ver, a.ver:visited
{
	color: #f6cf7a;
	text-decoration: none;
}

a.ver:hover
{
	text-decoration: underline;
	color: white;
}

.topTable
{
	padding-top: 4px;
	width: 100%;
}

.errorMsg
{
  font-weight: bold;
	font-size: smaller;
	color: red;
}

.infoMsg
{
  font-weight: bold;
	font-size: smaller;
	color: #0A0;
}

#logoff_btn
{
	color: #fff3a3;
	font-weight: bold;
	font-size: x-small;
	background: url(/images/menubgover.gif) bottom center repeat-x;
	padding-left: 4px;
	padding-right: 4px;
	margin-right: 1px;
}

#logoff_btn:hover
{
	color: black;
	background: url(/images/menubg.gif) center center repeat-x;
}

/*A small simulated button based upon a hyperlink.*/
a.small_btn,
a.small_btn:visited
{
  color: white;
  background-color: #537089;
  border: 1px solid #74767F;
  border-top-color: #C9CCDB;
  border-right-color: #C9CCDB;
  font-size: small;
  padding: 1px 2px 1px 2px;
  text-decoration: none;
}

a.small_btn:hover
{
  background-color: #9ab4c9;
	border-top-color: #74767F;
	border-right-color: #74767F;
}

.wideInput
{
	width: 20em;
}

.mediumInput
{
	width: 10em;
}

.chkBoxes
{
	padding-top:4px;
	padding-bottom:4px;
}

.tableHeader
{
	background: #dde;
}

.wide1
{
	float: left;
	width: 13em;
	text-align: right;
	margin-left: 0.5em;
	margin-right: 0.5em;
}

.scrollArea
{
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: scroll;
}

.fixedIndented
{
	width: 9em;
}

#actCode
{
	width: 24em;
}

#wip
{
	display: none;
	color: #990;
	text-decoration: blink;
}

#worked
{
	display: none;
	color: #0C0;
}

#failed
{
	display: none;
	color: #E00;
}

#pleaseWait
{
	display: none;
	color: #FFEF00;
	text-decoration: blink;
}

div#helpTop
{
	font-weight: bold;
	color: white;
	background-color: #9f785a;
	padding-top: 2.5px;
	padding-left: 3px;
}

.helpHeader
{
	background: white;
	color: #007;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: block;
	padding-top: 1em;
	padding-bottom: 1em;
}

.helpTopic
{
	background: white;
	font-size: 90%;
	padding-left: 10px;
	padding-right: 10px;
}

#helpContent
{
	background: white;
}

img
{
	border-style: none;
}

.vertPadded
{
	padding-top: 1em;
	padding-bottom: 1em;
}

label.linkedCheckRadio:hover
{
	background-color: #DDD;
}

.selectedBlock
{
	display: inline-block;
	background-color: white;
	width: 10em;
	text-align: center;
	cursor: pointer;
}

.deselectedBlock
{
	display: inline-block;
	background-color: #CCC;
	width: 10em;
	text-align: center;
	cursor: pointer;
}

#wirelessNetworking, #wiredNetworking2
{
	display: none;
}

/* Main top bar navigation menu (pulled from dbMenu3) */

.dbMenu {
	position: absolute;
	padding: 0;
	margin: 0;
	white-space: nowrap;
	color: black;
}

.dbMenu li {
	border: 1px solid black;
	float: left;
	width: 10em;
	display: block;
	background: url(/images/menubg.gif) center center repeat-x;
}

.dbMenu li a {
	font-weight: bold;
	display: block;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0;
	text-decoration: none;
	color: #000000;
}

.dbMenu li a:hover {
	background: url(/images/menubgexpand.gif) center center repeat-x;
	color: #ffff88;
}

