﻿/* CSS layout */

/*

.inputfields_medium{
 border-top:medium;
 background-image: url('bggrad3.png');
 background-repeat: repeat-x;
 padding-top: 15px;	
 font-size:small;
}


*/
#calc_output_medium{
	font-family: Arial;
	font-size: small;
	font-style: normal;
    border-top:medium;
    background-image: url('bggradw.bmp');
    background-repeat: repeat-x;
    padding-top: 15px;	
	
}

#calc_output_large{
	font-family: Arial;
	font-size: small;
	font-style: normal;
    border-top:medium;
    background-image: url('bggradx.bmp');
    background-repeat: repeat-x;
    padding-top: 15px;	
	
}

#calc_output_xlarge{
	font-family: Arial;
	font-size: small;
	font-style: normal;
    border-top:medium;
    background-image: url('bggradxx.bmp');
    background-repeat: repeat-x;
    padding-top: 15px;	
}

#calc_input_medium{
	font-family: Arial;
	font-size: small;
	font-style: normal;
    border-top:medium;
    background-image: url('bggradw.bmp');
    background-repeat: repeat-x;
    padding-top: 10px;	
    padding-bottom:10px;
	
}

#calc_input_large{
	font-family: Arial;
	font-size: small;
	font-style: normal;
    border-top:medium;
    background-image: url('bggradx.bmp');
    background-repeat: repeat-x;
    padding-top: 15px;	
	
}

#calc_input{
	font-family: Arial;
	font-size: small;
	font-style: normal;
	
}

#right_col {
	width: 300px;
	float: right;
}
#rc1 {
	padding: 10px;
	width: 260px;
	float: right;
}
#rc1a {
	font: italic normal normal medium "Times New Roman", Times, serif;
	width: 240px;
	float: right;
}
#space20{
	padding: 20px;
	min-height: 20px;
}
.currentitem1{
	font: normal normal normal small/2 "Times New Roman", Times, serif;
	width: 300px;
	padding-left: 10px;
}

#rc2 {
	width: 300px;
	float: right;
}


#special_box {
	float: right;
	border: 3px #FF0000 double;
	padding: 5px;
	font-family: Arial;
	font-size: small;
	background-color: #00FFFF;
	font-style: normal;
	font-weight: normal;
}

.mainitem{
	font: normal normal lighter large/1 Arial;
	padding-top: 20px;
	font-family: Arial;
	font-size: medium;
	text-align: left;
}
#maintop {
	font: normal normal bold medium "Times New Roman", Times, serif;
	text-align: center;
}

#social {
   
	text-align: center;
	width:580px;
  
}

#disclaimer {

	text-align: center;
	font-size: small;
	width:580px;
}

