body
{
  background: #f6f6f6 url(../images/bg.jpg) repeat-x top left;
	margin: 0px; 
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
}

#head
{
  background: #e4e4e4 url(../images/header.jpg) no-repeat top left;
	width: 747px;
	height: 117px;
	padding: 0px;
	margin: 0 auto;
}


#head #title
{
	/*float: left;*/
 	font-size: 23px;
	color: #FFF;
	padding: 35px 30px 10px 135px;
  margin: 0;
  line-height: 30px;
}

#body_wrapper
{
  background: url(../images/body_repeat.jpg) repeat-y top left;
	margin: 0px auto;
	width: 747px;
	display: block;
}


#body
{
  background: url(../images/body_top.jpg) no-repeat top left;
	float: left;
	padding: 10px 20px 0px 20px;
	min-height: 343px;
	display: block;
}

#end_body
{
  background: url(../images/body_bottom.jpg) no-repeat top left;
	margin: 0px auto;
	width: 747px;
	height: 37px;
	display: block;
}

.clearer
{
  clear: both;
	height: 1px;
	padding: 0px;
	margin: 0px;
}

#all
{
  width: 707px;
	float: left;
	padding: 0px;
	background: url(../images/all_repeat.jpg) repeat-y top left;
}

#all .top
{
  background: url(../images/all_top.jpg) no-repeat top left;
	width: 707px;
	height: 18px;
	padding: 0px;
	margin: 0px;
}

#all .bottom
{
  background: url(../images/all_bottom.jpg) no-repeat bottom left;
	width: 707px;
	height: 21px;
	padding: 0px;
	margin: 0px;
}

#split
{
  width: 707px;
	float: left;
	padding: 0px;
	background: url(../images/both_repeat.jpg) repeat-y top left;
}

#split .top
{
  background: url(../images/both_top.jpg) no-repeat top left;
	width: 707px;
	height: 18px;
	padding: 0px;
	margin: 0px;
}

#split .bottom
{
  background: url(../images/both_bottom.jpg) no-repeat bottom left;
	width: 707px;
	height: 21px;
	padding: 0px;
	margin: 0px;
}

#left
{
  width: 538px;
	float: left;
	padding: 0px;
	margin: 0px;
}

#right
{
  width: 169px;
	float: right;
	padding: 0px;
	margin: 0px;
}

.content 
{
  padding: 0px 15px;
}

#left .content, #all .content
{
  padding-left: 22px;
}

#footer
{
  margin: 0 auto; 
	width: 747px;
	text-align: center;
	color: #B05128;
	font-weight: bold;
}

#footer a
{
 color: #B05128;
}

#right ul 
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#right ul li 
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: block;
}

#right ul a 
{
	display: block;
	width: 125px;
	background: #d2d2d2;
	color: #000;
	padding: 3px;
	padding-left: 10px;
	text-decoration: none;
	margin: 0px;
	border: 0px;
}

#right ul a:hover 
{
	color: #FFFFFF;
	background: #7f8d96;
}

/* Navigation */

#menu 
{
  float: right;
	margin: 15px 20px 0px 0px;
}

#menu ul 
{
	margin: 0;
	padding: 0;
	white-space : nowrap;
}

#menu ul li 
{
	margin: 0;
	padding: 0;
	display: block;
	float:left;
	text-align: center;
}

#menu ul li a 
{
	color : #fff;
	background-color: transparent;
	text-decoration : none;
	font-weight: bold;
	display: block;
	border-style:none;
}

#menu ul li a:link, #menu ul li a:visited 
{
	background-image: url(../images/menu_tabs.gif);
	background-repeat: no-repeat;
	color: #000;
	height: 26px;
	width: 94px;
	line-height: 26px;
	padding-top: 7px;
}

#menu ul li a:hover, #menu ul li a:active 
{
	background-image: url(../images/menu_tabs.gif);
	background-repeat: no-repeat;
	background-position: 0px -33px;
	height: 29px;
	width: 94px;
	line-height: 29px;
	padding-top: 4px;
}

 
#menu ul li.active a:hover, #menu ul li.active a:active,#menu ul li.active a:link, #menu ul li.active a:visited 
{
	background-image: url(../images/menu_tabs.gif);
	background-repeat: no-repeat;
	background-position: 0px -66px;
	height: 29px;
	width: 94px;
	line-height: 29px;
	padding-top: 4px;
	color: #B05128;
}


