* {
	font-family : Verdana, Arial;
	font-size : 10pt;
}
body {
	background : #EAE5CE url("../../images/bg.png") repeat-x;
	text-align : center;
}
div {
	text-align : left;
}

.border {
	background-color : #454140;
}
#container {
	width : 1000px;
	background-color : white;
}


#banner {
	margin : 0px;
	background: url(../../images/header-bg.png) no-repeat #EAA332;
	height : 70px;
}

#banner h1 {
	font-size : 14pt;
	padding : 25px 30px 0px 30px;
	margin : 0px;
	font-family : Arial, Verdana, Georgia;
	color : white;
	float : right;
}

h1 {
	color : #FF9933;
	font-size : 14pt;
	margin : 0px;
	padding : 0px;
}

#containertop {
	background-color : white;
	padding : 1px;
	height : 70px;
	border-bottom : 1px solid #454140;
}
#containerfooter {
	padding : 1px;
	background-color : White;
	border-top : 1px solid #454140;
	clear : both;
}
#containercontent {
	padding : 1px;
	background-color : White;
}

#footeritems {
	text-align : center;
}
a, a:visited, a:link {
	color : #FF9933;
	text-decoration: underline;
}
a:hover, a:visited:hover, a:link:hover {
	color : #454140;
	text-decoration: none;
}
.disclaimer {
	font-size: 7pt;
	color : gray;
	text-align: center;
	padding : 10px;
}

#testnav {
	width : 230px;
	color : white;
	border-right : 1px solid #454140;
}
#testnav h1 {
	margin : 2px;
	color : white;
	background-color : #50A80A;
	padding : 5px;
	font-weight : bold;
	font-size : 1em;
}
#testnav ul {
	color : black;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#testnav li {
	background-image: url(../../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-left: 15px;
	margin-left : 10px;
}

#testnav a:link,#testnav a:visited {
	color : #F3A423;
	text-decoration : underline;
}

#testnav a:hover,#testnav a:visited:hover {
	color : #50A80A;
	text-decoration : none;
}

#testnav h1 a:link,#testnav h1 a:visited {
	color : white;
	text-decoration : none;
}

#testnav h1 a:hover,#testnav h1 a:visited:hover {
	color : #000000;
	text-decoration : none;
}

#content {
	width : 95%;
	padding : 20px;
}


#tabcontainer {
	float : right;
	width : 94%;
	margin-top : 15px;
}
#tabcontainer2 {
	clear : both;
		width : 100%;
	margin-top : 15px;
}

#tabnav {
	height: 20px;
	margin: 0;
	padding-left: 0px;
}

#tabnav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#tabnav a:link, #tabnav a:visited {
	float: left;
	background: #f3f3f3;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 15px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	border-top: 1px solid #454140;
	border-left: 1px solid #454140;
	border-right: 1px solid #454140;
	text-decoration: none;
	color: #666;
}

#tabnav a:link.active, #tabnav a:visited.active {
	border-bottom: 1px solid #fff;
	background: #fff;
	color: #000;
}

#tabnav a:hover {
	background: #32c0b5;
	color : white;
}

#contentold li {
	list-style-type: none;
	color : white;
	border : 1px solid #ccc;
	background-color: green;
	padding : 20px;
	width : 80%;
	clear : both;
	text-align: center;
}


#lvcontent {
	width : 100%;
	padding : 8px;
}
#lvcontent h1 {color:#111; font-size:24px; font-weight:normal; padding:6px 0px 10px 42px; line-height:24px !important; margin:0px 0px 0px 0px; font-family:Georgia; background:url(../../images/box-title-bg.gif) no-repeat 18px 12px}
.main 					{width:100%; position:relative}


.status{display:block}
.status *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#FF8C00}
.status1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #ffcd91;
  border-right:1px solid #ffcd91;
  background:#ffa83f}
.status2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #fff3e5;
  border-right:1px solid #fff3e5;
  background:#ffa130}
.status3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #ffa130;
  border-right:1px solid #ffa130;}
.status4{
  border-left:1px solid #ffcd91;
  border-right:1px solid #ffcd91}
.status5{
  border-left:1px solid #ffa83f;
  border-right:1px solid #ffa83f}
.statusfg{
  background:#FF8C00
}
.LoggedOnUser {
	font-weight: bold; 
	color : black;
	text-align: center;
	padding : 10px;
}

#navcontainer {
	margin : 0px; padding : 0px;
	border-bottom : 1px solid black;
}
ul#navlist
{
padding : 0px; margin-top : 5px; margin-bottom : 5px; margin-left : 0px; margin-right : 3px;

}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist li a.active, #navlist li a:visited.active {
background-color: #50A80A;
}

#navlist a { 
	padding: 5px 14px; 
	margin : 0px;
}

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #FF9933;
text-decoration: none;
font-size : 9pt;
}

#navlist a:hover
{
font-size : 9pt;
color: #fff;
background-color: darkgray;
text-decoration: none;
}		

#Errors {
	width : 96%;
	background-color : #F5C9CA;
	color : black;
	border : 1px solid red;
	margin-bottom : 10px;
}
#Errors ul {
	padding : 15px;
	margin : 0px;
	list-style : none;
}