/*

 WebsiteGrader.com Styles
 ------------------------
 Updated 11/24/2009
 By Ken Moreland Pearce
 URL heykenneth.com
 ------------------------

 */
/* ----------------------------------------------------*/
/* ---------->>> Main Layout Definitions <<<-----------*/
/* ----------------------------------------------------*/
html {
    overflow: auto;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    background: #fff url() top repeat;
    font: 12px / 1.5em Arial, Helvetica, sans-serif !important;
    line-height: 1.5em;
}

img {
    border: none;
}

a {
    text-decoration: underline;
    outline: none;
}

a:hover {
    text-decoration: none;
}

/*for FireFox*/
input:focus::

-moz-focus-inner {
    border: 0;
}

/*for IE8 */
input[type =
"submit"]:focus, input[type = "button"]:focus {
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

p, ul, ol, li, h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
}

.access {
    display: none;
}

.line-sep {
    width: 100%;
    height: 1px;
    margin-top: 4px;
    border-top: 1px dotted #ccc;
    display: block;
}

#container {
    background-color: #fff;
    margin: 0 auto;
    width: 968px;
    padding: 0;
    text-align: left;
}

#cwrap {
    margin: 0;
}

#twocols-top {
    background: #fff url(../img/bg-top.png) no-repeat;
    height: 17px;
}

#twocols {
    background: #fff url(../img/bg-content.png) repeat-y;
    width: 100%;
    position: relative;
    padding-left: 20px;
    display: block;
}

#twocols #maincol {
    background: none;
}

img#steps_home {
    margin: -17px 0 4px -16px;
}

/* ------------------------------------------*/
/* ---------->>> Masthead Area <<<-----------*/
/* ------------------------------------------*/
#header {
    position: relative;
    width: 952px;
    margin: 0 auto 15px auto;
}

#header #logo {
    padding-top: 15px;
}

#header #auxnav {
    background: url(../img/bg-auxnav.png) no-repeat top;
    position: absolute;
    top: 0;
    right: 0;
    width: 115px;
    margin: 0;
    padding: 0;
}

#header #auxnav ul {
    float: right;
    margin: 2px 23px 0 0;
    padding: 0;
    list-style-type: none;
}

#header #auxnav ul li {
    float: left;
    margin: 0;
}

#header #auxnav ul li a {
    float: left;
    height: 24px;
    padding: 0;
    color: #465560;
    text-transform: uppercase;
    font-size: 10px;
    text-decoration: none;
    display: block;
}

#header #auxnav ul li a:hover {
    color: #e36f1e;
    cursor: pointer;
}

#header ul#nav {
    background: url(../img/bg-menu.png) no-repeat top;
    height: 24px;
    margin: 8px 0 0 0;
    padding: 8px 0 0 0;
    list-style: none;
}

#header ul#nav li {
    position: relative;
    float: left;
    padding: 0 15px;
    white-space: nowrap;
    -webkit-transition: all 0.2s;
}

#header ul#nav li#last {
    padding-right: 0;
    border: none;
}

#header ul#nav li a {
    font: 12px Arial, Helvetica, sans-serif;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    display: block;
    -webkit-transition: all 0.5s;
}

#header ul#nav li a:hover, ul#nav li a.slct {
    color: #323639;
}

/* -----------------------------------------------*/
/* ---------->>> Right Column Area <<<------------*/
/* -----------------------------------------------*/
#rightcol {
    width: 304px;
    float: right;
    position: relative;
    padding: 16px 20px 0 0;
}

/*#rightcol{width:304px;display:block;float:left;position:relative;margin:0 0 0 30px;}*/
/* ---------------------------------------------*/
/* ---------->>> Main Column Area <<<-----------*/
/* ---------------------------------------------*/
#maincol-top {
    background: #fff url(../img/bg-top.png) no-repeat;
    height: 17px;
}

#maincol {
    background: #fff url(../img/bg-content.png) repeat-y;
    float: left;
    display: block;
    position: relative;
    width: 900px;
    padding: 24px 0 0 0;
    margin: 0;
}

