html {
	height: 101%;
}

body {
	background: url(page_bg.jpg) top repeat-x #BAB89E;
	margin: 0px;
	padding: 0px;
}

iframe {
	background: #FFFFFF;
}

body, td, th {
	font: 10pt/140% Georgia, Helvetica, Arial, Verdana, sans-serif;
	color:#111111;
}

a:link {
	color:#006600;
	text-decoration:underline;
}

a:visited {
	color:#666666;
	text-decoration:underline;
}

a:hover {
	color: #FF6600;
	text-decoration:none;
}

#wrapper {
	width: 804px;
	margin: 14px auto;
}

#masthead {
	background: url(masthead.jpg);
	height: 128px;
	overflow:hidden;
	text-indent: -5000px;
}

#masthead h1 {
	border: 0px;
}

div#addressBar {
	font: 8pt/100% Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
	background: #FFFFFF;
	color:#666666;
	padding: 3px 10px;
	
}
/* ============================ 2 column layout ============================ */

div#m2 {
	float: right;
	width: 20%;
	margin-right: 4%;
	padding-top: 5px;
	margin-top: 15px;
	padding-bottom: 100px;
	background:url(m2_fade.gif) bottom right no-repeat;
}

div#m2 a:link, div#m2 a:visited {
	display:block;
	text-align:right;
	color:#666666;
	text-decoration:none;
	padding: 5px 15px 5px 0px;
	width:auto;
}

div#m2 a:hover, div#m2 a.thisTab {
	color:#000000;
	text-decoration:none;
}

div#documentNarrow {
	float: right;
	width: 75%;
}

div#documentWide {
	float: right;
	width: 100%;
}

/* ============================ fauxTableStyles ============================ */

div.pageRow {
	width:auto;
	background-color: #EEEEDD;
	padding: 5px;
	overflow:auto;
}
/* ----------------------- section styles ---------------------------- */

div.sectionOptions {
	width:auto;
	background-color: #CCCCCC;
	padding: 5px;
	overflow:auto;
	font-weight:bold;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #AAAAAA;
}

a.sectionUp:link, a.sectionUp:visited {
	float:right;
	width:24px;
	height: 24px;
	heigh\t: 0px;
	background: url(icons/og/moveup.gif) top left no-repeat;
	text-indent: -500px;
	padding-top:24px;
	overflow: hidden;
	text-decoration:none;
}
a.sectionUp:hover {
	background-image: url(icons/og/moveup-over.gif);
	text-decoration:none;
}

a.sectionDown:link, a.sectionDown:visited {
	float:right;
	width:24px;
	height: 24px;
	heigh\t: 0px;
	background: url(icons/og/movedown.gif) top left no-repeat;
	text-indent: -500px;
	padding-top:24px;
	overflow: hidden;
	text-decoration:none;
}
a.sectionDown:hover {
	background-image: url(icons/og/movedown-over.gif);
	text-decoration:none;
}

a.linkAdd:link, a.linkAdd:visited {
	float:right;
	width:24px;
	height: 24px;
	heigh\t: 0px;
	background: url(icons/og/file.gif) top left no-repeat;
	text-indent: -500px;
	padding-top:24px;
	overflow: hidden;
	text-decoration:none;
}
a.linkAdd:hover {
	background-image: url(icons/og/file-add.gif);
	text-decoration:none;
}

/* ----------------------- page styles ---------------------------- */

div.pageDetails {
	width:60%;
	float:left;
}

a.linkDelete:link, a.linkDelete:visited {
	float:right;
	width:24px;
	height: 24px;
	heigh\t: 0px;
	background: url(icons/ob/delete.gif) top left no-repeat;
	text-indent: -500px;
	padding-top:24px;
	overflow: hidden;
	text-decoration:none;
}
a.linkDelete:hover {
	background-image: url(icons/ob/delete-over.gif);
	text-decoration:none;
}

