TD.header
{
background-color:DDDDDD;
font-weight:bold;       
font-size:smaller;
}
TD.body
{
background-color:EEEEEE;
font-size:smaller;
}       
.error
{
color: Red;
}

.info
{
color: Green;
}


/*-------------------- Element Definitions --------------------*/

body
{
	margin: 0px;
	padding: 0px;
        background-image:url(img/background-dot.jpg);
	background-repeat: repeat-x;
	background-color: rgb(220,216,220);

	font-family: verdana;
	font-size: 10pt;
	color: #000;
}

a
{
	color: rgb(243,96,33);
	text-decoration: none;
}

a:hover
{
	color: rgb(243,96,33);
	text-decoration: underline;
}

/*--------------------    Id Definitions   --------------------*/

#container
{	
	width: 788px;
	padding: 10px;
	margin-top: 15px; 
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	font-family: verdana;
	font-size: 10pt;
}

#header
{
	height: 120px;
	background-color: rgb(180,207,226);
}

#logo
{
	padding-top: 40px;
	padding-left: 25px;
	border: none;
}

#headerGraphic
{
	padding-left: 80px;
}

#headerText
{
	padding-left: 80px;
	font-size: 48pt;
	font-style: italic;
	font-family: times, serif;
	color: rgb(84,94,103);
}

#link-tree
{
	float: left;
	padding-top: 2px;
	padding-left: 5px;
	font-size: 8pt;
	color: rgb(255,255,255);
}

#link-tree a
{ 
  color: #FFF;
}


#standard-links
{
	float: right;
	padding-top: 2px;
	padding-right: 5px;
	font-size: 8pt;
	color: rgb(255,255,255);
}

#standard-links a
{
	font-size: 8pt;
	color: rgb(255,255,255);
}

#standard-links span
{
	font-size: 8pt;
	color: rgb(255,255,255);
}


.left-align
{
	float: left;
	padding-top: 2px;
	padding-left: 5px;
}

.right-align
{
	float: right;
	padding-top: 2px;
	padding-right: 5px;
}

#navbar
{
	height: 18px;
	background-color: rgb(51,51,51);
}
/*----------------------- Menu  ------------------------*/
#menu
{	
	background: url("img/menu-background.jpg");
  background-color: #B4D3AA;
}

#menu ul
{		
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}

#menu ul li
{	
	display: block;
	float: left;
	width: 126px;
	height: 23px;
	margin: 0px 0px 0px 0px;	
	background: url("img/menu-background.jpg");
  background-color: #B4D3AA;
	border-right: 2px solid rgb(255,255,255);
}

.selected
{
	display: block;
	height: 23px;
	line-height: 23px;
	padding-left: 8px;
	color: #FFF;
	font-size: 8pt;
	background-color: rgb(243,96,33);
}

.active {
   background-color: rgb(243,96,33);
}


#menu ul li a
{
	display: block;
	height: 23px;
	line-height: 23px;
	padding-left: 8px;
	color: rgb(0,0,0);
	text-decoration: none;
	font-size: 8pt;
}

#menu ul li a:hover
{
	background-color: rgb(243,96,33);
}
/*----------------------- /Menu  ------------------------*/
/*----------------------- Menu  2 ------------------------*/
#menu2
{	
    height: 20px;
    border-bottom: 2px solid rgb(180,207,226);
    margin-bottom: 10px;
}

#menu2 ul
{		
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}

#menu2 ul li
{	
	display: block;
	float: left;
	width: 126px;
	height: 23px;
	margin: 0px 0px 0px 0px;	
	border-right: 4px solid #FFF;
}

.selected2
{
	display: block;
	height: 23px;
	line-height: 23px;
	padding-left: 8px;
	color: #000;
	font-size: 8pt;
	border-bottom: 1px solid rgb(180,207,226);
}

.disabled {

	display: block;
	height: 23px;
	line-height: 23px;
	padding-left: 8px;
	color: #999;
	font-size: 8pt;
	background-color: #EEE;
	border-bottom: 1px solid #EEE;
  
}

#menu2 ul li a
{
	display: block;
	height: 23px;
	line-height: 23px;
	padding-left: 8px;
	color: rgb(0,0,0);
	text-decoration: none;
	font-size: 8pt;
    background-color: #E0EBF3;
	border-bottom: 1px solid  rgb(180,207,226);
}

#menu2 ul li a:hover
{
    background-color: rgb(180,207,226);
}
/*----------------------- /Menu 2  ------------------------*/

#content
{	
	padding: 10px 10px 10px 10px;
	background-color: rgb(255,255,255);
	border-left: 3px solid rgb(185,215,163);
	border-right: 3px solid rgb(185,215,163);
	border-bottom: 3px solid rgb(185,215,163);	
	margin-top: 0px;	
}

#footer
{
	margin-left: 25px;
	margin-right: 25px;
	border-top: 2px dotted rgb(110,111,114);
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 25px;
	font-size: 8pt;
	color: rgb(110,111,114);
}

