html,body{
   font-family: arial, sans-serif;
   font-size: 12px;
   color: white;
   margin:0; /* nobody likes a margin in the body */
   padding:0;
   height:100%; /* must be set ot 100% for footer to work */
   background: white;
}

table.channel{
   font-family: arial, sans-serif;
   font-size: 12px;
   color: black;
   /*font-style: normal;  */
   /* line-height: 50%; */
   /*  padding: 0; */
   /* format: top right bottom left */
   margin: 0cm 0cm 0cm 0cm

   }



OL,UL,TD,TR,DIV {
 /*  font-family: arial, sans-serif;
   font-size:12px;*/
   /*font-size: 12px;*/
   color: black;
   /*font-style: normal;  */
   /*line-height: 100%;*/
   /*margin: 0.25em 0.5em;*/
}

UL LI {
	font-family: arial, sans-serif;
	font-size:12px;
	line-height:115%;
	/* margin specifies the entire item in position to page */
	margin-left: -2px;
	/* padding specifies distance between bullet and item */
	padding-left: -2px;
	/*list-style: none;*/
	list-style-image: url(images/bullet-red_square.jpg);
}

p {
   font-family: arial, sans-serif;
   font-size: 12px;
   color: black;
   /*font-style: normal;  */
   /* line-height: 50%; */
   /*  padding: 0; */
   /* format: top right bottom left */
   margin: 0cm 0cm 0cm 0cm;
}

H1, H1 a:link, H1 a:hover, H1 a:visited {
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 19px;
	color: black;
	/* color: #CC0000;*/
        	/* line-height: 80%;*/
	margin: 1.0cm 0cm 0cm 0cm;
	background-image: url(images/h1_bg-00ccff.jpg);
   	background-repeat: repeat-x;
   	background-position: 0 -14px;
}

H2, H2 a:link, H2 a:hover, H2 a:visited {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
	/*color: #FFCC99;*/
	/* line-height: 80%;*/
	margin: 0cm 0cm 0.1cm 0cm;
}

H3, H3 a:link, H3 a:hover, H3 a:visited {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:black;
/* 	color: #3399FF;*/
	/* line-height: 80%; */
	margin: 0cm 0cm 0cm 0cm;
}

HR {   color: #000000;}

a:link {
	color: blue; 
	text-decoration: none;
}     /* unvisited link */
a:visited {
	color: #330033;
	text-decoration: none;
}  /* visited link */
a:hover {
	color: blue;
	text-decoration: none;
}   /* mouse over link */

a:link.grey, a:visited.grey, a:hover.grey {
color: #999999;
text-decoration: none;
}

a:link.blackred, a:visited.blackred {
color: black;
text-decoration: none;
}
a:hover.blackred {
color: red;
text-decoration: none;
font-weight:bold;
}

/* a:active {color: #000000} */  /* selected link */

/* ~~~ Image Captions ~~ */
.csc-textpic-caption {
   font-family: arial, sans-serif;
   font-size: 12px;
   color: black;
}

/* ~~~ SEARCH FORM ~~~ */
.csc-searchform{
border: 0px;float: left;
  clear: left;
  margin: 0.5cm 0cm 0cm 0cm;
padding: 0;
}

/* FORM MODULE */
/*THE ULTIMATE REFERENCE: http://www.sitepoint.com/article/fancy-form-design-css*/
/* GET RID OF THAT DAMN BORDER AROUND THE ENTIRE FORM */

.csc-mailform {
  border: 0px;float: left;
  clear: left;
  width: 100%;
  margin: 1.0em 0 1.0em 0;
  padding: 0;
  align:center;
  font-size: 12px;
   
}

.csc-mailform-field {
    clear: both;
    display: block;
    margin-bottom: 0.3em;
    width: 100%;
}

.csc-mailform legend {
    display: none;
}

/*
USE THIS IF YOU WANT TO OVERRIDE WIDTHS OF INPUT FIELDS
.csc-mailform-field input, .csc-mailform-field select,
.csc-mailform-field textarea {
    width: 200px;
}
*/

.csc-mailform-field label {
    float: left;
    width: 200px;
}

.csc-mailform-submit {
   margin-top: -1.0em;
   margin-left: 200px;
}

.csc-mailform-radio fieldset{
    margin-left: 200px;
    width: 200px;
}

.csc-mailform-radio input, .csc-mailform-radio label {
    display: inline;
    float: left;
    margin-bottom: 0.3em;
}

.csc-mailform-field input.csc-mailform-radio,
.csc-mailform-field .csc-mailform-check {
    background: none;
    clear: left;
    border: none;
    margin-right: 4px;
    width: 20px;
}

.csc-mailform-radio label, .csc-mailform-check label {
    text-align: left;
} 



/* THIS IS THE HEART OF TYPO. Change this, and the Typo base goes haywire! */
.bodytext{}



/* ****** RESIDENTIAL BUNDLE CALCULATOR STYLESHEET ******************************* /

/* Containing Divs */
div#container {
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	float: left;
	margin-left: 5%;
	margin-right: 5%;
	text-decoration: none;
	text-transform: none;
	font-variant: normal;
	width: 90%;
}

/* Menu Bars */
div#netbar {
	background-color: #0078b2;
	color: #ffffff;
	float: left;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	text-align: center;
	width: 100%;
}
div#phonebar {
	background-color: #2e3192;
	color: #ffffff;
	float: left;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	text-align: center;
	width: 100%;
}
div#pricebar {
	background-color: #dddddd;
	border-top: 1px solid #999999;
	color: #000000;
	float: left;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	text-align: left;
	width: 100%;
}
div#tvbar {
	background-color: #6db43f;
	color: #ffffff;
	float: left;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	text-align: center;
	width: 100%;
}
div#save {
	float: left;
	padding-left: 10px;
}
div#bundle {
	float: right;
	padding-right: 10px;
}

/* Menu Items */
div.menu {
	background-image: url('images/calculator/spacer.png');
	background-repeat: no-repeat;
	background-position: right;
	float: left;
	width: 33%;
}

/* Show or Hide */
.show {
	display: inherit;
}
.hide {
	display: none;
}

/* Content Divisions */
div.left {
	float: left;
	padding: 5px 1% 5px 1%;
	text-align: center;
	width: 20%;
}
div.right {
	float: right;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: left;
	width: 78%;
}

/* Text */
span.tvheader {
	color: #6db43f;
	font-weight: bold;
}
span.netheader {
	color: #0078b2;
	font-weight: bold;
}
span.phoneheader {
	color: #2e3192;
	font-weight: bold;
}
span.price {
	color: #E12349;
	font-size: 16px;
	font-weight: bold;
}
li {
	font-size: 11px;
}

/* Icons */
div.tvicon {
	background-image: url('images/calculator/icon_television.gif');
	background-position: center;
	background-repeat: no-repeat;
	min-height: 100px;
        _height: 100px;
}
div.neticon{
	background-image: url('images/calculator/icon_internet.gif');
	background-position: center;
	background-repeat: no-repeat;
	min-height: 100px;
        _height: 100px;
}
div.phoneicon{
	background-image: url('images/calculator/icon_phone.gif');
	background-position: center;
	background-repeat: no-repeat;
	min-height: 100px;
        _height: 100px;
}

/* Random */
div.cost {
	padding: 10% 0px 0px 0px;
}
span.link {
	cursor: pointer;
}

/* Buttons */
img {
	border: none;
}
img#resetcalc {
	cursor: pointer;
}
div#images {
	float: right;
	padding-top: 10px;
	position: relative;
	right: 5%;
}

	