*
{
    margin: 0;
    padding: 0;
}
html, body
{
    height: 100%;
}
body
{
    background: #fff;
    color: #393939;
    font-family: verdana;
    font-size: 12px;
}
#page-top-outer
{
    background: url(../Images/shared/top_bg.jpg) top center repeat-x;
    border-bottom: 1px solid #7e7e7e;
    height: 50px;
}
#page-top
{
    margin: 0 auto;
    max-width: 1260px;
    min-width: 850px;
    position: relative;
}
#logo
{
    float: left;
    margin: 5px 0 0 5px;
}
#logo a
{
    display: block;
}
#top-search
{
    display: inline;
    float: right;
    position: relative;
    margin: 46px 20px 0 0;
    z-index: 20;
}


.top-search-inp
{
    background: url(../Images/shared/top_search_inp.gif) no-repeat;
    border: none;
    color: #fff;
    font-size: 12px;
    height: 23px;
    padding: 6px 6px 0 10px;
    width: 164px;
}
#content-outer
{
    background: url(../Images/shared/content_repeat.jpg) repeat-x;
}
#content
{
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin: 0 auto 0 auto;
    max-width: 1260px;
    min-width: 780px;
    padding: 35px 0px 30px 0px;
}
#content-inner
{
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin: 0 auto 0px auto;
    padding: 25px 0 30px 0;
}
#content-table
{
    font-size: 0px;
    line-height: 0px;
}
#content-table th.sized
{
    height: 15px;
    width: 15px;
    padding: 0;
    margin: 0;
    font-size: 0px;
    line-height: 0px;
}


#content-table-inner
{
    font-size: 12px;
    line-height: 12px;
    padding: 10px 0 20px 0;
}
#tbl-border-top
{
    background: url(../Images/shared/border_bit.jpg) top repeat-x;
    line-height: 0;
    font-size: 0px;
    height: 15px;
}
#tbl-border-bottom
{
    background: url(../Images/shared/border_bit.jpg) bottom repeat-x;
    line-height: 0;
    font-size: 0px;
    height: 15px;
}
#tbl-border-left
{
    background: url(../Images/shared/border_bit.jpg) left repeat-y;
}
#tbl-border-right
{
    background: url(../Images/shared/border_bit.jpg) right repeat-y;
}
#table-content
{
    line-height: 16px;
    margin: 0 10px 10px 10px;
    min-height: 300px;
}

.topleft
{
    background: url(../Images/shared/corner_top_left.jpg) no-repeat;
    width: 15px;
    height: 15px;
}
.topright
{
    background: url(../Images/shared/corner_top_right.jpg) no-repeat;
    width: 15px;
    height: 15px;
}

.bottomleft
{
    background: url(../Images/shared/corner_bottom_left.jpg) no-repeat;
    width: 15px;
    height: 15px;
}
.bottomright
{
    background: url(../Images/shared/corner_bottom_right.jpg) no-repeat;
    width: 15px;
    height: 15px;
}

#page-heading
{
    margin: 0 0 15px 20px;
}
h1
{
    color: #4b4b4b;
    font-family: Tahoma;
    font-size: 22px;
    line-height: 24px;
    font-weight: normal;
}
h2
{
    color: #393939;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 10px;
}
h3
{
    color: #92b22c;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 10px;
}


/* MESSAGES --------------------------------------------------------------- */
#message-yellow
{
    margin-bottom: 5px;
}
.yellow-left
{
    background: url(../Images/table/message_yellow.gif) top left no-repeat;
    color: #e79300;
    font-family: Tahoma;
    font-weight: bold;
    padding: 0 0 0 20px;
}
.yellow-left a
{
    color: #e79300;
    font-family: Tahoma;
    font-weight: normal;
    text-decoration: underline;
}
.yellow-right a
{
    cursor: pointer;
}
.yellow-right
{
    width: 55px;
}
#message-blue
{
    margin-bottom: 5px;
}
.blue-left
{
    background: url(../Images/table/message_blue.gif) top left no-repeat;
    color: #2e74b2;
    font-family: Tahoma;
    font-weight: bold;
    padding: 0 0 0 20px;
}
.blue-left a
{
    color: #2e74b2;
    font-family: Tahoma;
    font-weight: normal;
    text-decoration: underline;
}
.blue-right a
{
    cursor: pointer;
}
.blue-right
{
    width: 55px;
}
#message-red
{
    margin-bottom: 5px;
}
.red-left
{
    background: url(../Images/table/message_red.gif) top left no-repeat;
    color: #ce2700;
    font-family: Tahoma;
    font-weight: bold;
    padding: 0 0 0 20px;
}
.red-left a
{
    color: #ce2700;
    font-family: Tahoma;
    font-weight: normal;
    text-decoration: underline;
}
.red-right a
{
    cursor: pointer;
}
.red-right
{
    width: 55px;
}
#message-green
{
    margin-bottom: 5px;
}
.green-left
{
    background: url(../Images/table/message_green.gif) top left no-repeat;
    color: #6da827;
    font-family: Tahoma;
    font-weight: bold;
    line-height: 12px;
    padding: 0 0 0 20px;
}
.green-left a
{
    color: #6da827;
    font-family: Tahoma;
    font-weight: normal;
    text-decoration: underline;
}
.green-right a
{
    cursor: pointer;
}
.green-right
{
    width: 55px;
}

