// YAHOO reset css
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
h1{font-size:138.5%;}h2{font-size:123.1%;}h3{font-size:108%;}h1,h2,h3{margin:1em 0;}h1,h2,h3,h4,h5,h6,strong{font-weight:bold;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;} em{font-style:italic;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}ol li{list-style:decimal outside;}ul li{list-style:disc outside;}dl dd{margin-left:1em;}th,td{border:1px solid #000;padding:.5em;}th{font-weight:bold;text-align:center;}caption{margin-bottom:.5em;text-align:center;}p,fieldset,table,pre{margin-bottom:1em;}

ul {
    padding: 0;
}

body, p, h1, h2, h3, table, td, th, ul, ol, textarea, input {
    font-family:verdana,helvetica,arial,sans-serif;
}

// Custom style here


/*
address, blockquote, center, dir, div, dl, fieldset, form, h1, h2, h3, h4, h5, h6, hr, isindex, menu, noframes, noscript, ol, p, pre, table, ul {
    border: 1px solid blue
}*/

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


body {
    /*font-size: 62.5%;*/ /* Technique from http://clagnut.com/blog/348 */
    margin: 0;
    font-size: 85%;    
    background-color: #011F52; /* #a2b1c7; */
    color: #333;
}
body p {
    line-height: 1.5em;
}

h1 {font-size:2em}  /* displayed at 24px */
h2 {font-size:1.5em}  /* displayed at 18px */
h3 {font-size:1.25em}  /* displayed at 15px */
h4 {font-size:1em}  /* displayed at 12px */
input, select, th, td, textarea {font-size:1em}
li li, li p, td p, blockquote p {font-size:1em}

/* IE8 at least seems to ignore this 
.clear {
    clear: both;
}
*/
/* Floats */
.clearboth {
    clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}

.taright {
    text-align: right;
}

.taleft {
    text-align: left;
}

.tacenter {
    text-align: center;
}
a {
    color: #0084B5;
}

a:link, a:visited, a:active {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:link img, a:visited img, a:active img {
    border: none;
}

.hidden {
    visibility: hidden;
}

/* Make tables not quite so ugly */
table {
    border-collapse: collapse;
    border: 0;
}

table td, table th {
    border: 0;
}


/* Rounded corners */
.rounded_small {
  -moz-border-radius: 0.5ex;
  -webkit-border-radius: 0.5ex;
}

.rounded_tab {
  -moz-border-radius-topleft: 0.5ex;
  -moz-border-radius-topright: 0.5ex;
  -webkit-border-top-left-radius: 0.5ex;
  -webkit-border-top-right-radius: 0.5ex;
}



/* Header styles */
.header {
  background-color: #011F52;
  height: 50px;
  min-width:980px;
}


.header a {
    color: white;
}


/* Buttons 
.header a.button {
    font-family: arial, sans-serif;
    font-weight: bold;
    text-align: center;
    color: #3F5686;
    width: 40px;
    height: 10px;
    padding: 3px 15px;
    font-size: 11px;
    display: block;
    background-image: url('/images/application/light_button.png');
}
*/
#loginWidget {
    font-size: 13px;
    color: #999;
}
#loginWidget .user {
    font-weight: bold;
    color: #CCD8E6;
}

.container {
    margin: auto;
    width: 940px;
    padding: 20px;    
    position: relative;

}

.container .logo {
    margin-top: 10px;
    float: left;
}

.header .container, .navigationBar .container, #infoBar .container {
  padding-top: 0;
  padding-bottom: 0;
}
.linkBar {
  margin: 15px 0 0 0;
  float: right;
  
}
.linkBar li {
    display: inline;
    list-style-type: none;
    font-size: 0.9em;
}

/*  Nav Bar */
.navigationBar {
    /*background-color: #007CC3;*/
    background-image: url(/images/application/navbar_background.png);
    height: 30px;
}
.navigationLinks {
    margin: 0;    
}
.navigationLinks li {
    /*display: inline;*/
    float: left;
    list-style-type: none;    
    text-align: center;
    font-size: 14px;
    font-family: arial;
    width: 186px;
    border-left: 2px solid #3F5686;
    
    
}
.navigationLinks li a.last {
    border-right: 2px solid #3F5686;
}

.navigationLinks li a {
    width: 100%;
    display: block;    
    color: #3F5686;
    font-weight: bold;
    padding-top: 6px;
    height: 24px;
    background-image: url(/images/application/navbar_background.png);
}

.navigationLinks li a:hover{
    text-decoration: none;
    background-position: 0px -60px;
}

.navigationLinks li a.current, .navigationLinks li a.current:hover {
    background-position: 0px -30px;
    color: white;
}