#homeContentPane {
    display: block;
    width: 556px;
    padding: 10px 0 20px 20px;
    margin: 0;
}

#maincol h1 {
    color: #e36f1e;
    font-size: 22px;
    line-height: 150%;
}

#maincol h1 span {
    font: 28px Georgia, "Times New Roman", Times, serif;
    line-height: 100%;
}

#maincol h2 {
    color: #455560;
    font-size: 21px;
    padding: 20px 0 3px 0;
}

#maincol h3 {
    color: #455560;
    font-size: 17px;
    line-height: 150%;
    margin: 10px 0 0 0;
}

#maincol p {
    line-height: 155%;
    margin: 15px 0;
}

#maincol p a, #maincol li a {
    color: #589ceb;
}

#maincol ul, ol {
    margin: 10px 0;
    color: #414141;
}

#maincol ul {
    list-style-type: none;
}

#maincol ul li {
    display: block;
    position: relative;
    padding: 6px 0 3px 12px;
    background: transparent url("../img/bullet_grey.gif") no-repeat;
    background-position: 0 14px;
    line-height: 145%;
}

/* -----------------------------------------*/
/* ---------->>> WSG Specific <<<-----------*/
/* -----------------------------------------*/
#maincol div#ReportForm fieldset {
    display: block;
    border: none;
    margin: 15px 0 0 0;
    padding: 5px 25px 5px 0;
    position: relative;
}

#maincol div#ReportForm fieldset legend {
    font-size: 16px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
}

#maincol div#ReportForm fieldset span {
    display: block;
    color: #888;
    font-size: 12px;
    font-style: italic;
    margin: 0 0 4px 0;
    line-height: 135%;
}

#maincol div#ReportForm fieldset input {
    background-color: #fafafa;
    font: 22px Georgia, serif;
    color: #5c5c5c;
    width: 100%;
    padding: 4px;
    border: 1px solid #d7d7d7;
}

#maincol div#ReportForm fieldset input:focus {
    background-color: #fff;
    border: 1px solid #b5b5b5;
}

#maincol div#ReportForm fieldset textarea {
    background-color: #fafafa;
    font: 22px Georgia, serif;
    color: #5c5c5c;
    width: 100%;
    padding: 4px;
    border: 1px solid #d7d7d7;
    overflow: auto;
}

#maincol div#ReportForm fieldset textarea:focus {
    background-color: #fff;
    border: 1px solid #b5b5b5;
}

#maincol div#ReportForm fieldset input#userEmail {
    margin-bottom: 5px;
}

#maincol div#ReportForm fieldset div.addtodashboard {
    display: block;
}

#maincol div#ReportForm fieldset div.addtodashboard input {
    display: block;
    float: left;
    width: 25px;
}

#maincol div#ReportForm fieldset div.addtodashboard label {
    display: block;
    float: left;
    width: 125px;
}

table.wsg-report {
    border: 1px solid #ccc;
    width: 100%;
    clear: left;
    border-collapse: collapse;
    margin: 10px 0;
    font-size: 11px;
}

table.wsg-report thead th, table.wsg-report tbody th {
    color: #fff;
    padding: 3px 6px;
    border-left: 1px solid #ccc;
}

table.wsg-report thead th {
    background: #e3701e;
}

table.wsg-report tbody th {
    background: #fafafb;
    border-top: 1px solid #ccc;
    text-align: left;
    border-right: none;
    color: #414141;
    font-weight: normal;
}

table.wsg-report td {
    border: 1px solid #ccc;
}

table.wsg-report td a {
    color: #589ceb;
}

table.wsg-report td.yes {
    background: transparent url("../img/tick.gif") no-repeat 50% 50%;
}

table.wsg-report td.no {
    background: transparent url("../img/cross.gif") no-repeat 50% 50%;
}

table.wsg-report tbody tr td {
    padding: 5px 10px;
    color: #666;
}