a.icon-1
{
    background: url(../Images/table/table_icon_1.gif) no-repeat;
    display: block;
    float: left;
    height: 24px;
    margin: 0 8px 0 0;
    width: 24px;
}
a:hover.icon-1
{
    background: url(../Images/table/table_icon_1.gif) 0 -24px;
}
a.icon-2
{
    background: url(../Images/table/table_icon_2.gif) no-repeat;
    display: block;
    float: left;
    height: 24px;
    margin: 0 8px 0 0;
    width: 24px;
}
a:hover.icon-2
{
    background: url(../Images/table/table_icon_2.gif) 0 -24px;
}
a.icon-3
{
    background: url(../Images/table/table_icon_3.gif) no-repeat;
    display: block;
    float: left;
    height: 24px;
    margin: 0 8px 0 0;
    width: 24px;
}
a:hover.icon-3
{
    background: url(../Images/table/table_icon_3.gif) 0 -24px;
}
a.icon-4
{
    background: url(../Images/table/table_icon_4.gif) no-repeat;
    display: block;
    float: left;
    height: 24px;
    margin: 0 8px 0 0;
    width: 24px;
}
a:hover.icon-4
{
    background: url(../Images/table/table_icon_4.gif) 0 -24px;
}
a.icon-5
{
    background: url(../Images/table/table_icon_5.gif) no-repeat;
    display: block;
    float: left;
    height: 24px;
    width: 24px;
}
a:hover.icon-5
{
    background: url(../Images/table/table_icon_5.gif) 0 -24px;
}
#tooltip
{
    background-color: #8c8c8c;
    border: 1px solid #767676;
    color: #fff;
    font-family: Arial;
    font-size: 10px;
    font-weight: normal;
    opacity: 0.85;
    padding: 0 5px;
    position: absolute;
    text-align: left;
    z-index: 3000;
}
#tooltip h6, #tooltip div
{
    font-family: Arial;
    font-size: 11px;
    line-height: 20px;
    margin: 0;
}
#key-table
{
    margin-bottom: 20px;
}
#key-table td a
{
    color: #393939;
}
#key-table td a:hover
{
    text-decoration: underline;
}
#key-table th
{
    height: 50px;
    text-align: center;
    color: White;
}
#key-table .minwidth-50
{
    width: 50px;
}
#key-table .minwidth-150
{
    width: 130px;
}
#key-table td
{
    border: 1px solid #d2d2d2;
    padding: 10px 0 10px 10px;
}
#key-table tr.alternate-row
{
    background: #ececec;
}
td.options-width
{
    padding: 0 0 0 10px;
}
td.checkbox-width
{
}
.table-header-check
{
    background: url(../Images/table/table_header_checkbox.jpg) no-repeat;
    border: none;
    min-width: 29px;
    padding: 0px 0 0 10px;
    width: 29px;
}
.table-header-options
{
    background: url(../Images/table/table_header_options.jpg) no-repeat;
    border: none;
    padding: 0px 0 0 0;
}
.table-header-repeat
{
    background: url(../Images/table/table_header_options.jpg) repeat-x;
    border: none;
    font-size: 0px;
    line-height: 0;
    padding: 0px 0 0 0;
}
.table-header-options a, .table-header-repeat a
{
    background: url(../Images/table/table_sort_arrow.gif) right no-repeat;
    color: #fff;
    font-family: Tahoma;
    font-size: 13px;
    font-weight: bold;
    line-height: 14px;
    margin: 0 0 0 10px;
    padding: 0 10px 0 0;
}

.table-header-options a:hover, .table-header-repeat a:hover
{
    color: #94b52c;
}

th.line-left
{
    border-left: 1px solid #373737;
}
#key-table tr.activity-blue
{
    background: #e3eceb;
}

#toggle-all
{
    display: block;
    width: 17px;
    height: 17px;
    cursor: pointer;
    background: url(../Images/shared/checkbox.gif) 0 -17px;
}

#toggle-all.toggle-checked
{
    display: block;
    width: 17px;
    height: 17px;
    background: url(../Images/shared/checkbox.gif) 0 0;
}

/*  RELATED ACTIVIES BOX */

#related-activities
{
    float: right;
    font-size: 0px;
    line-height: 0;
    width: 271px;
}
#related-act-top
{
    font-size: 0px;
    line-height: 0;
}
#related-act-bottom
{
    background: url(../Images/forms/bg_related_act.gif) no-repeat bottom;
    font-size: 0px;
    line-height: 0;
}
#related-act-inner
{
    font-size: 11px;
    line-height: 16px;
    margin: 0 auto 0px auto;
    padding: 10px 0 20px 0;
    width: 225px;
}
#related-act-inner .left
{
    float: left;
    width: 30px;
}
#related-act-inner .right
{
    float: left;
    width: 195px;
    padding: 2px 0 0 0;
}
#related-act-inner .right h5
{
    color: #393939;
    font-size: 12px;
}
ul.greyarrow
{
    list-style-type: none;
}
ul.greyarrow li
{
    background: url(../Images/forms/icon_list_arrow.gif) no-repeat 0 5px;
    line-height: 18px;
    padding: 0 0 0 12px;
}
ul.greyarrow li a
{
    color: #92b22c;
    font-weight: bold;
}
ul.greyarrow li a:hover
{
    text-decoration: underline;
}
.lines-dotted-short
{
    background: url(../Images/forms/lines_dotted_short.gif) no-repeat 0px 14px;
    font-size: 0px;
    height: 28px;
    line-height: 0;
}

/* PAGING --------------------------------------------------------- */

#paging-table
{
    float: right;
    margin: 0 4px 0 0;
}
.page-far-left
{
    background: url(../Images/table/paging_far_left.gif) no-repeat;
    display: block;
    float: left;
    height: 24px;
    margin: 0 4px 0 0;
    width: 24px;
}
.page-left
{
    background: url(../Images/table/paging_far_left.gif) no-repeat;
    display: block;
    float: left;
    height: 24px;
    width: 24px;
}
.page-far-right
{
    background: url(../Images/table/paging_far_right.gif) no-repeat;
    display: block;
    float: left;
    height: 24px;
    margin: 0 4px 0 4px;
    width: 24px;
}
.page-right
{
    background: url(../Images/table/paging_far_right.gif) no-repeat;
    display: block;
    float: left;
    height: 24px;
    width: 24px;
}
#page-info
{
    float: left;
    line-height: 16px;
    padding: 3px 12px 0 12px;
}