#comingSoon
{
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 250px;
}

/*--------------------   Class Definitions  -------------------*/
.heading
{
	color: rgb(243,96,33);
	font-weight: bold;	
}

.altdatarow 
{
	background-color: #F5F5F5;	

}

.altdatarow td
{
	border-bottom: solid 1px #DDD;
}

.headerrow
{
	background-color: rgb(180,207,226);
	font-weight: bold;
	color: #FFF;
}

.headerrow td
{
  border-bottom: solid 2px rgb(243,96,33);
}

.datarow
{
	background-color: #FFF;	
}

/*-------------------- Element Definitions --------------------*/

div
{
	font-size: 8pt;
}

/*--------------------    Id Definitions   --------------------*/

#content
{
	border-top: 2px solid rgb(243,96,33);
}

html>#content
{
	margin-top: 23px;
}

#simpleText
{
	margin-left: 125px;
	margin-right: 125px;
}
/*--------------------   Class Definitions  -------------------*/

div.story
{
	border-bottom: 2px dotted rgb(0,0,0);
	padding-top: 10px;
	padding-bottom: 10px;
}
/*-------------------- Element Definitions --------------------*/

div
{
	font-size: 8pt;
	color: rgb(110,111,114);
}

/*--------------------   Class Definitions  -------------------*/

font.heading
{
	color: rgb(243,96,33);
	font-weight: bold;	
}

.search {
  color: #6280B2;
}

.IdbcAsLabel {
  background-color: #EEE;
  color: #555;
}

/* ---------------------------------------------Menu styles ----------------------------------------------*/

.menukit {
	position:relative;
	margin:0px auto;
	top:0px;
	margin:0px;
	background: url("img/menu-background.jpg");
	  background-color: #B4D3AA;
	height : 23px;
}

.menu .options {
	font:12px verdana, arial, helvetica, sans-serif;
	border-bottom: 1px solid #E5E5E5;
	background: url("img/menu-background.jpg");
  background-color:#B4D3AA;
	voice-family:"\"}\"";
	voice-family:inherit;
}
.menu .options a {
    color: #000;
    display: block;
    text-decoration: none;
    padding: 2px 0px 3px 10px;
    voice-family:"\"}\"";
    voice-family:inherit;
    padding: 2px 0px 1px 10px;
}

.menu .options a:hover {
	background-color: rgb(243,96,33);
}
/*--------------              ----------------*/
.total {
	background-color: #DDD;
}

.small_title {
  font-weight: bold;
  color: rgb(243,96,33); 
  height: 20px; 
}

.black {
  color: #000;
}

.content {
  background-color: #CEDFC9;
  border: solid 1px #DDD;
}

.contentAlternate {
  background-color: #EFEFEF;
  border: solid 1px #DDD;
}

H4{
  margin: 5px 0px 10px 0px;
}

H2{
  margin: 5px 0px 10px 0px;
}


.headercell {
 color: rgb(243,96,33); 
 font-weight: bold;
 margin: 5px 5px 2px 0px;  
 background-color: #F5F5F5;
 padding: 2px 0px 5px 2px;
}

.arrow {
 background-image: url("img/arr.gif");
 background-repeat: no-repeat;
 }

#contacts  .arrow
{
 background-position: 55px 4px;
}

#admin  .arrow
{
 background-position: 45px 4px;
}

#reports  .arrow
{
 background-position: 55px 4px;
}

.tabbedpanelitemactive 
{                
    BACKGROUND: #B5D7AD;
    CURSOR: default;
    font-weight:bold;       
}

.tabbedpaneliteminactive
{
    BACKGROUND: #EFEFEF;
    CURSOR: default;
}

.tabbedpanelitemhover 
{
    BACKGROUND: #CEDFC9;
    CURSOR: hand
}

.flatbutton
{ 
  background-color: #CEDFC9;
  border-color: Black;

  border-style:solid;
  border-width:1px;
  font-size:12;

}

.flatbuttonhover
{
        background-color: #B5D7AD;
        border-color: Black;

        border-style:solid;
        border-width:1px;
        font-size:12;
}

TR.datarow_current_user
{
        background-color: AliceBlue;
        border-style: solid;
        border-color: #eeeeee;
        border-width: 3px;
        color       : Black; 
}

TR.altdatarow_current_user
{
        background-color: white;
        border-style: solid;
        border-color: #eeeeee;
        border-width: 3px;
        color       : Black;
}

TR.datarow_deactivated
{
        background-color: AliceBlue;
        border-style: solid;
        border-color: #eeeeee;
        border-width: 3px;
        color       : #E97B7B; 
}

TR.altdatarow_deactivated
{
        background-color: white;
        border-style: solid;
        border-color: #eeeeee;
        border-width: 3px;
        color       : #E97B7B;
}

TR.total
{
        background-color: #dcdcdc;
}  
.IDbcAsLabel
{
   background-color: Gainsboro;
   color: Black;
}