table.wsg-report tbody tr:hover td, table.wsg-report tbody tr:hover th {
    background-color: #fff6bf;
}

.NormalTextBox {
    font-size: 17px;
    color: #455560;
}

#maincol td.Normal {
    font-size: 16px;
    line-height: 100%;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #455560;
    font-weight: normal;
    text-align: left;
}

#maincol table td {
    text-align: left;
}

/* --------------------------------------------*/
/* ---------->>> Reusable Blocks <<<-----------*/
/* --------------------------------------------*/
div.block {
    display: block;
    width: 244px;
    padding: 0 20px 13px 20px;
    margin: 0 0 16px 0;
    background: transparent url(../img/bg_wsg.gif) repeat-x top left;
}

div.block h3 {
    font-size: 18px;
    color: #455560;
    width: 100%;
    padding: 18px 0 4px 0;
    margin: 0 0 4px 0;
    background: transparent url(../img/bg_wsg-top.gif) no-repeat top center;
}

div.block p {
    line-height: 145%;
    font-size: 11px;
}

div.block p a.sample-report {
    padding: 0 0 0 22px;
    margin: 15px 0 0 0;
    display: block;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    color: #217ce5;
    font-style: italic;
    background: transparent url(../img/sample-report.gif) no-repeat top left;
}

div.block p a {
    color: #217ce5;
}

/* ----------------------------------------*/
/* ---------->>> Footer Area <<<-----------*/
/* ----------------------------------------*/
#footer {
    height: 55px;
    background: #fff url(../img/bg-footer.png) top no-repeat;
    clear: both;
    font-family: Arial, Helvetica, sans-serif;
    color: #bbb;
    padding: 18px;
}

#footernav ul {
    list-style-type: none;
    float: left;
    width: 55%;
}

#footernav ul li {
    float: left;
}

#footernav ul li a {
    float: left;
    display: block;
    color: #455560;
    text-decoration: none;
}

#footernav ul li a span {
    float: left;
    display: block;
    padding: 0 9px;
}

#footernav ul li a:hover {
    text-decoration: underline;
    cursor: pointer;
}

#footer p.copyright {
    float: right;
    width: 40%;
    text-align: right;
}

#footer p.copyright a {
    color: #bbb;
}

/* ------------------------------------*/
/* ---------->>> Buttons <<<-----------*/
/* ------------------------------------*/
#generate {
    width: auto;
    height: 30px;
    padding: 18px 10px 0 10px;
    margin-top: 20px;
    padding-left:220px;
    /*border-top: 1px solid #c3cacd;*/
}

#generate input#generateReport {
    /*float: right;*/
    width: 200px;
    height: 30px;
    border: 1px solid #b5b5b5;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    font: 14px Helvetica, Arial, sans-serif;
    line-height: 130%;
    text-decoration: none;
    font-weight: bold;
    color: #565656 !important;
    cursor: pointer;
    margin-right: 25px;
    padding: 4px 10px 4px 10px;
    text-transform: uppercase;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
	background-color: #fafafa;
}

#generate input#generateReport:hover {
    background-color: #dff4ff;
    background-image: none;
    border: 1px solid #c2e1ef;
    color: #336699 !important;
}

.buttons {
    float: right;
    padding-right: 33px;
}