/*  ACTIONS BOX ----------------------------------------------- */
#actions-box
{
    float: left;
    margin: 0 0 0 10px;
    position: relative;
}
a.action-slider
{
    background: url(../Images/table/dropdown_actions.gif) no-repeat;
    display: block;
    height: 30px;
    width: 110px;
}
a.action-slider.activated
{
    background: url(../Images/table/dropdown_actions.gif) no-repeat 0 -30px;
    display: block;
    height: 30px;
    width: 110px;
}
#actions-box-slider
{
    background: url(../Images/table/actions_slider_bg.gif) bottom no-repeat;
    display: none;
    left: 0;
    padding-bottom: 1px;
    padding-top: 10px;
    position: absolute;
    top: 24px;
    width: 110px;
}
#actions-box-slider-inner
{
    font-size: 0px;
    line-height: 0;
    margin: 0 auto;
    width: 108px;
}
a.action-edit, a.action-delete
{
    color: #272727;
    display: block;
    font-weight: bold;
    height: 20px;
    margin: 0 auto;
    padding: 10px 0 5px 45px;
    width: 63px;
}
a:hover.action-edit
{
    background: #949494 url(../Images/table/action_edit.gif) no-repeat 14px 5px;
    color: #fff;
}
a.action-edit
{
    background: #c7c7c7 url(../Images/table/action_edit.gif) no-repeat 14px 5px;
}
a.action-delete
{
    background: #c7c7c7 url(../Images/table/action_delete.gif) no-repeat 14px 5px;
}
a:hover.action-delete
{
    background: #949494 url(../Images/table/action_delete.gif) no-repeat 14px 5px;
    color: #fff;
}


/* FORM ------------------------------------------------------- */
.form-submit
{
    background: url(../Images/forms/form_submit.gif) no-repeat;
    border: none;
    cursor: pointer;
    display: block;
    float: left;
    height: 30px;
    margin: 0 4px 0 0;
    padding: 0;
    text-indent: -3000px;
    width: 80px;
}
.form-savecontinue
{
    background: url(../Images/forms/form_saveContinue.gif) no-repeat;
    border: none;
    cursor: pointer;
    display: block;
    float: left;
    height: 30px;
    margin: 0 4px 0 0;
    padding: 0;
    text-indent: -3000px;
    width: 80px;
}

.form-reset
{
    background: url(../Images/forms/form_reset.gif) no-repeat;
    border: none;
    cursor: pointer;
    display: block;
    float: left;
    height: 30px;
    text-indent: -3000px;
    width: 80px;
}

.form-back
{
    background: url(../Images/forms/form_back.gif) no-repeat;
    border: none;
    cursor: pointer;
    display: block;
    float: left;
    height: 30px;
    text-indent: -3000px;
    width: 80px;
}
.form-skip
{
    background: url(../Images/forms/form_skip.gif) no-repeat;
    border: none;
    cursor: pointer;
    display: block;
    float: left;
    height: 30px;
    text-indent: -3000px;
    width: 80px;
}
#id-form
{
}
.inp-form
{
    background: url(../Images/forms/form_inp.gif) no-repeat;
    border: none;
    color: #393939;
    height: 25px;
    padding: 6px 6px 0 6px;
    width: 186px;
}
.inp-form-small
{
    background: url(../Images/forms/form_inp_small.gif) no-repeat;
    border: none;
    color: #393939;
    height: 18px;
    padding: 6px 6px 0 6px;
    width: 140px;
}
.inp-form-popup
{
    background: url(../Images/forms/form_inp.gif) no-repeat;
    border: none;
    color: #393939;
    height: 25px;
    padding: 6px 6px 0 6px;
    width: 120px;
}


.inp-form-error
{
    background: url(../Images/forms/form_inp_error.gif) no-repeat;
    border: none;
    color: #393939;
    height: 25px;
    padding: 6px 6px 0 6px;
    width: 187px;
}
.form-textarea
{
    background: url(../Images/forms/form_textarea.gif) no-repeat;
    border: none;
    color: #393939;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    height: 97px;
    overflow: auto;
    padding: 6px 6px 0 6px;
    width: 378px;
}
#id-form td
{
    padding: 0 0 10px 2px;
}
#id-form td.noheight
{
    padding: 0 0 0px 0;
}
#id-form th
{
    line-height: 28px;
    min-width: 130px;
    padding: 0 0 10px 2px;
    text-align: left;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 10pt;
    width: 110px;
}
.styledselect-day, .styledselect-month, .styledselect-year
{
    border: 1px solid #acacac;
    margin-right: 3px;
    padding: 3px;
    width: 64px;
}


#step-holder
{
    font-family: Tahoma;
    height: 39px;
    margin-bottom: 20px;
}




.step-no
{
    float: left;
    height: 29px;
    width: 18px;
    font-size: 18px;
    line-height: 18px;
    padding: 10px 0 0 0;
    text-align: center;
}

.step-no-off
{
    float: left;
    height: 29px;
    width: 18px;
    font-size: 18px;
    line-height: 18px;
    padding: 10px 0 0 0;
    text-align: center;
    color: #cbcbcb;
}

.step-dark-left
{
    float: left;
    background: url(../Images/forms/step_dark_left.gif) no-repeat;
    height: 27px;
    padding: 13px 15px 0 25px;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
}

.step-dark-left a
{
    font-size: 13px;
    color: #fff;
    font-weight: bold;
}

.step-dark-right
{
    float: left;
    width: 12px;
    background: url(../Images/forms/step_dark_right.gif) no-repeat;
    height: 39px;
}
.step-dark-round
{
    float: left;
    width: 8px;
    height: 39px;
    background: url(../Images/forms/step_dark_round.gif) no-repeat;
}

.step-light-left
{
    float: left;
    height: 27px;
    padding: 13px 15px 0 25px;
    font-size: 13px;
    background: url(../Images/forms/step_light_left.gif) no-repeat;
    height: 39px;
    color: #cbcbcb;
    font-weight: bold;
}

.step-light-left a
{
    font-size: 13px;
    color: #cbcbcb;
    font-weight: bold;
}
.step-light-right
{
    float: left;
    width: 12px;
    background: url(../Images/forms/step_light_right.gif) no-repeat;
    height: 39px;
}
.step-light-round
{
    float: left;
    width: 8px;
    height: 39px;
    background: url(../Images/forms/step_light_round.gif) no-repeat;
}

