*
{
    /*padding: 0;*/
    margin-left: 0px;
    margin-right: 0;
    margin-top: 0;
}

html, body
{
    height: 100%;
}

body
{
    background: #fff;
    
    color: #393939;
    font-family: Arial;
    /*font-size: 0px;
	line-height: 0;*/

}
#headering
{
    background-image: url('images/shared/success.jpg');
}

#header
{
    height: 100px;
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: 0px;
}
#footer
{
    position: fixed;
    /*position: absolute;*/
    bottom: 0px;
    z-index: 0;
    background-color: #000;
    font-size: 11px;
    padding-top:10px;
    text-align:center;
    width:100%;
}
#t_left
{
    height: 115px;
    width: 109px;
    float: left;
    margin-left: 5px;
    background: url(../../images/AxilLogo.png) no-repeat;
}
#t_right
{
    background: url(../../images/t_curve.png) no-repeat;
    width: 65px;
}
#t_center {
    display: inline-block;
    margin:0 auto;
    width:100px;
}
#page-top-outer
{
    /*background: url('images/shared/nav/faq-banner.jpg') top center repeat-x;*/
    background: url('images/shared/nav/hhhhuuuu.png');
    border-bottom: 0px solid #7e7e7e;
    height: 80px;
}

#page-top
{
    margin: 0 auto;
    max-width: 1260px;
    min-width: 850px;
    position: relative;
}

#logo
{
    float: left;
    margin: 20px 0 0 15px;
}

    #logo a
    {
        display: block;
    }

#logo1
{
    float: right;
    color: #fff;
    font-family: Arial;
    font-size: 40px;
    line-height: 0;
    margin: 40px 60px 0 0;
}

#top-search
{
    display: inline;
    float: right;
    position: relative;
    margin: 46px 20px 0 0;
    z-index: 20;
}

