/*SACWIS.css*/

body {
margin: 0;
padding: 0;
font-family: arial, helvetica, sans-serif;
color: black;
background-color: #f0f0e1;
overflow:scroll;
; clip:          rect(   ); position: static
}

/* Banner across top of page*/

.title {
text-align: right;
background-color:#cc6600;
width: 100%;
height:17px;
border-bottom: 2px #666633 solid;
font-size: .8em;
font-weight: bold;
color: #f0f0e1;
letter-spacing: 5px;
padding-right: 10px;
overflow:hidden;
}

/* Styles for the main text on the page. */

.main-text {
margin-left: 10px;
float:left;
overflow:scroll;
; clip:  rect(   )

}

h1 {
margin-top: 0;
margin-bottom: 15px;
margin-left: 0;
margin-right: 0;
font-size: 1.5em;
color: #bf8f30;
padding-bottom: 10px;
padding-top: 0;
padding-left: 0;
padding-right: 0;
font-weight: bold;
}

h2 {
margin-top: 0;
margin-bottom: 15px;
margin-left: 0;
margin-right: 0;
padding: 0;
font-size: .75em;
color: #bf8f30;
font-weight: bold;
}

p, ul, ol, table {
margin-top: 0;
margin-bottom: 17px;
margin-left: 0;
margin-right: 0;
font-size: .85em;
line-height: 1.2em;
overflow: auto;
}

ol, ul {
margin-left: 25px;
}


a:link, a:visited {
color: #cc6600;
text-decoration: none;
font-weight: bold;
}

a:hover {
color: #333399;
font-weight:bold;
text-decoration: underline;
}

/* Style for the folding and unfolding TreeView menu*/

.treeView{
  margin: 1px 5px;
  text-align:right;
  font-size: .85em;
  line-height: 15px;
}

.folderClosed{
	font-size: .85em;
	line-height: 15px;	
	list-style: disc outside url(Open.gif);
}

li a{
  display:compact;
    width: 100%;
}

li a:hover{
  color: #0000ff;
  font-weight: bold;
  }

.folderOpen{
	font-size: .85em;
 	padding: 0px;
	line-height: 15px;
	list-style: disc outside url(Fold.gif);
}


.branchClosed{
  display: none;	
  line-height: 15px;
}


.branchOpen{
  display: block;
  font-size: 1em;
  line-height: 15px;
  }

/* Styles for the navbar on the left side. */

.left-menu {
	float: left;
	width: 17%;
	margin-left:6px;
}

.left-menu p {
border-bottom: 1px #cc6600 dotted;
text-align: right;
line-height: 8px;
font-size: .75em;
padding: 5px;
margin-bottom: 0;
}

.left-menu a:link, .left-menu a:visited {
color: #cc6600;
}

.left-menu a:hover, .left-menu a:current {
color: #333399;
text-decoration: none;
}

/* Styles for the footer at the bottom of the page */

.footer {
text-align: center;
background-color: #00378f;
width: 100%;
height: 20px;
bottom: 0px;
padding-right: 10px;
font-size: 0.75em;
letter-spacing: .5px;
border-top: 2px #cc6600 solid;
color: #00398c;
clear:both;
; clip:          rect(   ); overflow: auto
}
.footer a:visited {
color: #f0f0e1;
}

.footer a:hover {
color: #f0f0e1;
text-decoration: underline;
}


.footer a:link { 
color: #FFFFFF;
 } 