.bubble-left
{
    float: left;
    width: 10px;
    height: 29px;
    margin-left: 5px;
    background: url(../Images/forms/bubble_left.gif) no-repeat;
}

.bubble-inner
{
    float: left;
    padding: 7px 0px 0 2px;
    color: #2e74b2;
    line-height: 14px;
    font-size: 11px;
    height: 22px;
    background: url(../Images/forms/bubble_inner.gif) repeat-x;
}
.bubble-right
{
    float: left;
    width: 8px;
    height: 29px;
    background: url(../Images/forms/bubble_right.gif) right no-repeat;
}
.error-left
{
    float: left;
    width: 13px;
    height: 32px;
    margin-left: 5px;
    background: url(../Images/forms/error_left.gif) no-repeat;
}

.error-inner
{
    float: left;
    padding: 7px 10px 0 4px;
    color: #fff;
    line-height: 14px;
    height: 25px;
    background: url(../Images/forms/error_right.gif) right no-repeat;
}
.file_1
{
    border: 1px solid #acacac;
    padding: 5px;
}

/*  NAVIGATION ----------------------------------------------- */
#nav-holder
{
    margin: 0 auto;
    max-width: 1260px;
    min-width: 780px;
    text-align: left;
}
.nav-outer-repeat
{
    background: url(../Images/shared/nav/repeat.jpg) repeat-x;
    height: 77px;
}
.nav-outer
{
    margin: 0 auto;
    max-width: 1260px;
    min-width: 850px;
}
#nav-right
{
    float: right;
    position: relative;
    width: 225px;
    z-index: 0;
}
#nav-right a
{
    display: block;
    float: left;
    margin: 0px 0 0 0;
}
.account-content
{
    background: #454545 url(../Images/shared/nav/account_drop_bg.gif) no-repeat bottom;
    display: none;
    left: 5px;
    padding-bottom: 20px;
    position: absolute;
    top: 30px;
    width: 170px;
}
.account-drop-inner
{
    font-size: 0px;
    line-height: 0px;
    margin: 20px auto 0 auto;
    width: 140px;
}
.showhide-account
{
    cursor: pointer;
    display: block;
    float: left;
    margin: 10px 5px 0 5px;
}
.account-drop-inner a
{
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
.account-drop-inner a:hover
{
    color: #94b52c;
}
.acc-line
{
    background: url(../Images/shared/nav/account_line.gif) no-repeat 0 7px;
    font-size: 0px;
    height: 14px;
    line-height: 0px;
    margin-top: 0px;
    padding: 0;
}
a#logout
{
    margin: 10px 0 0 5px;
}
a#acc-settings
{
    background: url(../Images/shared/nav/icon_acc_settings.gif) no-repeat 0 2px;
    padding: 0 0 0 20px;
}
a#acc-details
{
    background: url(../Images/shared/nav/icon_acc_personal.gif) no-repeat 0 2px;
    padding: 0 0 0 20px;
}
a#acc-project
{
    background: url(../Images/shared/nav/icon_acc_projects.gif) no-repeat 0 2px;
    padding: 0 0 0 20px;
}
a#acc-inbox
{
    background: url(../Images/shared/nav/icon_acc_inbox.gif) no-repeat 0 2px;
    padding: 0 0 0 20px;
}
a#acc-stats
{
    background: url(../Images/shared/nav/icon_acc_stats.gif) no-repeat 0 2px;
    padding: 0 0 0 20px;
}


.nav
{
    float: left;
    font-family: Tahoma;
    font-size: 13px;
    height: 38px;
    position: relative;
    width: 600px;
    min-width: 600px;
    z-index: 500;
}
.nav-divider
{
    background: url(../Images/shared/nav/divider.jpg) top no-repeat;
    float: left;
    height: 40px;
    width: 15px;
}
.nav .table
{
    display: table;
}
.nav .select, .nav .current
{
    display: table-cell;
    float: left;
    list-style: none;
    margin: 0 0px 0 0;
    padding: 0;
    white-space: nowrap;
}
.nav li
{
    float: left;
    height: auto;
    margin: 0;
    padding: 0;
}
.nav .select a
{
    background: url(../Images/shared/nav/pro_line_0.gif);
    color: #fff;
    display: block;
    float: left;
    height: 37px;
    line-height: 35px;
    padding: 0 20px 0 20px;
    text-decoration: none;
    white-space: nowrap;
}
.nav .current a
{
    background: url(../Images/shared/nav/pro_line_1.gif);
    color: #fff;
    display: block;
    float: left;
    height: 37px;
    line-height: 35px;
    padding: 0 0 0 10px;
    text-decoration: none;
    white-space: nowrap;
}
.nav .current a b
{
    background: url(../Images/shared/nav/pro_line_1.gif) right top;
    display: block;
    padding: 0 20px 0 10px;
}
.nav .select a:hover, .nav .select li:hover a
{
    background: url(../Images/shared/nav/pro_line_1.gif);
    color: #fff;
    cursor: pointer;
    padding: 0 0 0 10px;
}
.nav .select a:hover b, .nav .select li:hover a b
{
    background: url(../Images/shared/nav/pro_line_1.gif) right top;
    cursor: pointer;
    display: block;
    float: left;
    padding: 0 20px 0 10px;
}
.nav .select_sub
{
    display: none;
    margin: 0 0 0 10px;
}

/* IE6 only */
.nav table
{
    border-collapse: collapse;
    font-size: 1em;
    height: 0;
    margin: -1px;
    width: 0;
}
.nav .sub
{
    display: table;
    list-style: none; /* margin: 0 auto; */
    padding: 0;
}
.nav .sub_active .current_sub a, .nav .sub_active a:hover
{
    background: transparent;
    color: #fff;
}
.nav .select :hover .select_sub, .nav .current .show
{
    background: url(../Images/shared/nav/back_0.gif);
    display: block;
    left: 0;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 37px;
    width: 750px;
    z-index: 100;
}
.nav .current .show
{
    z-index: 10;
}
.nav .select :hover .sub li a, .nav .current .show .sub li a
{
    background: transparent;
    border: 0;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    display: block;
    float: left;
    margin: 0;
    padding: 0 10px 0 10px;
    white-space: nowrap;
}
.nav .current .sub li.sub_show a
{
    background: url(../Images/shared/nav/menus/back_1.gif);
    color: #FF8C00;
    cursor: default;
}
.nav .select :hover .sub li a:hover, .nav .current .sub li a:hover
{
    background: url(../Images/shared/nav/menus/back_1.gif);
    color: #FF8C00;
    visibility: visible;
}

/* FOOTER -------------------------------------------------------------- */


#footer
{
    padding: 0px 0 0 0;
    text-align: left;
    min-width: 780px;
    max-width: 1260px;
}
#footer-left
{
    color: #818181;
    font-size: 11px;
    line-height: 11px;
    padding: 15px 0 15px 25px;
    margin: 0 20px;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}
#footer-left a
{
    color: #818181;
    text-decoration: none;
}
#footer-left a.selected, #footer-left a:hover
{
    color: #000;
    text-decoration: none;
}




/* GENERAL --------------------------------------------------------*/
table
{
    border-collapse: collapse;
}
.fr
{
    float: right;
}
a
{
    outline: none;
    text-decoration: none;
}
a:hover
{
}
.clear
{
    clear: both;
    font-size: 0px;
    height: 0;
    line-height: 0px;
    margin: 0px;
    padding: 0px;
}
img
{
    border-style: none;
    border-color: inherit;
    border-width: 0;
    width: 302px;
    height: 76px;
}
p
{
    margin: 0px;
    padding: 0px;
}
form
{
    margin: 0;
    padding: 0;
}
.line
{
    border-top: 1px solid #dcdada;
    font-size: 0px;
    height: 1px;
    line-height: 0px;
    margin: 20px 0;
    padding: 0;
}
.font11
{
    font-size: 11px;
}


/*  STYLED SELECTBOXES style 1 --------------------------------- */

.styledselect
{
    background: #2a2a2a;
    border: 1px solid #424242;
    color: #fff;
    width: 120px;
    padding: 5px;
    line-height: 14px;
    margin-right: 6px;
    font-size: 12px;
}

div.selectbox-wrapper
{
    background-color: #2a2a2a;
    border: none;
    border-bottom: none;
    margin: 0px;
    margin-top: 0px;
    max-height: 200px;
    overflow: auto;
    padding: 0px;
    position: absolute;
    text-align: left;
    width: 400px;
    z-index: 10;
}
div.selectbox-wrapper ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    z-index: 10;
}
div.selectbox-wrapper ul li.selected
{
    background-color: 575757;
    color: #fff;
}
div.selectbox-wrapper ul li.current
{
    background-color: #575757;
}
div.selectbox-wrapper ul li
{
    border-bottom: none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 12px;
    line-height: 12px;
    list-style-type: none;
    margin: 0;
    padding: 6px 2px 6px 10px;
}
.selectbox_styled
{
    background: url(../Images/shared/top_search_select.gif) left no-repeat;
    border: none;
    border-left: none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: Arial;
    font-size: 12px;
    height: 20px;
    margin: 0px 0px 0px 0px;
    padding: 6px 0 0 6px;
    text-align: left;
    width: 105px;
    z-index: 10;
}