.round
{
    border: 1px solid #33ABEE;
    padding: 0px 0;
    text-align: center;
    width: 180px;
    height: 150px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: #666 0px 2px 5px;
    -moz-box-shadow: #666 0px 2px 5px;
    box-shadow: #666 0px 2px 5px;
    /*background: #99ECFF;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#99ECFF), to(#33ABEE));
    background: -webkit-linear-gradient(#99ECFF, #33ABEE);
    background: -moz-linear-gradient(#99ECFF, #33ABEE);
    background: -ms-linear-gradient(#99ECFF, #33ABEE);
    background: -o-linear-gradient(#99ECFF, #33ABEE);
    background: linear-gradient(#99ECFF, #33ABEE);
    -pie-background: linear-gradient(#99ECFF, #33ABEE);
    behavior: url(js/PIE.htc);*/

    /* IE10 Consumer Preview */ 
    background-image: -ms-radial-gradient(center, circle farthest-side, #FFF3B8 0%, #EF733E 100%);

    /* Mozilla Firefox */ 
    background-image: -moz-radial-gradient(center, circle farthest-side, #FFF3B8 0%, #EF733E 100%);

    /* Opera */ 
    background-image: -o-radial-gradient(center, circle farthest-side, #FFF3B8 0%, #EF733E 100%);

    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(radial, center center, 0, center center, 486, color-stop(0, #FFF3B8), color-stop(1, #EF733E));

    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-radial-gradient(center, circle farthest-side, #FFF3B8 0%, #EF733E 100%);

    /* W3C Markup, IE10 Release Preview */ 
    background-image: radial-gradient(circle farthest-side at center, #FFF3B8 0%, #EF733E 100%);
}

    .round .region
    {
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        width: 180px;
        height: 150px;
        cursor: pointer;
    }

.rounddiv:hover
{
    /*background: -webkit-gradient(linear, 0 0, 0 bottom, from(#80FF00), to(#339D00));
    background: -webkit-linear-gradient(#80FF00, #339D00);
    background: -moz-linear-gradient(#80FF00, #339D00);
    background: -ms-linear-gradient(#80FF00, #339D00);
    background: -o-linear-gradient(#80FF00, #339D00);
    background: linear-gradient(#80FF00, #339D00);
    -pie-background: linear-gradient(#80FF00, #339D00);*/

    /* IE10 Consumer Preview */ 
    background-image: -ms-radial-gradient(center, circle farthest-side, #EF733E 0%, #FFF3B8 100%);

    /* Mozilla Firefox */ 
    background-image: -moz-radial-gradient(center, circle farthest-side, #EF733E 0%, #FFF3B8 100%);

    /* Opera */ 
    background-image: -o-radial-gradient(center, circle farthest-side, #EF733E 0%, #FFF3B8 100%);

    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(radial, center center, 0, center center, 486, color-stop(0, #EF733E), color-stop(1, #FFF3B8));

    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-radial-gradient(center, circle farthest-side, #EF733E 0%, #FFF3B8 100%);

    /* W3C Markup, IE10 Release Preview */ 
    background-image: radial-gradient(circle farthest-side at center, #EF733E 0%, #FFF3B8 100%);
}



.table-rounded
{
    border-radius: 10px;
    -moz-border-radius: 10px;
    border: 1px solid black;
    margin-bottom: 20px;
    border-collapse: separate;
    border-spacing: 0;
    -webkit-box-shadow: 3px 3px 3px #333333;
    -moz-box-shadow: 3px 3px 3px #333333;
    box-shadow: 0 0 10px -1px #333333;
    padding: 5px 5px 5px 5px;
}

    .table-rounded td a
    {
        color: #393939;
    }

        .table-rounded td a:hover
        {
            text-decoration: underline;
        }

    .table-rounded th
    {
        text-align: center;
        font-weight: bold;
        padding: 5px 0px 5px 0px;
    }

    .table-rounded td
    {
        text-align: left;
        background-color: white;
        border-radius: 10px;
        -moz-border-radius: 10px;
    }

.table-rounded1
{
    border-style: solid;
    border-color: transparent;
    border-width: 1px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #666666;
    height: 30px;
    color: white;
    text-align: center;
    font-weight: bold;
}

.rtable
{
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
    border-collapse: collapse;
    border-spacing: 0;
    box-shadow: 0 2px 10px #ccc;
    border: none;
}

    /*every cell has a border on bottom & right*/

    .rtable td
    {
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding: 10px 10px;
        color: #444;
        border-left: none;
    }

        /*cancel the right border on the last column*/

        .rtable td:last-child
        {
            border-right: none;
        }

    /*th has border only on bottom*/

    .rtable th
    {
        border-bottom: 1px solid #ccc;
        padding: 10px 10px;
        border: none;
    }

        /*rounded corner top left - first th*/

        .rtable th:first-child
        {
            border-radius: 10px 0 0 0;
        }

        /*rounded corner top right - last th*/

        .rtable th:last-child
        {
            border-radius: 0 10px 0 0;
        }

    /*rounder corner bottom left - first cell of last row*/

    .rtable tr:last-child td:first-child
    {
        border-radius: 0 0 0 10px;
    }

    /*rounded corner bottom right - last cell of last row*/

    .rtable tr:last-child td:last-child
    {
        border-radius: 0 0 10px 0;
    }

    /*last row in has no border on the bottom*/

    .rtable tr:last-child td
    {
        border-bottom: none;
    }

    /*table header style*/
    /*note: the gradient must be on the <th> & <td>,
ff you put it on the <tr> it will stick out of the
rounded corners in Firefox*/

    .rtable thead tr th
    {
        background-color: #3F3F3F;
        color: white;
        font: bold 14px arial;
    }

    /*table row style*/

    .rtable tr td
    {
        background-color: white;
        text-shadow: 0 1px 0 #fff;
    }

        /*table even rows style*/

        .rtable tr td:first-child
        {
            background-color: #f4d9cb;
            font: bold 12px arial;
        }

.top-search-inp
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background: url('images/shared/top_search_inp.gif') no-repeat;
    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;*/
    font-size: 14px;
    line-height: 18px;
    margin: 0 auto 0 auto;
    max-width: 1260px;
    min-width: 780px;
    padding: 10px 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: 14px;
    line-height: 0px;
    width: 90%;
    margin-left: 5%;
    height: 643px;
}
#content-table th.sized {
    height: 15px;
    width: 15px;
    padding: 0;
    margin: 0;
    font-size: 0px;
    line-height: 0px;
}
#content-table-inner {
    
    line-height: 12px;
    /*padding: 10px 0 20px 0;*/
    padding: 0px 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: 3px 0 15px 7%;
    width: 90%;
    text-align: center;
    font-size: x-large;
    font-weight: bold;
}

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') no-repeat left top;
    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;
    }

.product-table
{
    margin-bottom: 20px;
}

    .product-table td a
    {
        color: #393939;
    }

        .product-table td a:hover
        {
            text-decoration: underline;
        }

    .product-table th
    {
        height: 50px;
        text-align: left;
    }

    .product-table .minwidth-1
    {
        min-width: 110px;
    }

    .product-table td
    {
        border: 1px solid #d2d2d2;
        padding: 10px 0 10px 10px;
    }

    .product-table tr.alternate-row
    {
        background: #ececec;
    }

td.options-width
{
    padding: 0 0 0 10px;
    width: 210px;
}

td.checkbox-width
{
}
.headerimg
{
    background-image: url('images/shared/nav/Inventory-WTS11.gif');
    /*background-image: url('images/shared/nav/ASD.jpeg');*/
    /*background-image: url('images/ASD.jpeg');*/
}
.test
{
    font-size: larger;
    color: Red;
}

.table-header-check
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background: url('images/table/table_header_checkbox.jpg') no-repeat;
    min-width: 29px;
    padding: 0px 0 0 10px;
    width: 29px;
}

.table-header-options
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background: url('images/table/table_header_options.jpg') no-repeat;
    min-width: 221px;
    padding: 0px 0 0 0;
    width: 221px;
}

.table-header-repeat
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background: url('images/table/table_header_repeat.jpg') repeat-x;
    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') no-repeat right 50%;
        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;
}

.product-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 50% 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') no-repeat 50% bottom;
    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;
}

/*Grid Item Style*/
.griditem
{
    padding-left:15px;
    margin-left:15px;
}
/* FORM ------------------------------------------------------- */
.form-submit
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background: url('images/forms/form_submit.gif') no-repeat;
    cursor: pointer;
    /*display: block;
	float: left;*/
    height: 30px;
    /*margin: 0 4px 0 0;
    padding: 0;*/
    margin-right:5px;
    text-indent: -3000px;
    width: 80px;
}

.form-update
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background: url('images/forms/form_update.gif') no-repeat;
    cursor: pointer;
   /*display: block;
	float: left;*/
    height: 30px;
    /*margin: 0 4px 0 0;
    padding: 0;*/
    margin-right:5px;
    text-indent: -3000px;
    width: 80px;
}

.form-button
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background: url('images/forms/button.jpg') no-repeat;
    cursor: pointer;
    display: block;
    float: left;
    height: 40px;
    margin: 0 4px 0 0;
    padding: 0;
    text-indent: -3000px;
    width: 110px;
}

.form-continue
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background: url('images/forms/continue.jpg') no-repeat;
    cursor: pointer;
    display: block;
    float: left;
    height: 40px;
    /*margin: 0 4px 0 0;*/
    padding: 0;
    text-indent: -3000px;
    width: 110px;
}

.form-reset
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background: url('images/forms/form_reset.gif') no-repeat;
    cursor: pointer;
    /*display: block;
	float: left;*/
    margin-right:5px;
    height: 30px;
    text-indent: -3000px;
    width: 80px;
}
.ButtonRow
{
    text-align: center;
   
}
#id-form {
    width: 95%;
    margin-left: 2%;
}

