﻿/* DEFAULTS
----------------------------------------------------------*/

body {
    /* background: #b6b7bc;*/
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

.emtymsg {
    font-size: 12px;
    font-style: normal;
    color: gray;
    font-weight: 800;
}

a:link, a:visited {
    color: #034af3;
}

.oppelable {
    text-align: left;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #034af3;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

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;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    width: 1300px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.lpage {
    margin: 0px auto 0px auto;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
    -moz-box-shadow: 0px 0px 10px #aaa;
    -webkit-box-shadow: 0px 0px 10px #aaa;
    -box-shadow: 0px 0px 10px #aaa;
}

    .header h1 {
        border-width: 0px;
        border-style: none;
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9;
        line-height: 2em;
        font-size: 2em;
    }

.main {
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.main2 {
    padding: 0px 0px;
    margin: 0px 0px 0px 0px;
    min-height: 420px;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    color: #808080;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    background-color: #FFFFFF;
    font-weight: normal;
}


/* TAB MENU   
----------------------------------------------------------

div.hideSkiplink
{
    background-color: #FFFFFF;
    width: 100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;h
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}
*/

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 220px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 220px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.menuLine {
    display: block;
    background-color: #6699FF;
    height: 12px;
}

.loginDisplay a:link {
    color: white;
}

.loginDisplay a:visited {
    color: white;
}

.loginDisplay a:hover {
    color: white;
}

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}



/* CSS BUTTON  START HERE */
a.cssSubmitButton {
    font-size: 12px;
    background: #fff no-repeat 4px 5px;
    display: inline-block;
    padding: 5px 20px 6px;
    color: #333;
    border: 1px solid #ccc;
    text-decoration: none;
    font-weight: bold;
    line-height: 1.2em;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-box-shadow: 0 1px 3px #999;
    -webkit-box-shadow: 0 1px 3px #999;
    position: relative;
    cursor: pointer;
    outline: none;
}

    a.cssSubmitButton:visited {
    }

    /* hightlight the button on mouse over */
    a.cssSubmitButton:hover {
        border: 1px solid #333;
    }

.TDLable {
    margin: 0;
    font-family: tahoma, arial, helvetica, sans-serif;
    text-align: left;
    background-color: #E3EAEB;
    color: #000000;
}

.TDMandatory {
    margin: 0;
    font-family: tahoma, arial, helvetica, sans-serif;
    text-align: left;
    background-color: #E3EAEB;
    color: #000000;
}

.TDContent {
    margin: 0;
    font-family: tahoma, arial, helvetica, sans-serif;
    text-align: left;
}

.TableContent {
    background-position: 0px 0px;
    border-style: none;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
    border-spacing: 0px;
}

    .TableContent td {
        padding: 3px 3px 3px 3px;
    }

table {
    background-position: center;
    font: normal 12px 'Trebuchet MS', Verdana, Arial;
    text-align: center;
    vertical-align: top;
}

td {
    padding: 3px 3px 3px 6px;
}

.sideHeading {
    font: normal bold 1.0em/1em Tahoma;
    margin: 0;
    padding: 0;
    border-top: solid #e7ce00 Medium;
    border-bottom: dotted #e7ce00 thin;
    color: #000080;
    border-top-color: #CAE8EA;
    border-bottom-color: #CAE8EA;
    text-align: left;
}

.TextboxFocus {
    border-left: 4px solid #3366FF;
    border-style: solid;
    border-width: 1px 1px 1px 4px;
    border-color: #0000FF;
    background-color: #FFFF99;
}
/* Maser page content Starts*/

/*SmartSearchControl StyleSheet*/
.ac_results {
    padding: 0px;
    border: 1px solid black;
    background-color: white;
    overflow: hidden;
    z-index: 99999;
    text-align: left;
}

    .ac_results ul {
        width: 100%;
        list-style-position: outside;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .ac_results li {
        margin: 0px;
        padding: 2px 5px;
        cursor: default;
        display: block; /*  	if width will be 100% horizontal scrollbar will apear  	when scroll mode will be used 	*/ /*width: 100%;*/
        font: menu;
        font-size: 12px; /*  	it is very important, if line-height not setted or setted  	in relative units scroll will be broken in firefox 	*/
        line-height: 16px;
        overflow: hidden;
    }

.ac_loading {
    background: white url( 'indicator.gif' ) right center no-repeat;
}

.ac_odd {
    background-color: #eee;
}

.ac_over {
    background-color: #0A246A;
    color: white;
}

/* smart search style sheet ends */


.SmartTextDiv {
    width: 280px; /*follow your image's size*/
    height: 10px; /*follow your image's size*/
    padding: 0px;
    margin: 0px;
    position: relative; /*important*/
    display: inline;
}

.TextBox {
    border: 1px solid #CCCCCC;
    padding: 4px 4px 4px 2px; /*important*/
    top: 0px;
    left: 1px;
    width: 156px;
    height: 15px;
    vertical-align: middle;
}

    .TextBox:focus {
        border-left: 4px solid #3366FF;
        border-style: solid;
        border-width: 1px 1px 1px 4px;
        border-color: #0000FF;
        background-color: #FFFF99;
    }

.SmartText {
    border: 1px solid #CCCCCC;
    background: #FFFFFF url(../images/search.png) no-repeat 4px 4px;
    padding: 4px 4px 4px 22px; /*important*/
    top: 0px;
    left: 1px;
    width: 156px;
    height: 15px;
    vertical-align: middle;
}

    .SmartText:focus {
        border-left: 4px solid #3366FF;
        border-style: solid;
        border-width: 1px 1px 1px 4px;
        border-color: #0000FF;
        background-color: #FFFF99;
    }

.LoadST {
    border: 1px solid #CCCCCC;
    background: #999999 url(../images/STLoad.gif) no-repeat 4px 4px;
    padding: 4px 4px 4px 22px; /*important*/
    top: 0px;
    left: 1px;
    width: 156px;
    height: 15px;
    vertical-align: middle;
}

.ac_loading {
    border: 1px solid #CCCCCC;
    background: #999999 url(../images/STLoad.gif) no-repeat 4px 4px;
    padding: 4px 4px 4px 22px; /*important*/
    top: 0px;
    left: 1px;
    width: 256px;
    height: 20px;
    vertical-align: middle;
}

.SmartTextDel {
    border: 0px; /*important*/
    background-color: transparent; /*important*/ /*important*/
    top: 0px;
    width: 27px;
    height: 27px;
    vertical-align: middle;
}

.SmartTextDelS {
    border: 0px; /*important*/
    background-color: transparent; /*important*/ /*important*/
    top: 0px;
    width: 27px;
    height: 27px;
    vertical-align: middle;
}

.SmartTextDiv2 {
    height: 40px; /*follow your image's size*/
    padding: 0px;
    margin: 0px;
    position: relative; /*important*/
}


.SmartText2 {
    background: #FFFFFF url(../images/search.png) no-repeat 4px 4px;
    padding: 4px 4px 4px 22px;
    position: absolute;
    border: 1px solid #CCCCCC;
    width: 105px;
    top: 0px;
    left: 1px;
    height: 20px;
}

.SmartTextDel2 {
    border: 1px solid #CCCCCC;
    top: 1px;
    left: 106px;
    height: 20px;
    position: absolute;
}

.tableCenter {
    border: 1px solid #800000;
    position: absolute;
    left: 42%;
    top: 140px;
    margin-left: -50px;
    vertical-align: top;
}

.errorlabel {
    margin: 0;
    font-family: tahoma, arial, helvetica, sans-serif;
    text-align: left;
    color: #FF0000;
}

.HighlightLable {
    font-family: verdana;
    background-color: #FFFF00;
    font-weight: bold;
}

.TDLeft {
    padding: 5px;
    margin: 0px;
    border: 1px solid #FFFFFF;
    text-align: left;
    background-color: #FFFFFF;
    font-family: verdana;
    font-size: 12px;
    font-variant: normal;
    color: #800000;
    cursor: pointer;
    font-weight: bold;
    width: 180px;
}

.TDLeftSelect {
    border: 1px solid #800000;
    text-align: left;
    background-color: #800000;
    color: #FFFFFF;
    font-variant: normal;
    font-weight: bold;
    font-family: verdana;
    font-size: 12px;
    cursor: pointer;
    padding: 5px;
    margin: 0px;
    width: 180px;
}

.TDLeft:hover {
    border: 1px solid #0000FF;
    text-align: left;
    background-color: #800000;
    color: #FFFFFF;
    font-variant: normal;
    font-weight: bold;
    font-family: verdana;
    font-size: 12px;
    cursor: pointer;
    padding: 5px;
    margin: 0px;
    width: 180px;
}

.TotalDiv {
    position: static;
    width: 99%;
}

.LeftDiv {
    position: absolute;
    width: 12%;
    float: left;
    vertical-align: top;
    text-align: left;
}

.RightDiv {
    border: thin ridge #800000;
    position: absolute;
    right: 9px;
    width: 86%;
    float: right;
    vertical-align: top;
    text-align: left;
}

.TableS2 {
    background-position: 0px 0px;
    padding: 0px;
    margin: 0px;
    margin-right: 0px;
    border-collapse: collapse;
    border-spacing: 0px;
}

div.pagination {
    padding: 3px;
    margin: 3px;
}

    div.pagination a {
        padding: 2px 5px 2px 5px;
        margin: 2px;
        border: 1px solid #AAAADD;
        text-decoration: none; /* no underline */
        color: #000099;
    }

        div.pagination a:hover, div.pagination a:active {
            border: 1px solid #000099;
            color: #000;
        }

    div.pagination span.current {
        padding: 2px 5px 2px 5px;
        margin: 2px;
        border: 1px solid #000099;
        font-weight: bold;
        background-color: #000099;
        color: #FFF;
    }

    div.pagination span.disabled {
        padding: 2px 5px 2px 5px;
        margin: 2px;
        border: 1px solid #EEE;
        color: #DDD;
    }


/*----------------- JQuery CSS Menu-------*/
/*.box
{
    margin-top: 129px;
    height: 30px;
    width: 100%;
    position: relative;
    background: #fff url(click.png) no-repeat 380px 180px;
    -moz-box-shadow: 0px 0px 10px #aaa;
    -webkit-box-shadow: 0px 0px 10px #aaa;
    -box-shadow: 0px 0px 10px #aaa;
}-*/
.box {
    /* height: 30px;
    -moz-box-shadow: 0px 0px 0px #aaa;
    -webkit-box-shadow: 0px 0px 0px #aaa;
    -box-shadow: 0px 0px 0px #aaa;
     For IE 8
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=1, Color='#aaa')";
	/* For IE 5.5 - 7 
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=1, Color='#aaa');*/
}

ul.ldd_menu {
    margin: 0px;
    padding: 0;
    display: block;
    height: 40px;
    background-color: #4b6c9e;
    list-style: none;
    font-family: "Trebuchet MS", sans-serif;
    border-top: 0px solid #EF593B;
    border-bottom: 1px solid #EF593B;
    border-left: 10px solid #D04528;
    z-index: 200000;
    border-top-color: #4b6c9e;
    border-bottom-color: #4b6c9e;
    border-left-color: #4b6c9e; /* For IE 8
    -moz-box-shadow: 0px 3px 4px #591E12;
    -webkit-box-shadow: 0px 3px 4px #591E12;
    -box-shadow: 0px 3px 4px #591E12;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=1, Color='#591E12')"; /* For IE 5.5 - 7
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=1, Color='#591E12'); */
}

    ul.ldd_menu a {
        text-decoration: none;
    }

    ul.ldd_menu > li {
        float: left;
        position: relative;
        vertical-align: middle;
    }
/*  Red : #4b6c9e */
.DefultBG {
    background-color: #669999;
    color: #FFFFFF;
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: #4b6c9e;
}

.RedBG {
    background-color: #FF0000;
    color: White;
}

.YellowBG {
    background-color: #FFFF66;
    color: Black;
}

.GreenBG {
    background-color: #33CC33;
    color: White;
}

.GreyBG {
    background-color: #555555;
    color: White;
}

.DBButtonHeading {
    font-weight: bold;
    width: 220px;
    text-align: center;
    height:75px;
}

ul.ldd_menu > li > span {
    float: left;
    height: 40px;
    line-height: 40px;
    cursor: default;
    padding: 0px 20px;
    text-shadow: 0px 0px 1px #fff;
    border-right: 1px solid #DF7B61;
    border-left: 1px solid #C44D37;
    z-index: 200000;
    border-right-color: #4B6C9E;
    border-left-color: #354D6F;
    vertical-align: middle;
}

ul.ldd_menu .ldd_submenu {
    position: absolute;
    top: 40px;
    width: 310px;
    display: none;
    opacity: 0.95;
    left: 0px;
    font-size: 10px;
    background: #373753;
    border-top: 1px solid #EF593B;
    ` -moz-box-shadow: 0px 3px 4px #591E12 inset;
    -webkit-box-shadow: 0px 3px 4px #591E12 inset;
    -box-shadow: 0px 3px 4px #591E12 inset;
    z-index: 200000;
    vertical-align: top;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=1, Color='#591E12')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=1, Color='#591E12');
    border: 1px solid #FFFFFF; /* For IE 8 */
    /* For IE 5.5 - 7 */
}








a.ldd_subfoot {
    background-color: #f0f0f0;
    color: #444;
    display: block;
    clear: both;
    padding: 15px 20px;
    text-transform: uppercase;
    font-family: Arial, serif;
    font-size: 12px;
    text-shadow: 0px 0px 1px #fff;
    -moz-box-shadow: 0px 0px 2px #777 inset;
    -webkit-box-shadow: 0px 0px 2px #777 inset;
    -box-shadow: 0px 0px 2px #777 inset;
    z-index: 200000;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=1, Color='#777')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=1, Color='#777');
}

ul.ldd_menu ul {
    list-style: none;
    float: left;
    border-left: 1px solid #DF7B61;
    margin: 20px 0px 10px 30px;
    padding: 10px;
    z-index: 200000;
    border-left-style: none;
}

li.ldd_heading {
    font-family: Georgia, serif;
    font-size: 13px;
    font-style: italic;
    color: #FFB39F;
    text-shadow: 0px 0px 1px #B03E23;
    padding: 0px 0px 10px 0px;
}

ul.ldd_menu ul li a {
    font-family: Tahoma;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 1px 3px;
    z-index: 200000;
    font-weight: bold;
}

ul.ldd_menu ul li {
    width: 150px;
    position: relative;
    list-style-type: none;
    float: left;
}

ul.ldd_menu li a {
    font-family: Arial, serif;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    padding: 1px 3px;
    z-index: 200000;
    line-height: 40px;
    padding: 0px 20px;
    font-family: "Trebuchet MS", sans-serif;
    text-shadow: 0px 0px 1px #fff;
    text-align: left;
}

    ul.ldd_menu li a:hover {
        -moz-box-shadow: 0px 0px 2px #333;
        -webkit-box-shadow: 0px 0px 2px #333;
        box-shadow: 0px 0px 2px #333;
        background: #AF412B;
        z-index: 200000;
    }

ul.ldd_menu ul li a:hover {
    -moz-box-shadow: 0px 0px 2px #333;
    -webkit-box-shadow: 0px 0px 2px #333;
    box-shadow: 0px 0px 2px #333;
    background: #AF412B;
    z-index: 200000;
}

.GreenCircle {
    border-radius: 50%/50%;
    width: 20px;
    height: 20px;
    background: #009933;
}

.GreenRect {
    background: #009933;
    height: 10px;
    width: 30px;
    float: right;
    vertical-align: middle;
    margin-top: 4px;
    text-align: left;
}

.RedCircle {
    border-radius: 50%/50%;
    width: 20px;
    height: 20px;
    background: #FF0000;
}

.RedRect {
    background: #FF0000;
    height: 10px;
    width: 30px;
    float: right;
    vertical-align: middle;
    margin-top: 4px;
    text-align: left;
}

.YellowCircle {
    border-radius: 50%/50%;
    width: 20px;
    height: 20px;
    background: #FFFF00;
}

.YellowRect {
    background: #FFFF00;
    height: 10px;
    width: 30px;
    float: right;
    vertical-align: middle;
    margin-top: 4px;
    text-align: left;
}

.GreyCircle {
    border-radius: 50%/50%;
    width: 20px;
    height: 20px;
    background: #191919;
}

.GreyRect {
    background: #555555;
    height: 10px;
    width: 30px;
    float: right;
    vertical-align: middle;
    margin-top: 4px;
    text-align: left;
}

.DBClass {
    width: 220px;
    float: left;
    text-align: center;
}

.divSide {
    margin: 1%;
    padding: 0;
    float: left;
    vertical-align: middle;
    width: 255px;
    text-align: left;
}

.left {
    float: left;
    width: 20px;
    text-align: left;
}

.right {
    float: left;
    width: 230px;
    vertical-align: middle;
    text-align: left;
}

.shadow {
    -moz-box-shadow: 3px 3px 4px #808080;
    ;
    -webkit-box-shadow: 3px 3px 4px #808080;
    ;
    box-shadow: 3px 3px 4px #808080;
    ; /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#808080')"; /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=' #808080');
    width: 300px;
    height: 300px;
    float: left;
    padding-top: 20px;
    border-radius: 10px;
}

.shadowGrid {
    -moz-box-shadow: 3px 3px 4px #808080;
    ;
    -webkit-box-shadow: 3px 3px 4px #808080;
    ;
    box-shadow: 3px 3px 4px #808080;
    ; /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#808080')"; /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=' #808080');
    height: 300px;
    float: left;
    padding-top: 20px;
    border-radius: 10px;
}

.PDLable {
    font-weight: bold;
    font-size: small;
}

.pagination {
    line-height: 26px;
}

.shadow1 {
    -moz-box-shadow: 3px 3px 4px #808080;
    ;
    -webkit-box-shadow: 3px 3px 4px #808080;
    ;
    box-shadow: 3px 3px 4px #808080;
    ; /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#808080')"; /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=' #808080');
    width: 300px;
    height: 470px;
    float: left;
    padding-top: 20px;
    border-radius: 10px;
}

.shadow2 {
    -moz-box-shadow: 3px 3px 4px #808080;
    ;
    -webkit-box-shadow: 3px 3px 4px #808080;
    ;
    box-shadow: 3px 3px 4px #808080;
    ; /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#808080')"; /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=' #808080');
    width: 250px;
    height: 470px;
    float: left;
    padding-top: 20px;
    border-radius: 10px;
}

.shadowGrid1 {
    -moz-box-shadow: 3px 3px 4px #808080;
    ;
    -webkit-box-shadow: 3px 3px 4px #808080;
    ;
    box-shadow: 3px 3px 4px #808080;
    ; /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#808080')"; /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=' #808080');
    height: 440px;
    float: left;
    padding-top: 20px;
    border-radius: 10px;
}

.shadowGrid {
    -moz-box-shadow: 3px 3px 4px #808080;
    ;
    -webkit-box-shadow: 3px 3px 4px #808080;
    ;
    box-shadow: 3px 3px 4px #808080;
    ; /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#808080')"; /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=' #808080');
    height: 300px;
    float: left;
    padding-top: 20px;
    border-radius: 10px;
}

.PDLable {
    font-weight: bold;
    font-size: small;
}

.pagination {
    line-height: 26px;
}

    .pagination span {
        padding: 5px;
        border: solid 1px #477B0E;
        text-decoration: none;
        white-space: nowrap;
        background: #547B2A;
    }

    .pagination a,
    .pagination a:visited {
        text-decoration: none;
        padding: 6px;
        white-space: nowrap;
    }

        .pagination a:hover,
        .pagination a:active {
            padding: 5px;
            border: solid 1px #9ECDE7;
            text-decoration: none;
            white-space: nowrap;
            background: #486694;
        }

/* OPPE Settings && Report Design */
.fieldSetDetails {
    margin-left: 10px;
    float: left;
    width: 180px;
    height: 150px;
    padding: 0px;
    text-align: left;
    margin-top: 2px;
}

    .fieldSetDetails legend {
        padding: 0px;
    }

    .fieldSetDetails ul {
        text-align: left;
        list-style: none;
        float: left;
        padding: 5px;
    }

    .fieldSetDetails li {
        outline-style: none;
    }

.rptInclude {
    float: left;
    padding-right: 50px;
    padding-bottom: 2px;
    margin-bottom: 2px;
}

    .rptInclude ul {
        text-align: left;
        list-style: none;
        float: left;
        padding: 5px;
        margin-top: 5px;
    }

    .rptInclude li {
        outline-style: none;
    }





/*
	Todd Motto Labs
	URL: www.toddmotto.com
*/

/*------------------------------------*\
   Clickable Dropdown
\*------------------------------------*/


.click-nav {
    width: 200px;
    float:left;
 
}

    .click-nav ul {
        font-weight: 900;
    }

        .click-nav ul li {
            position: relative;
            list-style: none;
            cursor: pointer;
        }

            .click-nav ul li ul {
                position: absolute;
                left: 0;
                right: 0;
            }

        .click-nav ul .clicker {
            /*background: #2284B5;*/
            /*color: #FFF;*/
        }

            .click-nav ul .clicker:hover,
            .click-nav ul .active {
                /*background: #196F9A;*/
            }

    .click-nav img {
        position: absolute;
        top: 9px;
        left: 12px;
    }

    .click-nav ul li a {
    transition: background-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    display: block;
    padding: 8px 10px 8px 40px;
    background: url("images/ui-bg_glass_85_dfeffc_1x400.png") repeat-x scroll 50% 50% #DFEFFC;
    color: #003399;
    text-decoration: none;
}

        .click-nav ul li a:hover {
            /*background:  #4b6c9e;*/
        }
    /* Fallbacks */
    .click-nav .no-js ul {
        display: none;
    }

    .click-nav .no-js:hover ul {
        display: block;
    }

}