
/***********************************************************************
* Page UNDERconstruction style
/***********************************************************************/
Table { font-size: 11px; color: Black; }
.HeaderStyle { FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #0066cc; HEIGHT: 27px;  }

TABLE.TableBorder { BACKGROUND-COLOR: #74baf3 }	

TD.TableTD {BACKGROUND-COLOR: #f1f9ff}		
TD.TableTD A:link {FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #0066cc; TEXT-DECORATION: underline}
TD.TableTD A:visited {FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #0066cc; TEXT-DECORATION: underline}
TD.TableTD A:hover {FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #0066cc; TEXT-DECORATION: none}


/*****************************************************
* Solution style
*****************************************************/

a.Solution:link,
a.Solution:visited
{
	  font-family: Tahoma, Arial, Verdana;
      text-decoration:none;
      color:#666666;
      letter-spacing:0px
}
a.Solution:hover
{
	  font-family: Tahoma, Arial, Verdana;
      text-decoration:none;
      color:Black;
      letter-spacing:0px
}

.orange
{
	color:#FF6600;
}

A.Solution:hover SPAN
{
	  font-family: Tahoma, Arial, Verdana;
	  text-decoration:underline;
      color:#FF6600;
}

/***********************************************************************
* General style
/***********************************************************************/
Body { font-family: Arial, Verdana; font-size:11px; color:#224422; background-color:#253F2C }	
TD { font-family: Arial, Verdana; font-size:11px; color:#224422; }	
P {
	font-family: Arial, Verdana;
	font-size:12px; 
	margin: 7px 0px;
	text-align: justify;
}
ul, li {
	font-size:12px;
	font-family: Arial, Verdana;
}

/* taitlai: */
h1 {
	color: #224422;
	font-size: 15px;
	font-variant: small-caps;
	font-family: Tahoma, Verdana;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

h2 {
	color: #224422;
	font-size: 13px;
	font-family: Tahoma, Verdana;
}

hr {
	width: 100%;
	size: 0;
	height: 0px;
	border-style: none;
	border-bottom-style: solid;
	border-bottom-color: #F1AC1A;
	border-bottom-width: 1px;
	/*noshade;*/
}

a:link,
a:visited 
{	 
      text-decoration:underline;
      color:#448700;
}

a:hover
{
      text-decoration:none;
      color:#000000;
}
.textHighlight {
	font-weight: bold;
}

.footerCopyright {
	padding: 10px;
	background-image: url(../Images/hdd/copyright_bg.gif);
	background-repeat: repeat-y;
}
.content {
	background-image: url(../Images/hdd/content_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 10px;
}
.content P {
}
.headerBg {
	background-image: url(../Images/hdd/header_bg.jpg);
	background-repeat: no-repeat;
	height: 99px;
}
.worldwide {
	background-image: url(../Images/hdd/worldwide_bg.jpg);
	background-repeat: no-repeat;
}

/*------- boxai ---------*/
.leftContBox,
.leftContent {
	background-image: url(/Images/hdd/menu_bg.gif);
	background-color: #3A695C;
	background-repeat: repeat-y;
	color: white;
}
.leftContBox {
	padding: 10px;
}
.leftContBox p {
	color: white;
	font-size: 11px;
	text-align: left;
}

/*-------- spaces ------------*/
.tableSpaces {
	padding: 10px;
}
.contentSpaces {
	padding: 10px;
	border-right: 1 solid #DADADA;
}

/*----------- TABLES -----------*/
.cellwhite,
.cellwhiteAlt,
.cell_info,
.cell_infoAlt,
.header_cell {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.header_cell {
	background-color: #BDD0F5;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
.cellwhite {
	background-color: #FFFFFF;
}

.cell_infoAlt,
.cell_info {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #85A2E0;
	border-bottom-color: #BDD0F5;
	text-align: center;

}
.cell_info {
	background-color: #FFFFFF;
}
.cellwhiteAlt {
	background-color: #DAE6FC;
}
.cell_infoAlt {
	background-color: #F1F5FE;
}

/*-------- INPUTAI ---------*/

.inputStyle {
	font-family: Arial, Verdana; font-size:12px; 
	border-color: #85A2E0;
	background-color: #F1F5FE;
	width: 200px;
	border-width: 1px;
	border-style: solid;
}
.worldwide select {
	font-family: Arial, Verdana; font-size: 11px;
	width: 105px;
	margin-left: 5px;

}
/*****************************************************
Validation Text
*****************************************************/
.validationWarningSmall,
.validateError
{
    color: Red;
    font-size : 12px;    
}

.validateWarning
{
	color: Black;
    font-size : 12px;   
}


.noneText
{
	display:none;
}

.displayText
{
	display:block;
}

/*------------estimateTable styles------------*/

.estimateTable label, input, select, textarea 
{
	width:230px;
}
.estimateTable label
{
	text-align:right;
	margin-right:10px;
	font-weight:bold;
}
.estimateTable td
{
	
	font-size:12px;
}

.estimateTable span
{
	font-size:14px;
	font-weight:bold;
	color:Red;
	text-align:right;
}

.info
{
	font-size:11px;
	font-weight:bold;
	color:#006666;
	text-align:right;
}

.smallselect
{
	width:50px;
}
.smallinput
{
	width:200px;
}

.estimateDetailsTable label, input, select, textarea 
{
	width:250px;
}
.estimateDetailsTable label
{
	text-align:right;
	margin-right:10px;
	font-weight:bold;
}
.estimateDetailsTable td
{
	
	font-size:12px;
}

.estimateDetailsTable span
{
	font-size:12px;
	text-align:right;
}

input.buttonStyle,
input.buttonStyleOver {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	width:124px;
	border: none;
	background-color: #E3E3E3;
	padding: 3px 10px 3px 10px;
	color: #000000;
}
input.buttonStyle {
	border-bottom: 2px solid #F1AC1A;
}
input.buttonStyleOver {
	border-bottom: 2px solid #FF5555;
}

/*****************************************************
Print style
******************************************************/

@media screen {
	*.noview
		{ display : none; }
		
	*.Height100
	{
		height:100%;
	}
}

.printBar 
{
	background-color: #3A695C;
	height: 40px;
	color: #c9d1dd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 0px;
	vertical-align: middle;
	text-align:right;
	padding: 4px;
}

.printBarBottom 
{
	background-color: #3A695C;
	height:20px;
}

.printBar a:link,
.printBar a:visited {
	color: #000000;
	text-decoration: none;
}
.printBar a:hover {
	color: #000000;
	text-decoration: underline;
}
.DivContainer
{
	border: 1px solid #224422;
	overflow: auto;
	padding: 0px;
}
/* Error Style border */
.errorStyleBorder
{
	border-color:Red;
	border-width:1px;
	border-style:solid;
}
