
/* Front-end background and main table */

body {
	line-height:130%;
	font-size: 12px;
	margin: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #333333;


}

.adminBar {
   background-color: #ffffff;
}

/* sets the width of the whole site */
#outline{
	width:1008px;
	margin:auto;
	background-image: url(/extras/styles/webideas/outline_bg.png);
	background-repeat: repeat-y;
	background-position: right;
	position:relative;

}
#bg-tr{
	position: absolute;
	width:14px;
	height:36px;
	top: 0;
	right:0;
	background-color: #44443D;
}
#container {
	width: 980px;
	background-color: #F4EDE4;
	margin:auto;
}
#banner img{
	display:block;
}
#topmenu{
	background-color: #fff;	
	color:#00000;
	height:26px;

	

}
/* top level */
.mlddm li a, .mlddm li a#buttonnohover {	
		padding: 5px 12px 5px 12px;
		color: #000000;
		font-weight:  normal;
		letter-spacing: 1px;
		font-size: 13px;
		border-right:0px solid #ffffff;
}

.mlddm li a:hover, .mlddm li a#buttonhover {	
	color:#bbbbbb;
}

.mlddm li a.selected, .mlddm li a.selected#buttonnohover {	
		padding: 5px 12px 5px 12px;
		color: #709D13;
		font-weight:  normal;
		letter-spacing: 1px;
		font-size: 13px;
		border-right:0px solid #ffffff;
		text-align: right;
}

.mlddm li a.selected:hover, .mlddm li a.selected#buttonhover {	
	color:#bbbbbb;
}
/* drop down list */

		.mlddm ul {	
			background: #6E9C12; 
		}
		.mlddm ul li a {	
			padding: 4px 16px 4px 6px;
			border:1px solid #ffffff;
			border-top: 0;
			border-right: 1px solid #ffffff;
			text-transform: none;
			text-align: left;
			color: #ffffff;

		}
		.mlddm ul li a:hover {	
			color: #6E9C12;
			background-color:#ffffff;
			border:1px solid #6E9C12;
			border-right: 1px solid #6E9C12;

		}

#crumb{
	padding: 10px 20px 20px 20px;

}
/* Where the content goes */
#middle{
	min-height:180px;
	padding: 20px 20px 20px 20px;
}
#footer{
	clear:both;
	width:968px;
	margin:auto;
	padding: 17px 20px 20px 20px;
	font-size:7pt;
	color: #F4EDE4;
	background-image: url(/extras/styles/webideas/body-bg-bottom.png);
	background-repeat: no-repeat;
	background-position: top right;

}
.footerLeft{
	width:300px;
	float: left;
	color: #F4EDE4;
}
.footerMiddle{
	float:left;
	width:300px;
	text-align: center;
	color: #F4EDE4;

}
.footerRight{
	float: right;
	text-align:right;
	color: #ffffff;
}
#footer a {
	font-size: 9px;
	color:#ffffff;
	text-decoration: none;
}
#footer a:hover {
	color:#709D13;
}



/* general site-wide styles */
a {
   color: #990000;
   text-decoration: underline;
}
a:hover {
   color: #000099;
   text-decoration: underline;
}
h1 {
  font-family: "Arial Narrow", Arial, Verdana, Helvetica, sans-serif;
  font-size: 24px;
  color: #709D13;
  font-weight: normal;
}
h2 {
  font-size: 13px;
  color:#7B2420;
  line-height: 130%;
  
}
h3 {
  font-size: 12px;
  color:#666666;
  line-height: 130%;
  font-style: italic;
  font-weight:normal;
  
}
/* general form classes */
input{
  color: #003399;
}
textarea{
  color: #003399;
}
select{ 
}
.formDescription {
}
.formSubtext {
  font-size: 8pt;
}





/* search function - not sure where though */
.searchText {

	font-size: 10pt;
	color: #1964a8;
    	line-height: 20px;
	font-weight: bold
}
.searchButton {
	background-color: #FFFFFF;
	border: #cccccc .5pt solid;
	font-size: 12pt;
	color: #003399;
	font-weight: bold;
	font-style: normal;
	line-height: 16px;
}
.searchInput {
	background-color: #FFFFFF;
	font-family: Arial;
	border: #cccccc .5pt solid;
	font-size: 12pt;
	color: #003399;
	font-style: normal;
	line-height: 16px;
}

/* ListColumn Styles */

.ListColumnTable{

	width:380px;
}
.ListColumnTable td{	padding:3px;}
.ListColumnHeader{font-weight:bold;}
.ListColumnOdd{}
.ListColumnEven{}




