/* 
    Document   : reset
    Created on : Feb 18, 2013, 10:39:40 PM
    Author     : Morgan
    Description: Purpose of the stylesheet follows.
*/

  body::-webkit-scrollbar {
        width: 7px;
    }
    body::-webkit-scrollbar-track {
        background-color: #555;
    }
    body::-webkit-scrollbar-thumb {
        background-color: #891931 ;
        z-index: 5;
    }
a, a:visited, a:active, a:focus
{
    border: 0;
    color: #888;
    outline : none;
    cursor: pointer;
    text-decoration: none;
}

a:hover, a.current
{
    color: #891931 ;
    outline : none;
}

ul, p, h1, h2
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

p
{
    line-height: 20px;
    margin-bottom: 15px;
}

h2
{
    color: #414042;
    padding: 10px 0;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 20px;
}

* img
{
    border: 0;
}

.clear
{
    clear: both;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

.none
{
    display: none;
}

.block
{
    display: block;
}

.capitalize
{
    text-transform: capitalize;
}

.uppercase
{
    text-transform: uppercase;
}

.lowercase
{
    text-transform: lowercase;
}

.normal
{
    font-weight: normal;
}

.italic
{
    font-style: italic;
}

.bold
{
    font-weight: bold;
}

.green
{
    color: #8DC63F;
}

.red
{
    color: #c41130;
}

.underline
{
    text-decoration: underline;
}

.invalid
{
    color: red !important;
}

.error-box p
{
    margin: 0;
    padding: 0;
}

.success
{
    padding: 4px;
    color: #fff;
    font-size: 11px;
    background: #39495E;
}

.error
{
    color: red;
    padding: 4px;
    font-size: 11px;
    background-color: #ffeeee !important;
}

p.error
{
    margin-left: 0 !important;
}

.warn
{
    color: #EBA324;
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 4px;
    background: #FFE6BA;
}

.required
{
    color: red;
    display: block;
    font-weight: bold;
    padding: 0 0 0 6px;
    position: absolute;
}

.no-margin
{
    margin: 0 !important;
}

.no-padding
{
    padding: 0 !important;
}

.no-padding-right
{
    padding-right: 0 !important;
}

.no-padding-left
{
    padding-left: 0 !important;
}

.no-border
{
    border: 0 none !important;
}

input[type="button"], input[type="submit"], .btn
{
    width: 200px;
    height: 50px;
    border: 0 none;
    color: #ffffff;
    cursor: pointer;
    font-size: 20px;
    text-align: center;
}

.form-err
{
    padding: 4px;
    font-size: 11px;
}

.form-err a
{
    color: #000;
}

input[type="text"], input[type="password"], textarea, select, .input {
    width: 96%;
    height: 50px;
    padding: 0 10px;
    margin-top:10px;
    font-size: 17px;
    background: #ffffff;
    border: 1px solid #891931 ;
    vertical-align: middle;
}

.input[readonly="readonly"]
{
    background: #ccc;
}

.input:focus
{
    color: #000;
}

input[type="checkbox"], input[type="radio"], .check
{
    width: auto;
    float: left;
    display: block;
}

select, select.input
{
    width: 268px;
    padding: 6px 0;
}

select option
{
    padding: 4px 6px;
    border-bottom: 1px dotted #ddd;
}

select option:last-child
{
    border-bottom: 0;
}

textarea
{
    resize: none;
    height: 100px;
    padding: 6px;
    overflow: auto;
}

*[disabled="disabled"], *[disabled="true"], *.disabled
{
    cursor: not-allowed !important;
}

table {
    width: 100%;
    padding: 20px;
    color: #231F20;
    font-size: 12px;
    background: #f3f3f3;
    border: 0px;
    font-family: arial,Verdana,Geneva,sans-serif;
}

table td
{
    text-align: left;
    padding: 5px 10px;
    border-bottom: 0px solid #ccc;
}
input[type="button"], input[type="submit"], .btn {
    margin-top: 30px;
    width: 200px;
    height: 50px;
    border: 0 none;
    color: #ffffff;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
    background: #39495e;
}

label{
        font-size: 16px;
    color: #666;
}
.menu ul li {
    width: auto;
    padding: 0px 20px 0px 20px;
    list-style: none;
    display: inline-block;
    margin: auto;
    text-align: center;
    float: none;
    position: relative;
}
.menu ul li a {
    color:#fff;
}
.menu ul li hover {
    color:#e6e6e6;
}
.drop-menu a:hover {
    color: #555;
}
.drop-menu a {
    color: #7d7d7d !important;
}
.menu {
    margin-top: -20px;
    position: relative;
    background: #39495e;
}
.menu .border-top, .menu .border-bottom {
    height: 9px;
    background: #f3f3f3 !important;
    border-bottom: 0px;
}
ul.drop-menu li a {
    width: 100%;
    height: 100%;
     padding: 0px;
    display: block;
    text-align: center;
    border-bottom: 0px;
}
.menu ul li {
    width: auto;
    padding:0px 20px 0px 20px;
    list-style: none;
    line-height: 35px;
    text-align: center;
    position: relative;
}