<!--
div.progress-container {
  border: 1px solid #ccc; 
  width: 200px; 
  margin: 2px 5px 2px 0; 
  padding: 1px; 
  float: left; 
  background: white;
}

div.progress-container > div {
  background-color: #ACE97C; 
  height: 16px
}

li {	
	margin-bottom:5px;
	line-height:20px;
}

p {
	line-height: 20px;	
}
td {
line-height:20px;	
}
h1{
font: 14px Verdana, Arial, Helvetica, sans-serif;	

font-weight: bold;

}
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;

	background-image: url(/images/bgverticalblue.png);
	background-repeat: repeat-x;
	background-color: #FFF;
}
.smalltext{
font: 10px Verdana, Arial, Helvetica, sans-serif;	
}
input.uploadbutton {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	padding:5px;
	border-width: 3px;
	border-style: solid;
	border-color: #ccc;
	color: #333;
	background-color:#FFF;
}
input.uploadbuttonred {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	padding:5px;
	border-width: 3px;
	border-style: solid;
	border-color: #666;
	color: #333;
	background-color:#CCC;
}
input.filebox {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding:5px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	color: #333;
}
input.searchbox, select.searchbox {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding:5px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	color: #333;
}
table.searchbox{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 1px;
	margin-bottom: 1px;
	color: #333;
}


input.adddescription {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	color: #333;
}
input, textarea {
	padding-top:3px;
	padding-left:3px;
	padding-bottom:3px;
	padding-right:3px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	color: #333;
}
.oneColFixCtrHdr #header {
	background: #f8f8f8; 
	padding: 10px 20px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #f8f8f8;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#f8f8f8;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 10px;
	font-style: italic;
}
.imgborder {
	border: 1px solid;
	
}
a.imgborderlink:link {
	color: #fff;
	
}
a.imgborderlink:visited {
	color: #fff;
	
}
a.imgborderlink:hover {
	color: #900;
	
}
a.imgborderlink:active {
	color: #666;
	
}
a.footerlink:link {
	color: #666;
	
}
a.footerlink:visited {
	color: #666;
	
}
a.footerlink:hover {
	color: #900;
}
a.footerlink:active {
	color: #666;
	
}
a.menulinks:link {
	color: #333;
	text-decoration:none;
	
}
hr {
	color: #CCC;
	background-color:#CCC;
	border-color:#CCC;
	border-style:solid;
	height:1px;
}
a.menulinks:visited {
	color: #333;
	text-decoration:none;
	
}
a.menulinks:hover {
	color: #900;
	text-decoration:underline;
	
}
a.menulinks:active {
	color: #333;
	text-decoration:none;
	
}
a:link {
	color: #333;
}
a:visited {
	color: #333;
}
a:hover {
	color: #900;
}
a:active {
	color: #333;
}
ul { 
	list-style-image: url("images/redarrow.gif");  
}
li {
	margin-top: 5px;	
}
.newfooter {
	font-style: italic;
	color: #666;
}
.menudiv {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	padding-top:0px;
	padding-right:20px;
}
#floatpreview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}

-->
