
/* Front-end background and main table */

body {
  line-height:150%;
	font-size: 9pt;
	margin: 0px;
	background-color: #e2d69d;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-image: url(/extras/styles/webideas/body_bg.jpg);
	background-repeat: repeat-x;
}

.adminBar {
   background-color: #ffffff;
}

/* body_main sets the width of the whole site */
table.body_main{
	width: 1000px;
}


/* general site-wide styles */
A {
   color: #198fc1;
   text-decoration: underline;
}
A:hover {
   color: #b22222;
   text-decoration: underline;
}

p {
  line-height: 150%;
}

H1 {
  font-size: 12pt;
  font-weight: Bold;
	color:  #FE0E10;
  
}
H2 {
  font-size: 11pt;
  font-weight: Bold;
}
UL,LI {
  line-height: 20px;
  font-size: 9pt;
}


/* top menu */
td.topmenu {
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
}

#topmenu {
	padding: 0;
	margin: 0;
}
#topmenu ul {
	margin: 0;
	padding: 0;
	border: 0;
}
#topmenu li {
	list-style-type: none;
	margin: 0;
	padding:0;
	display: inline;

}

/*	 Navigation links classes for top menu */	
#topmenu a {
	padding-top:3px;
	text-decoration: none;
	color: #ffffff;
	font-weight:  bold;
	font-size: 8pt; 
	float: left;
	line-height: 100%;
	background-image: url(/extras/styles/webideas/menu_tab.png);
	background-repeat: no-repeat;
	background-position: top left;
	width:114px;
	height:36px;
	text-align: center;

}
#topmenu a:visited {
	color: #ffffff;
}
#topmenu a:hover {
	color: #000000;
}
#topMenu a.topmenufirst {
	width:80px;
}
#topMenu a:visited.topmenufirst {}
#topMenu a:hover.topmenufirst {}
#topMenu a.selectedMenuItem {}

#topMenu a:visited.selectedMenuItem {}
#topMenu a:hover.selectedMenuItem {}

#topMenu a.selectedMenuItemFirst{}
#topMenu a:visited.selectedMenuItemFirst {}
#topMenu a:hover.selectedMenuItemFirst {}

#topmenu a.topmenuLast {
	background-image: url(/extras/styles/webideas/menu_tab_last.png);
	width:120px;
}
#topMenu a:visited.topmenuLast {

}
#topMenu a:hover.topmenuLast {

}
#topmenu a.selectedMenuItemLast{
	background-image: url(/extras/styles/webideas/menu_tab_last.png);
	width:120px;
}

#logo{
	width:120px;
	float:left;
	padding-left:20px;
}
#tag{
	width:600px;
	float:right;
	padding:14px 8px 0 0;
	text-align: right;
}

/* Sys menu */
.sysmenu {
	vertical-align:bottom;
	padding: 3px 10px 0 0;
	font-size: 7pt;
	color: 333399;
	text-align: center;
}

.sysmenu a {
	color: #333399;
	padding: 0;
}

.sysmenu a:hover {
	color: #990000;
}


/* Where the content goes */
.middle{
	height:400px;
	padding: 0 0 20px 0;
	line-height:120%;
}

table.whiteBox{
	
}
table.whiteBox td.top{
	background-image: url(/extras/styles/webideas/wbox_top.png);
	background-repeat: repeat-x;
	width:100%;
}
table.whiteBox td.left{
	background-image: url(/extras/styles/webideas/wbox_left.png);
	background-repeat: repeat-y;
}
table.whiteBox td.right{
	background-image: url(/extras/styles/webideas/wbox_right.png);
	background-repeat: repeat-y;
}
table.whiteBox td.bottom{
	background-image: url(/extras/styles/webideas/wbox_bottom.png);
	background-repeat: repeat-x;
}
table.whiteBox td.content{
	background-color: #ffffff;
}
table.whiteBox td.refl_left{
/*
	background-image: url(/extras/styles/webideas/wbox_refl_l.png);
	background-repeat: no-repeat;
*/
}
table.whiteBox td.refl_bottom{
	background-image: url(/extras/styles/webideas/wbox_refl_bottom.png);
	background-repeat: repeat-x;
}
table.whiteBox td.refl_right{
/*
	background-image: url(/extras/styles/webideas/wbox_refl_r.png);
	background-repeat: no-repeat;
*/
}

table.whiteBox h1{
	color: #fe0e10;
	font-size: 17px;
	font-weight:bold;
}

/* many wobjects starts with a table and 1 cell with class='content' */
.content{
	
}


/* footer */

td.footer {
	color:#898989;
	padding:5px;
	font-size: 9px;
	white-space: nowrap;

}
.footer a {
	font-size: 9px;
	color:#898989;
}
.footer a:hover {
	color:#555555;
}


/* 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: #EEEEEE;
  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;
}

/* old classes  

.verticalMenu p {
margin:0;
padding-left:8px;
padding-right:8px;
padding-bottom: 8px;
padding-top: 8px;
	border-top-width: 0px;
	border-right-width: .0pt;
	border-bottom-width: 1px;
	border-left-width: .0pt;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ffffff;
	border-right-color: #CCCCCC;
	border-bottom-color: #ffffff;
	border-left-color: #003399;
}
.verticalMenu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #ffffff;
}
.verticalMenu a:hover {
	color: yellow;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.verticalMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #ffffff;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

.SelectedMenuItem {
	color: yellow;
	text-decoration: none;
}


.horizontalMenu {
	padding-left:10px;
	padding-right:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
color: ^Snippet("RootMenu");	
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	word-spacing: 0px;
}
.horizontalMenu:hover {
   height=20px;
   color: #000000;
background-color: ^Snippet("RootMenuOn");

}

.contentSpacing {
        line-height:150%;
        padding: 25px;
}

.homeLink, {
  color: #003399;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
}
.homeLink:hover {
  text-decoration: underline;
}

*/