#main {
    background-color: white;
    min-height: 550px;
    min-width: 980px;
}
/* InfoBar */
#infoBar {
  background-image: url(/images/application/infobar_background.png);
  background-repeat: repeat-x;
  padding: 0;
  height: 30px;
  color: #3f5686;
  font-size: 13px;
  font-weight: bold;
  min-width:980px;
}


.navigationButton, #infoBarTitle {
    display: block;
    margin: 5px 10px 0 0;
    float: left;
}
#infoBarActions {
  margin-top: 4px;
}

/* Necessary for IE to go over the footer */
#navigationContainer {
    z-index: 501;
}

#navigation {
  position: absolute;
  left: 0px;
  margin-left: 20px;
  top: -5px; /* Simulate it being attached */
  z-index: 500;
  background-color: white;
  border: 2px solid #ddd;
  padding: 10px;
  width: 300px;    
}

/* Header title */

.headerTitle {
  font-size: 18px;
  font-weight: bold;
  color: #3f5686;
  border-bottom: 1px dotted #666;
  margin-top: 0;
  padding-bottom: 10px;

}
h1.headerTitle {
    font-size: 24px;
}

/* form titles and windows */
.formTitleBar {
  
  background-color: #3f5686; /*#879CBB;*/
  color: white;
  font-weight: bold;
  padding: 15px;
  margin: 0;
  font-size: 18px;
  -moz-border-radius-topleft: 0.5ex;
  -moz-border-radius-topright: 0.5ex;
  -webkit-border-top-left-radius: 0.5ex;
  -webkit-border-top-right-radius: 0.5ex;
}

.lightWindow {
  border: 1px solid #879CBB;
  background-color: white;
  color: #666;
  font-size: 12px;
  margin-bottom: 20px;
  padding: 15px 20px;
}

.formWindow {
  background-color: #CCD8E6;
  color: #3f5686;
  font-size: 12px;
  padding: 15px 20px;
  margin-bottom: 20px;
}
/* Link color on form backgrounds */
.formWindow a {
    color: #666;
    }

/* Informational Window */

.infoTitleBar {
    background-color: #e3e9f7;
    font-size: 12px;
    padding: 10px;
    font-weight: bold;
    color: #333;
    margin: 0;
    -moz-border-radius-topleft: 0.5ex;
    -moz-border-radius-topright: 0.5ex;
    -webkit-border-top-left-radius: 0.5ex;
    -webkit-border-top-right-radius: 0.5ex;
}

.infoWindow {
    border: 2px solid #e3e9f7;
    background-color: white;
    color: #333;
    font-size: 12px;
    margin-bottom: 20px;
    padding: 15px 20px;
}


    .fieldname {
      font-weight: bold;
    }
/* Forms */
form {
    margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.formWindow p, .lightWindow p {
  margin-top: 0;
  margin-bottom: 5px;
}
.formWindow input, .formWindow select, .lightWindow input, .lightWindow select, .formWindow textarea {
  width: 394px;
  font-size: 1.4em;
  border: 0;
  padding: 3px;
  margin-bottom: 10px;
}
.formWindow .checkbox, .formWindow .radio  {
    width: auto;
    padding: 3px;
    margin: 0 2px;
}
label {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 12px;
}

.submit {
  margin: 20px;
  float: right;
}

.submitBtn {
  font-size: 16px;
}

p.finePrint {
      margin: 0 20px;
      padding: 20px;
      border-bottom: 1px dotted #9DB0D0;
      border-top: 1px dotted #9DB0D0;
      font-size: 12px;
    }

/* Form Errors */
/*
.errorExplanation {
    background-color: white;
    border:1px solid #FF8B7F;
    color:#000;
    font-size: 12px;
    text-align:left;
    vertical-align:top;
    padding-top:5px;
    padding-left:20px;
    padding-bottom:10px;
    margin:3px auto 10px auto;
    

}
.errorExplanation h2 {
   color: red;
   margin: 5px 0 5px 20px;
   background: white url('/images/application/error.png') no-repeat center left;
   font-size: 16px;
}
.errorExplanation ul {
    list-style-type: disc;
    list-style-position: inside;
    margin: 10px;
    padding: 3px;
}
*/


/* Used on homepage and plans pages */
#testimonials {
  background-color: #eee;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 10px;
  margin: 10px 0 20px 0;
}
#testimonials .quote {
  font-size: 16px;
  font-family: georgia,times;
  font-weight: normal;
  text-align: center;
}

/* Footer */
.footer {
  padding: 8px 20px;
  background-color: #011F52; /* #a2b1c7; */
  height: 14px;
  color: #CCD8E6;
  font-size: 11px;
  text-align: center;
  min-width: 980px;
  position: relative;
}
.footer .footerLinks {
    float: right;
}
.footer .copyright {
    float: left;
}
.footer a {
    color: white;
}

