body 
{ 
  font-family: sans-serif; 
  font-size: 10px
  color: #e7e6d9; 
  background-color: #FFFFFF;
  margin: 0px;
  
}

td
{
 font-family: sans-serif; 
  font-size: 10px
  color: #000000; 
}



a:link 
{ 
  text-decoration: none;
  color: #666633;
}

a:visited 
{
  text-decoration: none;
  color: #666633; 
}

a:hover
{
  text-decoration: none;
  color: red; 
}

a:active 
{
  text-decoration: none;
  color: #666633;
}



a.greenhilite:link { color: blue; }
a.greenhilite:visited { color: purple; }
a.greenhilite:hover { color: #666633; }


p.normal
{
 	font-family: sans-serif; 
  font-size: 9px
  color: #000000;

}

.date
{
  font-size: 8pt;
  color: #999999;
}

.modlink
{
  font-size: 8pt;
  font-weight: bold;
  color: #999999;
}

.menu1 {
	background-image: url(/images/menu/menu_background.png);

}

.menuitem {
	padding: 0px 2px 0px 2px;
	height: 24px;
	float:left;
}

.menuitemimage {
	height: 24px;
	float:left;
	padding: 4px 4px 4px 4px;
	border: 4px;

}

.menuitemtext {
   	font-family: sans-serif; 
	font-size: 10px
	height: 24px;
	float:left;
	margin: 5px 0px 4px 4px;

}

.menuitemseperator {
	float:left;

}

.menuerror {
	color: #FF0000;
	font-weight: bold;
}

#list-menu {
width: 132px;
/* this width value is also effected by
the padding we will later set on the links. */
}

#list-menu ul {
margin: 0; 
padding: 0;
list-style: none;
list-style-type: none;
font-family: verdana, arial, sanf-serif;
font-size: 12px;
} 

#list-menu li {
display:inline-block; 
vertical-align:top
width: 5em; 
float: left; 
position: relative;
margin: 2px 0 0;
} 

#list-menu a {
display: block;
width:120px;
padding: 2px 2px 2px 10px;
border: 1px solid #000000;
background: #dcdcdc;
text-decoration: none; /*lets remove the link underlines*/
} 


td.default {
font-family: sans-serif;
font-size: 12px;
background-color: #ffffff;
}

td.header2 {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #ccc7ba;
	height: 20px;
}
.header_text {
	float:left;
}


td.header1 {
font-family: sans-serif;
font-size: 12px;
font-weight: bold;
background-color:  #ccc7ba;
}

td.menu {
background-image: url(/images/menu/menu_background.png);
font-family: sans-serif;
font-size: 11px;
font-weight: bold;
}

td.tabs_active {
border-top-style: solid;
border-top-color: #7f9db9;
border-top-width: 1px;
font-family: sans-serif;
font-size: 11px;
font-weight: bold;
background-color:  #ffffff;
}

td.tabs_inactive {
border-top-style: solid;
border-top-color: #aca899;
border-top-width: 1px;
font-family: sans-serif;
font-size: 11px;
font-weight: bold;
background-color: #f9f8f3;
}
font.datetime {
font-family: sans-serif;
font-size: 10px;
}
.altTextField{
background: #fee3ad;
font-size:10px;
}
button{
font-size:80%;
font-weight: bold;
}
.panel
{
	height: 25px;
}

.icon{
	border: 0px;
	width: 16px;
	height: 16px;
	text-indent:-9000px;
	font-size:0;
	display: block;
	
}
.icon_idea_add {
	background: url(/images/icons/lightbulb_add.png) no-repeat;	
}
.icon_delete{
	background: url(/images/icons/delete.png) no-repeat;	
}
.icon_idea{
	background: url(/images/icons/lightbulb.png) no-repeat;	
}	 




