@import url("./formalize-light.css");

/* Body Background & Text Color */
body {
    color: #585754;
    background: #fff;
    font-size: .846em;
}

/* @group Header */
/* Header Background */
#header_wrap,#header {
    background: url(/images/layout/header_bg.png) repeat-x 0 0;
}

/* Header Logo - Set size in template parameters! old logo apparent-logo.png */
#header span#graphic a,#header h1#graphic a {
    background: url(/images/layout/Logo-Apparent-Blue.png) no-repeat
        left center;
}

/* Text Logo */
#header span#text-header a,#header h1#text-header a {
    color: #fa7600;
    font-size: 32px;
    line-height: 100%;
    text-shadow: #f2f2f2 1px 2px 1px;
}

/* Text Logo Hover */
#header span#text-header a:hover,#header h1#text-header a:hover {
    color: #000;
}

/* Text Slogan */
#header span#text-slogan,#header h2#text-slogan {
    font-size: 18px;
    color: #161616;
    text-shadow: #b9b9b9 1px 2px 1px;
}

/* @end */
/* @group Typography */
/* Links */
a,a:link,a:visited {
    color: #f86700;
}

a:hover {
    color: #000;
}

/* Headings */
h1 {
    font-size: 2.25em;
    color: #1a1605;
    border-bottom: 1px solid #ebe7e2;
    font-weight: bold;
    padding-bottom: 10px;
    margin: 0 0 10px 0;
    letter-spacing: -1px;
}

h2 {
    color: #424242;
    font-size: 2.25em;
    line-height: 1.15;
    margin: 0 0 .357em 0;
    font-weight: normal;
    font-style: normal;
}

h3 {
    color: #3a352e;
    font-size: 1.9em;
    margin: 0 0 .2em 0;
    padding: 0 0 8px 0;
    border-bottom: 1px solid #ebe7e2;
    text-shadow: #fff 1px 1px 0px;
    font-weight: normal;
    font-style: normal;
}

h4 {
    color: #f86700;
}

h5 {
    color: #4d4d4d;
}

h6 {
    color: #494949;
}

h4,h5,h6 {
    margin: .571em 0 .571em 0;
    font-size: 1.55em;
}

/* Remove underlines from heading links */
h1 a,h2 a,h3 a {
    text-decoration: none;
}

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover {
    color: #4b4b4b;
    text-decoration: none;
}

/* Basic Accent Styles */
p.smalldesc {
    background-color: #e2e2e2;
}

pre,code {
    background-color: #f4f4f4;
    border-bottom: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    margin: 10px 0px;
}

hr {
    background: transparent url(/images/layout/divider.png)
        repeat-x center center;
    height: 2px;
    display: block;
    margin: 0px;
    padding: 10px 0px 10px 0px;
    border: 0px solid #000;
}
/* tables */
table {
    margin: .5em 0 1em;
}

table th {
    text-align: left;
    border: 1px solid #d1d1d1;
    padding: .4em .8em;
    background-color: #e9e9e9;
    font-weight: bold;
}

table td {
    background-color: #fff;
    border: 1px solid #d1d1d1;
}

table tr.even td {
    background-color: #f6f6f6;
}
/* @end */
/* @group Top Menu */
/* Top Menu Background */
#topnav_wrap,.topnav {
    border-bottom: 1px solid #de5c00;
    width: 100%;
    height: 38px;
    background: #f86700 url(/images/layout/topnav_bg.png) repeat-x;
}

.topnav {
    width: 960px;
    margin: 0 auto;
}

/* Top Menu Dividers */
.topnav ul,.topnav li {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    border-left: 1px solid #ff7b06;
}

.topnav ul {
    border-left: 1px solid #ed6200;
    border-right: 1px solid #ff7b06;
}

.topnav li:hover {
    border-left: 1px solid #ff7b06;
}

/* Top Menu Links */
.topnav a {
    color: #fff;
    border-right: 1px solid #ed6200;
    display: block;
    padding: 0px 14px;
    line-height: 38px;
    text-decoration: none;
    text-shadow: #dc592f 1px 1px 0;
}

.topnav li a:hover {
    color: #feffff;
    text-shadow: #c04f00 1px -1px 0;
    background-color: #ff7b06;
}

/* Top Menu Search Bar */
#nav_search #s.input_small {
    background: #c5c5c5 url(/images/layout/search_bg.gif)
        no-repeat 4% 50%;
    border: 1px solid #c5c5c5;
    color: #29251d;
}

#nav_search .inputbox:focus {
    outline: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

/* @end */
/* @group Main Menu */
/* Menu Position */
#menu_wrap,#menu {
    background: url(/images/layout/nav_bg.png) repeat-x;
    height: 65px;
}

/* Menu Font Size */
#menu {
    width: 960px;
    margin: 0 auto;
    font-size: 16px;
}

/* Menu Links */
#menu li a {
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    letter-spacing: normal;
    color: #fff;
    text-shadow: #000 1px 1px 0;
}

#menu li a:hover,#menu li:hover a,#menu li.active a:hover {
    color: #ee7600;
    text-shadow: #000 1px -1px 0;
}

#menu li.active a {
    color: #fa7600;
    text-shadow: #000 1px -1px 0;
    background: url(/images/layout/nav_active.gif) no-repeat
        center bottom;
}

#menu li.active a span {
    color: #fff;
    text-shadow: #000 1px -1px 0;
}

/* Menu Caption */
#menu li span {
    font-size: 12px;
    color: #9d9d9d;
    text-shadow: #000 0 1px 0;
}

