body, html, #content {
  background-color: #eeeecc;
  background-color: #f7fbfe;
  /*background-color: #ededed;
  background-color: #ffffff;*/
}
#main_nav .current, #phonelist table td, TABLE.t-data-grid TBODY TR TD  {
  border-color: #eeeecc;
  border-color: #eef8fe;
}
#header_content a {
  color: #eeeecc;
  color: #f7fbfe;
}


#header {
  background-color: #444422;	
  background-color: #003e7e;
	}
.tabs li a, TABLE.t-data-grid THEAD TR TH,TABLE.t-data-grid THEAD TR TH a, DIV.t-data-grid-pager SPAN.current {
  color: #444422;
}

#title, #footer {
  background-color: #0559af;	
  color: #f7fbfe;
	}
	
#title {
	}	
#title a, #title a.visited, #title a.active {
		 color: #f7fbfe;
		 text-decoration: none;
	}
	
#title {
	color: #FAF750;
	}	
	
#footer_container, #footer_container  a{
	color: #c6cacc;
	}	
	
.panel, .formpanel, .active, #phonelist table tr td, #toclaimlist table tr td, #noclaimlist table tr td, TABLE.t-data-grid TBODY TR {
  background-color: white;
}

.panel, .panel table th,.panel table td, #phonelist table td {
	border-color: #c9ddf2;
}
#phonelist table th, TABLE.t-data-grid THEAD TR TH, DIV.t-data-grid-pager SPAN.current  {
	background-color: #c9ddf2;
}

TABLE.t-data-grid TBODY TR TD {
	border-color: #c9ddf2;
	}

.required {
  color: #cc4433;
}
 
.tabs {
  border-color: #ddeeaa;
  /*border-color: #e4f5fd;*/
}


 #loginbox a {
  display: inline-block;
  height: 29px;
  width: 58px;
  padding: 11px 0px 0px 22px;
  background: url('../../images/buttonYellow.png') no-repeat;
  color: #ffe;
 }  
  
#signupbox a {
  display: inline-block;
  height: 29px;
  width: 62px;
  padding: 11px 0px 0px 18px;
  background: url('../../images/buttonRed.png') no-repeat;
  color: #fee;
}

a.button,a.buttonDis {
 /* background-color: #ccaa44;*/
}
 
a.button:link,a.button:visited {
  color: #444422;
}

a.button:hover,a.button:active {
  color: #FF7200;
}

.datePicker .header {
	background-color: #ccccaa;
	color: #444422;
	}




/*------------------------- Grid Elements -------------------------*/
TABLE.t-data-grid,TABLE.t-data-grid THEAD TR TH,TABLE.t-data-grid TBODY TR TD
	{
	border: 0px;
}

TABLE.t-data-grid THEAD TR TH {
	background-color: #c9ddf2;
	height: 30px;
	white-space: normal;
	padding: 0px 10px;
}

TABLE.t-data-grid THEAD TR TH,TABLE.t-data-grid THEAD TR TH a {
	color: #444422;
	text-decoration: none;
}

TABLE.t-data-grid TBODY TR TD {
	background-color: white;
	height: 40px;
	border-bottom: #c9ddf2 2px solid;
	padding: 0px 10px;
}

DIV.t-data-grid-pager SPAN.current {
	color: #444422;
	background-color: #c9ddf2;
}