a.linkEdit:link, a.linkEdit:visited {
	float:right;
	width:24px;
	height: 24px;
	heigh\t: 0px;
	background: url(icons/ob/file.gif) top left no-repeat;
	text-indent: -500px;
	padding-top:24px;
	overflow: hidden;
	text-decoration:none;
}
a.linkEdit:hover {
	background-image: url(icons/ob/file-edit.gif);
	text-decoration:none;
}

a.linkUp:link, a.linkUp:visited {
	float:right;
	width:24px;
	height: 24px;
	heigh\t: 0px;
	background: url(icons/ob/moveup.gif) top left no-repeat;
	text-indent: -500px;
	padding-top:24px;
	overflow: hidden;
	text-decoration:none;
}
a.linkUp:hover {
	background-image: url(icons/ob/moveup-over.gif);
	text-decoration:none;
}

a.linkDown:link, a.linkDown:visited {
	float:right;
	width:24px;
	height: 24px;
	heigh\t: 0px;
	background: url(icons/ob/movedown.gif) top left no-repeat;
	text-indent: -500px;
	padding-top:24px;
	overflow: hidden;
	text-decoration:none;
}
a.linkDown:hover {
	background-image: url(icons/ob/movedown-over.gif);
	text-decoration:none;
}

a.linkView:link, a.linkView:visited {
	float:right;
	width:24px;
	height: 24px;
	heigh\t: 0px;
	background:  url(icons/ob/search.gif) top left no-repeat;
	text-indent: -500px;
	padding-top:24px;
	overflow: hidden;
	text-decoration:none;
}
a.linkView:hover {
	background-image: url(icons/ob/search-over.gif);
	text-decoration:none;
}

a.linkBlank {
	float:right;
	width:24px;
	height: 24px;
	text-indent: -500px;
	overflow: hidden;
	text-decoration:none;
	cursor: default;
}

/* ============================ cssFormStyles ============================ */

form.cssForm {
	border: 1px solid #111111;
	background: #EEEEDD;
}

div.error {
	color: #FFFFFF;
	background-color:#990000;
	border-bottom: 1px solid #990000;
	padding: 10px;
}


form.cssForm label {
	clear:left;
	float: left;
	width: 35%;
	margin-right: 2%;
	text-align:right;
	font-weight:bold;
}

form.cssForm h1 {
	font-size: 16pt;
	margin: 0px;
	background: url(form_header.gif) repeat-x;
	color:#FFFFFF;
	border: 0px;
	padding: 7px 10px 0px 10px;
	height: 35px;
	heigh\t: 28px;
}

form.cssForm p {
	margin: 0;
	padding: 5px 10px;
	background:#CCCCCC;
}

form.cssForm input[type=text], form.cssForm input[type=button], form.cssForm select, form.cssForm textarea, form.cssForm password  {
	font: 9pt/120% Verdana, Arial, Helvetica, sans-serif;
	border-width: 1px;
}

form.cssForm label.labelWide {
	width: 100%;
	display: block;
	margin: 0 0 10px 0;
	text-align:center;
}


form.cssForm span.cssInput {
	float: left;
	width: 62%;
	font: 8pt/120% Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

form.cssForm span.cssInput label {
	float: left;
	width: auto;
	font-size: 10pt;
	font: 10pt/120% Georgia, Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
}

form.cssForm input.fullWidth, form.cssForm textarea.fullWidth {
	width: 95%;
}


div.buttonSet  {
	text-align:center;
	padding: 2px;
	background: url(m1_admin-over.gif) repeat-x;
}

div.buttonSet input, div.buttonSet input[type=button] {
	padding: 2px 5px;
	border: 1px solid #330000;
	font: 10px/100% Verdana, Helvetica, Arial, sans-serif;
}

div.buttonSet input:hover {
	background:#990000;
	color:#FFFFFF;
}

form.cssForm span.cssInput input.formNotice {
	border: 0px;
	background: none;
	font-size: 7pt;
	color:#888833;
}

/* ============================ menu 1 ============================ */
#m1 {
	height: 29px;
	background:url(m1_bg.gif) top left no-repeat;
	padding: 0px 10px;
}
/*

#nav {
  display:table;
  width:auto;
  padding:0; 
  margin:0 auto; 
  list-style-type:none;
  white-space:nowrap;
  }
#nav li {
  display:table-cell;
  }
* html #nav li {
  float:left;
  }
#nav a {
  width:auto;
  display:block;
  padding:4px 16px;
  color:#fff; 
  background:#08c; 
  border:1px solid #fff; 
  text-decoration:none;
  }
* html #nav a {
  float:left;
  }
#nav a:hover {
  color:#000; 
  background:#d4d4d4;
  }
  
  

.container {clear:both; text-decoration:none;}
* html .container {display:inline-block;}
*/