.id-header {
    border-style: solid;
    border-color: transparent;
    border-width: 1px;
    border-radius: 5px;
    /*background-color: #e25f2e;*//*#33ABEE;*/
background: rgb(255,136,25); /* Old browsers */
background: radial-gradient(ellipse at center, rgb(191 110 29) 4%,rgb(233 167 18) 100%);
/*background: -moz-radial-gradient(center, ellipse cover,  rgba(255,136,25,1) 4%, rgba(207,4,4,1) 100%);*/ 
/*background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(4%,rgba(255,136,25,1)), color-stop(100%,rgba(207,4,4,1))); 
background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,136,25,1) 4%,rgba(207,4,4,1) 100%);
background: -o-radial-gradient(center, ellipse cover,  rgba(255,136,25,1) 4%,rgba(207,4,4,1) 100%);
background: -ms-radial-gradient(center, ellipse cover,  rgba(255,136,25,1) 4%,rgba(207,4,4,1) 100%); 
background: radial-gradient(ellipse at center,  rgba(255,136,25,1) 4%,rgba(207,4,4,1) 100%);*/ 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8819', endColorstr='#cf0404',GradientType=1 ); 

    /*height: 25px;*/
    width: 100%;
    -webkit-box-shadow: 3px 3px 3px #333333;
    -moz-box-shadow: 3px 3px 3px #333333;
    box-shadow: 0 0 10px -1px #333333;
    color: white;
    font-size: large;
    font-weight: bold;
    /*margin-top:5px;
    margin-bottom: 5px;*/
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
}
.id-header2 {
    border-style: solid none solid none;
    border-color: #000000;
    border-width: 1px 0px 1px 0px;
    border-radius: 5px; /*background-color: #F2B8A2;*/
    background: #f4d9cb; /* Old browsers */
    background: -moz-linear-gradient(top,  #f4d9cb 1%, #e09372 50%, #e2875d 52%, #f4d9cb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f4d9cb), color-stop(50%,#e09372), color-stop(52%,#e2875d), color-stop(100%,#f4d9cb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f4d9cb 1%,#e09372 50%,#e2875d 52%,#f4d9cb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f4d9cb 1%,#e09372 50%,#e2875d 52%,#f4d9cb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f4d9cb 1%,#e09372 50%,#e2875d 52%,#f4d9cb 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f4d9cb 1%,#e09372 50%,#e2875d 52%,#f4d9cb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4d9cb', endColorstr='#f4d9cb',GradientType=0 ); /* IE6-9 */
    color: black;
    height: 20px;
    width: 100%;
    -webkit-box-shadow: 3px 3px 3px #333333;
    -moz-box-shadow: 3px 3px 3px #333333;
    box-shadow: 0 0 10px -1px #333333;
    font-family: Calibri;
    font-size: medium;
    margin-top: 0px;
    margin-bottom: 5px;
    text-align: center;
}
.id-headerHalf {
    /*border-style: solid;
    border-color: transparent;
    border-width: 1px;
    border-radius: 5px;*/

     border-style: solid none solid none;
    border-color: #000000;
    border-width: 1px 0px 1px 0px;
    border-radius: 5px; /*background-color: #F2B8A2;*/

    height: 20px;
    width: 95%;
    background-color: #de4e55;
    -webkit-box-shadow: 3px 3px 3px #333333;
    -moz-box-shadow: 3px 3px 3px #333333;
    box-shadow: 0 0 10px -1px #333333;
    color: white;
    font-family: Calibri;
    font-size: medium;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 5px;
    text-align: center;

}

    .id-header td {
        /*padding: 0 0 10px 0;*/
        vertical-align: middle;
    }

.para
{
    padding-left: 10px;
    padding-top: 10px;
    font-size: medium;
    color: #333333;
    font-family: Georgia, 'Times New Roman' , Times, serif;
    text-align: left;
}

.hrPadding
{
    margin-left: 170px;
}

.id-header td
{
    /*padding: 0 0 10px 0;*/
    vertical-align: middle;
}

.inp-label
{
     border-style: none;
    border-color: inherit;
    border-width: medium;
    color: #393939;
    height: 30px;
    padding: 3px 6px 12px 6px;
    width: 186px;
}
.inp-form
{
    /*border-style:solid;*/
    border-style:ridge;
    /*border-color: inherit;*/
    /*border-width: medium;*/
    /*background: url('images/forms/form_inp.gif') no-repeat;*/
    color: #393939;
    height: 11px;
    padding: 5px 6px 8px 6px;
    width: 183px;
}
.propertxt
{
    /*text-transform:capitalize;*/
}
.uppertxt
{
    text-transform:uppercase;
}
.inp-form-error
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background: url('images/forms/form_inp_error.gif') no-repeat;
    color: #393939;
    height: 25px;
    padding: 6px 6px 0 6px;
    width: 187px;
}

