/* ALL PAGE STYLES */
.nospace {
	margin:0;
	padding:0;
}
.spaceabove {
	margin-top:.8em;
}
.halfspaceabove {
	margin-top:.4em;
}
.spacebelow {
	margin-bottom:.8em;
}
.halfspacebelow {
	margin-bottom:.4em;
}
.centered {
	text-align:center;
}
.paddedleft {
	padding-left:2px;
}
.twopanel {
	padding-left:34px;
}
.hlhilite {
	color:#ffa002;
}
.pageshl {
	margin:0;
	padding:0;
	/*color:#5e717c;*/
	/*color:#656a6e;*/
	color:#333;
	font-size:16pt;
	line-height:1em;
	margin-bottom:.2em;
	font-weight:bold;
	letter-spacing: .05em;
}
.pagesh2 {
	color:#cc6600;
	font-size:14pt;
}
#ctahl {
	background:#f3901e;
	padding:1em;
	min-height:40px;
	/*border: 1px solid #fff;*/   /* if needed */
    /*-webkit-border-radius: 10px;*/    /* for Safari */
    /*-moz-border-radius: 10px;*/       /* for Firefox */
    position:relative;
    width:680px;
    margin:.5em 0;
}
#ctahl .tl, #ctahl .tr, #ctahl .bl, #ctahl .br
{
  width: 14px;
  height: 14px;
  /*border:solid 1px red;*/
  position: absolute;
}
#ctahl .tl {
	background: url(/_images-vs/rc_tl.png) top left no-repeat;
	top: 0;
	left: 0;
	z-index: 1000;
}
#ctahl .tr {
	top:0;
	right:0;
	z-index: 1000;
}
#ctahl .bl {
	/*background: url(/_images-vs/rc_br.png) bottom right no-repeat;*/
	bottom: 0;
	left: 0;
}
#ctahl .br {
	background: url(/_images-vs/rc_br.png) bottom right no-repeat;
	bottom: 0;
	right: 0;
}
.ctahl {
	font-size:14pt;
	font-weight:bold;
	text-align:center;
	color:#fff;
}
.ctahl a {
	color:#fff;
	text-decoration:none;
}
.sidebarhl {
	font-size: 1.2em;
	font-weight:bold;
	font-style:italic;
	padding-left:8px;
}

.pagescopy .regularlink a {
	font-size:1em;
	color: blue;
	font-weight:normal;
}

.pagescopy .regularlink a:hover {
	font-weight:normal;
	color:gray;
}

/* Home Page Styles */
.floatbox {
	width:214px;
	float:left;
	/*border:solid 1px red;*/
}
.floatbox2 {
	width:214px;
	float:left;
	margin-left:16px;
	/*border:solid 1px red;*/
}
.floatboxpad {
	padding:0px 6px;
}
.floatboxpad h2 {
	margin-top:4px;
	color:#5e717c;
}
#ma-text .smallhead {
	font-size:14px;
	margin-bottom:4px;
}
.clearit {
	clear:both;
}

#fb1,#fb2 {
	background:#d7e3ef;
}

#mgtaction {
	background: #f3901e;
}
#i2uaction {
	background: #e9be14;
}
#n2naction {
	background: #aab300;
}
#unlaction {
	background: #9ea7c6;
}
#planimages {
	position:relative;
}
#planimage {
	position:relative;
	left:0;
	top:0;
}
#mgtcopy,#i2ucopy,#n2ncopy,#unlcopy {
	position:absolute;
	left:0;
	top:38px;
	z-index:1000;
}
.ibtn {
	cursor:pointer;
	font-size:.8em;
}
.plancopy {
	/*border:solid 1px red;*/
	background:#fff;
	padding:12px;
	width:676px;
}
.plcopy {
	margin:0 1px;
	padding:4px;
	padding-left:8px;
	padding-bottom:8px;
	width:160px;
}
.plcopyleft {
	margin-left:0;
	margin-right:1px;
	padding:4px;
	padding-left:8px;
	padding-bottom:8px;
	width:161px;	
}
.plcopyright {
	margin-right:0;
	margin-left:1px;
	padding:4px;
	padding-left:8px;
	padding-bottom:8px;
	width:161px;
}
.ibtn {
	margin-top:4px;
}
#plancopy td {
	padding-right:4px;
	padding-left:4px;
}

#plancopy p {
	font-size:.8em;
	line-height:1.1em;
}

#plancopy ul {
	font-size:.8em;
	line-height:1.1em;
	margin:0;
	padding:0;
}
#plancopy ul li {
	margin-left:16px;
	margin-bottom:.4em;
}

