﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    background: #fff;
    font-size: 9pt;
    font-family: Trebuchet MS;
    margin: 0px;
    padding: 0px;
    color: Black;
}

a:link, a:visited
{
    color: #000;
    text-decoration: none;
}

a:hover
{
    color: #222;
    text-decoration: underline;
}

a:active
{
    color: #222;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #206BA4;
    text-transform: none;
    font-weight: bold;
    margin-bottom: 5px;
}

h1
{
    font-size: 1.5em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 11pt;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
    color: #666666;
}

h4
{
    font-size: 28px;
    color: #fff;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}

hr
{
    border: .05em solid #c4e79a;
}

.hrblack
{
    border: 1px solid #000;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 100%;
    background-color: #FFF;
    margin: 0px auto 0px auto;
    border: 1px solid #c4e79a;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #6b9a33;
    width: 100%;
    border-top: 10px solid #477413;
}

.topMenu
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #c4e79a;
    width: 100%;
    border-bottom: 2px solid #c4e79a;
    color: #477413;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 8px;
    color: #c4e79a;
    border: none;
    line-height: 1.5em;
    font-size: 1.7em;
}

.main
{
    padding: 0px 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
}

.footer
{
    color: #c4e79a;
    text-align: center;
    line-height: normal;
    width: 100%;
    background-color: #6b9a33;
    margin: 0px auto 0px auto;
    border-top: 5px solid #c4e79a;
    border-bottom: 10px solid #477413;
    line-height: 2em;
    font-size: 8pt;
}


/* FORM ELEMENTS   
----------------------------------------------------------*/

select
{
    font-style: regular;
    padding: 3px;
    margin: 2px;
    border: 1px solid #c4e79a;
    border-radius: 0px;
}

select option
{
    background: #c4e79a;
    color: #000;
}

/* MISC  
------------------------------------------------------------------------------------------------------------------------------*/

.clearTop
{
    clear: both;
    height: 200px;
}

.clearBottom
{
    clear: both;
    height: 300px;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}


/*********************************************************** LINK BUTTONS************************/

a.linkButtonLogout:hover
{
    color: red;
    font-style: italic;
    font-weight: bold;
    font-style: italic;
    font-size: 9pt;
}


a.linkButtonLogout:link, a.linkButtonLogout:visited
{
    color: red;
    text-decoration: none;
    font-weight: bold;
    font-style: italic;
    font-size: 9pt;
}



/*---------------------------------------------------------------------green gradient button---------------------------------------------------*/