#m1 ul {
	display:table;
	padding:0; 
	margin: 0px auto; 
	list-style-type:none;
	white-space:nowrap;
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #DFDFDF;
}

#m1 li {
	display:table-cell;
}
* html #m1 li {
	float:left;
}
  
#m1 li a:link, #m1 li a:visited {
	margin-top: 1px;
	display:block;
	width: auto;
	padding: 6px 8px 0px 8px;
	height: 29px;
	heigh\t: 23px;
	text-decoration:none;
	color:#333333;
	font-size: 10pt;
	border-left: 1px solid #DFDFDF;
	border-right: 1px solid #AAAAAA;
}
* html #m1 a:link, * html #m1 li a:visited {
	color:#666666;
  	float:left;
}
#m1 li a:hover, #m1 li a:visited.thisTab, #m1 li a.thisTab {
	color:#FFFFFF;
	background: url(m1-over.gif) repeat-x;
	border-left: 1px solid #68C869;
	border-right: 1px solid #228822;
}

#content {
	padding: 10px 25px 15px 25px;
	background: #FFFFFF;
}

#contentBase {
	font-size: 2px;
	background: url(doc_base.gif) top left no-repeat;
	height: 5px;
}


/*================================= Footer ===============================*/

#footerTop {
	background: url(footer_top.gif) bottom left no-repeat;
	height: 6px;
}

#footer {
	background: #DDDCCF;
	padding: 0px 5px;
	width:auto;
	overflow:auto;
	text-align: center;
}

#footer a {
	margin-left: 5px;
}

#footerBase {
	background: url(footer_base.gif) top left no-repeat;
	height: 5px;
}

/*================================= Copyright ===============================*/

div#copyright {
	clear:both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	padding: 5px 0px 5px 0px;
}
	
div#copyright a {
	float: right;
}
	
div#copyright a:link, div#copyright a:visited {
	color:#333333;
	text-decoration:none;
}
	
div#copyright a:hover {
	text-decoration:none;
	color:#DDDDDD;
}

/* ------------------------------- show hide ------------------------------------ */

.areaHidden a:link.showHideOr, .areaHidden a:visited.showHideOr {
	display: block;
	background: url(showhide/oc-show.gif) 10px 8px no-repeat #444444;
	color: #FFFFFF;
	padding: 3px 0px 3px 30px;
	text-decoration:none;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #222222;
}

.areaHidden a.showHideOr:hover {
	background: url(showhide/oc-hide.gif) 10px 8px no-repeat #111111;
	text-decoration:none;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #000000;
}

.areaVisible a:link.showHideOr, .areaVisible a:visited.showHideOr {
	display: block;
	background: url(showhide/oc-hide.gif) 10px 8px no-repeat #444444;
	color: #FFFFFF;
	padding: 3px 0px 3px 30px;
	text-decoration:none;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #222222;
}

.areaVisible a.showHideOr:hover {
	background: url(showhide/oc-show.gif) 10px 8px no-repeat #111111;
	text-decoration:none;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #000000;
}



.areaVisible .areaAffected {
	display:block;
}

.areaHidden .areaAffected {
	display:none;
}

form.cssForm label.areaHidden span.areaAffected {
	display:none;
}



