﻿body {
  font-family:Tahom;
  }

/***************************/
/***************************/
/*TEXTBOX WATERMARK        */
/***************************/
/***************************/
.unwatermarked {
	/*height:18px;*/
	font-weight:bold;
}

.watermarked {
	/*height:18px;*/
	font-family:David Transparent;
	font-size:10px;
	font-style:italic;
	/*background-color:Gray;*/
	color:gray;
}	
.homeBlockHeaders 
{
  font-family: David Transparent;
  font-size: 24px;
  color: Maroon;
  text-align:center;
  
}
.homeBlockHeaders1 
{
  font-family: Brush Script MT;
  font-size: 24px;
}
.homeBlockHeaders2 
{
  font-family: Rockwell;
  font-size: 24px;
}
.homeBlockHeaders3 
{
  font-family: Elephant;
  font-size: 16px;
}
.pageBlockHeaders 
{
  font-family: Tahoma;
  font-size: 24px;
}
.lineHeader 
{
  font-family:David Transparent; 
  font-size:14px; 
  font-weight:bold; 
  color:Navy;
}
.lineText 
{
  font-family:David Transparent; 
  font-size:10px;
  text-align:justify;
  font-weight:bold; 
  /*font-weight:bold;*/ 
  /*color:Navy;*/
}

/***************************/
/***************************/
/*CONTROL VALIDATOR CALLOUT*/
/***************************/
/***************************/
.Validator_Highlight 
{
  border-style:solid;
  text-align:left;
  background-color:Yellow;
  font-family: Tahoma;
  font-size:10px;
  font-weight: bold;
  color:Gray; 
  width:260px;
}
/***************************/
/***************************/
/*MODAL POPUP              */
/***************************/
/***************************/
/*Modal Background*/
.modalBackground 
{
	background-color:gray;
	filter:alpha(opacity=40);
	opacity:0.4;
}
/*Modal Popup*/
.modalPopup 
{
	background-color:#f0f0f0;
	border-width:3px;
	border-style:outset;
	border-color:gray;
	padding:24px;
	padding-right:24px;
	height:450px;
	width:500px;
	font-family:David Transparent; 
	font-size:10px; 
	font-weight:normal;
	color:Black; 
	text-align:justify;
	/*z-index:99999;*/
}
/*Modal Popup TC*/
.modalPopupTC 
{
	background-color:white;
	border-width:3px;
	border-style:outset;
	border-color:Black;
	margin-right:12px;
	padding:12px;
	padding-right:24px;
	height:250px;
	width:250px;
	font-family:Arial; 
	font-size:12px; 
	color:Black;
}
/*Modal Popup OrderDisplay*/
.modalPopupOrderDisplay 
{
}

/***************************/
/***************************/
/*DATAVIEW LIKE DISPLAY    */
/***************************/
/***************************/
.dv_Header 
{
	background-color:#DEE8F5;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#333333;
	width:100px;
	/*border-width:3px;*/
	/*border-style:outset;*/
	/*border-color:Black;*/
	/*margin-right:12px;*/
	/*padding:12px;*/
	/*padding-right:24px;*/
	/*height:600px;*/
	/*font-family:Arial;*/ 
	/*font-size:12px;*/
	/*color:Black;*/
}
.dv_Row 
{
	background-color:white;
	font-family:Arial;
	font-size:12px;
	color:#333333;
	width:425px;
	/*border-width:3px;*/
	/*border-style:outset;*/
	/*border-color:Black;*/
	/*margin-right:12px;*/
	/*padding:12px;*/
	/*padding-right:24px;*/
	/*height:600px;*/
	/*font-family:Arial;*/
	/*font-size:12px; */
	/*color:Black;*/
}
.dv_Row_Alt 
{
	background-color:#EFF3FB;
	font-family:Arial;
	font-size:12px;
	color:#333333;
	width:425px;
	/*border-width:3px;*/
	/*border-style:outset;*/
	/*border-color:Black;*/
	/*margin-right:12px;*/
	/*padding:12px;*/
	/*padding-right:24px;*/
	/*height:600px;*/
	/*font-family:Arial;*/
	/*font-size:12px; */
	/*color:Black;*/
}
.dv_Row_Edit 
{
	background-color:#2461BF;
	font-family:Arial;
	font-size:12px;
	color:#333333;
	width:425px;
	/*border-width:3px;*/
	/*border-style:outset;*/
	/*border-color:Black;*/
	/*margin-right:12px;*/
	/*padding:12px;*/
	/*padding-right:24px;*/
	/*height:600px;*/
	/*font-family:Arial;*/
	/*font-size:12px; */
	/*color:Black;*/
}
.text_Box 
{
  border-width:thin;
  border-color:#cccccc;
  border-style:solid;
  font-family:Tahoma;
  font-size:10px;
}
.button 
{
  font-family:Arial;
  font-weight:bold;
  font-size:10px;
  color:Navy;
  border-width:3px;
  border-style:outset;
  border-color:Silver;
  }
.approval_Table
{
  background-color:Transparent;
  border-style:none;
  border-width:0px;
  padding:4;
  width:650px ;
  /*display:none;*/ 
  font-family:Tahoma; 
  font-size:12px;
}
/***************************/
/***************************/
/*FLOATING PANELS          */
/***************************/
/***************************/
div.container
{
width:100%;
margin:0px;
border:1px solid gray;
}
div.header,div.footer
{
padding:0.5em;
color:white;
background-color:gray;
clear:left;
}
h1.header
{
padding:0;
margin:0;
}
div.largeLeft
{
float:left;
width:486px;
}
div.smallRight
{
margin-left:1px;
padding-left:486px;
}
div.smallLeft
{
float:left;
width:162px;
}
div.largeRightTab
{
margin-left:1px;
padding-left:162px;
}
div.largeRightNoTab
{
margin-left:0px;
padding-left:0px;
}