.green_gradiant_button
{
    border: 2px solid #138526;   
    font-size: 12px;
    font-family: trebuchet MS, sans-serif;
    padding: 5px 8px 5px 8px;
    text-decoration: none;
    display: inline-block;
    text-shadow: 0px 0px 0 rgba(196,231,154,0.3);
    font-weight: bold;
    color: #ffffff;
    background-color: #477413;
    background-image: linear-gradient(to bottom, #477413, #6B9A33);
}

.green_gradiant_button:hover
{
    cursor: pointer;
    color: #c4e79a;
    border: 2px solid #111c05;
    background-color: #2c480c;
    background-image: linear-gradient(to bottom, #2c480c, #507426);
}




/************************************************** TEXTBOX AND POPUP WINDOW***********************************************************************/
.failureNotification
{
    font-size: 8.5pt;
    color: Red;
    font-weight: bold;
}

.greenBorderedTextbox
{
    font-size:9pt;
    height: 18px;
    border: 1px solid #c4e79a;
    color: black;
    width: 98%;
    font-style: normal;   
}

input[type=text]:focus, textarea:focus
{
    box-shadow: 0 0 7px #c4e79a;
    padding: 1px 0px 1px 1px;
    margin: 1px 1px 1px 0px;
}

.myJqueryCalendar
{
    height: 20px;
    border: 1px solid #c4e79a;
    color: black;
    width: 98%;
    font-style: regular;
    border-radius: 4px;
}


.gray_header_table
{
    color: #535353;
    height: 10px;
    border: 1px solid #dadada;
    padding: 5px;
    font-size: 9pt;
    font-weight: bold;
    width: 95%;
    background: url("../images/tab_on.jpg") repeat-x;
}

.gray_header_table_outer
{
    border: 1px Solid #666666;
    width: 100%;
}

.gray_header_table_without_underline
{
    border-top: 1px solid #666666;
    background-color: #e5e5e5;
    color: #535353;
    font-size: 9pt;
    width: 100%;
    padding: 5px;
    font-weight: bold;
    background: url("../images/tab_on.jpg") repeat-x;
}

.green_header_table
{
    background-color: #94c160;
    width: 100%;
    padding: 5px;
    margin: 0px;
    color: #294d00;
    font-variant: small-caps;
    font-size: 10pt;
    font-weight: bold;
}


.green_header_table_outer
{
    border: 1px Solid #6b9a33;
    width: 100%;
    background-color: #fff;
    -moz-box-shadow: 0px 6px 6px #CCC;
    -webkit-box-shadow: 0px 6px 6px #CCC;
    box-shadow: 0px 6px 6px #CCC;
}

.labelWhiteItalic
{
    font-size: 9pt;
    color: #fff;
    font-weight: bold;
    font-style: italic;
}



/********************************************************************** GRIDVIEW *******************************************************************/

.gridViewHeader th
{
    background-color: #477413;
    color: #d1ecb0;
    border: 1px solid #c4e79a;
    padding: 5px;
    text-align: center;
}

.gridViewRow td {
    border: 1px solid #c4e79a;
    padding: 4px;
    text-align: center;
    color: #000;
}

.gridViewRow td table tr td
{
    border: none;
}

.gridViewRowAlternating td
{
    border: 1px solid #c4e79a;
    padding: 4px;
    text-align: center;
    color: #000;
}

.gridViewRowAlternating td table tr td
{
    border: none;
}

.gridViewEmptyDataRow td
{
    background-color: #c4e79a;
    font-weight: bold;
    font-style: italic;
    font-size: 9pt;
    color: #477413;
    text-align: center;
    border: 1px solid #477413;
    padding: 5px;
}

.gridViewSelectedDataRow td
{
    background-color: #FFE375;
    border: 1px solid #477413;
    color: #000;
    font-weight: bold;
    padding: 4px;
    font-style: italic;
}

.gridViewFooterRow td
{
    background-color: #CCCCCC;
    border: 1px solid #4D9AC4;
    color: Red;
    padding: 5px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
}

.gridViewFooterRow td table tr td
{
    border: none;
}


/********************************************************************* MODAL POPUP***************************8*/

.modalBackground
{
    background-color: #ffffff;
    filter: alpha(opacity=90);
    opacity: 0.9;
}

.modalPopupPanel
{
    background-color: #fff;
    -moz-box-shadow: 0px 6px 6px #CCC;
    -webkit-box-shadow: 0px 6px 6px #CCC;
    box-shadow: 0px 6px 6px #CCC;
}


 .modal
{
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 99;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    min-height: 100%;
    width: 100%;
}
.loading
{
    font-size: 12pt;
    color: Red;
    border: 5px solid #fff;
    width: 300px;
    height: 100px;
    display: none;
    position: fixed;
    background-color: White;
    z-index: 999;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


#divSettings
{
    display: none;
    font-size: 10pt;
    font-weight: normal;
    font-family: Trebuchet MS , Arial, Helvetica, sans-serif;
    border: 1px Solid #6b9a33;
    background-color: #fff;
    margin-top: 2px;
    width: 200px;
    position: fixed;
    top: 45px;
    right: 1px;
     box-shadow: 0px 6px 6px #CCC;
}

.AutoExtender
{
    font-size: 9pt;
    font-weight: normal;
    line-height: 20px;
    padding: 5px;
    background-color: #e8e8e8;
    margin-left: 0px;
    margin-top: 2px;
    font-style: italic;
    list-style: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.AutoExtenderList
{
    border-bottom: solid 1px lightgray;
    color: #666666;
}

.AutoExtenderHighlight
{
    color: #000;
    background-color: #e0e0e0;
    font-weight: bold;
    font-style: italic;
    cursor: pointer;
}