/* Calling Plan Page Styles*/
.cpholder p,.cpname p,.cpdesc p,.cplink p {
	margin:0;
}
.cpholder {
	position:relative;
	background:#fff;
	margin-bottom:8px;
}
.cpholder .sb-inner { 
	background:#fff;
}
.cppad {
	padding:12px;
	padding-left:20px;
	padding-bottom:18px;
}
.cpname {
	margin:0;
	font-size:1.2em;
	font-weight:bold;
	color:#ff8800;
	margin-bottom:.3em;
}
.cpdesc {
	margin:0;
	margin-bottom:1em;
}
.cpdesc ul {
	margin-top:0px;
	margin-top:4px;
}
.cpdesc p {
	margin-bottom:.5em;
}
.cplink {
	float:left;
	margin:0;
}
.cpprice {
	font-family: "Georgia", serif;
	font-weight:bold;
	color:green;
	float:left;
	margin-left:8px;
	font-size: larger;
}
.pagescopy .cpholder a {
	color:#333;
	font-size:small;
	font-weight: normal;
}
.pagescopy .cpholder a:hover {
	font-weight: normal;
}

/* Side Bar Styles */
.sideheader{
	margin:0;
	padding:0;
	font-size:16pt;
	font-style:italic;
	letter-spacing:.05em;
	color:#666;
	text-transform:uppercase;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	padding-top:.1em;
}
.pagesside{
	width:290px;
}
.paddedcell {
	padding-right:30px;
	text-align:right;
}

.paddedcell ul {
	list-style:none;
}
.paddedcell li {
	display:block;
	border-bottom:solid 1px #f3901e;
	padding:.5em;
	margin-bottom:.2em;
	background:transparent url(/_images-voi/leftmenu_bkgd.png) repeat-y right center;
}
.paddedcell a {
	text-decoration:none;
	color:#000;
}
.paddedcell a:hover {
	color:#fff;
}
.sideheader a,.sideheader a:link,.sideheader a:hover {
	text-decoration:none;
	color:#666;
}

/* Other Pages */
.active a, .active a:hover {
	color:#990000;
	font-weight:bold;
}

.pagetitle{
	color:#990000;
}
.pagescopy {
	font-size:1em;
	letter-spacing:.05em;
	line-height:1.3em;
	font-family:verdana;
}
.pagescopy h2 {
	font-size:14pt;
	line-height:1em;
}
.pagescopy a {
	color:#990000;
	font-weight:bold;
}
.pagescopy a:hover{
	color:#666666;
	font-weight:bold;
}
.pagescopy h4 {
	margin-bottom:0;
}
.nospaceabove {
	margin-top:0;
}
.cleardiv{
	clear:both;
}

/* BLACKBERRY */
#bbside {
	/*background:transparent url(/_images-mgt/blackberry.png) no-repeat left top;*/
}
/* IPHONE */
#iptable{
	height:530px;
}
#ipside{
	/*background:transparent url(/_images-mgt/iphone.png) no-repeat left top;*/
}
#ipform div{
	margin-bottom:10px;
}
/*G1 ANDROID */
#giform div{
	margin-bottom:10px;
}
/*FAQs*/
#faqcon {
	/*background: #efefef;
	padding:1em;*/
}
.pagescopy .faqanchor {
	color:#666;
	font-size:.8em;
}

.faqbox h2{
	color:#666;
	line-height:.9em;
	margin-bottom:-.5em;
}
.backtotop {
	margin:0;
	padding:0;
	line-height:1em;
}
/*RATES*/
#rsearch{
	margin:0;
	padding:0;
}
#rsearch legend{
	color:#666;
}
#rsearch fieldset{
	color:#666;
}
#rategraphic {
	padding:12px;
	padding-bottom:18px;
	margin-left:0px;
}
#rategraphic .sb-inner { 
	background:#fff;
}
#rategraphic .sb-border {
	background:#ff9900;
}
#ratetable {
	padding:12px;
	padding-bottom:18px;
}
#ratetable .sb-inner { 
	background:#fff;
}
#ratetable .sb-border {
	background:#ff9900;
}
#rgtbl {
	font-size:small;
	width:100%;
	/*border-collapse: collapse;*/
}
#rgtbl th {
	border:solid 1px #000;
	padding-left:4px;
	background:#ccc;
	border-collapse: collapse;
}
#rgtbl td {
	border:dotted 1px blue;
	padding-left:4px;
}

/*RATE IMAGE STYLES */
#picimageholder {
	position:relative;
}
#piccover {
	position:absolute;
	top:0;
	left:0;
	width:260px;
	height:200px;
	background:#fff;
}

/*LEFT CTA */
.ctaitem {
	width:240px;
}
.ctacell {
	width:256px;
}

