@charset "utf-8";
/* CSS Document */
td
{
   display: table-cell; 
   padding-left:0px;
   padding-right:0px;
   padding-top:0px;
   padding-bottom:0px;
}
#legend_container td
{
   display: table-cell; 
   padding-left:5px;
   padding-right:0px;
   padding-top:0px;
   padding-bottom:0px;
   border-bottom: 0;
   border-right: 0;
}

#graph
{
	width:480px; /*IPR: was 490*/
	height:550px;
	margin:auto;
	position:absolute;
	top:40px;
	left:425px; /*IPR: was 415*/
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}
#graph_grid
{
	width:480px; /*IPR: was 490*/
	height:550px;
	margin:auto;
	position:absolute;
	top:40px;
	left:425px; /*IPR: was 415*/
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}
#legend_container
{
	position:absolute;
	top:10px;
	left:500px;
	width:440px;
}

.slider_container
{
	position:absolute;
	left: 15px;
}

#slider_container_pricing
{
	width: 400px; /*IPR: was 390*/
	height: 534px;
	top: 20px;
	background-color:#EAF4FF;
    border-right: solid #999 1px;
    border-bottom: solid #999 1px;
}

.slider_holder
{
	width: 105px;
	height: 50px;
	position:absolute;
}

#slider_holder_monthlycost
{
	width: 200px;
}

.slider
{
	position:absolute;
	top:0px;
	left:20px;
	width: 100px;
}
.slider2
{
	position:absolute;
	top:0px;
	left:20px;
	width: 247px; /*IPR: was 240*/
}
.row0
{
	height:30px;
	font-size:13px;
	text-align:center;
	background-color:#DDD;
	color:#666;
	font-weight:bold;
}
.row
{
    height:72px;
}

.row1
{
}
.row2
{
}
.row3
{
}
.row4
{
}
.row5
{
}
.row6
{
}
.row7
{
    border-bottom: 1px solid #999;
}

#sliderTable
{
    border-bottom: 1px solid #999;
}

.col1
{
	padding-left:5px;
	padding-right:5px;
	font-size:10pt;
	text-align:left;
	color:#666;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
}
.col2
{

	font-size:12px;
	width:155px;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
}
.col3
{


	font-size:12px;
	width:155px;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
}
.col2_3
{
	font-size:12px;
	width:300px;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
}
.col1_no_style
{
	border: none;
	background-color:#FFF;
	width:100px;
}

.static_content
{
    top:30px;
    left:0px;
    width: 100%;
    font-size:12pt;
    color: #666;
    text-align: center;
}