/*  Headers  */
h1 
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	color: #D96B11;
	background-color: transparent;
	font-size: 1.6em;
	font-weight: bold;
	display: block;
	border-bottom: 1px solid;
}

h2 
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	color: #333;
	background-color: transparent;
	font-size: 1.5em;
	font-weight: bold;
}

h3 
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	color: #76b7d7;
	background-color: transparent;
	font-size: 1.4em;
	font-weight: bold;
}

h4 
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	color: #333;
	background-color: transparent;
	font-size: 1.3em;
	font-weight: bold;
}

h5 
{
	color: #9ad5f3;
	background-color: transparent;
	padding: 0px;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}

h6 
{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #D96B11;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 150%;
}
/* HTML Tags */

.code, code
{
  display: block;
	margin: 5px 10px;
	padding: 5px;
	color: #ad4c21;
	border: 1px dashed;
	background: #f0ebe7;
	font-family: Courier, 'Courier New', 'Andale Mono', Monaco, monospace;
	width: auto;
}

pre
{
 white-space: normal;
}

a
{
  color: #AD4C21;
	text-decoration: none;
	border-bottom: 1px dashed;
	padding-bottom: 0px;
}

a:hover
{
	color: #000;
}

hr
{
  border: 0px;
  border-bottom: 1px #F0EBE7 dashed;
	height: 1px;
}

#left hr, #all hr
{
  margin: 10px 0px;
}

form
{
  margin: 0px;
	padding: 0px;
}

form .item
{
  clear: left;
	border-top: 1px solid #EEE;
	margin: 3px;
}

form .label
{
  float: left;
	clear: left;
	width: 150px;
}

input, textarea, select
{
  color: #AD4C21;
	border: 1px solid;
	background: #F0EBE7;
	margin: 3px;
	padding: 2px;
}

blockquote {
	margin: 5px;
  background: transparent url(../images/quotes.png) left top no-repeat;
	padding-left: 37px;
}


del 
{
  color: #800;
	text-decoration: line-through;
}

dt
{
  font-weight: bold;
	font-size: 1.05em;
	color: #ad4c21;
}

dd 
{
  margin-left: 15px;
}

/* adds a space and then a graphic after any external (i.e. off-site) links */
a[target]:after{
	content: " " url(../images/externalpage.gif);
}


blockquote[cite]:after {
	content: "Quote from: " attr(cite);
	display: block;
	border-top: 1px solid #999;
	color: #999;
	margin: 1em 0 0;
	padding: .5em 0 0;
	font-size: .8em;
	font-weight: bold;
}

.code .key1
{
 font-weight: 700;
 color: #009;
}

.code .key2
{
 color: #009;
}

.code .key3
{
 color: #909;
}

.code .key4
{
 color: #00B0B0;
}

.code .key5
{
 color: #F0F;
}

.code .key6
{
 color: #D0D000;
}

.code .key7
{
 color: #D0D000;
}

.code .key8
{
 color: #D0D000;
}

.code .string
{
 color: #282;
}

.code .number
{
	color: #000;
	font-weight: 700;
}

.code .comment
{
 color: #AAA;
}

.code th
{
	border-right: 1px solid;
	vertical-align: top;
	text-align: left;
	padding-right: 1em;
}


/* Begin CSS Drop Down Menu */

#menuh-container
	{
	position: relative;		
	top: 1.9em;
	right: -2.4em;
	}