/*  STYLED SELECTBOXES style 2 --------------------------------- */
div.selectbox-wrapper2
{
    background-color: #e3e3e3;
    border: none;
    border-bottom: none;
    margin: 0px;
    margin-top: 0px;
    max-height: 200px;
    overflow: auto;
    padding: 0px;
    position: absolute;
    text-align: left;
    width: 400px;
}
div.selectbox-wrapper2 ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
div.selectbox-wrapper2 ul li.selected2
{
    background-color: #94b52c;
    color: #fff;
}
div.selectbox-wrapper2 ul li.current2
{
    background-color: #94b52c;
    color: #fff;
}
div.selectbox-wrapper2 ul li
{
    border-bottom: none;
    color: #393939;
    cursor: pointer;
    display: block;
    font-size: 12px;
    line-height: 12px;
    list-style-type: none;
    margin: 0;
    padding: 6px 2px 6px 10px;
}
.styledselect_form_1
{
    background: url(../Images/forms/form_select.gif) left no-repeat;
    border: none;
    border-left: none;
    color: #393939;
    cursor: pointer;
    display: block;
    font-family: Arial;
    font-size: 12px;
    height: 24px;
    margin: 0px 0px 0px 0px;
    padding: 7px 0 0 6px;
    text-align: left;
    width: 192px;
}
.styledselect_form_2
{
    background: url(../Images/forms/form_select_small.gif) left no-repeat;
    border: none;
    border-left: none;
    color: #393939;
    cursor: pointer;
    display: block;
    font-family: Arial;
    font-size: 12px;
    height: 24px;
    margin: 0px 0px 0px 0px;
    padding: 7px 0 0 10px;
    text-align: left;
    width: 60px;
}



/*  STYLED SELECTBOXES style 3 --------------------------------- */
div.selectbox-wrapper3
{
    background-color: #e3e3e3;
    border: none;
    border-bottom: none;
    margin: 0px;
    margin-top: 0px;
    max-height: 200px;
    overflow: auto;
    padding: 0px;
    position: absolute;
    text-align: left;
    width: 400px;
}
div.selectbox-wrapper3 ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
div.selectbox-wrapper2 ul li.selected3
{
    background-color: #94b52c;
    color: #fff;
}
div.selectbox-wrapper2 ul li.current3
{
    background-color: #94b52c;
    color: #fff;
}
div.selectbox-wrapper3 ul li
{
    border-bottom: none;
    color: #393939;
    cursor: pointer;
    display: block;
    font-size: 12px;
    line-height: 12px;
    list-style-type: none;
    margin: 0;
    padding: 6px 2px 6px 10px;
}
.styledselect_pages
{
    background: url(../Images/table/select_number_rows.gif) left no-repeat;
    border: none;
    border-left: none;
    color: #393939;
    cursor: pointer;
    display: block;
    font-family: Arial;
    font-size: 12px;
    height: 20px;
    line-height: 16px;
    margin: 0px 0px 0px 0px;
    padding: 4px 0 0 6px;
    text-align: left;
    width: 130px;
}


