@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 780px;
	background: #FFFFFF;
	margin: 0 auto 30px auto;
	text-align: left;
}
.oneColFixCtrHdr #header {
	background: #fff; 
}
.oneColFixCtrHdr #header {
	margin: 0;	padding: 0;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 40px;
	background:#fff;
}
.oneColFixCtrHdr #footer p {
	margin: 0;	padding: 10px 0px;
	font-size:10px;
	color:#999999;
	border-bottom: #DDDDDD 2px solid;
}

/*---title-classes---*/
h1 {
padding:0px 0px 10px 0px; margin:0px;
font-size: 1.8em;
font-weight:700;
text-align:center;
}
h2 {
	margin:0px; padding:5px;
	font-size:18px;
	font-weight:600;
	color:#303030;
	text-align:center;
}

/*---start footer link table---*/
.footer-table {
	width:100%;
	margin: 5px;	
	background: #EFEFEF;
	text-align:center;
	margin:0 auto;
}
.footer-tr {
	height: 30px;
}
.footer-td {
	font-size: 11px;
	padding: 5px;
	border-right: #DDDDDD 2px solid; /*same color as footer bg*/
}
.first-cell {
	font-size: 11px;
	padding: 5px;
	border-left: #DDDDDD 2px solid; /*same color as footer bg*/
	border-right: #DDDDDD 2px solid; /*same color as footer bg*/
	}
/*---end---table---*/

/*------links------*/
a, a:visited {
	text-decoration: underline;
	color: #2180BC;
	background: inherit;
}
a:hover {
	color: #88ac0b;
	background: inherit;
	text-decoration: underline;
}

/*---Orange Buttons-and-content-boxes---*/

.box {padding:0px; margin:0px;}
.bl-1 {background: url(images/bl.gif) 0 100% no-repeat #e68200; width: 35em} /*------larger width button------*/
.bl-2 {background: url(images/bl.gif) 0 100% no-repeat #e68200; width: 18em} /*------larger width button------*/
.bl {background: url(images/bl.gif) 0 100% no-repeat #e68200; width: 15em}
.br {background: url(images/br.gif) 100% 100% no-repeat}
.tl {background: url(images/tl.gif) 0 0 no-repeat}
.tr {background: url(images/tr.gif) 100% 0 no-repeat; padding:1px}
.clear {font-size: 1px; height: 1px}

.list {
	padding:0px 0px 10px 30px;
	margin:5px;
	list-style-image:url("images/circle.png");
	list-style-type:circle;
	text-align:left;
	}

/*---table-compare-chart---*/
table {
	border-collapse: collapse;
	margin: 10px auto 20px auto;
	font-size: 0.7em;	
}
tr {
	height: 30px;
}
td {
	padding: 11px 11px 11px 11px;
	border-left: 1px solid #fff;
	border-bottom: solid 1px #fff;
}
td.td1 {
	background-color:#FFFFFF
	}
td.ez {
	font-size:1.4em;
	background:#eaeaea;
	color:#009124;
	font-weight:800;
}
td.vonage {
	color:#7C1105;
}

td.first {
	border-left: 0px;
}
tr.row {
	background: #EFEFEF;
}

/*------end-table------*/

.account-buttons {
	width:100%;
	margin:0px;
	}

.nohiddenfee {
	border-top:#666666 1px solid;
	width:80%;
	margin:10px auto 10px auto;
	padding-top: 5px;
}

.bottom-terms {
	font-size:10px;
	color:#999999;
	border-bottom: #DDDDDD 2px solid;
}

.promo {
	margin:5px auto;
	font-size:10px;
	border-top:#CCCCCC 1px solid;
}
.noborder {
	border:none;
	}

/*----rollover button----*/

.button {margin:15px 0px 15px 0px;}
a#rollover { background-image:url(images/download.jpg); height: 42px; width:255px; display:block; margin:0 auto; }
a#rollover span { display:none; }
a#rollover:hover { background-image:url(images/download_over.jpg); }