#menuh
	{
	font-size: 9px;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:right;
	margin:2em;
	margin-top: 1em;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border: 1px inset #EFEAE4;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: black;
	background-color: #f2dd98;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color: #d09503;
	text-decoration:none;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:9.5em;	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
    min-height: 1px;
    vertical-align: bottom;
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */


/* Log Out Button */
input.btnhov{
   border-top-color:#c63;
   border-left-color:#c63;
   border-right-color:#930;
   border-bottom-color:#930;}
   

/* Log Out Box */

.logout {
	padding:0 0.5em;
	background:#F6FBFF;
	width:200px;
	position: relative;		
	left:41.6em;
	top:-8.8em;
}
p.logout {padding:0.5em;}
.logout p {margin:0.5em 0;}



/* SortedTable */
table.sortedTable { /* overall table */
	border: 1px solid #f2dd98; }
th.sortedTable { /* cells in header row */
	padding-left: 0.3em;
	padding-right: 0.3em;
	font-size: 90%;
	font-weight: bold;
	text-align: left;
	background: #f2dd98; }
.sortedTableOrderBy {
	background: #ffdd98; }
.sortedTableCaret {
	font-weight: normal;
}
td.sortedTable { /* normal cells in rows */
	font-size: 90%;
	padding-left: 0.3em;
	padding-right: 0.3em; }	
tr.odd { /* every other row, starting with first one */
	background: #f4f4f4; }
tr.even { /* every other row, starting with second one */
	background: #e4e4e4; }
tr.highlight, span.currentPage { /* the row that is currently selected */
	background: #f2dd98; }
td.highlightBorder { /* a line to use because you can't set a <tr>'s border. */
	padding: 0px;
	background: #006666; }
td.sortedTableTitle { /* Big title cell at top */
	font-family: Georgia, "Times New Roman", Times, "New York", serif;
	padding: 0.2em;
	background: #f2dd98;
	text-align: center;
	font-size: 130%;
	font-weight: bold;
	color: #Ad4b21; }
td.sortedTableFilterOuter { /* right below title */
	background: #f4f4f4;
	padding: 0px; }
table.sortedTableFilterInner { /* right below title */
	align: center;
	cellspacing: 0;
	cellpadding: 0;
	border: 0; }
td.sortedTableFilterLabel {
	vertical-align: middle;
	padding-left: 0.2 em;
	padding-right: 0.2 em;
	padding-bottom: 0.2 em;
	font-weight: bold;
	font-size: 90%;
	text-align: right; }
td.sortedTableFilter {
	vertical-align: middle;
	padding-left: 0.2 em;
	padding-right: 0.2 em;
	padding-bottom: 0.2 em;
	text-align: left; }
td.sortedTableFilterHelp {
	vertical-align: middle;
	padding: 0px;
	text-align: center; }
td.sortedTablePageSelector {
	vertical-align: middle;
	text-align: center;
	font-size: 80%;
	background: e4e4e4; }
/* A pop-in item detail editor's cell (outside the editor's table). */
td.sortedTableEditor {
	padding: 4px;
	padding-top: 0px;
	background: #f2dd98; }
.sortedTableNewItem {
	font-style: italic; }

/* Editor viewing and editing */
table.editorEmbedded {
	border: 0px solid #006666;
	width: 100%; }
table.editorAlone {
	border: 1px solid #006666;
	width: 100%; }
tr.editorAction {
	text-align: center;
	padding: 0.1em;
	background: #cccccc; }
td.editorFieldName {
	vertical-align: middle;
	text-align: left;
	font-size: 80%;
	font-weight: bold;
	padding-right: 4px;
	padding-left: 4px;
	background: #eeeeee; }
td.editorFieldValue {
	vertical-align: middle;
/*	width: 100%; */
	padding-left: 4px;
	padding-right: 4px;
	background: #ffffff; }
td.editorSpacerLine {
	background: #ffffff;
	padding: 0px; }
td.editorError {
	background: #f2dd98;
	font-size: 90%;
	color: #990000; }
td.editorIframe {
	margin: 0px;
	padding: 0px;
}
input.editorAccel {
	width: 1.0em;
}
iframe.editor {
	width: 100%;
	height: 350px;
/*
	border-top: 4px solid f2dd98;
	border-bottom: 4px solid f2dd98;
	border-left: 0px;
	border-right: 0px;
*/
	border: 0px; }
.answerOmitted {
	color: 990000;
/*	font-size: 80%; */
/*	font-style: italic; */
	font-weight: bold; }