/* STYLED CHECKBOXES AND RADIOS -------------------------------------------- */
.ui-radio-state-disabled, .ui-radio-state-checked-disabled, .ui-radio-state-disabled-hover, .ui-radio-state-checked-disabled-hover
{
    color: #999;
}
span.ui-checkbox, span.ui-radio
{
    background: url(../Images/shared/checkbox.gif) 0 -17px no-repeat;
    display: block;
    float: left;
    height: 17px;
    width: 17px;
}
span.ui-helper-hidden
{
    display: none;
}
label
{
    padding: 2px;
}
span.ui-radio-state-hover, span.ui-checkbox-state-hover
{
    background-position: 0 0px;
}
span.ui-checkbox-state-checked
{
    background-position: 0 0px;
}
span.ui-checkbox-state-checked-hover
{
    background-position: 0 0px;
}
span.ui-radio-state-checked-disabled-hover, span.ui-radio-state-checked-disabled, span.ui-radio-state-checked
{
    background-position: 0 -161px;
}
span.ui-radio-state-checked-hover
{
    background-position: 0 -17px;
}
label
{
    color: red;
    line-height: 20px;
}
.ui-helper-hidden-accessible
{
    left: -999em;
    position: absolute;
}





/*  LOGIN -------------------------------------------------------------------------------- */

#login-bg
{
    /* background: url(../Images/login/login_bg.jpg)  left top repeat; */
}
#login-holder
{
    margin: 0px auto 0 auto;
    width: 508px;
}
#loginbox
{
    background: url(../Images/login/loginbox_bg.png) no-repeat;
    font-size: 12px;
    height: 275px;
    line-height: 12px;
    padding-top: 60px;
    position: relative;
    width: 508px;
}
#forgotbox
{
    background: url(../Images/login/loginbox_bg.png) no-repeat;
    display: none;
    font-size: 12px;
    height: 212px;
    line-height: 12px;
    padding-top: 60px;
    position: relative;
    width: 508px;
}
#login-inner
{
    color: #161616;
    font-family: Tahoma;
    font-size: 13px;
    line-height: 12px;
    margin: 0 auto;
    width: 310px;
    align: center;
}
#login-inner label
{
    color: #161616;
    cursor: pointer;
    font-family: Tahoma;
    font-weight: bold;
    line-height: 12px;
    padding-left: 10px;
}
.checkbox-size
{
    width: 13px;
    height: 13px;
    margin: 5px 0;
}
#login-inner th
{
    padding: 0 0 6px 0;
    text-align: left;
    width: 95px;
}
#login-inner td
{
    padding: 0 0 6px 0;
}
.login-inp
{
    background: url(../Images/login/inp_login.gif) no-repeat;
    border: none;
    color: #fff;
    font-size: 16px;
    height: 28px;
    padding: 6px 6px 0 10px;
    width: 204px;
}
#logo-login
{
    float: left;
    height: 35px;
    margin: 145px 0 0 15px;
}
a.forgot-pwd
{
    bottom: 30px;
    color: #161616;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px;
    position: absolute;
    right: 40px;
}
a:hover.forgot-pwd
{
    color: #fff;
}
#forgotbox-text
{
    color: #161616;
    font-family: Tahoma;
    font-size: 13px;
    font-weight: bold;
    line-height: 12px;
    margin: 0 auto 40px auto;
    width: 380px;
}
#forgot-inner
{
    color: #161616;
    font-family: Tahoma;
    font-size: 13px;
    line-height: 12px;
    margin: 0 auto;
    width: 330px;
}
#forgot-inner label
{
    color: #161616;
    cursor: pointer;
    font-family: Tahoma;
    font-weight: bold;
    line-height: 12px;
    padding-left: 10px;
}
#forgot-inner th
{
    padding: 0 0 6px 0;
    text-align: left;
    width: 110px;
}
#forgot-inner td
{
    padding: 0 0 6px 0;
}
a.back-login
{
    background: url(../Images/login/icon_back_login.gif) no-repeat 0 4px;
    bottom: 30px;
    color: #161616;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px;
    padding: 0 0 0 10px;
    position: absolute;
    right: 40px;
}
a:hover.back-login
{
    color: #fff;
}
.submit-login
{
    background: url(../Images/login/submit_login.gif) no-repeat;
    border: none;
    cursor: pointer;
    display: block;
    height: 29px;
    text-indent: -3000px;
    width: 73px;
}
.submit-login:hover
{
    background: url(../Images/login/submit_login.gif) no-repeat 0 -29px;
}
.logoheader
{
    color: #161616;
    cursor: pointer;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 14pt;
    padding: 0 0 6px 0;
}

.ReportTH
{
    line-height: 28px;
    min-width: 130px;
    padding: 0 0 10px 2px;
    text-align: left;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 10pt;
    width: 110px;
    color: Black;
}

.ReportTd
{
    padding: 0 0 10px 2px;
}

.WindowsStyle .ajax__combobox_inputcontainer
{
}
.WindowsStyle .ajax__combobox_textboxcontainer
{
    width: 100%;
}
.WindowsStyle .ajax__combobox_textboxcontainer input
{
    width: 100%;
}
.WindowsStyle .ajax__combobox_buttoncontainer
{
}
.WindowsStyle .ajax__combobox_buttoncontainer button
{
    background-position: top;
    background: url(../Images/shared/cmb_down.gif) no-repeat;
    border: solid 1px #e3e3e3;
    height: 15px;
    width: 15px;
}
.WindowsStyle.ajax__combobox_itemlist
{
    margin: 0px;
    padding: 0px;
    cursor: default;
    list-style-type: none;
    text-align: right;
    border: solid 1px #e3e3e3;
    background-color: Window;
}
.WindowsStyle .ajax__combobox_itemlist li
{
    white-space: nowrap;
    padding: 0 3px 0 2px;
    background-color: #e3e3e3;
}
.ajax__combobox_itemlist
{
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    list-style-type: none;
    line-height: 1.5;
    text-align: left;
    border: solid 1px #000000;
    background-color: #e3e3e3;
    font-size: 10pt;
    font-family: Tahoma;
    width: 100%;
}
.ajax__combobox_itemlist option:hover
{
    background-color: #A9A91C;
}

