
/* Front-end background and main table */

body {
	line-height:130%;
	font-size: 9pt;
	margin: 0px;
	background-color: #333333;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #333333;
}

.adminBar {
   background-color: #ffffff;
}

/* sets the width of the whole site */
#container {
	width: 870px;
	background-color: #ffffff;
	margin:auto;
}


#banner {
	background-image: url('/extras/styles/webideas/logo.jpg');
	background-repeat: none;
	background-position: top left;
	height:141px;
}

#banner td {
	vertical-align:middle;
	text-align:center;
	background-image: url('/extras/styles/webideas/nav_button.gif');
	background-repeat: none;
	background-position: top left;
	margin:auto;
	height:28px;
	width:80px;
}

#banner a {
	color:white;
	text-decoration:none;
}

#banner img{
	display:block;
}
#topmenu{
	background-color: #000066;	
}

/* top level */
.mlddm li a, .mlddm li a#buttonnohover {	
		padding: 5px 6px 5px 6px;
		color: #ffffff;
		font-weight:  normal;
		letter-spacing: 1px;
		font-size: 8pt;
		border-right:1px solid #ffffff;
		text-align: left;
}

.mlddm li a:hover, .mlddm li a#buttonhover {	
	color:#ffffff;
	background-color: #000066;
}

/* drop down list */

		.mlddm ul {	
			background: #000066; 
		}
		.mlddm ul li a {	
			padding: 4px 16px 4px 6px;
			border:1px solid #ffffff;
			border-top: 0;
			border-right: 0;
			text-transform: none;
			text-align: left;

		}
		.mlddm ul li a:hover {	
			color: #000000;
			background-color:#cccccc;
		}

#crumb{
	padding: 10px 20px 20px 60px;
	font-size:8pt;
	color: #A1B9DD;

}
/* Where the content goes */
#middle{
	min-height:400px;
	padding-top:	0px;
	padding-bottom:	20px;
	padding-left: 	60px;
	padding-right:	60px;
	line-height:1.5em;

}
#footer{
	clear:both;
	padding: 4px 20px 20px 20px;
	font-size:7pt;
	background-color: #333333;
	color: #ffffff;
}
.footerLeft{
	width:300px;
	float: left;
	color: #ffffff;
}
.footerMiddle{
	float:left;
	width:300px;
	text-align: center;
	color: #ffffff;

}
.footerRight{
	width:200px;
	float: right;
	text-align:right;
	color: #ffffff;
}
#footer a {
	font-size: 9px;
	color:#ffffff;
	text-decoration: none;
}
#footer a:hover {
	color:#00FFFF;
}



/* general site-wide styles */
a {
   color: #333333;
   text-decoration: underline;
}
a:hover {
   color: #000099;
   text-decoration: underline;
}
h1 {
  font-size: 16pt;
  font-family: Arial Narrow, Arial, Verdana, Helvetica, sans-serif;
  color: #24247C;

}
h2 {
  font-size: 14pt;
  font-family: Arial Narrow, Arial, Verdana, Helvetica, sans-serif;
  color: #990000;

}

h3 {
  font-size: 12pt;
  font-family: Arial Narrow, Arial, Verdana, Helvetica, sans-serif;
  color: #990000;
  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;
}

/* Doc Mgt Styles */

.smtext{
font-size: 8pt;
}
table.tabFormTable{
width: 96%;
}

.tableMenu {
  background-color: #eeeeee;
  font-size: 8pt;
  font-family: verdana;Arial, Helvetica;
}
.tableMenu a {
  text-decoration: none;
}
.tableMenu a:hover {
  text-decoration: underline;
}
.tableHeader {
  background-color: #eeeeee;
  font-size: 10pt;
  font-family: verdana;Arial, Helvetica;
  font-weight:bold;
}
.tableData {
  font-size: 10pt;
  font-family: verdana;Arial, Helvetica;
  background-color: #eeeeee;
}


.tab {
   border: 1px solid black;
   background-color: #eeeeee;
}
.tabBody {
   border: 1px solid black;
   border-top: 1px solid black;
   border-left: 1px solid black;
   background-color: #eeeeee; 
}
div.tabs {
    line-height: 15px;
    font-size: 14px;
}
.tabHover {
   background-color: #cccccc;
}
.tabActive { 
   background-color: #eeeeee;
   color: #990000; 
}

/* forums */

.forumTableHeader { 
  background-color: #dbdbdb;
  font-size: 10pt;
  color: #000000;
}
a.forumTableHeader{ 
  background-color: #dbdbdb;
  font-size: 10pt;
  color: #000000;
}


.forumTableData {
  font-size: 10pt;
    background-color: #eaeaea;

}
.postContainer{
	background-color: #fbfbfb;
	border:1px solid #666666; 

}
.postHeading{
	background-color: #dbdbdb; 
	height:20px;
}
.postusername{
	width:200px;
	float:left;
	padding-left: 3px;
}
.postdate{
	width:200px;
	float:right;
	text-align:right;
	padding-right: 3px;
}
.postSubject{
	font-weight:bold;
	padding-bottom: 2px;
	border-bottom: 1px solid #f0f0f0;
}
.postContent{
		padding: 3px;
		padding-bottom: 10px;
}
.postActions{
	padding:3px;
	border-top: 1px solid #f0f0f0;
}

/* Articles Section Formatting */
.tablegrey {
	border:  1px solid #cccccc;
	width:100%;
	background: #f0f0f0;
}

.tablegrey td {
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
}

.tablegrey em {
	color: #990000;
}

li {
	padding-bottom:10px;
}
