/*
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
*/

.schematic {
	width: 75%;
	font-family: EuroseWide Heavy, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
	color: #0000A0;
}

.schematic1 {
	width: 45%;
	text-align:center;
	float: left;
}

.schematic2 {
	width: 45%;
	text-align:left;
	float: right;
}

.documentation {
	font-family: EuroseWide Heavy, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 130%;
	color: #0000A0;
	background-color: #F3F3F3;
	border-color: #F3F3F3;
	text-align:left;
}

.head1  {
	font-family: EuroseWide Heavy, Verdana, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 130%;
	color: #0000A0;
	background-color: #F3F3F3;
	border-color: #666666;
	text-align:center;
}

.head2  {
	font-family: EuroseWide Heavy, Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 130%;
	color: #0000A0;
	background-color: #F3F3F3;
	border-color: #666666;
	text-align:center;
}

.head3  {
	font-family: EuroseWide Heavy, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 100%;
	color: #FFFFFF;
	background-color: #666666;
	border-color: #666666;
	text-align:center;
}
.head4  {
	font-family: EuroseWide Heavy, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 100%;
	color: #0000A0;
	background-color: #CCCCCC;
	border-color: #666666;	
	text-align:left;
}
.blue_background {
	background-color: #EAFFFF;
}
.instructions  {
	font-family: EuroseWide Heavy, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 100%;
	color: #0000A0;
	background-color: #F3F3F3;
	border-color: #666666;
	text-align:center;
}

.clock  {
	font-family: EuroseWide Heavy, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 120%;
	color: #0000A0;
	background-color: #F3F3F3;
	border-color: #666666;
	text-align:center;
}
.notes  {
	font-family: EuroseWide Heavy, Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 100%;
	color: #0000A0;
	background-color: #F3F3F3;
	border-color: #F3F3F3;
	text-align:left;
}

.project_description  {
	font-family: EuroseWide Heavy, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 100%;
	color: #0000A0;
	background-color: #FFFFFF; 
	border: 1px solid #0000A0;
	text-align:left;
}

.button_row{
	font-family: EuroseWide Heavy, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 120%;
	color: #FFFFFF;
	background-color: #666666; 
	border: 1px solid #666666;
	text-align:center;
}

.recommendation  {
	font-family: EuroseWide Heavy, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 100%;
	color: #FF0000;
	text-align:left;
	background-color: #FFFFFF; 
	border: 1px solid #0000A0;
}

.small_text  {
	font-family: EuroseWide Heavy, Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 100%;
	color: #0000A0;
}
.normal_text  {
	font-family: EuroseWide Heavy, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 130%;
	color: #0000A0;
}


input {
	font-family: EuroseWide Heavy, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 130%;
	color: #0000A0;
	text-align:center;	
}

.output_gray {
	border-width: 0px;
	background:#F3F3F3;
	text-align:left;
}

.output_blue {
	border-width: 0px;
	background:#EAFFFF;
	text-align:left;
}


.money_field  {
	font-family: EuroseWide Heavy, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 130%;
	color: #0000A0;
	background-color: #99FF00;
}

.yellow_right_label  {
	font-family: EuroseWide Heavy, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 100%;
	color: #0000A0;
	background-color: #FFFFCC;
	text-align:right;
}	

.yellow_left_label  {
	font-family: EuroseWide Heavy, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 100%;
	color: #0000A0;
	background-color: #FFFFCC;
	text-align:left;
}

.right_label  {
	font-family: EuroseWide Heavy, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 100%;
	color: #0000A0;
	text-align:right;
}

.left_label  {
	font-family: EuroseWide Heavy, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 100%;
	color: #0000A0;
	text-align:left;
}

.white_left_label  {
	font-family: EuroseWide Heavy, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 100%;
	color: #FFFFFF;
	text-align:left;
}

.outside_border	{ 
	border: 2px solid #000000; 
}
.inside_border	{ 
	border: 2px solid #FFFFFF; 
}

@media print  {
	#title, #print_button,#reset_button,#estimate_button,.schematic { 
		display: none; 
	}
	
  * {
  background-image: none !important;
  }
	
	
    tr,td {
		border: 1px solid #FFFFFF;
		background-color : #FFFFFF;
       }
	
	.no_border {
		border: 3px solid #F3F3F3;
	   }	
	   		
		   
	input { 
	    background-color: #FFFFFF; 
		border: 1px solid #666666;
	   }
	   
	.output_gray {
		border-width: 0px;
		background:#FFFFFF;

	}

	.output_blue {
		border-width: 0px;
		background:#FFFFFF;
	}
	
	.outside_border { 
		border: 2px solid #000000; 
	   } 
	.inside_border	{ 
		border: 2px solid #FFFFFF; 
	   }	   
	.head4 {
		font-family: EuroseWide Heavy, Verdana, Arial, sans-serif;
		font-size: 14px;
		font-weight: bold;
		line-height: 100%;
		color: #0000A0;
		background-color: #CCCCCC;
		border-color: #666666;	
		text-align:left;
		}

.button_row{
	font-family: EuroseWide Heavy, Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 120%;
	color: #FFFFFF;
	background-color: #666666; 
	border: 1px solid #666666;
	text-align:center;
}

.yellow_right_label  {
	font-family: EuroseWide Heavy, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 100%;
	color: #0000A0;
	background-color: #FFFFFF;
	text-align:right;
}	

.yellow_left_label  {
	font-family: EuroseWide Heavy, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 100%;
	color: #0000A0;
	background-color: #FFFFFF;
	text-align:left;
}

.notes  {
	font-family: EuroseWide Heavy, Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 120%;
	color: #0000A0;
	background-color: #FFFFFF;
	border-color: #F3F3F3;
	text-align:left;
}

.recommendation  {
	font-family: EuroseWide Heavy, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 100%;
	color: #FF0000;
	text-align:left;
	background-color: #FFFFFF; 
	border: 0px solid #FFFFFF;
}

.project_description  {
	font-family: EuroseWide Heavy, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 100%;
	color: #0000A0;
	background-color: #FFFFFF; 
	border: 1px solid #0000A0;
	text-align:left;
}

.instructions  {
	font-family: EuroseWide Heavy, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 100%;
	color: #0000A0;
	background-color: #F3F3F3;
	border-color: #FFFFFF;
	text-align:center;
//	display: none;
}

.clock  {
	font-family: EuroseWide Heavy, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 120%;
	color: #0000A0;
	background-color: #F3F3F3;
	border-color: #F3F3F3;
	text-align:center;
}

.head1  {
	font-family: EuroseWide Heavy, Verdana, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 100%;
	color: #0000A0;
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	text-align:center;
}


}