﻿body
{
    background-image: url(/images/background_gradient.gif);
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-size: 11px;
}

.bigfirst
{
    font-size: 60px;
    float: left;
    line-height: 50px;
    margin-right: 1px;
}

img
{
    border: 0;
}


table.dial th a
{
    text-decoration: underline;
}

a:link
{
    color: #CC0000;
    font-size: 10px;
    text-decoration: none;
}

a:visited
{
    color: #CC0000;
    font-size: 10px;
    text-decoration: none;
}

a:hover
{
    color: #CC0000;
    font-size: 10px;
    text-decoration: underline;
}

a:active
{
    color: #CC0000;
    font-size: 10px;
    text-decoration: none;
}

.style6
{
    font-weight: bold;
    font-size: 11px;
    color: #ff9e2e;
}

.style7
{
    color: #996600;
}

.sectiontitle
{
    color: #996600;
    font-weight: bold;
    font-size: 11px;
}

a.section
{
    color: #996600;
    font-weight: bold;
    font-size: 11px;
}

a.section:link
{
    text-decoration: none;
}

a.section:visited
{
    text-decoration: none;
}

a.section:hover
{
    text-decoration: underline;
}

a.section:active
{
    text-decoration: none;
}

.selitem
{
    background-color: #FFCCCC;
    font-weight: bold;
}


.footer
{
    /*color: #ff9e2e;*/
    color: #D2D2D2;
    font-size: 10px;
}

.pagehead
{
    font-size: 18px;
    line-height: 1.3;
}

.normal
{
    font-size: 11px;
    line-height: 135%;
    width: 500px;
}


.notelp
{
    font-size: 125%;
    color: #CC0000;
    font-weight: bolder;
    height: 16px;
    width: 127px;
}

.notelb
{
    font-size: 122%;
    color: #000000;
    font-weight: bolder;
    height: 16px;
    width: 127px;
}

/* Pricing Side Bar */

.pricing_outline
{
    text-align: left;
    width: 150px;
    background-image: url(/images/earth/side_bg.gif);
    background-repeat: repeat-y;
}

h1.pricingh1
{
    color: #CC0000;
    font-weight: bold;
    font-size: 16px;
    text-align: left; /*margin-left: 15px;*/
    margin-bottom: 2px;
    padding-bottom: 0px;
}

.pricing_bottom
{
    background: url(/images/earth/pricing_bottom.gif) 0 0 no-repeat;
    width: 150px;
    height: 12px;
}

.pricing_item
{
    margin: 5px 12px 1px 13px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ccc;
}
.price
{
    text-align: left;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
}

.price_detail
{
    text-align: left;
    color: #000000;
    font-size: 9px;
}

.warning
{
	border: 2px solid #f34f4f;
	background: #ffe1da url(/images/icon_error.png) 13px 50% no-repeat;
	padding: 10px 11px 8px 36px;
	color: #be0b0b;
	width: 90%;
	text-align: left;
}

.success
{
	background: #e2f9e3 url(/images/icon_success.png) 13px 50% no-repeat;
	border: 2px solid #9c9;
	color: #080;
	width: 85%;
	padding: 10px 11px 8px 36px;
}








