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

a, a:visited, a:active, a:focus
{
    border: 0;
    outline : none;
    color: #04a5b5;
    cursor: pointer;
    text-decoration: none;
}

a:hover
{
    color: #414042;
    outline : none;
}

a.current
{
    color: #48c3d6 !important;
}

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

ul.blue
{
    margin-left: 16px;
}

ul.blue > li
{
    color: #48c3d6;
    list-style: disc;
    line-height: 23px;
    margin-bottom: 20px;
}

ul li ul
{
    color: #414042;
    margin-left: 20px;
    list-style: square inside url('data:image/gif;base64,R0lGODlhBQAKAIABAAAAAP///yH5BAEAAAEALAAAAAAFAAoAAAIIjI+ZwKwPUQEAOw==');
}


ul.numeric
{
    list-style: decimal;
}

p
{
    line-height: 23px;
    margin-bottom: 10px;
}

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;
}

.blue
{
    color: #48c3d6;
}

.underline
{
    text-decoration: underline;
}




.invalid
{
    color: red !important;
}

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

.success
{
    padding: 4px;
    color: #229c1c;
    margin: 20px 0;
    background: #bef2bb;
}

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

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

.warn
{
    color: #EBA324;
    margin: 20px 0;
    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: 86px;
    height: 24px;
    display: block;
    border: 0 none;
    cursor: pointer;
    font-size: 12px;
    text-align: center;
    margin-right: 10px;
    vertical-align: bottom;
    color: #ffffff !important;
    background: url("../images/btn.png") no-repeat center center;
}

a.btn
{
    height: 34px;
    padding-top: 10px;
}

.form-err
{
    padding: 4px;
}

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

input[type="text"], input[type="password"], textarea, select, .input
{
    float: left;
    width: 364px;
    height: 29px;
    border: 0 none;
    color: #414042;
    padding: 0 10px;
    font-style: italic;
    background: #D1D3D4;
    vertical-align: middle;
    font-family: "Century Gothic",Verdana,Geneva,sans-serif;
    background: url("../images/text.png") no-repeat left center;
}

.input:focus
{
    color: #000000;
    font-style: normal;
}

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.input
{
    resize: none;
    padding: 10px;
    overflow: auto;
    font-size: 14px;
    height: 169px !important;
    font-family: "Century Gothic",Verdana,Geneva,sans-serif;
    background: url("../images/textarea.png") no-repeat left top;
}

label
{
    width: 13%;
    float: left;
    color: #48c3d6;
    display: block;
    font-size: 13px;
}

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

table
{
    width: 92%;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

table td
{
    text-align: left;
    padding: 5px 10px;
    border-top: 1px solid #ddd;
}