/* Message box */
.blanketOpacity
{
    position: absolute;
    z-index: 9000001;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: Black;
    opacity: 0.20;
    filter: alpha(opacity=20);
}

.blanket
{
    display: none;
    position: relative;
    z-index: 9000002;
    background-color: #8F9498;
    padding: 2px;
}

/*Pop Up Css*/
.popup_Container
{
    border: 1px solid #000000;
    padding: 0px 0px 0px 0px;
}
.popup_Titlebar
{
    background: url(../Images/forms/titlebar_bg.jpg) repeat-x top #fff;
    height: 29px;
}
.TitlebarLeft
{
    float: left;
    padding-left: 5px;
    padding-top: 5px;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
}
.TitlebarRight
{
    background: url(../Images/forms/cross_icon_normal.png);
    background-position: right;
    background-repeat: no-repeat;
    height: 15px;
    width: 16px;
    float: right;
    cursor: pointer;
    margin-right: 5px;
    margin-top: 5px;
}
.popup_Body
{
    padding: 15px 15px 15px 15px;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 12px;
    color: #000000;
    line-height: normal;
    clear: both;
    padding: 20px;
}

.mGrid
{
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
}
.mGrid td
{
    padding: 2px;
    color: #717171;
}
.mGrid th
{
    padding: 4px 2px;
    color: #fff;
    background: #424242 url(../Images/forms/grd_head.png) repeat-x top;
    border-left: solid 1px #525252;
    font-size: 0.9em;
}
.mGrid .alt
{
    background: #fcfcfc url(../Images/forms/grd_alt.png) repeat-x top;
}
.mGrid .pgr table
{
    margin: 5px 0;
}
.mGrid .pgr td
{
    border-width: 0;
    padding: 0 6px;
    border-left: solid 1px #666;
    font-weight: bold;
    color: #fff;
    line-height: 12px;
}
.mGrid .pgr a
{
    color: #666;
    text-decoration: none;
}
.mGrid .pgr a:hover
{
    color: #000;
    text-decoration: none;
}

.ajax__calendar_container
{
    padding: 4px;
    position: absolute;
    cursor: default;
    width: 170px;
    font-size: 11px;
    text-align: center;
    font-family: tahoma,verdana,helvetica;
}
.ajax__calendar_body
{
    height: 139px;
    width: 170px;
    position: relative;
    overflow: hidden;
    margin: auto;
}
.ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years
{
    top: 0px;
    left: 0px;
    height: 139px;
    width: 170px;
    position: absolute;
    text-align: center;
    margin: auto;
}
.ajax__calendar_container TABLE
{
    font-size: 11px;
}
.ajax__calendar_header
{
    height: 20px;
    width: 100%;
}
.ajax__calendar_prev
{
    cursor: pointer;
    width: 15px;
    height: 15px;
    float: left;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(<%=WebResource("AjaxControlToolkit.Calendar.arrow-left.gif")%>);
}
.ajax__calendar_next
{
    cursor: pointer;
    width: 15px;
    height: 15px;
    float: right;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(<%=WebResource("AjaxControlToolkit.Calendar.arrow-right.gif")%>);
}
.ajax__calendar_title
{
    cursor: pointer;
    font-weight: bold;
}
.ajax__calendar_footer
{
    height: 15px;
}
.ajax__calendar_today
{
    cursor: pointer;
    padding-top: 3px;
}
.ajax__calendar_dayname
{
    height: 17px;
    width: 17px;
    text-align: right;
    padding: 0 2px;
}
.ajax__calendar_day
{
    height: 17px;
    width: 18px;
    text-align: right;
    padding: 0 2px;
    cursor: pointer;
}
.ajax__calendar_month
{
    height: 44px;
    width: 40px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}
.ajax__calendar_year
{
    height: 44px;
    width: 40px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}

.ajax__calendar .ajax__calendar_container
{
    border: 1px solid #646464;
    background-color: #ffffff;
    color: #000000;
}
.ajax__calendar .ajax__calendar_footer
{
    border-top: 1px solid #f5f5f5;
}
.ajax__calendar .ajax__calendar_dayname
{
    border-bottom: 1px solid #f5f5f5;
}
.ajax__calendar .ajax__calendar_day
{
    border: 1px solid #ffffff;
}
.ajax__calendar .ajax__calendar_month
{
    border: 1px solid #ffffff;
}
.ajax__calendar .ajax__calendar_year
{
    border: 1px solid #ffffff;
}

.ajax__calendar .ajax__calendar_active .ajax__calendar_day
{
    background-color: #edf9ff;
    border-color: #0066cc;
    color: #0066cc;
}
.ajax__calendar .ajax__calendar_active .ajax__calendar_month
{
    background-color: #edf9ff;
    border-color: #0066cc;
    color: #0066cc;
}
.ajax__calendar .ajax__calendar_active .ajax__calendar_year
{
    background-color: #edf9ff;
    border-color: #0066cc;
    color: #0066cc;
}

.ajax__calendar .ajax__calendar_other .ajax__calendar_day
{
    background-color: #ffffff;
    border-color: #ffffff;
    color: #646464;
}
.ajax__calendar .ajax__calendar_other .ajax__calendar_year
{
    background-color: #ffffff;
    border-color: #ffffff;
    color: #646464;
}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_day
{
    background-color: #edf9ff;
    border-color: #daf2fc;
    color: #0066cc;
}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_month
{
    background-color: #edf9ff;
    border-color: #daf2fc;
    color: #0066cc;
}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_year
{
    background-color: #edf9ff;
    border-color: #daf2fc;
    color: #0066cc;
}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_title
{
    color: #0066cc;
}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_today
{
    color: #0066cc;
}