.inp-form1
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background: url('images/forms/form_inp1.gif') no-repeat;
    color: #393939;
    height: 25px;
    padding: 6px 6px 0 6px;
    width: 100px;
}

.inp-form1-error
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background: url('images/forms/form_inp_error1.gif') no-repeat;
    color: #393939;
    height: 25px;
    padding: 6px 6px 0 6px;
    width: 101px;
}

.form-textarea
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background: url('images/forms/form_textarea.gif') no-repeat;
    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: 6px 10px 0px 6px ! important;
}

    #id-form td.noheight
    {
        padding: 0 0 0px 0;
    }

#id-form th
{
    /*line-height: 28px;
	min-width: 130px;
	padding: 0 0 10px 0;*/
    /*min-width: 130px;*/
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px; /*width: 130px;*/
    padding-left: 13px;
    padding-bottom: 10px;
    padding-top: 10px;
}


#id-form1 td
{
    padding: 5px 10px 4px 6px;
    /*padding: 3px 10px 0px 10px;*/
}

    #id-form1 td.noheight
    {
        padding: 0 0 0px 0;
    }

#id-form1 th
{
    /*line-height: 28px;
	min-width: 130px;
	padding: 0 0 10px 0;*/
    min-width: 130px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px; /*width: 130px;*/
    padding-left: 50px;
}

