﻿body
{
    top:10px;
    background: #f1f1f1 url(../Content/Media/bgnoise.gif) repeat;
    padding:10px 0 0 0;
    bottom:10px;
}

#logo
{
    padding: 0px 0 10px 0;
}

.content
{
    z-index:99;
    padding:20px;
}

.navbar-inner
{
    background: transparent url(../Content/Media/nav.png) repeat-x;
    color: #1c94c4;
}

/*.navbar .nav .active > a, .navbar .nav .active > a:hover {
color: #08c;
text-decoration: none;
background-color: transparent;
}

.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
    color: #08c;
    text-decoration: none;
    background-color: transparent;
}

.navbar .nav > li > a:hover {
    color: #363636;
}

.navbar .nav > li > a {
    float: none;
    padding: 9px 10px 11px;
    line-height: 19px;
    color: #999;
    text-decoration: none;
    text-shadow: none;
}

.nav-collapse .nav > li > a:hover, .nav-collapse .dropdown-menu a:hover {
background-color: transparent;
}

.navbar .nav .active > a, .navbar .nav .active > a:hover {
    background-image: -webkit-linear-gradient(top, whiteSmoke 0%,#eee 100%);
    background-image: -ms-linear-gradient(top, whiteSmoke 0%,#eee 100%);
    background-image: -o-linear-gradient(top, whiteSmoke 0%,#eee 100%);
    color: #363636;
    -moz-box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0px 0px 5px #ccc;
    height:auto;
}

.navbar .btn-navbar {
    background-image: -o-linear-gradient(top,#1c94c4,#222);
    background-image: linear-gradient(top,#1c94c4,#222);
    background-image: -moz-linear-gradient(top,#1c94c4,#222);
}*/

#userCompany 
{ 
    border-style: solid; 
    border-width: thin; 
    border-color: #789; 
    display:none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee)); 
    background-image: -webkit-linear-gradient(top, #fff, #eee);  
    background-image: -moz-linear-gradient(top, #fff, #eee);  
    background-image: -ms-linear-gradient(top, #fff, #eee);  
    background-image: -o-linear-gradient(top, #fff, #eee);  
    background-image: linear-gradient(top, #fff, #eee);
    position:absolute;
    width:250px;
    z-index:9999;
    text-align:left;
    padding:12px;
    top: 0px;
    right: 0px;
    margin-top:0px;
    margin-right: 0px;
    color:#789;
}

#menuContent 
{ 
    border-style: solid; 
    border-width: thin; 
    border-color: #789; 
    display:none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee)); 
    background-image: -webkit-linear-gradient(top, #fff, #eee);  
    background-image: -moz-linear-gradient(top, #fff, #eee);  
    background-image: -ms-linear-gradient(top, #fff, #eee);  
    background-image: -o-linear-gradient(top, #fff, #eee);  
    background-image: linear-gradient(top, #fff, #eee);
    position:absolute;
    width:250px;
    z-index:9999;
    text-align:left;
    padding:12px;
    top: 0px;
    right: 0px;
    margin-top:0px;
    margin-right: 0px;
    color:#789;
}

#header
{
    background: #EBF0F4;
    border-bottom:1px solid #ccc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -khtml-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
 
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -khtml-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    
    -moz-box-shadow: 0 0 1px #EBF0F4;
    -webkit-box-shadow: 0 0 1px #EBF0F4;
    box-shadow: 0 0 1px #EBF0F4;
}

#main
{
    border: 1px solid #EBF0F4;
    -moz-box-shadow: 0 0 1px #EBF0F4;
    -webkit-box-shadow: 0 0 1px #EBF0F4;
    box-shadow: 0 0 1px #EBF0F4;
    background:#fff;
}

#footer
{   
    padding: 10px 0 10px 0;
    margin: 0px 0 0 0;
    text-align:center;
    color: #555;
    font-weight: bold;
    text-shadow: 0 1px 0 white;
    vertical-align: middle;
    border: 1px solid #EBF0F4;
    -moz-box-shadow: 0 0 1px #EBF0F4;
    -webkit-box-shadow: 0 0 1px #EBF0F4;
    box-shadow: 0 0 1px #EBF0F4;
    border: 1px solid #EBF0F4;
    background: #f0f0f0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    -khtml-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    background-radius:0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    -khtml-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
}

section {
    padding-top: 30px;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

input[type="text"].input-validation-error, input[type="password"].input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}


/*How does it work section*/

.hownav
{
    border-radius:0px;
}

/* Subnav */
.hownav {
  width: 100%;
  height: 36px;
  background-color: #eeeeee; /* Old browsers */
  background-repeat: repeat-x; /* Repeat the gradient */
  background-image: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Chrome 10+,Safari 5.1+ */
  background-image: -ms-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* IE10+ */
  background-image: -o-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Opera 11.10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
  background-image: linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* W3C */
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.hownav .nav {
  margin-bottom: 0;
}
.hownav .nav > li > a {
  margin: 0;
  padding-top:    11px;
  padding-bottom: 11px;
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #e5e5e5;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.hownav .nav > .active > a,
.hownav .nav > .active > a:hover {
  padding-left: 13px;
  color: #777;
  background-color: #e9e9e9;
  border-right-color: #ddd;
  border-left: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
     -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
          box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
}
.hownav .nav > .active > a .caret,
.hownav .nav > .active > a:hover .caret {
  border-top-color: #777;
}
.hownav .nav > li:first-child > a,
.hownav .nav > li:first-child > a:hover {
  border-left: 0;
  padding-left: 12px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}
.hownav .nav > li:last-child > a {
  border-right: 0;
}
.hownav .dropdown-menu {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

/* Fixed subnav on scroll, but only for 980px and up (sorry IE!) */
@media (min-width: 980px) {
  .hownav-fixed {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 1020; /* 10 less than .navbar-fixed to prevent any overlap */
    border-color: #d5d5d5;
    border-width: 0 0 1px; /* drop the border on the fixed edges */
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
       -moz-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
            box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); /* IE6-9 */
  }
  .hownav-fixed .nav {
    width: 938px;
    margin: 0 auto;
    padding: 0 1px;
  }
  .hownav .nav > li:first-child > a,
  .hownav .nav > li:first-child > a:hover {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
  }
}