/*******************
SELECTION STYLING
*******************/

::selection
{
    color: #fff;
    background: #f676b2; /* Safari */
}
::-moz-selection
{
    color: #fff;
    background: #f676b2; /* Firefox */
}

/*******************
BODY STYLING
*******************/

*
{
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

body
{
    background: url('../Images/login/bg.png');
    font-family: "HelveticaNeue-Light" , "Helvetica Neue Light" , "Helvetica Neue" , Helvetica, Arial, "Lucida Grande" , sans-serif;
    font-weight: 300;
    text-align: left;
    text-decoration: none;
    height: 500px;
}

#wrapper
{
    /* Center wrapper perfectly */
    width: 300px;
    height: 400px;
    margin: 70px auto;
}

/* Download Button (Demo Only) */
.download
{
    display: block;
    position: absolute;
    float: right;
    right: 25px;
    bottom: 25px;
    padding: 5px;
    font-weight: bold;
    font-size: 11px;
    text-align: right;
    text-decoration: none;
    color: rgba(0,0,0,0.5);
    text-shadow: 1px 1px 0 rgba(256,256,256,0.5);
}

.download:hover
{
    color: rgba(0,0,0,0.75);
    text-shadow: 1px 1px 0 rgba(256,256,256,0.5);
}

.download:focus
{
    bottom: 24px;
}

/*
.gradient {
	width: 600px;
	height: 600px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -300px;
	margin-top: -300px;
	
	background: url('../Images/login/gradient.png') no-repeat;
}
*/

.gradient
{
    /* Center Positioning */
    width: 600px;
    height: 600px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -300px; /*z-index: -2; /* Fallback */
    background-image: url('../Images/login/gradient.png');
    background-repeat: no-repeat; /* CSS3 Gradient */
    background-image: -webkit-gradient(radial, 0% 0%, 0% 100%, from(rgba(213,246,255,1)), to(rgba(213,246,255,0)));
    background-image: -webkit-radial-gradient(50% 50%, 40% 40%, rgba(213,246,255,1), rgba(213,246,255,0));
    background-image: -moz-radial-gradient(50% 50%, 50% 50%, rgba(213,246,255,1), rgba(213,246,255,0));
    background-image: -ms-radial-gradient(50% 50%, 50% 50%, rgba(213,246,255,1), rgba(213,246,255,0));
    background-image: -o-radial-gradient(50% 50%, 50% 50%, rgba(213,246,255,1), rgba(213,246,255,0));
}

/*******************
LOGIN FORM
*******************/

.login-form
{
    width: 300px;
    margin: 0 auto;
    position: relative;
    background: #f3f3f3;
    border: 1px solid #fff;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

/*******************
HEADER
*******************/

.login-form .header
{
    padding: 40px 30px 30px 30px;
}

.login-form .header h1
{
    font-family: 'Bree Serif' , serif;
    font-weight: 300;
    font-size: 28px;
    line-height: 34px;
    color: #414848;
    text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
    margin-bottom: 10px;
}

.login-form .header span
{
    font-size: 11px;
    line-height: 16px;
    color: #678889;
    text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
}

/*******************
CONTENT
*******************/

.login-form .content
{
    padding: 0 30px 25px 30px;
}

/* Input field */
.login-form .content .input
{
    width: 188px;
    padding: 15px 25px;
    font-family: "HelveticaNeue-Light" , "Helvetica Neue Light" , "Helvetica Neue" , Helvetica, Arial, "Lucida Grande" , sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #9d9e9e;
    text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
    background: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
    -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
}

/* Second input field */
.login-form .content .password, .login-form .content .pass-icon
{
    margin-top: 25px;
}

.login-form .content .input:hover
{
    background: #dfe9ec;
    color: #414848;
}

.login-form .content .input:focus
{
    background: #dfe9ec;
    color: #414848;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
}

.user-icon, .pass-icon
{
    width: 46px;
    height: 47px;
    display: block;
    position: absolute;
    left: 0px;
    padding-right: 2px;
    z-index: -1;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
}

.user-icon
{
    top: 153px; /* Positioning fix for slide-in, got lazy to think up of simpler method. */
    background: rgba(65,72,72,0.75) url('#') no-repeat center;
}

.pass-icon
{
    top: 201px;
    background: rgba(65,72,72,0.75) url('#') no-repeat center;
}

.content input:focus + div
{
    left: -46px;
}

/* Animation */
.input, .user-icon, .pass-icon, .button, .register
{
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

/*******************
FOOTER
*******************/

.login-form .footer
{
    padding: 20px 30px 20px 20px;
    overflow: auto;
    background: #d4dedf;
    border-top: 1px solid #fff;
    box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
    -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
}

/* Login button */
.login-form .footer .button
{
    float: right;
    padding: 11px 25px;
    font-family: 'Bree Serif' , serif;
    font-weight: 300;
    font-size: 18px;
    color: #fff;
    text-shadow: 0px 1px 0 rgba(0,0,0,0.25);
    background: #56c2e1;
    border: 1px solid #46b3d3;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
    -moz-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
    -webkit-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
}

.login-form .footer .button:hover
{
    background: #3f9db8;
    border: 1px solid rgba(256,256,256,0.75);
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
}

.login-form .footer .button:focus
{
    position: relative;
    bottom: -1px;
    background: #56c2e1;
    box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
    -moz-box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
    -webkit-box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
}

/* Register button */
.login-form .footer .register
{
    display: block;
    float: right;
    padding: 10px;
    margin-right: 20px;
    background: none;
    border: none;
    cursor: pointer;
    font-family: 'Bree Serif' , serif;
    font-weight: 300;
    font-size: 18px;
    color: #414848;
    text-shadow: 0px 1px 0 rgba(256,256,256,0.5);
}

.login-form .footer .register:hover
{
    color: #3f9db8;
}

.login-form .footer .register:focus
{
    position: relative;
    bottom: -1px;
}
