﻿body {
    background: #F5F5F5;
    font-size: 10pt;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

.numberAlignRight {
    text-align: right;
}

td {
    /*text-align: right;*/
}

input[type="text"] {
    font-size: 10pt;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    border: 1px solid gray;
}

textarea {
    font-size: 10pt;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    border: 1px solid gray;
}

input[type="password"] {
    font-size: 10pt;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    border: 1px solid gray;
}

input[type="submit"] {
    font-size: 10pt;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    border: 1px solid gray;
    padding: 5px 10px 5px 10px;
}

input[type=checkbox],
input[type=radio] {
    font-size: 10pt;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}

select {
    font-size: 10pt;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    border: 1px solid gray;
}

/* button 
---------------------------------------------- */
.button {
    /*zoom: 1;*/ /* zoom and *display = ie7 hack for display:inline-block */
    outline: none;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color: #d9eef7 !important;
    border: solid 1px #0076a3;
    background: #0095cd;
}

    .button:hover {
        text-decoration: none;
        /* default color */
        background: #007ead;
        background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
        background: -moz-linear-gradient(top, #0095cc, #00678e);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
    }

    .button:active {
        position: relative;
        top: 1px;
        /* default color */
        color: #80bed6 !important;
        background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
        background: -moz-linear-gradient(top, #0078a5, #00adee);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
    }

.bigrounded {
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.medium {
    font-size: 12px;
    padding: .4em 1.5em .42em;
}

.small {
    font-size: 11px;
    padding: 0.2em 0.2em 0.2em 0.2em;
}

/* color styles 
---------------------------------------------- */

/* black */
.black {
    color: #d7d7d7 !important;
    border: solid 1px #333;
    background: #333;
    background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
    background: -moz-linear-gradient(top, #666, #000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}

    .black:hover {
        background: #000 !important;
        background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
        background: -moz-linear-gradient(top, #444, #000);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
    }

    .black:active {
        color: #666 !important;
        background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
        background: -moz-linear-gradient(top, #000, #444);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
    }

/* gray */
.gray {
    color: #e9e9e9 !important;
    border: solid 1px #555;
    background: #6e6e6e;
    background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
    background: -moz-linear-gradient(top, #888, #575757);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}

    .gray:hover {
        background: #616161 !important;
        background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
        background: -moz-linear-gradient(top, #757575, #4b4b4b);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
    }

    .gray:active {
        color: #afafaf !important;
        background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
        background: -moz-linear-gradient(top, #575757, #888);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
    }

/* white */
.white {
    color: #606060 !important;
    border: solid 1px #b7b7b7;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
    background: -moz-linear-gradient(top, #fff, #ededed);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}

    .white:hover {
        background: #ededed !important;
        background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
        background: -moz-linear-gradient(top, #fff, #dcdcdc);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
    }

    .white:active {
        color: #999 !important;
        background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
        background: -moz-linear-gradient(top, #ededed, #fff);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
    }

/* orange */
.orange {
    color: #fef4e9 !important;
    border: solid 1px #da7c0c;
    background: #f78d1d;
    background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
    background: -moz-linear-gradient(top, #faa51a, #f47a20);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}

    .orange:hover {
        background: #f47c20 !important;
        background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
        background: -moz-linear-gradient(top, #f88e11, #f06015);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
    }

    .orange:active {
        color: #fcd3a5 !important;
        background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
        background: -moz-linear-gradient(top, #f47a20, #faa51a);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
    }

/* red */
.red {
    color: #faddde !important;
    border: solid 1px #980c10;
    background: #d81b21;
    background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
    background: -moz-linear-gradient(top, #ed1c24, #aa1317);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}

    .red:hover {
        background: #b61318;
        background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
        background: -moz-linear-gradient(top, #c9151b, #a11115);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
    }

    .red:active {
        color: #de898c !important;
        background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
        background: -moz-linear-gradient(top, #aa1317, #ed1c24);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
    }

/* blue */
.blue {
    color: #d9eef7 !important;
    border: solid 1px #0076a3;
    background: #0095cd;
    background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
    background: -moz-linear-gradient(top, #00adee, #0078a5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}

    .blue:hover {
        background: #007ead;
        background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
        background: -moz-linear-gradient(top, #0095cc, #00678e);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
    }

    .blue:active {
        color: #80bed6 !important;
        background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
        background: -moz-linear-gradient(top, #0078a5, #00adee);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
    }

/* rosy */
.rosy {
    color: #fae7e9 !important;
    border: solid 1px #b73948;
    background: #da5867;
    background: -webkit-gradient(linear, left top, left bottom, from(#f16c7c), to(#bf404f));
    background: -moz-linear-gradient(top, #f16c7c, #bf404f);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16c7c', endColorstr='#bf404f');
}

    .rosy:hover {
        background: #ba4b58 !important;
        background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845));
        background: -moz-linear-gradient(top, #cf5d6a, #a53845);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5d6a', endColorstr='#a53845');
    }

    .rosy:active {
        color: #dca4ab !important;
        background: -webkit-gradient(linear, left top, left bottom, from(#bf404f), to(#f16c7c));
        background: -moz-linear-gradient(top, #bf404f, #f16c7c);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf404f', endColorstr='#f16c7c');
    }

/* green */
.green {
    color: #e8f0de !important;
    border: solid 1px #538312;
    background: #64991e;
    background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
    background: -moz-linear-gradient(top, #7db72f, #4e7d0e);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}

    .green:hover {
        background: #538018;
        background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
        background: -moz-linear-gradient(top, #6b9d28, #436b0c);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
    }

    .green:active {
        color: #a9c08c !important;
        background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
        background: -moz-linear-gradient(top, #4e7d0e, #7db72f);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
    }

/* pink */
.pink {
    color: #feeef5 !important;
    border: solid 1px #d2729e;
    background: #f895c2;
    background: -webkit-gradient(linear, left top, left bottom, from(#feb1d3), to(#f171ab));
    background: -moz-linear-gradient(top, #feb1d3, #f171ab);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb1d3', endColorstr='#f171ab');
}

    .pink:hover {
        background: #d57ea5;
        background: -webkit-gradient(linear, left top, left bottom, from(#f4aacb), to(#e86ca4));
        background: -moz-linear-gradient(top, #f4aacb, #e86ca4);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4aacb', endColorstr='#e86ca4');
    }

    .pink:active {
        color: #f3c3d9 !important;
        background: -webkit-gradient(linear, left top, left bottom, from(#f171ab), to(#feb1d3));
        background: -moz-linear-gradient(top, #f171ab, #feb1d3);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f171ab', endColorstr='#feb1d3');
    }

/* Modal Popup CSS - Start*/
.mpBg {
    background-color: Gray;
    /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=30);
	opacity: 0.3;*/
    /* Theoretically for IE 8 & 9 (more valid) */
    /* ...but not required as filter works too */
    /* should come BEFORE filter */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    /* This works in IE 8 & 9 too */
    /* ... but also 5, 6, 7 */
    filter: alpha(opacity=30);
    /* Older than Firefox 0.9 */
    -moz-opacity: 0.3;
    /* Safari 1.x (pre WebKit!) */
    -khtml-opacity: 0.3;
    /* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
    opacity: 0.3;
}

.mp {
    background-color: white;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
}

.mpHd {
    /*background-color:RGB(0,166,82);*/
    background-color: RGB(77,119,162);
    border-color: White;
    border-width: 1px;
    color: White;
    font-weight: bold;
    width: 100%;
    height: 16px;
}

.mpClose {
    text-align: center;
    width: 100%;
}

.mpCloseButton {
    position: absolute;
    right: 4px;
    width: 17px;
    height: 18px;
}

/* Modal Popup CSS - End*/

.PageHeading {
    background-color: #0095cd;
    color: White;
    font-weight: bold;
    font-size: 12pt;
    height: 30px;
    vertical-align: middle;
    text-align: left;
    padding-left: 10px;
}

.PageContent {
    vertical-align: top;
    text-align: left;
    /*float:left;*/
    padding-left: 5px;
    padding-right: 5px;
    min-height: 500px;
    height: 500px;
}

/*-----------------------------------------------------------------------------------------------------------------	
	Class Name				:	dgHeader	
	Purpose					:	Applying the Header row styles to grid view controls throughout the application
-----------------------------------------------------------------------------------------------------------------*/
.dgHeader {
    /*
	background-color: #D6E0E1;
	border: 1px solid #F2F2F2;*/
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    text-decoration: underline;
    color: #555555;
    text-align: left;
    height: 26px;
    background-color: #D8D8D8;
    /*white-space:nowrap; 
	;*/
}
/*-----------------------------------------------------------------------------------------------------------------	
	Class Name				:	dgRow	
	Purpose					:	Applying the normal row styles to grid view controls throughout the application
-----------------------------------------------------------------------------------------------------------------*/
.dgRow {
    /*
	border: 1px solid #F1F3F3;*/
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal; /*background-color: #FFFFFF;*/
    color: #808080;
    padding: 4;
    background-color: #FCFAFA;
    height: 26px;
    text-align: left; /*white-space:nowrap; 
	;*/
}

/*-----------------------------------------------------------------------------------------------------------------	
	Class Name				:	Footer Div Style
	Purpose					:	Applying the Footer style of the empty gridviews
-----------------------------------------------------------------------------------------------------------------*/
.divFooterStyle {
    text-align: right;
    height: 26px;
    border: none;
    vertical-align: middle; /*white-space:nowrap; 
	;*/
}

/*-----------------------------------------------------------------------------------------------------------------	
	Class Name				:	dgAltRow	
	Purpose					:	Applying the alternate row styles to grid view controls throughout the application
-----------------------------------------------------------------------------------------------------------------*/
.dgAltRow {
    /*
	border: 1px solid #EEF0F0;*/
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: #666666;
    height: 26px;
    text-align: left; /*white-space:nowrap; 
	;*/
    /*background-color: #F2F4F4;*/
}
/*-----------------------------------------------------------------------------------------------------------------	
	Class Name				:	dgStyle	
	Purpose					:	Applying the over all styles to grid view controls throughout the application
-----------------------------------------------------------------------------------------------------------------*/
.dgStyle {
    padding: 4px;
    text-align: center;
    border: 1px solid #D3DBDC; /*white-space:nowrap; 
	;*/
}

/*-----------------------------------------------------------------------------------------------------------------	
	Class Name				:	dgSelRow	
	Purpose					:	Applying the selected row styles to grid view controls throughout the application
-----------------------------------------------------------------------------------------------------------------*/
.dgSelRow {
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-style: normal; /*background-color: #C8C8C8;*/
    color: #000000;
    border: 1px solid #D3DBDC;
    background-color: #B8B8C0;
    text-align: left;
    height: 26px; /*white-space:nowrap; 
	;*/
}
/*-----------------------------------------------------------------------------------------------------------------	
	Class Name				:	dgFooter	
	Purpose					:	Applying the footer row styles to grid view controls throughout the application
-----------------------------------------------------------------------------------------------------------------*/
.dgFooter {
    /*border-style: solid;
	border-width: 1px;*/
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    color: #036F82;
    text-align: right;
    height: 26px;
    background-color: #D8D8D8;
    /*background-color: #E0EDE4;*/
    border: 1px solid #D3DBDC; /*white-space:nowrap; 
	;*/
}
/*-----------------------------------------------------------------------------------------------------------------	
	Class Name				:	dgPagerStyle	
	Purpose					:	Applying the pager row styles to grid view controls throughout the application
-----------------------------------------------------------------------------------------------------------------*/
.dgPagerStyle {
    /*border-style: solid;
	border-width: 1px;*/
    border: 1px solid #D3DBDC;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    color: #004488;
    text-align: right;
    height: 26px; /*white-space:nowrap; 
	;*/
    /*background-color: #EBEEEE;*/
}

div.hideSkiplink {
    background-color: rgb(12,38,93);
    width: 100%;
    font-size: 9pt;
    font-weight: bold;
    vertical-align: middle;
    text-align: left;
    float: left;
}

div.menu {
    padding: 1px 0px 4px 4px;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
        z-index: 200000000 !important; /* Setting the control to appear on top of level 0 controls for e.g. report viewer. */
    }

        div.menu ul li {
            z-index: 200000000 !important;
        }

            div.menu ul li ul {
                z-index: 200000000 !important;
            }

            div.menu ul li a, div.menu ul li a:visited {
                background-color: rgb(12,38,93);
                /*border-bottom: 1px solid Yellow;*/
                color: #dde4ec;
                display: block;
                line-height: 15px;
                padding: 4px 10px;
                text-decoration: none;
                white-space: nowrap;
                font-family: verdana;
                font-size: 9pt;
                font-weight: bold;
                z-index: 200000000 !important;
            }

                div.menu ul li a:hover {
                    background-color: #bfcbd6;
                    color: #465c71;
                    text-decoration: none;
                    border-top: 1px solid rgb(226,6,18);
                    border-bottom: 1px solid rgb(226,6,18);
                    z-index: 200000000 !important;
                }

                div.menu ul li a:active {
                    background-color: #465c71;
                    color: #cfdbe6;
                    text-decoration: none;
                    border-top: 1px solid rgb(226,6,18);
                    border-bottom: 1px solid rgb(226,6,18);
                    z-index: 200000000 !important;
                }

.footerTD {
    height: 20px;
    font-size: 11px;
    font-family: Arial,verdana;
    color: #D9DBDC;
    text-decoration: none;
    background-color: #000000;
    text-align: center;
}

.alignRight {
    text-align: right;
}

.GridViewItemStyle {
    white-space: nowrap;
    min-width: 150px;
}

.WrappedLabel {
    white-space: pre; /* CSS 2.0 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3.0 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -hp-pre-wrap; /* HP Printers */
    word-wrap: break-word; /* IE 5+ */
}

.rdlcReport {
    z-index: 0; /* Setting the control to appear below the level 1 controls for e.g. menu items. */
}

.panelAlwaysVisible {
    z-index: 200000000 !important;
}

.fontBoldFalse label {
            font-weight: normal !important;
        }

span label
{
    font-weight:normal;
}

.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination-ys table > tbody > tr > td {
        display: inline;
    }

        .pagination-ys table > tbody > tr > td > a,
        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #dd4814;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #aea79f;
            background-color: #f5f5f5;
            border-color: #dddddd;
            cursor: default;
        }

        .pagination-ys table > tbody > tr > td:first-child > a,
        .pagination-ys table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td:last-child > a,
        .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td > a:hover,
        .pagination-ys table > tbody > tr > td > span:hover,
        .pagination-ys table > tbody > tr > td > a:focus,
        .pagination-ys table > tbody > tr > td > span:focus {
            color: #97310e;
            background-color: #eeeeee;
            border-color: #dddddd;
        }