/* Menu Caption Hover */
#menu li:hover span {
    color: #fff;
    text-shadow: #000 1px -1px 0;
}
/* @end */
/* @group CTA Box */
.cta {
    margin: 10px auto 20px auto;
    padding: 10px 10px 20px 10px;
    background-color: #f3f3f3;
    border: 1px solid #ededed;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-shadow: #fff 1px 1px 0;
    box-shadow: 1px 1px 0 #fff inset, -1px -1px 0 #fff inset;
    -moz-box-shadow: 1px 1px 0 #fff inset, -1px -1px 0 #fff inset;
    -webkit-box-shadow: 1px 1px 0 #fff inset, -1px -1px 0 #fff inset;
    position: relative;
}

.cta p {
    margin: 0;
    padding: 0;
}

.cta h3 {
    font-size: 26px;
    margin: 0px 0px 10px 0px;
    background: none;
    border-bottom: 1px solid #e6e6e6;
    text-shadow: #fff 1px -1px 0;
    letter-spacing: -1px;
    color: #000;
}

/* @end */

/* Footer Links */
#footer a:link,#footer a:visited,#footer a:active {
    color: #f86600;
}

#footer a:hover {
    color: #fff;
    text-decoration: none;
    text-shadow: #000 0 0 0;
}

/* Footer Widget Headings */
#footer .widget h3 {
    color: #e4e4e4;
    font-size: 1.5em;
    padding: 0 0 8px 0;
    margin: .476em 0 0 0;
    background: none;
    border-bottom: none;
    text-shadow: #1c1913 1px 1px 0;
    background: url(/images/layout/footer_divider.png) repeat-x
        center bottom;
}

/* Footer List Items */
#footer ul li {
    background: url(/images/layout/footer_bullet.png) no-repeat 0
        .75em;
    padding: 3px 0 0 18px;
    margin: 0;
    line-height: 190%;
    list-style: none;
}

#footer .widget {
    position: relative;
    top: 28px;
}

/* Footer Copyright */
#bottom {
    color: #929292;
    text-shadow: #000 1px 1px 0;
}

/* Tariff styles */
.tariffResult { padding: 8px 10px; background-color: #f1f1f1; border-bottom: 1px solid #000; }
.tariffResult_alt { background-color: #fefefe; }
.tariffResult .type { float: left; width: 24px; margin-top: 3px; }
.tariffResult .icons { float: left; width: 80px; margin-top: 3px; }
.tariffResult .tariff { float: left; width: 220px; padding-right: 8px; }
.tariffResult .lseName { float: left; width: 210px; padding-right: 8px; }
.tariffResult .effective { float: left; width: 140px; padding-right: 8px; }
.tariffResult .likelihood { float: left; width: 120px; padding-right: 8px; }

.costitem { border-left: 1px solid #000; border-right: 1px solid #000; border-bottom: 1px solid #000; padding: 5px 10px; font-size: 14px; background-color: #E6E6E6; }
.costitem_alt { background-color: #F2F2F2; }
.costitem_name { float: left; width: 550px; font-weight: bold; }
.costitem_produced { float: left; width: 120px; text-align: right; }
.costitem_rate { float: left; text-align: right; width: 150px; }
.costitem_cost { float: right; width: 80px; text-align: right; }
.table { clear: both; margin-bottom: 6px !important; width: 600px; background-color: transparent; border-collapse: collapse; border-spacing: 0; font-size: 14px; line-height: 20px; }
.totalCost.info { font-size: 2em; }
.costContainer tr.info td { background: none repeat scroll 0 0 rgb(213, 237, 248); border-color: rgb(146, 202, 228); color: rgb(32, 87, 145); }
.costContainer td { border-top: 2px solid rgb(221, 221, 221); border-bottom: 2px solid rgb(221, 221, 221); margin-bottom: 1em; padding: 15px 20px; }
.costContainer td.tar { text-align: right; }
.costContainer td:first-child { border-left: 2px solid rgb(221, 221, 221); }
.costContainer td:last-child { border-right: 2px solid rgb(221, 221, 221); }
.table tbody tr.info td { background-color: rgb(217, 237, 247); }
.costContainer tr.notice td { background: none repeat scroll 0 0 rgb(255, 246, 191); border-color: rgb(255, 211, 36); color: rgb(81, 71, 33); font-size: 1.3em; }
.costContainer .calcCost { font-weight: bold; }

.gen_pricewrap { width: 300px; border: 4px solid rgb(221,221,221); padding: 3px; margin-bottom: 10px; font-size: 14px; line-height: 20px; }
.gen_widgetwrap { padding: 15px; margin: 0; font-size: 15px; line-height: 1em; }
span.gen_timecont { float: left; width: 80px; text-align: center; border-right: 1px solid #ddd; padding-right: 35px; margin-left: 20px; }
span.gen_currentPrice { font-weight: bold; font-size: 30px; line-height: 24px; float: left; text-align: right; margin: 10px 0 0 40px; font-style: italic; }
span.gen_unit { display: block; font-size: 0.5em; margin-left: 10px; vertical-align: top; }
.gen_nextchange { clear: both; padding-top: 3px; text-align: center; }
.gen_day { margin: 0; padding: 0; line-height: 1em; font-size: 16px; }
.gen_day2 { margin: 0; padding: 0; line-height: 1em; font-weight: bold; font-size: 30px; }
.gen_time { margin: 0; padding: 0; line-height: 1em;  font-size: 14px; }
.gen_pricechanges { width: 210px; margin-left: 20px; padding: 8px 8px 8px 24px; }
.gen_change_day { float: left; width: 40px; }
.gen_change_time { float: left; width: 50px; }


/* @end */