/* Boltcalc Styles */
body, p, a, td, form, input, select, li, div, textarea {color:black; 
   font-family:arial,helvetica,sans-serif; font-size:12px;} 
.title {font-family:arial,helvetica,sans-serif; font-size:16px; font-weight: bold; text-align: center; color:red; } 
.header {font-family:arial,helvetica,sans-serif; font-size:14px; font-weight: bold; } 

/* Inputs and Outputs/Parameters */
.Item_Name {text-align:left;} 
.Item_Select {text-align:left;} 
.Item_Value {text-align:center; background-color:#EEEEEE;} 
.Item_Units {text-align:left;}

/* Button to change Inputs and Outputs/Parameters */
.button1 {width: 140px;}

/* Popup Box to set/change values */
.input_box { position: absolute; float: left; left: 10px; top: 10px; 
   background-color:#CCCCCC; border: thin solid Black; padding:3px; } 

/* Buttons in popup to set/change values */
.button2 {width: 60px;}

/* Error window */
.error_box {  color:#FF0000; background-color:#FFFFFF; } 
.error_box2 { position: absolute; float: left; left: 10px; top: 10px; 
   color:#FF0000; background-color:#FFFFFF; border: thick solid #FF0000; 
   padding:3px; overflow:auto;} 

/* Generic classes */
.bold {font-weight:bold;}
.red {color:red;}
.redbold {color:red; font-weight:bold;}