.FirstColWidth
{
    width: 10%;
}

.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') no-repeat right 50%;
}

.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') no-repeat right 50%;
}

.file_1
{
    border: 1px solid #acacac;
    padding: 5px;
}

/*  NAVIGATION ----------------------------------------------- */
#nav-holder
{
    margin: 0 auto;
    max-width: 1260px;
    min-width: 875px;
    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: 1000px;
}

#nav-right
{
    float: right;
    position: static;
    width: 165px;
    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 50% 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;
}

/* ================================================================ 
This copyright notice must be untouched at all times. The original version of this stylesheet and the associated (x)html is available at http://www.cssplay.co.uk/menus/pro_dropline.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved. This stylesheet and the associated (x)html may be modified in any way to fit your requirements.
=================================================================== */

/*.nav
{
    float: left;
    font-family: Tahoma;
    font-size: 13px;
    height: 37px;
    position: absolute;
    width: 1203px;
    min-width: 600px;
    z-index: 500;
}*/

.nav-divider
{
    background: url('images/shared/nav/divider.jpg') no-repeat 50% top;
    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: 902px;
    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: #94b52c;
    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: #94b52c;
    visibility: visible;
}







/* FOOTER -------------------------------------------------------------- */


#footer
{
    /*height: 18px;*/
    margin: 3px auto 0px auto;
    padding: 0px 0 0 0;
    text-align: left;
    /*min-width: 780px;*/
    max-width: 100%;
    /*margin-left: -15px;*/
}

#footer-left
{
    color: #818181;
    font-size: 11px;
    line-height: 11px;
    padding: 2px 0 2px 25px;
    margin: 0 20px;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    background: url('images/shared/icon_idlogo.jpg') no-repeat 0 12px;
}

    #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: 0;
}

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;
}

/*Calendar------------------------------------------------------*/

.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_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;}

 

/* Calendar--------------------------------- */












/*  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;
    border: 0;
}

box_styled
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background: url('images/shared/top_search_select.gif') no-repeat left 50%;
    color: #fff;
    cursor: pointer;
    border: 0;
    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
{
    border-style:groove;
    border-color: inherit;
    /*border-width: medium;*/
    /*background: url('images/forms/form_select.gif') no-repeat left 50%;*/
    color: #393939;
    cursor: pointer;
    display: block;
    font-family: Arial;
    font-size: 12px;
    height: 22px;
    padding: 0px 0 0px 6px;
    text-align: left;
    width: 200px;
}

.styledselect_form_2
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background: url('images/forms/form_select_small.gif') no-repeat left 50%;
    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
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background: url('images/table/select_number_rows.gif') no-repeat left 50%;
    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') no-repeat 0 -17px;
    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') no-repeat center top;*/
    background-color:#ef682e;
}

#login-holder
{
    margin: 0px auto 0 auto;
    /*width: 508px;*/
}

#loginbox
{
    /*background: url('images/login/loginbox_bg.png') no-repeat;*/
    font-size: 12px;
   height: 301px;
    line-height: 12px;
    padding-top: 30px;
    /*width: 486px;*/
    /*border: 1px dotted #CEC6C6;*/
   margin-top: 87px;
   margin-left: -20px;
    box-shadow: 2px 3px 4px 2px #F1EDED;
     background: -webkit-linear-gradient(white, black); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(white, black); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(white, black); /* For Firefox 3.6 to 15 */
    background: linear-gradient(white, black); /* Standard syntax (must be last) */
    border-radius: 17px;
}

#forgotbox
{
    background: url('images/login/loginbox_bg.png') no-repeat;
    display: none;
    font-size: 12px;
    height: 212px;
    line-height: 12px;
    padding-top: 60px;
    width: 508px;
}

