
/* Front-end background and main table */

body {
  line-height:150%;
	font-size: 9pt;
	margin: 0px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #e0882e;
}
#div1{
	background-image: URL(/extras/styles/webideas/background_left.jpg);
	background-repeat: no-repeat;
	z-index: 1;
	top: 0;
	left: 0;
		
}
#div2{
	background-image: URL(/extras/styles/webideas/background_right.jpg);
	background-repeat: no-repeat;
		background-position: top right;
	z-index: 2;
	top: 0;
	right: 0;
}

.adminBar {
   background-color: #480000;
}

/* body_main sets the width of the whole site */
table.body_main{
	width: 800px;
	background-color: #ffffff;
}


/* general site-wide styles */
a {
   color: #E0882E;
   text-decoration: underline;
}
a:hover {
   color: #9d0a02;
   text-decoration: underline;
}

p {
  font-size: 9pt;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 150%
}
td {
  font-size: 9pt;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}
h1 {
  font-size: 12pt;
  font-weight: Bold;
}
h2 {
  font-size: 11pt;
  font-weight: Bold;
}
ul,li {
  line-height: 20px;
  font-size: 9pt;
}

/* top banner */
table.topbanner {
	padding: 0px 4px 0px 4px;
	background-color: #FFFFFF;	
	height: 43px;
}

td.topBanner {
	background-image:url();
	background-repeat: repeat-x;
	vertical-align: bottom;
	font-size: 10pt;
	color: #333399;
}

/* top menu */

.rootMenu {
	background-color: #0000FE;
	font-size: 8pt;
	padding: 9px 0 9px 0;
}

.rootTabOn A, .rootTabOn A:visited { 
	display: inline;
	background-color: #0000FE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	letter-spacing: 1px; 
	color: #FFFFFF; 
	font-weight:bold; 
	text-decoration: none;
	padding: 9px 12px 9px 12px;
	border-right: 1px solid #ffffff; 
} 

.rootTabOff A, .rootTabOff A:visited {
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	letter-spacing: 1px; 
	z-index: 1;
	color: #ebebf7;
	background-color: #0000FE;
	padding: 9px 12px 9px 12px;
	color: #FFFFFF;
	font-weight:bold; 
	text-decoration: none;
	border-right: 1px solid #ffffff; 
} 

.rootTabOff A:hover { 
	background-color: #54BB8E;
	color: #000000; 
}

td.topMenu {
	background-color: #691807;
}




/* Sys menu */
.sysmenu {
	background-color: #480000;
	padding: 3px 10px 0 20px;
	font-size: 7pt;
	color: #e0882e;
}

.sysmenu a {
	color: #e0882e;
	padding: 0;
}

.sysmenu a:hover {
	color: #990000;
}

/* Crumb trail */
#crumbTrail {
	padding-top: 8px;
}


#crumbTrail a {
	font-size: 8pt;
	color: #e0882e;
}
#crumbTrail a:hover {
	font-size: 8pt;
	color: #990000;
}


/* Where the content goes */
.middle{
	padding: 0 20px 20px 20px;
	line-height:120%;
	background-color: #480000;
}

/* many wobjects starts with a table and 1 cell with class='content' */
.content{
	
}


/* footer */

td.footer {
	background-color: #480000;
	color:#e0882e;
	padding:5px;
	font-size: 9px;

}
.footer a {
	font-size: 9px;
	color:#e0882e;
}
.footer a:hover {
	color:#990000;
}


/* general form classes */
input{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #003399;
}
textarea{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #003399;
}
select{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  background-color: #EEEEEEE;
  color: #000000;
}
.formDescription {
  font-size: 10pt;
}
.formSubtext {
  font-size: 8pt;
}




/* set for the cell where form fields or form results are placed 
   used for both frontend and backend data */
.tableData {
  font-size: 10pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* backend admin menus  - tableheader on manage users*/
.tableHeader { 
  background-color: #eeeeee;
  font-size: 10pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.tableMenu {
  background-color: #eeeeee;
  font-size: 8pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.tableMenu a {
  text-decoration: none;
}
.tableMenu a:hover {
  text-decoration: underline;
}

/* tabs used by admin when adding articles etc */
.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; 
}

/* search function - not sure where though */
.searchText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #1964a8;
    	line-height: 20px;
	font-weight: bold
}
.searchButton {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	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;
}

/* ?? */
.pagination {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 8pt;
   text-align: center;
}
.pageTitle {
  color: #003399;
  font-size: 18pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}


*/


