body {
  background: #ffffff;
  font-family: tahoma, verdana, arial, sans-serif;
  font-size: 11px;
  margin: 0px;
  padding: 0px;
  text-align: left; 
}

h1, h2, h3, h4, h5 {
  font-size: 13px;
  color: #333;
  margin: 0px;
  padding: 0px; }

h1 {
  font-size: 22px; 
  color:#0258A5;
  }

h4, h5 {
  font-size: 11px; }

p {
  font-family: tahoma, verdana, arial, sans-serif;
  font-size: 11px;
  }

a {
  color: #0055a7;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

img {
  border: 0px; }

td,
td.label {
  font-size: 11px; 
  text-align: left; }

.wbr { display: block; float:left; }

.panasonic
{
  font-weight:bold;
  font-family:"Arial Black";
  font-size: 20px;    
}

.pan_blue
{
  color:#0055a7;  
}

.pan_grey
{
  color:#818386;
}

.login_txt_box 
{
	color: #a09f99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
 	vertical-align: middle;
  margin:2px 0 4px 4px;
  width:136px;
  height:16px;
  border: 1px solid #999999;
  padding:2px 2px 2px 2px;  
}

.txt_box 
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
 	vertical-align: middle;
  margin:5px 0 5px 5px;
  width:200px;
  border: 1px solid #999999;
  padding:2px 2px 2px 2px;  
}

.select_box 
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
 	vertical-align: middle;
  margin:5px 0 5px 5px;
  width:200px;
  height:22px;
  border: 1px solid #999999;
  padding:2px 2px 2px 2px;  
}

.login_button 
{
  margin:2px 4px 4px 4px;
}	

.menulinks, .menulinks a
{
  font-weight:bold;
  color:#ffffff;   
}

.menulinks a:hover
{
  color:#CCC;  
}

.boxo
{
  background: #ebe9ea;
  padding:4px 4px 4px 4px;
  border:#8c8c8c 2px solid;    
}

.boxo:hover
{
  background: #ebe9ff;   
  border:#014d9c 2px solid; 
}

.boxo_super
{
  background: #ebe9ff;
  padding:4px 4px 4px 4px;
  border:#014d9c 2px solid;    
}

.boxo_super:hover
{
  background: #ebe9ea;   
  border:#8c8c8c 2px solid; 
}


/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #e3e7ed;
	border: 1px solid #999999;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #e3e7ed;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #ebe9ff;
	border: 1px solid #0055a7;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #ebe9ff;
	border: 1px solid #0055a7;
	cursor: pointer;
	color: #0055a7;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #ebe9ff;
	
	color: #0055a7;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: #0055a7;
	font-weight: bold;
  text-align:center;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: #0055a7;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	background: #0055a7;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	background: #0055a7;
	font-weight: bold;
	}

.invoice_list_table
{
   font-size:14px;
  overflow: scroll;  
}

.invoice_list_table td
{
  font-size:14px;
  
}

.hidetd
{
  display:none;
}


.display_err {
	font-size:18px;
	background:#ffff00 !important;
	color:#000 !important;
}