/* CSS Document */
body{

	color:#000000;
	margin: 0 0 0 0;
	text-align:center;
	background-color:white;
}

body, td{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
}

#PageWrapper{
	width:988px;
	margin:auto;
	border:solid 0px red;
	text-align:left;
}
#PageWrapper2{
	border:solid 0px blue;
}

#PageHeader{
}
#PageFooter td{
	color:white;
}

#PageContents{
	min-height:365px;	
	_height:435px;
	/*
	background:url("../images/bg.gif") left top repeat-y;
	*/
	border:solid 1px navy;
	padding:10px;
	
}
.HeaderNav{
	background:white url("../images/menu_nrml.gif") left top repeat-x;
	min-height:26px;
		
}
.HeaderNav a{
	color:YEllow;
	margin-left:10px;
}


/* Search Results*/
.resultEven{
	border:solid 1px #000000;
	padding:8px 5px 25px 5px;

}
.resultOdd{
	padding-top:5px;
	padding:8px 5px 25px 5px;
}
.LJTable td{
	padding:4px;
}


Sup.Required{
	color:#990000;
}

.FormLabels{
	min-width:150px;
	width:150px;
	white-space:nowrap;
	text-align:right;
}

h2{
	font-size:18px;
}
.Error{
	color:red;
	padding-bottom:10px;	
}

.ControlBox{

}
.Pending{
	color:red;
}
.Approved{
	color:green;
}
.Declined{
	color:red;
}
.Archived{
	color:gray;
}
.StatusBox{
	text-align:center;
	font-family:"Courier New", Courier, monospace;
	font-size:16px;
	font-weight:bold;
	padding:15px;
	border-bottom:solid 1px silver;
	font-variant:small-caps;
	margin-bottom:4px;
}
.ControlBoxHeader{
	font-weight:bold; 
	border-bottom:solid 1px black;
}
.Confirmation{
	color:#003300;
}

.Divider td{
	padding-top:10px;
	border-bottom:solid 1px silver;
	font-weight:bold;
}

.DividerInner td{
	border-top:none;
}

/* ADMIN Classes*/
.AdminGrid td{
	padding:3px;
	border:solid 1px #e1e1e1;
	border-collapse:collapse;
}
.AdminGrid .Header td {
	font-weight:bold;
	padding:5px;
	background-color:#CCCCCC;
}
.AdminGrid .Pager td {
	border-top:solid 1px silver;
	padding:5px;
}
textarea{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
}

/* Various styles to suit the upgrade */

div.instructionbox {
  float: left;
  color: gray;
  font-style: italic;
  font-family: Helvetica, Arial;
  font-size: 10px;
  margin-right:5px;
}

span.requirestar {
  color: #990000;
  font-style:none;
}


/* Etc. */

#topic-titles {
  width: 630px;
}
