
/*--- GLOBAL DEFS --------------------------------------------*/


p {
line-height: 150%;
font-family: arial;
color:#666666;
font-size:12px;
}

td {
font-family: arial,helvetica;
color:#666666;
font-size: 12px;
}

.pageTitle {
font-family: trebuchet ms;
color:#333333;
font-size:22px;
text-transform: capitalize;
}

h1 {
font-family: arial;
color:#000000;
font-size:24px;
text-transform: capitalize;
}


h2 {
font-family: arial;
color:#666666;
font-size:17px;
font-weight:bold;
text-transform: capitalize;
} 

h3 {
font-family: arial;
color:#666666;
font-size:14px;
font-weight:bold;
margin-bottom: 5px;
} 

h4 {
font-family: arial;
color:#333333;
font-size:12px;
font-weight:bold;
margin-bottom: 5px;
} 


.subTitle {
line-height: 150%;
font-family: arial;
color:#999999;
font-size:16px;
font-weight:bold;
}


.tiny {
font-size:11px;
}

.hint {
font-size:10px;
color: #999999;
font-family: trebuchet ms;
}

hr.thin {
border: 0px;
background-color: #DDD;
height: 1px;
margin-top: 5px;
margin-bottom: 10px;
padding: 0px;
}

li {
line-height: 150%;
}

ul.featuresList {
margin-left: 10px;
padding-left: 10px;
}

li.featuresList {
line-height: 150%;
font-size:12px;
font-family:arial;
list-style-image: url(/img/bullet_check.gif);
list-style-position: outside;
padding-left: 0px;
padding-bottom: 5px;
}




/*--- TOP LOGIN BAR -------LEAVE OUT DOESN'T DISPLAY CORRECTLY VIA AOL EMAIL. GREAT IN VERIZON-------------------------------------*/

.topBar {
background-color:#eeeeee;
background-image: url(/img/bg_loginbar.jpg);
background-repeat: repeat-x;
background-position: 0% bottom;
height: 30px;
padding-top:10px;
} 

.loginBar {
font-family:arial;
font-size:13px;
text-align:right;
width:740px;
color: #666666;
} 




/*---- TOP NAVIGATION -------------------------------------------*/


td.topNav {
font-size:13px;
font-weight: bold;
font-family:trebuchet ms;
background-image: url(/img/bg_topnav.jpg);
background-repeat: repeat-x;
padding-left:3px;
padding-right: 3px;
}



.subNav {
padding:10px;
text-indent: 15px;
font-size:11px;
color:#666666;
font-family:arial;
border-left: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
text-transform: capitalize;
}



/*---- SIDE NAV -------------------------------------------*/

.sideHeader {
font-size: 15px;
font-family:arial;
font-weight: bold;
color: #999999;
}

ul.sideList {
margin-left: 10px;
padding-left: 10px;
}

li.sideList {
line-height: 150%;
font-size:12px;
font-family:arial;
list-style-image: url(/img/arrow.gif);
list-style-position: outside;
padding-left: 0px;
padding-bottom: 5px;
}


/*---- MISC -------------------------------------------*/

.exampleCode {
background-color:#FFFFCC;
border: 1px dashed #FFCC99;
padding:7px;
margin:3px;
font-size:12px;
font-family: courier new;
}

.examplePlainText {
background-color:#EEEEEE;
border: 1px dashed #666666;
padding:7px;
margin:3px;
font-size:12px;
font-family: courier new;
color: #000000;
}

.errorBox {
padding: 8px;
margin: 8px;
font-family: arial;
color: #FF0000;
font-weight: bold;
font-size: 15px;
line-height:18px;
background-color: #FFFF99;
border: 1px dashed #FFCC00;
}


.errorText {
color: #FF0000;
font-family: trebuchet ms;
font-size:11px;
background-color:#FFFF99;
line-height:125%;
}


ul.checkList {
margin-left: 10px;
padding-left: 10px;
}

li.checkList {
line-height: 150%;
font-size:12px;
font-family:arial;
list-style-image: url(voip/bullet_check.gif);
list-style-position: outside;
padding-left: 0px;
padding-bottom: 5px;
}





/*---- HYPERLINKS -------------------------------------------*/


a {color:#006633; text-decoration: none;}
a:visited {color:#CC6600; text-decoration: none;}
a:hover,a:active {color:#993300; text-decoration: underline;}

a.topNav {color:#666666; text-decoration: none;}
a.topNav:visited {color:#666666; text-decoration: none;}
a.topNav:hover,a:active {color:#000000; text-decoration: none;}


a.copyright {color:#999; text-decoration:none;}
a.copyright:hover,a:active {color:#993300; text-decoration:underline;}
a.copyright:visited {color:#999; text-decoration:none;}

a.footer {color:#006633; text-decoration:none;}
a.footer:hover,a:active {color:#006633; text-decoration:underline;}
a.footer:visited {color:#666; text-decoration:none;}

a.footer2 {color:#006633; text-decoration:none;}
a.footer2:hover,a:active {color:#006633; text-decoration:underline;}