#login-inner
{
    color: #161616;
    font-family: Tahoma;
    font-size: 13px;
    line-height: 12px;
    margin: 0 auto;
    width: 310px;
}

    #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
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    /*background: url('images/login/inp_login.gif') no-repeat;*/
    color: #fff;
    font-size: 16px;
    height: 28px;
    padding: 6px 6px 0 10px;
    width: 217px;
    background-color: #0C0C0C;
    border: 4px solid #CEC5C5;
}

#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
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    /*background: url('images/login/submit_login.gif') no-repeat;*/
    cursor: pointer;
    display: block;
    height: 29px;
    /*text-indent: -3000px;*/
    width: 95px;
    background-color: #FF5810;
    border-radius: 10px;
    box-shadow: 1px 2px 2px #B7ACAC;
    color:#fff;
}

    .submit-login:hover
    {
        /*background: url('images/login/submit_login.gif') no-repeat 0 -29px;*/
         background-color: #393939;
         box-shadow: 1px 2px 2px #B7ACAC;
         
}

.regular-checkbox
{
    display: none;
}

    .regular-checkbox + label
    {
        background-color: #fafafa;
        border: 1px solid #cacece;
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
        padding: 9px;
        border-radius: 3px;
        display: inline-block;
        position: relative;
    }

        .regular-checkbox + label:active, .regular-checkbox:checked + label:active
        {
            box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
        }

    .regular-checkbox:checked + label
    {
        background-color: #e9ecee;
        border: 1px solid #adb8c0;
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
        color: #99a1a7;
    }

        .regular-checkbox:checked + label:after
        {
            content: '\2714';
            font-size: 14px;
            position: absolute;
            top: 0px;
            left: 3px;
            color: #99a1a7;
        }


.big-checkbox + label
{
    padding: 18px;
}

.big-checkbox:checked + label:after
{
    font-size: 28px;
    left: 6px;
}

.tag
{
    font-family: Arial, sans-serif;
    width: 200px;
    position: relative;
    top: 5px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    float: left;
}

.radio-1
{
    width: 193px;
}

.button-holder
{
    float: left;
}

/* RADIO */

.regular-radio
{
    display: none;
}

    .regular-radio + label
    {
        -webkit-appearance: none;
        background-color: #fafafa;
        border: 1px solid #cacece;
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
        padding: 9px;
        border-radius: 50px;
        display: inline-block;
        position: relative;
    }

    .regular-radio:checked + label:after
    {
        content: ' ';
        width: 12px;
        height: 12px;
        border-radius: 50px;
        position: absolute;
        top: 3px;
        background: #99a1a7;
        box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
        text-shadow: 0px;
        left: 3px;
        font-size: 32px;
    }

    .regular-radio:checked + label
    {
        background-color: #e9ecee;
        color: #99a1a7;
        border: 1px solid #adb8c0;
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
    }

        .regular-radio + label:active, .regular-radio:checked + label:active
        {
            box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
        }

.big-radio + label
{
    padding: 16px;
}

.big-radio:checked + label:after
{
    width: 24px;
    height: 24px;
    left: 4px;
    top: 4px;
}

/*Table CSS
.CSSTableGenerator
{
    font-size: 12px;
    padding: 0px 0 10px 0px;
    border-style: none solid solid none;
    border-width: 1px;
    border-color: #666666;
    margin: 0px 0px 0px 0px;
    min-line-height: 28px;
    box-shadow: 10px 10px 5px #888888;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}*/
.id-form table
{
    /*width:95%;*/
    border-style: solid;
    border-width: 1px;
    margin-left: 2%;
    
}
.id-form td
{
    padding: 3px 2px 0px 2px;
}

.id-form td noheight
    {
        padding: 0 0 0px 0;
    }

.id-form th
{
    /*line-height: 28px;
	min-width: 130px;
	padding: 0 0 10px 0;*/
    min-width: 80px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px; /*width: 130px;*/
    /*padding-left: 50px;*/
}
.labelCss {
    height:22px;
    border-style:solid;
    border-width:1px;
    border-color:gray;
    background-color:#DDDDDD;
    padding-top:2px;
    padding-left:2px;
}
.tdRow1
{
    background-color:whitesmoke
}
input[type="text"]:focus{
outline: none;
box-shadow: 0px 0px 5px #61C5FA;
border:4px solid #5AB0DB;
}

input[type="text"]:hover{
border: 4px solid #999;
/*border-radius: 10px;*/
}

