/* Kim - I am not sure where this should go - please put it where it should go */
#quote {
font-size: 14pt;
color: #cccccc;
height:150px;
padding-left:400px;
padding-right:100px;
padding-top:20px;
font-family: Arial, Helvetica, sans-serif;
vertical-align:middle;
}


/* Front-end background and main table */

#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;

		
}
#content{
	visibility: visible;
	z-index: 3;
	top:0;
	left:0;
	
}

body {
	background-image: URL(/extras/styles/webideas/background_body.jpg);
	background-repeat: repeat-x;
	background-position: top center;
  line-height:150%;
	font-size: 9pt;
	margin: 0px;
	background-color: #2a2a2a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding:0;

}

.adminBar {
   background-color: #ffffff;
}

/* body_main sets the width of the whole site */
table.body_main{
	width: 1000px;
}

/* general site-wide styles */
A {
   color: #BC0C0C;
   text-decoration: underline;
}
A:hover {
   color: #000000;
   text-decoration: underline;
}

p {
  font-size: 9pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 150%
}
td {
  font-size: 9pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
}
H1 {
  font-size: 14pt;
  font-weight: Normal;
}
H2 {
  font-size: 12pt;
  font-weight: normal;
}
H3 {
  font-size: 10pt;
  font-weight: bold;
}
UL,LI {
  line-height: 20px;
  font-size: 9pt;
}

.red{
	color: BC0C0C;
}

/* .body_bg classes used for whole site background borders */

.body_bg_tl{
	background-image: URL(/extras/styles/webideas/body_bg_tl.jpg);
	background-repeat: no-repeat;
	width: 20px;
	height: 31px;
} 
.body_bg_tr{
	background-image: URL(/extras/styles/webideas/body_bg_tr.gif);
	background-repeat: no-repeat;
	background-position: right;
	width: 20px;
	height: 31px;
	background-color: transparent;
}
.body_bg_bl{
	background-image: URL(/extras/styles/webideas/body_bg_bl.gif);
	background-repeat: no-repeat;
	background-position: bottom left;	
	width: 20px;
	height: 20px;
}
.body_bg_br{
	background-image: URL(/extras/styles/webideas/body_bg_br.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 20px;
	height: 20px;
}
.body_bg_top{
	background-image: URL(/extras/styles/webideas/body_bg_top.jpg);
	background-repeat: repeat-x;
	height: 26px;

}
.body_bg_bottom{
	background-image: URL(/extras/styles/webideas/body_bg_bottom.gif);
	background-repeat: repeat-x;
	height: 20px;
}
.body_bg_left{
	background-image: URL(/extras/styles/webideas/body_bg_left.jpg);
	background-repeat: repeat-y;
	background-position: left;
	width: 20px;
}
.body_bg_right{
	background-image: URL(/extras/styles/webideas/body_bg_right.gif);
	background-repeat: repeat-y;
	background-position: top right;
	width: 20px;
}
.body_bg_plain{
	background-color: #cacaca;
	width: 20px;
}
.bg_grey{
	background-color: #cacaca;	
}

/* top banner */
table.topbanner {
	/* being set on the page */
}



/* top menu */



td.topMenu {

}

#topMenu {
	padding: 0;
	margin: 0;
}
#topMenu ul {
	margin: 0;
	padding: 0;
	border: 0;
	border-left: 0px solid #ffffff;

}
#topMenu li {
	list-style-type: none;
	margin: 0;
	display: inline;


}

/*	 Navigation links classes for top menu */	
#topMenu a {
	padding: 5px 0px 5px 0px;
	text-decoration: none;
	color: #ffffff;
	border-right: 0px solid #ffffff;
	font-weight:  normal;
	letter-spacing: 1px;
	font-size: 11pt; 
	float: left;
	background-image: URL("/extras/styles/webideas/tab_up.gif");
	background-position: left;
	background-repeat: no-repeat;
	width:124px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
}
#topMenu a:visited {
	color: #ffffff;
}
#topMenu a:hover {
	background-image: URL("/extras/styles/webideas/tab_over.gif");
	background-position: left;
	background-repeat: no-repeat;
	color: #ffffff;
}
#topMenu a.topmenufirst {
	padding: 5px 0px 5px 0px;
	text-decoration: none;
	color: #ffffff;
	border-left: 0px solid #ffffff;
	border-right: 0px solid #ffffff;
	font-weight:  bold;
	letter-spacing: 1px;
	font-size: 8pt; 
	float: left;

}
#topMenu a:visited.topmenufirst {
	color: #ffffff;
}
#topMenu a:hover.topmenufirst {
	color: #000000;
}