.buttons .button-info {
    font: 10px Helvetica, Arial, sans-serif;
    float: left;
    color: #4c545b;
    margin-top: 6px;
    padding-right: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.buttons a, .buttons button {
    display: block;
    float: left;
    margin: 0 7px 0 0;
    background: url(../img/bg-button.png) repeat-x;
    border: 1px solid #b5b5b5;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    font: 11px Helvetica, Arial, sans-serif;
    line-height: 130%;
    text-decoration: none;
    font-weight: bold;
    color: #565656 !important;
    cursor: pointer;
    padding: 4px 10px 4px 10px; /* Links */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.buttons button {
    width: auto;
    overflow: visible;
    padding: 3px 10px 2px 7px; /* IE6 */
}

.buttons button[type] {
    padding: 4px 10px 4px 7px; /* Firefox */
    line-height: 17px; /* Safari */
}*:first-child + html button[type] {
    padding: 3px 10px 2px 7px; /* IE7 */
}

.buttons button img, .buttons a img {
    margin: 0 3px -3px 0 !important;
    padding: 0;
    border: none;
    width: 14px;
    height: 14px;
}

button:hover, .buttons a:hover {
    background-color: #dff4ff;
    background-image: none;
    border: 1px solid #c2e1ef;
    color: #336699 !important;
}

.buttons a:active {
    background-color: #6299c5;
    border: 1px solid #6299c5;
    color: #fff !important;
}

/* TRIAL */
.button.trial, .buttons a.trial {
    color: #ff6600;
}

.buttons a.trial:hover, button.trial:hover {
    background-color: #ffdcb4;
    background-image: none;
    border: 1px solid #ffba6a;
    color: #ff8125 !important;
}

.buttons a.trial:active {
    background-color: #ff8125;
    border: 1px solid #ff8125;
    color: #fff !important;
}

/* ---------------------------------------------*/
/* ---------->>> Flotation Device <<<-----------*/
/* ---------------------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/ * html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* ---------------------------------------------*/
/* ---------->>> Twitter <<<-----------*/
/* ---------------------------------------------*/
#rssincl-box-49948 .rssincl-backlink {
    display: none;
}

/*
 *  WSG Messages Modal
 */
.mask {
    /** IE-8 Way of setting opticity **/
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
}

/* Styles for modal messages*/
#mask {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 9000;
    background-color: transparent;
    display: none;
}

#mask {
    position: absolute;
    z-index: 9000;
    background-color: #e36f1e;
    display: none;
}



#wsgMessagesContainer .window {
    position: absolute;
    width: 440px;
    height: 400px;
    display:none;
    z-index: 9999;
    padding: 20px;
}

/* Customize your modal window here, you can add background image too */
#wsgMessagesContainer #dialog {
    width: 400px;
    height: 440px;
}

#waiting-message{
	  color: #e36f1e;
    font-size: 22px;
    line-height: 150%;
}

#facebox .b {
    background: url(../img/b.png);
}

#facebox .tl {
    background: url(../img/fbx-border-sprite.png) 0 0;
    width: 10px;
    height: 10px;
}

#facebox .tr {
    background: url(../img/fbx-border-sprite.png) -10px 0;
    width: 10px;
    height: 10px;
}

#facebox .bl {
    background: url(../img/fbx-border-sprite.png) -20px 0;
    width: 10px;
    height: 10px;
}

#facebox .br {
    background: url(../img/fbx-border-sprite.png) -30px 0;
    width: 10px;
    height: 10px;
}

#facebox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    text-align: left;
}

#facebox .popup {
    position: relative;
}

#facebox table {
    border-collapse: collapse;
}

#facebox td {
    border-bottom: 0;
    padding: 0;
}

#facebox .body {
    padding: 10px;
    background: #fff;
    width: 370px;
    height: 200px;
}

#facebox .loading {
    text-align: center;
}

#facebox .image {
    text-align: center;
}

#facebox img {
    border: 0;
    margin: 0;
}

#facebox .footer {
    border-top: 1px solid #DDDDDD;
    padding-top: 5px;
    margin-top: 10px;
    text-align: right;
	font-style:italic;
}

#facebox .footer img {
    vertical-align: middle;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
    height: 10px;
    width: 10px;
    overflow: hidden;
    padding: 0;
}

#facebox_overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.facebox_hide {
    z-index: -100;
}

.facebox_overlayBG {
    background-color: #000;
    z-index: 99;
}* html #facebox_overlay { /* ie6 hack */
    position: absolute;
    height: expression( document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

.error_message_box {
    border:1px solid #B10303;
    padding:10px;
    background-color:#FDE4E4;
    margin-bottom:15px;
}