input[type="text"]:focus:hover{
outline: none;
box-shadow: 0px 0px 5px #61C5FA;
/*border:4px solid #5AB0DB;*/
border-radius:0;

} 

.Grid {background-color: #fff; margin: 5px 0 10px 0; border: solid 1px #525252; border-collapse:collapse; font-family:Calibri; color: #474747;}
.Grid td {
    padding: 2px 5px 2px 5px;
    border: solid 1px #c1c1c1;
}
.Grid th {
    padding: 4px 2px;
    color: #000000;
    background: #363670 url(Images/grid-header.png) repeat-x top;
    border-left: solid 1px #525252;
    font-size: 12px;
    background: rgba(232,229,232,1);
    background: -moz-linear-gradient(top, rgba(232,229,232,1) 0%, rgba(209,209,209,1) 32%, rgba(209,209,209,1) 68%, rgba(232,229,232,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(232,229,232,1)), color-stop(32%, rgba(209,209,209,1)), color-stop(68%, rgba(209,209,209,1)), color-stop(100%, rgba(232,229,232,1)));
    background: -webkit-linear-gradient(top, rgba(232,229,232,1) 0%, rgba(209,209,209,1) 32%, rgba(209,209,209,1) 68%, rgba(232,229,232,1) 100%);
    background: -o-linear-gradient(top, rgba(232,229,232,1) 0%, rgba(209,209,209,1) 32%, rgba(209,209,209,1) 68%, rgba(232,229,232,1) 100%);
    background: -ms-linear-gradient(top, rgba(232,229,232,1) 0%, rgba(209,209,209,1) 32%, rgba(209,209,209,1) 68%, rgba(232,229,232,1) 100%);
    background: linear-gradient(to bottom, rgba(232,229,232,1) 0%, rgba(209,209,209,1) 32%, rgba(209,209,209,1) 68%, rgba(232,229,232,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e5e8', endColorstr='#e8e5e8', GradientType=0 );
    font-family: Arial, Helvetica, sans-serif;

    /*position:relative;
    overflow:hidden;
    white-space:nowrap;
    margin:0;
    z-index:100;*/
}
.Grid .alt {background: #FFFFCC repeat-x top;}
.Grid .pgr {background: #363670 url(Images/grid-pgr.png) repeat-x top; }
.Grid .pgr table { margin: 3px 0; }
.Grid .pgr td {
    border-width: 0;
    padding: 0 12px 0 12px;
    border-left: solid 1px #666;
    font-weight: bold;
    color: #fff;
    line-height: 12px;
}  
.Grid .pgr a { color: Gray; text-decoration: none; }
.Grid .pgr a:hover
{
    background-color: #FFFFCC;
    text-decoration: none;
   
}
.Grid tr:nth-child(odd) {
    background: #FFFFFF;
    color: #000000;
    text-decoration: none;
    font-size: 14px;
}
.Grid tr:nth-child(even) {
background: rgba(226,226,226,1);
background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(50%, rgba(219,219,219,1)), color-stop(51%, rgba(209,209,209,1)), color-stop(100%, rgba(254,254,254,1)));
background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
background: -o-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
background: linear-gradient(to bottom, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0 );

    color: #000000;
    font-size: 14px;
}
.Grid tr:hover
{
    background-color: #FFFFCC;
    color: blue;
}

/**** GridView TABLE (grdCamera) *******/
table.grdCamera
{
    /* table width */
    min-width:600px;
    width:50%;
}
        
/****TABLE HEADER (headerCamera) *******/
table.grdCamera tr.headerCamera
{
    position:fixed;
    overflow:hidden;
    white-space:nowrap;
    width:50%;
    margin:0;
    z-index:100;
}

/*padding content of 2nd row (it's the 1st data row)*/
table.grdCamera tr:nth-child(2) td
{
    padding-top:40px;
}

table.tableCss {
    background-color: #FFFFFF;
    width: 100%;
    font-family: Calibri;
    font-size: medium;
    color: #000000;
}
table.tableCss thead {
    border-style: solid none solid none;
    border-color: #CC3300;
    border-width: 1px 0px 1px 0px;
    border-radius: 5px; /*background-color: #F2B8A2;*/
    background: #f4d9cb; /* Old browsers */
    background: -moz-linear-gradient(top,  #f4d9cb 1%, #e09372 50%, #e2875d 52%, #f4d9cb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f4d9cb), color-stop(50%,#e09372), color-stop(52%,#e2875d), color-stop(100%,#f4d9cb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f4d9cb 1%,#e09372 50%,#e2875d 52%,#f4d9cb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f4d9cb 1%,#e09372 50%,#e2875d 52%,#f4d9cb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f4d9cb 1%,#e09372 50%,#e2875d 52%,#f4d9cb 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f4d9cb 1%,#e09372 50%,#e2875d 52%,#f4d9cb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4d9cb', endColorstr='#f4d9cb',GradientType=0 ); /* IE6-9 */
    color: black;
}
table.tableCss th {
    border-style: solid none solid none;
    border-color: #CC3300;
    border-width: 1px 0px 1px 0px; /*border-radius: 5px;*/ /*background-color: #F2B8A2;*/
    background: #f4d9cb; /* Old browsers */
    background: -moz-linear-gradient(top,  #f4d9cb 1%, #e09372 50%, #e2875d 52%, #f4d9cb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f4d9cb), color-stop(50%,#e09372), color-stop(52%,#e2875d), color-stop(100%,#f4d9cb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f4d9cb 1%,#e09372 50%,#e2875d 52%,#f4d9cb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f4d9cb 1%,#e09372 50%,#e2875d 52%,#f4d9cb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f4d9cb 1%,#e09372 50%,#e2875d 52%,#f4d9cb 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f4d9cb 1%,#e09372 50%,#e2875d 52%,#f4d9cb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4d9cb', endColorstr='#f4d9cb',GradientType=0 ); /* IE6-9 */
    color: black;
    font-size: medium;
    font-weight: normal;
}
table.tableCss tr:nth-child(odd) {
    background: #FFFFFF;
    color: #000000;
    text-decoration: none;
    font-size: medium;
    border-style: solid none solid none;
    border-color: #CC3300;
    border-width: 1px 0px 1px 0px;
    height:25px;
    padding-right:10px;
}
table.tableCss tr:nth-child(even) {
background: #e88351; /* Old browsers */
background: -moz-linear-gradient(top,  #e88351 0%, #ffffff 47%, #ffffff 65%, #e88351 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e88351), color-stop(47%,#ffffff), color-stop(65%,#ffffff), color-stop(100%,#e88351)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e88351 0%,#ffffff 47%,#ffffff 65%,#e88351 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e88351 0%,#ffffff 47%,#ffffff 65%,#e88351 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e88351 0%,#ffffff 47%,#ffffff 65%,#e88351 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e88351 0%,#ffffff 47%,#ffffff 65%,#e88351 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e88351', endColorstr='#e88351',GradientType=0 ); /* IE6-9 */

    color: #000000;
    font-size: medium;
    border-style: solid none solid none;
    border-color: #CC3300;
    border-width: 1px 0px 1px 0px;
    height:25px;
    padding-right:10px;
}
table.tableCss tr:hover
{
    background-color: #FFFFCC;
    color: blue;
}
table.tableCss td:first-child {
    border-style: solid none solid none;
    border-color: #808080;
    border-width: 1px 0px 1px 0px;
    border-radius: 5px; /*background-color: #F2B8A2;*/
/* IE10+ */ 
background-image: -ms-radial-gradient(left center, ellipse farthest-corner, #FCE7D1 0%, #F18837 50%, #EA650C 51%, #FFFFFF 100%);

/* Mozilla Firefox */ 
background-image: -moz-radial-gradient(left center, ellipse farthest-corner, #FCE7D1 0%, #F18837 50%, #EA650C 51%, #FFFFFF 100%);

/* Opera */ 
background-image: -o-radial-gradient(left center, ellipse farthest-corner, #FCE7D1 0%, #F18837 50%, #EA650C 51%, #FFFFFF 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(radial, left center, 0, left center, 530, color-stop(0, #FCE7D1), color-stop(50, #F18837), color-stop(51, #EA650C), color-stop(100, #FFFFFF));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-radial-gradient(left center, ellipse farthest-corner, #FCE7D1 0%, #F18837 50%, #EA650C 51%, #FFFFFF 100%);

/* W3C Markup */ 
background-image: radial-gradient(ellipse farthest-corner at left center, #FCE7D1 0%, #F18837 50%, #EA650C 51%, #FFFFFF 100%);
    color: black;
    width: 200px;
}