#topMenu a.topMenuLinkActive {
	padding: 5px 0px 5px 0px;
	text-decoration: none;
	color: #bc0c0c;
	border-right: 0px solid #ffffff;
	font-weight:  normal;
	letter-spacing: 1px;
	font-size: 11pt; 
	float: left;
	background-image: URL("/extras/styles/webideas/tab_selected.gif");
	background-position: left;
	background-repeat: no-repeat;
	width:124px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
}
#topMenu a:visited.topMenuLinkActive {
	color: #bc0c0c;
}
#topMenu a:hover.topMenuLinkActive {
	color: #000000;
}
#topMenu a.selectedMenuItem {

	color: #ffffff;
}
#topMenu a:visited.selectedMenuItem {
	color: #ffffff;
}
#topMenu a:hover.selectedMenuItem {
	background-color: #FFFFFF;
	color: #000000;
}
#topMenu a.selectedMenuItemFirst{
	border-left: 0px solid #ffffff;
	color: #ffffff;	
}
#topMenu a:visited.selectedMenuItemFirst {
	color: #ffffff;
}
#topMenu a:hover.selectedMenuItemFirst {
	background-color: #FFFFFF;
	color: #000000;
}


/* left menu */
td.leftMenu {
	background-color: #cacaca;
	width: 170px;
}

#leftMenu {
	padding: 0;
	margin: 0;

}
#leftMenu ul {
	margin: 0;
	padding: 0;
	border: 0;
}
#leftMenu li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

a.rootTitleLink, a:visited.rootTitleLink{
	display: block;
	padding: 6px 0px 12px 6px;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #ffffff;
	background-color: #bc0c0c;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;	
}

a:hover.rootTitleLink{
	text-decoration: underline;
	color: #ffffff;
}


/*	 Navigation links classes for left menu */	
#leftMenu a {
	display: block;
	padding: 6px 0px 6px 6px;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
	color: #ffffff;
	background-color: #bc0c0c;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;

	
}
#leftMenu a:visited {
	color: #ffffff;
}
#leftMenu a:hover {
	background-color: #E8001D;
	color: #FFFFFF;
}

#leftMenu a.selectedMenuItem {
	display: block;
	padding: 6px 0px 6px 6px;
	text-decoration: none;
	background-color: #FFFFFF;
	color: #bc0c0c;
	border-bottom: 0;
}
#leftMenu a:visited.selectedMenuItem {
	color: #bc0c0c;
}
#leftMenu a:hover.selectedMenuItem {
	background-color: #E8001D;
	color: #ffffff;
}
/* Add more nav classes as required for more page hierarchies*/	

/* level 1 */
#leftMenu a.selectedMenuItemParent {
	display: block;
	padding: 6px 0px 6px 6px;
	text-decoration: none;
	background-color: #FFFFFF;
	color: #bc0c0c;
	border-bottom: 0;	
}
#leftMenu a:visited.selectedMenuItemParent {
	color: #bc0c0c;
}
#leftMenu a:hover.selectedMenuItemParent {
	background-color: #E8001D;
	color: #ffffff;
}

#leftMenu li ul{
	padding-left:20px !important;
	padding-left: 25px;
	padding-bottom: 10px;
	background-color: #ffffff;
}

#leftMenu li ul li{
	list-style-type: none;
	list-style-image: url(/extras/styles/webideas/leftmenu_list-style-ff.gif) !important;
	list-style-image: url(/extras/styles/webideas/leftmenu_list-style.gif);
	padding-top: 0px;
	padding-bottom: 0px;
	list-style-position: outside;
	}
	
	
#leftMenu li ul li a {

	background-color: #ffffff;
	color: #333333;
	text-decoration: underline;
	border-bottom: 0px;
	font-size: 9pt;
	padding: 0px 0px 0px 0px;
}
#leftMenu li ul li a:visited {
	color: #333333;
}
#leftMenu li ul li a:hover {
		background-color: #FFFFFF;
	color: #E8001D;
}
#leftMenu li ul li a.selectedMenuItem {
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	color: #E8001D;
	text-decoration: underline;
	border-bottom: 0px;
	font-size: 9pt;

}
#leftMenu li ul li a:visited.selectedMenuItem {
	color: #E8001D;
}
#leftMenu li ul li a:hover.selectedMenuItem {
	background-color: #FFFFFF;
	color: #E8001D;
}

