/* CSS Document */

body,td,th {
	font-size: 12px;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
}

body {
	/* background-color: #FFFFFF; RYAN's code*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E3E3E3;
	background-image: url(../../resources/hrw_background_strip.jpg);
	background-repeat: repeat-y;
  	background-position: 50%;
}

.zeroSpace {
	margin-top:0;
	margin-bottom:0;
}

.noFormSpace {
	margin-bottom:0;
}

.texta {
    font-size: 11px;
    background-color: #FFFFFF;
    border: 1px solid #666666;
    height: 16px;
    padding-left: 4px;
    width: 100%;
}

/*  ryan's changes */

.coverage_calculator_rhs {
    width: 22px;
    background-image: url("images/rhs_ds.jpg");
    background-repeat: repeat-y;
}


.coverage_calculator_lhs {
    width: 26px;
}


.notes span {
    display: none;
}

.notes:hover {
    background-image: url("images/notes_ro.gif");
}
 
#calculatorTable {
    width: 750px;
    border: none;
    margin-left: auto;
    margin-right: auto;
}
#innerCalculatorTable {
    width: 700px;
    border: 1px solid black;
    background-color: #CEE9FA;

}

#innerCalculatorTable p {
    margin: 12px;
    font-size: 110%;
}

.blueheader {
    margin: 12px;
    font-size: 150%;
    color: #423C9D;
}

#innerCalculatorTable2 {
    width: 99%;
    margin: 10px;
    border-collapse: collapse;
}

#innerCalculatorTable2 tr {
    height: 30px;

}
#innerCalculatorTable2 tr td {
    padding: 0; margin: 0;
}

td {
    vertical-align: top;
    text-align: left;
}

.captiontd {

    font-size: 8pt;
    color: white;
}

.captiontd div {
    background: #330099;
    border: 1px solid black;
    font-size: 8pt;
    color: white;
    padding: 2px;
    height: 14px;
    padding-left: 4px;
}

.dontknow { 
    background-image: url("images/dont_know_click_here.gif");
    background-repeat: no-repeat;
    width: 170px;
    height: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;

    text-align: center;
}

.dontknow:hover { 
    background-image: url("images/dont_know_click_here_ro.gif");
}
.dontknow span { 
    display: none;
}
.dontknowtd {

}

.notes {
    width: 63px;
    height: 20px;
    display: block;

    margin-left: auto;
    margin-right: auto;
    background-image: url("images/notes.gif");
    background-position: center center;
    background-repeat: no-repeat;
}
.notestd {

}

.calculator_submit {
    display: block;
    border: none;

    width: 242px;
    height: 34px;
    background-color: transparent;
    background-image: url("images/calcbutton_01.jpg");
    background-repeat: no-repeat;
}
.calculator_submit:hover {
    background-image: url("images/calcbutton_01_ro.jpg");
}