#leftMenu li ul li a.selectedMenuItemParent {
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	color: #000000;
	text-decoration: underline;
	border-bottom: 0px;
	font-size: 9pt;

}
#leftMenu li ul li a:visited.selectedMenuItemParent {
	color: #000000;
}
#leftMenu li ul li a:hover.selectedMenuItemParent {
	background-color: #FFFFFF;
	color: #000000;
}

/* level 2 */
#leftMenu li ul li ul li a {
	background-color: #ffffff;
	padding: 0px 0px 0px 0px;
	color: #000000;
	text-decoration: underline;
}
#leftMenu li ul li ul li a:visited {
	color: #000000;
}
#leftMenu li ul li ul li a:hover {
	background-color: #FFFFFF;
	color: #E8001D;
}

#leftMenu li ul li ul li a.selectedMenuItem {
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	color: #E8001D;
	text-decoration: underline;
	border-bottom: 0px;
	font-size: 9pt;
}
#leftMenu li ul li ul li a:visited.selectedMenuItem {
	color: #E8001D;
}
#leftMenu li ul li ul li a:hover.selectedMenuItem {
	background-color: #FFFFFF;
	color: #E8001D;
}

/* Sys menu */
.sysmenu {
	padding: 0 0 0 0;
	font-size: 7pt;
	color: 333333;
	background-color: #cacaca;	

}

.sysmenu a {
	color: #333333;
	padding: 0;
}

.sysmenu a:hover {
	color: #990000;
}

/* Crumb trail */
#crumbTrail {

}


#crumbTrail a {
	font-size: 8pt;
	color: #333333;
	text-decoration: none;
}
#crumbTrail a:hover {
	font-size: 8pt;
	color: #990000;
}


/* Where the content goes */
.middle{
	line-height:120%;
	background-color: #ffffff;
	height: 300px;

}
.tdmiddle{
	padding:31px;	
}

/* many wobjects starts with a table and 1 cell with class='content' */
.content{
	
}

h1.home{
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	margin: 0;
}

/* home boxes */
table.homebox{
	background-color: #ffffff;
	width: 300px;
	height:250px;
}

td.homeboxContent{
	font-size: 12pt;
}
td.box_header{
	background-color: #BC0C0C;
	height: 36px;

}
h1.box_header{
	color: #ffffff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	margin: 0;
	padding: 0;

		
}

a.box_header, a:visited.box_header{
	text-decoration: none;
	color: #ffffff;
}

a:hover.box_header{
	text-decoration: underline;
	color: #ffffff;
}

/* footer */

td.footer {

	color: #ffffff;
	padding:5px;
	font-size: 9px;

}
.footer a {
	font-size: 9px;
	color:#ffffff;
}
.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: #EEEEEE;
  color: #000000;
}
.formDescription {
  font-size: 10pt;
}
.formSubtext {
  font-size: 8pt;
}

/* Portfolio Pages */
div.portfolio{
	width:200px;
	height:220px;
	float:left;
	text-align:center;
	margin:10px;
	margin-right: 20px;
}

h2.pfolio{
	margin:0;
	font-weight: bold;
}
td.ptitle{
	color: #999999;
	font-size: 8pt;
	text-align:right;
	vertical-align: top;
}
a.plink{
	font-size: 8pt;
}
.ptext{
	font-size: 8pt;
}
hr.dotted{
	margin: 0; 
	padding: 0; 
	border-bottom: 1px dotted #A5AEC5;
	color: #ffffff;
	background-color: #ffffff;
}



/* 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;
}

/* used on the cms conversion chart */
.comphead {
	padding:5px;
	vertical-align:bottom;
	text-align: center;
	border-right: 1px solid #cccccc;
	border-bottom: 1px dotted #cccccc;
}
.comppack {
	padding:5px;
	vertical-align:middle;
	text-align:left;
	border-right: 1px solid #cccccc;
	border-bottom: 1px dotted #cccccc;

}
.compvalue {
	padding:5px;
	vertical-align:middle;
	text-align: center;
	border-right: 1px solid #cccccc;
	border-bottom: 1px dotted #cccccc;
}


/* ?? */
.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;
}

*/

