/* Minification failed. Returning unminified contents.
(1567,31): run-time error CSS1038: Expected hex color, found '#98CEEA '
(4509,23): run-time error CSS1038: Expected hex color, found '#98CEEA '
(5465,35): run-time error CSS1046: Expect comma, found '0'
(5465,39): run-time error CSS1046: Expect comma, found '/'
(5465,66): run-time error CSS1046: Expect comma, found '0'
(5465,70): run-time error CSS1046: Expect comma, found '/'
 */
/*
 * qTip2 - Pretty powerful tooltips - v3.0.3
 * http://qtip2.com
 *
 * Copyright (c) 2016 
 * Released under the MIT licenses
 * http://jquery.org/license
 *
 * Date: Wed May 11 2016 10:31 GMT+0100+0100
 * Plugins: tips modal viewport svg imagemap ie6
 * Styles: core basic css3
 */
.qtip {
    position: absolute;
    left: -28000px;
    top: -28000px;
    display: none;
    max-width: 280px;
    min-width: 50px;
    font-size: 10.5px;
    line-height: 12px;
    direction: ltr;
    box-shadow: none;
    padding: 0;
}

.qtip-content {
    position: relative;
    padding: 5px 9px;
    overflow: hidden;
    text-align: left;
    word-wrap: break-word;
}

.qtip-titlebar {
    position: relative;
    padding: 5px 35px 5px 10px;
    overflow: hidden;
    border-width: 0 0 1px;
    font-weight: bold;
}

    .qtip-titlebar + .qtip-content {
        border-top-width: 0 !important;
    }

/* Default close button class */
.qtip-close {
    position: absolute;
    right: -9px;
    top: -9px;
    z-index: 11; /* Overlap .qtip-tip */
    cursor: pointer;
    outline: medium none;
    border: 1px solid transparent;
}

.qtip-titlebar .qtip-close {
    right: 4px;
    top: 50%;
    margin-top: -9px;
}

* html .qtip-titlebar .qtip-close {
    top: 16px;
}
/* IE fix */

.qtip-titlebar .ui-icon,
.qtip-icon .ui-icon {
    display: block;
    text-indent: -1000em;
    direction: ltr;
}

.qtip-icon, .qtip-icon .ui-icon {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
}

    .qtip-icon .ui-icon {
        width: 18px;
        height: 14px;
        line-height: 14px;
        text-align: center;
        text-indent: 0;
        font: normal bold 10px/13px Tahoma,sans-serif;
        color: inherit;
        background: transparent none no-repeat -100em -100em;
    }

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
.qtip-focus {
}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.qtip-hover {
}

/* Default tooltip style */
.qtip-default {
    border: 1px solid #F1D031;
    background-color: #FFFFA3;
    color: #555;
}

    .qtip-default .qtip-titlebar {
        background-color: #FFEF93;
    }

    .qtip-default .qtip-icon {
        border-color: #CCC;
        background: #F1F1F1;
        color: #777;
    }

    .qtip-default .qtip-titlebar .qtip-close {
        border-color: #AAA;
        color: #111;
    }


/*! Light tooltip style */
.qtip-light {
    background-color: white;
    border-color: #E2E2E2;
    color: #454545;
}

    .qtip-light .qtip-titlebar {
        background-color: #f1f1f1;
    }


/*! Dark tooltip style */
.qtip-dark {
    background-color: #505050;
    border-color: #303030;
    color: #f3f3f3;
}

    .qtip-dark .qtip-titlebar {
        background-color: #404040;
    }

    .qtip-dark .qtip-icon {
        border-color: #444;
    }

    .qtip-dark .qtip-titlebar .ui-state-hover {
        border-color: #303030;
    }


/*! Cream tooltip style */
.qtip-cream {
    background-color: #FBF7AA;
    border-color: #F9E98E;
    color: #A27D35;
}

    .qtip-cream .qtip-titlebar {
        background-color: #F0DE7D;
    }

    .qtip-cream .qtip-close .qtip-icon {
        background-position: -82px 0;
    }


/*! Red tooltip style */
.qtip-red {
    background-color: #F78B83;
    border-color: #D95252;
    color: #912323;
}

    .qtip-red .qtip-titlebar {
        background-color: #F06D65;
    }

    .qtip-red .qtip-close .qtip-icon {
        background-position: -102px 0;
    }

    .qtip-red .qtip-icon {
        border-color: #D95252;
    }

    .qtip-red .qtip-titlebar .ui-state-hover {
        border-color: #D95252;
    }


/*! Green tooltip style */
.qtip-green {
    background-color: #CAED9E;
    border-color: #90D93F;
    color: #3F6219;
}

    .qtip-green .qtip-titlebar {
        background-color: #B0DE78;
    }

    .qtip-green .qtip-close .qtip-icon {
        background-position: -42px 0;
    }


/*! Blue tooltip style */
.qtip-blue {
    background-color: #E5F6FE;
    border-color: #ADD9ED;
    color: #5E99BD;
}

    .qtip-blue .qtip-titlebar {
        background-color: #D0E9F5;
    }

    .qtip-blue .qtip-close .qtip-icon {
        background-position: -2px 0;
    }


.qtip-shadow {
    -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .qtip-rounded .qtip-titlebar {
        -moz-border-radius: 4px 4px 0 0;
        -webkit-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
    }

/* Youtube tooltip style */
.qtip-youtube {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 3px #333;
    -moz-box-shadow: 0 0 3px #333;
    box-shadow: 0 0 3px #333;
    color: white;
    border: 0 solid transparent;
    background: #4A4A4A;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,black));
    background-image: -webkit-linear-gradient(top,#4A4A4A 0,black 100%);
    background-image: -moz-linear-gradient(top,#4A4A4A 0,black 100%);
    background-image: -ms-linear-gradient(top,#4A4A4A 0,black 100%);
    background-image: -o-linear-gradient(top,#4A4A4A 0,black 100%);
}

    .qtip-youtube .qtip-titlebar {
        background-color: #4A4A4A;
        background-color: rgba(0,0,0,0);
    }

    .qtip-youtube .qtip-content {
        padding: .75em;
        font: 12px arial,sans-serif;
        filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
    }

    .qtip-youtube .qtip-icon {
        border-color: #222;
    }

    .qtip-youtube .qtip-titlebar .ui-state-hover {
        border-color: #303030;
    }


/* jQuery TOOLS Tooltip style */
.qtip-jtools {
    background: #232323;
    background: rgba(0, 0, 0, 0.7);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
    background-image: -moz-linear-gradient(top, #717171, #232323);
    background-image: -webkit-linear-gradient(top, #717171, #232323);
    background-image: -ms-linear-gradient(top, #717171, #232323);
    background-image: -o-linear-gradient(top, #717171, #232323);
    border: 2px solid #ddd;
    border: 2px solid rgba(241,241,241,1);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 12px #333;
    -moz-box-shadow: 0 0 12px #333;
    box-shadow: 0 0 12px #333;
}

    /* IE Specific */
    .qtip-jtools .qtip-titlebar {
        background-color: transparent;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
    }

    .qtip-jtools .qtip-content {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
    }

    .qtip-jtools .qtip-titlebar,
    .qtip-jtools .qtip-content {
        background: transparent;
        color: white;
        border: 0 dashed transparent;
    }

    .qtip-jtools .qtip-icon {
        border-color: #555;
    }

    .qtip-jtools .qtip-titlebar .ui-state-hover {
        border-color: #333;
    }


/* Cluetip style */
.qtip-cluetip {
    -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
    background-color: #D9D9C2;
    color: #111;
    border: 0 dashed transparent;
}

    .qtip-cluetip .qtip-titlebar {
        background-color: #87876A;
        color: white;
        border: 0 dashed transparent;
    }

    .qtip-cluetip .qtip-icon {
        border-color: #808064;
    }

    .qtip-cluetip .qtip-titlebar .ui-state-hover {
        border-color: #696952;
        color: #696952;
    }


/* Tipsy style */
.qtip-tipsy {
    background: black;
    background: rgba(0, 0, 0, .87);
    color: white;
    border: 0 solid transparent;
    font-size: 11px;
    font-family: 'Lucida Grande', sans-serif;
    font-weight: bold;
    line-height: 16px;
    text-shadow: 0 1px black;
}

    .qtip-tipsy .qtip-titlebar {
        padding: 6px 35px 0 10px;
        background-color: transparent;
    }

    .qtip-tipsy .qtip-content {
        padding: 6px 10px;
    }

    .qtip-tipsy .qtip-icon {
        border-color: #222;
        text-shadow: none;
    }

    .qtip-tipsy .qtip-titlebar .ui-state-hover {
        border-color: #303030;
    }


/* Tipped style */
.qtip-tipped {
    border: 3px solid #959FA9;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #F9F9F9;
    color: #454545;
    font-weight: normal;
    font-family: serif;
}

    .qtip-tipped .qtip-titlebar {
        border-bottom-width: 0;
        color: white;
        background: #3A79B8;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
        background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
        background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
        background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
        background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
    }

    .qtip-tipped .qtip-icon {
        border: 2px solid #285589;
        background: #285589;
    }

        .qtip-tipped .qtip-icon .ui-icon {
            background-color: #FBFBFB;
            color: #555;
        }


/**
 * Twitter Bootstrap style.
 *
 * Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
 * Does not work with IE 7.
 */
.qtip-bootstrap {
    /** Taken from Bootstrap body */
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    /** Taken from Bootstrap .popover */
    padding: 1px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

    .qtip-bootstrap .qtip-titlebar {
        /** Taken from Bootstrap .popover-title */
        padding: 8px 14px;
        margin: 0;
        font-size: 14px;
        font-weight: normal;
        line-height: 18px;
        background-color: #f7f7f7;
        border-bottom: 1px solid #ebebeb;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
    }

        .qtip-bootstrap .qtip-titlebar .qtip-close {
            /**
			 * Overrides qTip2:
			 * .qtip-titlebar .qtip-close{
			 *   [...]
			 *   right: 4px;
			 *   top: 50%;
			 *   [...]
			 *   border-style: solid;
			 * }
			 */
            right: 11px;
            top: 45%;
            border-style: none;
        }

    .qtip-bootstrap .qtip-content {
        /** Taken from Bootstrap .popover-content */
        padding: 9px 14px;
    }

    .qtip-bootstrap .qtip-icon {
        /**
		 * Overrides qTip2:
		 * .qtip-default .qtip-icon {
		 *   border-color: #CCC;
		 *   background: #F1F1F1;
		 *   color: #777;
		 * }
		 */
        background: transparent;
    }

        .qtip-bootstrap .qtip-icon .ui-icon {
            /**
			 * Overrides qTip2:
			 * .qtip-icon .ui-icon{
			 *   width: 18px;
			 *   height: 14px;
			 * }
			 */
            width: auto;
            height: auto;
            /* Taken from Bootstrap .close */
            float: right;
            font-size: 20px;
            font-weight: bold;
            line-height: 18px;
            color: #000000;
            text-shadow: 0 1px 0 #ffffff;
            opacity: 0.2;
            filter: alpha(opacity=20);
        }

            .qtip-bootstrap .qtip-icon .ui-icon:hover {
                /* Taken from Bootstrap .close:hover */
                color: #000000;
                text-decoration: none;
                cursor: pointer;
                opacity: 0.4;
                filter: alpha(opacity=40);
            }


/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar {
    filter: none;
    -ms-filter: none;
}


.qtip .qtip-tip {
    margin: 0 auto;
    overflow: hidden;
    z-index: 10;
}

/* Opera bug #357 - Incorrect tip position
	https://github.com/Craga89/qTip2/issues/367 */
x:-o-prefocus, .qtip .qtip-tip {
    visibility: hidden;
}

    .qtip .qtip-tip,
    .qtip .qtip-tip .qtip-vml,
    .qtip .qtip-tip canvas {
        position: absolute;
        color: #123456;
        background: transparent;
        border: 0 dashed transparent;
    }

        .qtip .qtip-tip canvas {
            top: 0;
            left: 0;
        }

        .qtip .qtip-tip .qtip-vml {
            behavior: url(#default#VML);
            display: inline-block;
            visibility: visible;
        }


#qtip-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

    /* Applied to modals with show.modal.blur set to true */
    #qtip-overlay.blurs {
        cursor: pointer;
    }

    /* Change opacity of overlay here */
    #qtip-overlay div {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: black;
        opacity: 0.7;
        filter: alpha(opacity=70);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    }


.qtipmodal-ie6fix {
    position: absolute !important;
}

/* --------------------------------- *
 *	Styles - Main                     *
 * --------------------------------- */

/*---------- Reset ----*/
/* html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;
}*/

input[type="text"], input[type="password"], input[type="search"], select, input[type="file"], textarea
{
    border: 0;
    border: 1px solid #ABADB3;
    color: #515151;
    font-size: 12px;
}

a:hover, a:active
{
    outline: none;
    text-decoration: none;
}

html
{
    /*overflow-y: scroll;*/
    /*overflow-x: hidden !important;*/
    overflow: auto;
}

ol, ul
{
    list-style: none;
    padding: 0;
    margin: 1em 0 1em 0;
}

q:before, q:after,
blockquote:before, blockquote:after
{
    content: "";
}

html > body
{ /*overflow-y: scroll;*/
    text-align: left !important;
}
/*\*/ *html .wrapper
{
    margin: 0 auto 0 10%;
}
/**/
/*\*/ *html .wrapper
{
    overflow-x: hidden;
}
/**/
input, select, button, option, optgroup
{
    font-family: 'Arial';
}

textarea
{
    overflow: auto;
    background: #fff;
}

select[multiple]
{
    height: 100px;
    font-size: 12px;
    color: #515151;
    font-weight: normal;
}

button::-moz-focus-inner
{
    border: 0;
    padding: 0;
}

header, footer, hgroup, nav, section
{
    display: block;
}

html
{
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

button,
input,
select,
textarea
{
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
}

    /*button,
input {
    *overflow: visible;
    line-height: normal;
}*/

    input[type='button'], input[type='submit'], button
    {
        padding: 5px 20px 5px 20px;
        /*min-width: 70px;*/
        height: auto;
        text-align: center;
        font-size: 12px;
        /* color: #000036; */
		
		color: #fff !important;
		background-color: #3276b1 !important;
        border-color: #285e8e !important;
    }

        button::-moz-focus-inner,
        input::-moz-focus-inner
        {
            padding: 0;
            border: 0;
        }

textarea
{
    overflow: auto;
    vertical-align: top;
}

.clearfix
{
    *zoom: 1;
}

.clearfixForReportDownload
{
    *zoom: 1;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus
{
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted;
    /* IE6-9 */
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="submit"]:focus, input[type="button"]:focus, button:focus
{
    border-color: #FF6600;
    outline: 0;
    /*outline: thin dotted;*/
    /* IE6-9 */
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(245, 160, 31, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(245, 160, 31, 0.6);
    /*box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(245, 160, 31, 0.6);*/
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075), inset 0px 0 8px rgba(245, 160, 31, 0.6);
}

input[type="radio"],
input[type="checkbox"]
{
    margin: 4px 3px 0 0;
    margin-top: 1px;
    margin-top: 0px\0/IE8+9;
    *margin-top: 0;
    line-height: normal;
    font-size: 12px;
    color: #515151;
    font-weight: normal;
    cursor: pointer;
    vertical-align: top;
    vertical-align: middle\0/IE8+9;
}

h1, h2, h3,
h4, h5, h6
{
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1
{
    font-size: 2em;
}

h2
{
    font-size: 1.75em;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

fieldset
{
    background: none;
    border: medium none;
    margin: 0;
    padding: 0;
}
/*----------------------------------------------------------------------------------------------------*/
body
{
    margin: 0;
    text-align: center;
    font-family: Arial;
    font-weight: normal;
    font-size: 14px!important;
    color: #515151;
    background: #fff;
    /*overflow: visible;*/
}

/*-- Header --*/
.content-wrapper
{
    margin: 0 auto;
    padding: 0 10px 0 10px;
    /*position: relative;*/
    text-align: left;
    width: auto;
    /*border: 1px solid;*/
}

.rel_position
{
    position: relative;
}

.wrapper-pad
{
    padding: 0px;
    /*min-height: 80px;*/
    width: auto;
    margin: 0 auto;
}


.main-content
{
    padding-top: 20px;
}

header
{
    background: #fff;
}

    header .wrapper-pad
    {
        border-bottom: 1px solid #ccc;
    }

.email
{
    margin: 0 0 0 16px;
}

#logo
{
    /*padding: 16px 16px 22px 0;*/
    padding: 0 16px 0px 0;
    border: 0 none;
    position: relative;

    left: 0px;
    top: 0px;
    overflow: hidden;
}

    #logo img
    {
        width: 150px;
        height: 60px;
		margin-Top: -10px;
    }

.navInbox
{
    border-top: solid 1px #ccc;
    border-bottom: 0;
    border-right: solid 1px #ccc;
    border-color: #ccc;
    width: 100%;
}

.tblwidth
{
    width: 100%;
}

.navInbox .td1
{
    width: 26%;
    /*height: 25px;*/
}

.navInbox .td2
{
    text-align: center;
    width: 32%;
}

.navInbox .td3
{
    text-align: center;
    width: 1%;
}

.navInbox .td4
{
    text-align: center;
    width: 25%;
}

.navInbox .td5
{
    text-align: center;
    width: 41%;
}

.navInbox .td6
{
    width: 26%;
}

.navInbox .td7
{
    width: 42%;
    text-align: left;
}

.navInbox .td8
{
    width: 58%;
}

.navInbox .td9
{
    width: 4%;
}

.navInbox .td10
{
    width: 38%;
}

.navInbox .td11
{
    width: 2%;
}

.navInbox .td4 img
{
    cursor: pointer;
}

.darkBlueBg
{
    background-color: #2995d2;
}

td.darkBlueBg
{
    height: 30px;
    vertical-align: middle;
}

.logout
{
    font-size: 12px;
    text-decoration: underline;
    color: #fff !important;
    float: right;
    margin-right: 30px;
    padding-top: 3px;
}

.hide
{
    display: none;
}

.whiteLtrSmall
{
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-weight: bold;
    text-align: right;
}

.links_dualrole, .menu a.links_dualrole
{
    font-size: 11px !important;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff !important;
    font-weight: bold !important;
}

.flot-left
{
    display: block;
    text-align: center;
    width: 100%;
}

.float-left
{
    float: left !important;
}

.float-right
{
    float: right !important;
}

.center
{
    text-align: center!important;
}

.txtright
{
    text-align: right!important;
}

.txtleft
{
    text-align: left!important;
}

.justify
{
    text-align: justify !important;
}

a:focus
{
    outline: none !important;
}

/*-- content --*/
header, footer, hgroup, nav, section
{
    display: block;
}

.outerContainer
{
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 100%;
    word-wrap: break-word;
    padding: 10px 0 0;
}

.leftPanel
{
    position: absolute;
    width: 25%;
    height: auto;
    float: left;
}

.rightPanel
{
    position: absolute;
    width: 75%;
    height: auto;
    float: right;
}

.login_block
{
    width: 400px;
    margin: 0 auto;
    border: 1px solid #999;
    padding: 15px;
    color: #716F73;
    /*margin: 99px auto;*/
    margin: 85px auto;
    background: #f5f5f5;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	background-color:white;
}

    .login_block label
    {
        font-weight: bold;
        color: #716F73;
         width: 90px;
        display: inline-block;
    }

    .login_block fieldset > div
    {
        margin-bottom: 12px;
        text-align: left;
        margin-left: 25px;
    }

.restlbl label
{
    width: 125px !important;
}

.btnlogin
{
    width: 100px;
    height: 25px;
    color: #716F73;
    margin-right: 10px;
    cursor: pointer;
}

.forgot_link, .login_block a
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    text-decoration: underline;
    color: #716F73 !important;
    margin-left: -40px;
    display: block;
    text-align: center;
}

.clear
{
    clear: both;
}

.clearfix:after
{
    clear: both;
}

.clearfix:before, .clearfix:after
{
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix
{
    zoom: 1;
    clear: both;
}

/*--Input Fields --*/
.fldLabel
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: #333333;
    text-align: right;
}

input[type="text"], input[type="password"]
{
    min-width: 110px;
    height: 25px;
    text-align: left;
    font-size: 12px;
    color: #515151;
    font-weight: normal;
    text-indent: 5px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly]
{
    cursor: not-allowed;
    /*background-color: #eeeeee;*/
}

select, input[type="file"]
{
    height: 30px;
    line-height: 30px;
}

.input-mini
{
    width: 60px;
}

.input-small
{
    width: 90px;
}

.input-medium
{
    width: 180px;
}

.input-large
{
    width: 210px !important;
}

.input-xlarge
{
    width: 270px;
}

.input-xxlarge
{
    width: 530px;
}

/*-- Select --*/
select
{
    padding: 4px 6px;
    padding: 4px 6px 4px 0px\0/IE8+9;
    font-size: 12px;
    color: #515151;
    font-weight: normal;
    vertical-align: middle;
    /*border-color: #ABADB3;*/
    outline: none;
}

.select-medium
{
    width: 60px;
}

.select-large
{
    width: 140px;
}

.select-xlarge
{
    width: 220px;
}

.InputRight_Indicator
{
    background: url("../images/img_instructions.png") no-repeat scroll 0 0 transparent;
    vertical-align: top;
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 15px;
}

/*-- Data Grid --*/
.inbox_outerBorder
{
    border: 1px solid #ccc;
    width: 100%;
    border-collapse: collapse;
    height: 100%;
}

.inbox_outerBorder
{
    height: auto;
    min-height: 100%;
}

.inboxLeftCol
{
    width: 18%;
    vertical-align: top;
    /*padding: 0 10px 0 10px;*/
    border: 1px solid #ccc;
    min-width: 250px;
}

.inboxdiv_width
{
    width: 219px !important;
}

.inboxdiv_widthForReportDownload
{
    width:94% !important; /*219px !important;*/
}


.inboxRightCol
{
    /*width: 82%;*/
    width: 100%;
    vertical-align: top;
    /*padding-bottom: 20px;*/
    height: 100%;
    overflow: visible;
    background: #f5f5f5;
}

.bius_grid, table#result1, .bius_grid.empsearch
{
    position: relative;
    border: 1px solid #ccc;
    margin: 5px 0 5px 0;
    /*font-family: Arial;*/
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    width: 100%;
    border-collapse: collapse;
    /*table-layout: fixed;*/
}


#inboxTable
{
    width: 100% !important;
}

.bius_grid, .bius_grid th, .bius_grid td
{
    border: 1px solid #ccc;
}

    table#result1, table#result1 th, table#result1 td, .bius_grid.empsearch, .bius_grid.empsearch th, .bius_grid.empsearch td
    {
        border: 1px solid #ccc;
    }

        table#result1 thead tr th a, .bius_grid.empsearch thead tr th a
        {
            color: #fff !important;
        }

.leftTblNavmenu, .leftTblNavmenu th, .leftTblNavmenu td
{
    border: 1px solid #ccc;
}

.bius_grid_header, table#result1 thead tr, .bius_grid.empsearch thead tr
{
    background-color: #2995d2;
    color: #FFFFFF;
}

.gridh_white
{
    background-color: #F5F5F5;
    border-color: #F5F5F5 !important;
}

.bius_grid tr th
{
    width: auto;
    /*padding: 0 5px 0 5px;*/
    height: 30px;
    text-align: center;
}

.bius_grid1 tr th
{
    width: auto;
    /*padding: 0 5px 0 5px;*/
    height: 30px;
    text-align: center;
}

    .bius_grid tr th label, .bius_grid1 tr th label
    {
        margin: 0 !important;
        float: none !important;
    }

.bius_grid_header td
{
    padding: 5px;
    text-align: center;
}

.bius_grid_header a
{
    color: #fff;
}

.bius_grid_row
{
    background-color: #FFFFFF;
}

.bius_grid tr td
{
    color: #333333;
    vertical-align: top;
}

.bius_grid_row a
{
}

.bius_grid_footer
{
    background-color: #e4e4e4;
    color: #fff;
}

    .bius_grid_footer td
    {
        padding: 3px 5px;
    }

    .bius_grid_footer a, .bius_grid_footer span
    {
        color: #fff;
    }

/*-- Table --*/

.Leftmargin10
{
    margin-left: 10px;
}

.Leftmargin20
{
    margin-left: 20px;
}

.Leftmargin15
{
    margin-left: 15px;
}

.Btmmargin15
{
    margin-bottom: 15px;
}

.Btmmargin10
{
    margin-bottom: 10px;
}

.btpadd10
{
    padding-bottom: 10px !important;
}

.top10
{
    margin-top: 10px !important;
}

.top25
{
    margin-top: 25px !important;
}

.topmargin15
{
    margin-top: 15px;
}

.no-margin
{
    margin: 0 !important;
}

#inboxTable_wrapper > div
{
    margin-top: 10px;
}

/*-- Tabs --*/
.leftTblNavmenu
{
    color: #333333;
    font-weight: bold;
    border: 1px solid #ccc;
    border-collapse: collapse;
    border-right-style: none;
    width: 100%;
    margin-bottom: 100px;
}

    .leftTblNavmenu td
    {
        padding: 8px;
        text-align: left;
        color: #fff;
        border-right-style: none;
    }

        .leftTblNavmenu td a
        {
            color: #fff !important;
            font-family: Arial;
            font-size: 12px;
            text-decoration: none !important;
            display: block;
            height: 100%;
        }

        .leftTblNavmenu td.normal
        {
            background: rgba(0,135,205,0.4);
            background-color: #98CEEA\0/;
            color: #FFFFFF;
            border-color: #fff;
        }

        .leftTblNavmenu td.selected
        {
            background-color: #F5A01F !important;
            color: #FFFFFF;
            border-color: #fff;
        }

.Activity_rightblock
{
    /*width: 75%;*/
    width: 90%;
    /*position: relative;*/
    margin-left: 50px;
    height: 100%;
    /*top: 10px;*/
}

.Activity_contentHeading
{
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: #000036;
    text-align: center;
    padding-bottom: 20px;
}

/*.Act_divLeft label {
    margin-right:30px;
    text-align: right;
    float: right;
}*/

.hcpsum_page
{
    width: 50%;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-collapse: collapse;
    padding: 10px;
}

    .Act_divLeft label, .Activity_rightblock li .tblwidth, .lbluser_mangement, .pay_hcpLeft label, .originatorfld, .hcpsum_page li div.Act_divLeft
    {
        font-family: Arial;
        font-size: 12px;
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
        color: #515151;
    }

.Activity_rightblock li div
{
    float: left;
}

.Act_divLeft
{
    width: 35%;
    text-align: right;
}

.Act_divRight
{
    width: 65%;
}

.pay_hcpLeft
{
    width: 50%;
}

.pay_hcpRight
{
    width: 50%;
}


.Activity_rightblock ul li
{
    margin-bottom: 15px;
}


li.clearfix div.tblwidth
{
    text-align: center;
}

li.clearfixForReportDownload div.tblwidth
{
    text-align: center;
}

.Activity_rightblock input[type="text"], .inboxRightCol input[type="text"],
.inboxRightCol input[type="email"], .inboxRightCol input[type="tel"], .HCPSearch input[type="text"]
{
    height: 23px;
    padding: 0;
    margin: 0;
    width: 198px;
    line-height: normal;
    border: 1px solid #ABADB3;
    outline: none;
}

.Activity_rightblock select, .inboxRightCol select, .originatorTable select, .HCPSearch select
{
    width: 200px;
    border: 1px solid #ABADB3;
    outline: none;
}

.Activity_rightblock textarea, .inboxRightCol textarea
{
    padding: 0;
    margin: 0;
    width: 198px;
    height: 150px;
    overflow: auto;
    border: 1px solid #ABADB3;
    outline: none;
}

/*.Activity_textbox {
    width: 180px;
    height: 25px;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}*/

/*.Activity_selectbox {
    width: 328px;
    height: 22px;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}*/

.Activity_listbox1, .Business_assessment textarea
{
    /*width: 328px;*/
    height: 100px;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}

.Activity_listbox2
{
    /*width: 268px;*/
    height: 100px;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}

.Activity_rightblock img
{
    margin-left: 4px;
    vertical-align: top;
}

.noborder
{
    border: 0 !important;
}

.no-float, #DeckDocuments, #DeckDocuments > div
{
    float: none !important;
}

.no-padd
{
    padding: 0;
}

.top_padd10
{
    padding-top: 10px;
}

.disableAnchorTag
{
    color: gray;
}

.upload_Bsadvise_width > div
{
    width: 505px\0/IE8+9;
}

.linkelement
{
    color: blue;
    cursor: pointer;
    text-decoration: underline;
    width: 150px;
    font-size: 12px;
}

.linkelement_ApproverAop
{
    color: blue;
    cursor: pointer;
    text-decoration: underline;
    font-size: 12px;
}

a:link, a:active
{
    color: blue;
    cursor: pointer;
    text-decoration: underline;
    font-size: 12px;
    /*font-weight:normal;*/
}

.linkKeydocs
{
    color: blue;
    cursor: pointer;
    text-decoration: underline;
    width: auto;
}

.linkUnderline
{
    text-decoration: underline;
}

.header_sorting, .SortHeader
{
    cursor: pointer;
    text-decoration: underline;
}


/* Main Header Tabs --*/
div.header_tabs
{
    margin: 0 !important;
    width: 560px;
}

.header_tabs ul
{
    margin: 0 0 0 -3px;
    padding: 0;
}

    .header_tabs ul li
    {
        clear: none;
        cursor: pointer;
        float: left;
        list-style: none outside none;
        margin: 0 5px 0 0 !important;
        height: 29px;
        /*padACng-top: 23px;*/
        text-align: center;
        font-family: Arial;
        font-size: 12px;
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
        color: #999999;
        width: 94px;
        vertical-align: middle;
        display: inline-block;
        line-height: 33px;
    }

.tab_normal
{
    background: url("../images/header_tab_normal.png") no-repeat scroll 0 0 transparent;
    color: #999999;
}

.tab_selected
{
    background: url("../images/header_tab_selected.png") no-repeat scroll 0 0 transparent !important;
    color: #FFFFFF !important;
}

/*-- For Screeing Tabs --*/
div.screening_tabs
{
    margin: 0 !important;
    width: auto;
    padding-top: 10px;
}

.screening_tabs ul
{
    margin: 0px;
    padding: 0;
}

    .screening_tabs ul li
    {
        clear: none;
        cursor: pointer;
        float: left;
        list-style: none outside none;
        margin: 0 5px 0 0 !important;
        height: 29px;
        text-align: center;
        font-family: Arial;
        font-size: 12px;
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
        color: #999999;
        min-width: 94px;
        vertical-align: middle;
        display: inline-block;
        line-height: 33px;
        border: 1px solid #ccc;
        border-bottom: 0px;
        border-radius: 6px 6px 0 0;
        padding: 0 5px 0 5px;
    }

.tab_screening_normal
{
    background: none;
    color: #999999;
}

.tab_screening_selected
{
    background: #000 !important;
    color: #FFFFFF !important;
}

.Screening_tab_box
{
    border: 1px solid #ccc;
    padding: 0 10px 10px 10px;
    border-radius: 0px 5px 5px 5px;
    -webkit-border-radius: 0px 5px 5px 5px;
    -moz-border-radius: 0px 5px 5px 5px;
}

/*-- Admin view tabs --*/
.AdminNavTabs
{
    margin: 0 auto;
    min-height: 32px;
    width: 100%;
}

.outer
{
    border: 1px solid #797979;
    border-radius: 4px;
}

.Round_Corner
{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.AdminNavTabs ul li
{
    background: #2995d2;
    border: 1px solid #F5A01F;
    cursor: pointer;
    list-style: none outside none;
    margin: 0 auto;
    /*min-height: 32px;*/
    margin-bottom: 6px;
    text-align: center;
    width: auto;
    color: #333;
}

    .AdminNavTabs ul li input[type="button"], .AdminNavTabs ul li input[type="submit"]
    {
        background: #2995d2;
        border: 0 !important;
        padding: 0px !important;
        vertical-align: middle;
        display: inline-block;
        line-height: 28px;
        font-weight: bold;
        cursor: pointer;
        width: 98%;
        color: #fff !important;
    }

.Create_RequestImg
{
    background: url("../images/img_create_request.gif") no-repeat scroll 3% 50% #2995d2 !important;
}

.AdminNavTabs ul li p
{
    text-align: center;
}


.RequestLinksForReportDownload
{
    margin: 0 auto;
    min-height: 32px;
    width: 100%;
}

    .RequestLinksForReportDownload ul li
    {
        cursor: pointer;
        list-style: none outside none;
        margin: 0 auto;
        /*min-height: 32px;*/
        margin-bottom: 6px;
        text-align: center;
        width: auto;
        color: #333;
        padding: 7px 0 7px 0px;
    }

.Req_SelectedForReportDownload
{
    background-color: #f4f4f4 !important;
    border: 1px solid #797979;
    /*border-left: 0 none;
    border-right: 0 none;*/
    font-weight: bold;
}

.RequestLinks ul li div
{
    float: left;
    text-indent: 0px;
}


.RequestLinks
{
    margin: 0 auto;
    min-height: 32px;
    width: 100%;
}

    .RequestLinks ul li
    {
        cursor: pointer;
        list-style: none outside none;
        margin: 0 auto;
        /*min-height: 32px;*/
        margin-bottom: 6px;
        text-align: center;
        width: auto;
        color: #333;
        padding: 7px 0 7px 0px;
    }

.Req_Selected
{
    background-color: #f4f4f4 !important;
    border: 1px solid #797979;
    border-left: 0 none;
    border-right: 0 none;
    font-weight: bold;
}

.RequestLinks ul li div
{
    float: left;
    text-indent: 0px;
}

.request_images
{
    background: url("../images/img_requests.png") no-repeat scroll left center;
    display: inline-block;
}

.all_request
{
    background-position: 7px 0;
    width: 12px;
    height: 12px;
}

.img_approved
{
    background-position: 7px -62px;
    width: 13px;
    height: 13px;
}

.img_rejected
{
    background-position: 3px -127px;
    width: 22px;
    height: 22px;
}

.incomplete_request
{
    background-position: 7px -197px;
    width: 10px;
    height: 15px;
}

.submitted
{
    background-position: 7px -262px;
    width: 16px;
    height: 20px;
}

.update_req
{
    background-position: 7px -332px;
    width: 13px;
    height: 13px;
}

.appcount_normal
{
    background: url("../images/approve_count_normal.png") no-repeat scroll left center transparent;
    text-align: center;
    height: 16px;
}

.appcount_normal
{
    height: 17px\0/IE8+9;
}

    .appcount_normal span
    {
        font-family: Arial;
        font-size: 10px;
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
        color: #333333;
        text-align: center;
    }

.reqwidth1
{
    width: 13%;
}

.reqwidth2
{
    width: 77%;
    text-align: left;
    text-indent: 8px;
}

.reqwidth2ForReportDownload
{
    width: 77%;
    text-align: left;
    text-indent: 8px;
}

.reqwidth3
{
    width: 10%;
}

/*-- Buttons --*/
.errormsg
{
    color: #FD5F36;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    margin: 0;
    text-align: left;
}

.boldfont
{
    font-weight: bold;
}

/*-- Temp class dont use this--*/
#login
{
    color: #005480 !important;
    font-size: 1em !important;
    font-weight: bold;
    margin: 0 0 12px !important;
    text-align: center !important;
}

#login
{
    display: block;
    font-size: 0.85em;
    margin: 0 0 10px;
    text-align: right;
}

header .content-wrapper
{
    padding-top: 14px;
}
/*-- Temp class--*/

footer
{
    clear: both;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    padding-top: 5px;
    padding-bottom: 10px;    
    width: 100%;
}

    footer a
    {
        text-decoration: none !important;
        color: #2993CE !important;
    }

    footer .wrapper-pad
    {
        margin: 0;
        padding: 10px 0 10px 0;        
        text-align: center;
    }

/* styles for validation helpers */
.field-validation-error
{
    color: #e80c4d;
    font-weight: bold;
	margin-top:5px;
	font-size: 12px !important;
}

.field-validation-valid
{
    display: none;
}

input.input-validation-error
{
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error
{
    border: 0 none;
}

.validation-summary-errors
{
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid
{
    display: none;
}

/*-- For Dropdown Menu box -- */
.menu-container
{
    margin: 0 7px 0 7px;
}

.menu
{
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

    .menu ul
    {
        list-style: none outside none;
        margin: 0;
        padding: 0;
        position: absolute;
        left: -9999px;
        margin-left: -191px;
        /*top: 25px !important;*/
        top: 0px;
    }

    .menu #adminMenu
    {
        margin-left: -40px;
        top: 21px;
        display: block;
    }

    .menu ul ul
    {
        margin-left: 0px;
        margin-top: 0px;
    }

    .menu a
    {
        font-family: Arial;
        font-size: 12px;
        font-weight: bold;
        background: black;
        background-color: white;
        border: 1px solid Silver;
        color: #333333 !important;
        display: block;
        margin: 0;
        padding-left: 5px !important;
        padding-right: 0px !important;
        padding-bottom: 3px !important;
        padding-top: 3px !important;
        text-decoration: none;
    }

    .menu .menu-icon
    {
        position: relative;
        width: 16px;
        height: 16px;
        margin: 0px 0px 0px 0px;
    }

    .menu li.menu-root > a
    {
        border-left: 0 !important;
        border-right: 0 !important;
        border-top: 1px solid transparent !important;
        border-bottom: 1px solid transparent !important;
        background: transparent !important;
    }

    .menu li
    {
        float: left;
        display: block;
        width: 250px;
    }

        .menu li.has-children > a
        {
            background-position: 130px center;
            width: auto !important;
            line-height: normal !important;
            margin: 0;
        }

            .menu li.has-children > a > img
            {
                margin-right: 5px;
                vertical-align: middle;
            }

        .menu li:hover
        {
            position: relative;
            z-index: 100;
            display: block;
        }

            .menu li:hover > a
            {
                background-color: #E6E6E6;
                border-color: Silver;
                color: black;
            }

            .menu li:hover > ul
            {
                left: -20px;
                top: 26px;
                z-index: -1;
            }

            .menu li:hover li:hover > ul
            {
                left: 150px;
                top: 0px;
            }

.menu-current
{
    background-color: silver !important;
}

.menu-root
{
    width: auto !important;
}


.submenu
{
    top: 0px !important;
    left: 249px !important;
}
/*-- End dropdwon menu --*/

.FreeTexttable
{
    margin-top: 5px;
    float: right;
}

    .FreeTexttable img
    {
        border: 0 none !important;
    }

    .FreeTexttable tr td
    {
        height: 25px;
        vertical-align: top;
    }

        .FreeTexttable tr td input
        {
            margin: 0;
            padding: 3px 3px 2px 3px;
            vertical-align: top;
            width: 150px;
            height: auto;
        }

.dataTables_length, .dataTables_search
{
     color: #333;
       font-size: 12px;
       font-weight: bold;
       border-color: #999;
}

.jHtmlArea, .jHtmlArea div
{
    width: 100% !important;
}

    .jHtmlArea iframe
    {
        width: 85% !important;
        height: 100% !important;
    }

.EmailTemplateTable td input[type='text'], .EmailTemplateTable td input[type='email']
{
    width: 330px !important;
}

.Hcp_block
{
    width: 100%;
    height: 100%;
    top: 10px;
}

/*.Hcp_block li div {
    float: left;
}*/

.Fld_leftCenter
{
    width: 35%;
    float: left;
}

.Fld_rightCenter
{
    width: 60%;
    float: left;
}

.Fld_rightCenter2
{
    width: 60%;
    float: left;
}


.FldNom_leftCenter
{
    width: 35%;
    float: left;
}

.FldNom_rightCenter
{
    /*width: 49%;*/
    width: 60%;
    float: left;
}

.Fld_leftCenter label
{
    text-align: right !important;
}

.Act_divLeft label, /*.Act_divRight label,*/ .Fld_leftCenter label, .pay_hcpLeft label, .pay_hcpRight label
{
    margin-right: 30px;
    float: right;
    text-align: right;
}

.Act_divLeft span
{
    position: relative;
    right: 30px;
}

.Tblwidth1
{
    width: 30%;
}

.Tblwidth2
{
    width: 60%;
}

.Tblwidth3
{
    width: 64%;
}

.Tblwidth4
{
    width: 59%;
}

.Tblwidth5
{
    width: 60%;
}

.Tblwidth6
{
    width: 70% !important;
}

.Tblwidth_Consult_Service
{
    width: 70%;
}

.Tblwidth_ActiveExp
{
    width: 80%;
}

.Hcp_block li
{
    margin-bottom: 15px;
}

    .Hcp_block li div.Fld_leftCenter, .Hcp_block li div.FldNom_leftCenter, .Hcp_block li div.FldNom_leftCenter label, div.Fld_leftCenter label
    {
        font-family: Arial;
        font-size: 12px;
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
        color: #515151;
    }

    .Hcp_block li div.Fld_rightCenter, .Hcp_block li div.FldNom_rightCenter
    {
        color: #000;
        font-weight: normal;
    }

    .Hcp_block li table.bius_grid
    {
        margin: 0 auto;
    }

        .Hcp_block li table.bius_grid th
        {
            height: 20px;
        }

    .Hcp_block li table.bius_grid
    {
        margin: 0 auto;
    }


.calendar
{
    width: 60%;
    height: auto;
    margin: 0 auto;
}

.legend
{
    color: #333;
    font-weight: bold;
    float: right;
}

    .legend div
    {
        float: left;
        margin-right: 12px;
    }

.legend_approved
{
    background-image: url('../images/legend_approved.png');
    width: 26px;
    height: 26px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}

.legend_proposed
{
    background-image: url('../images/legend_proposed.png');
    width: 26px;
    height: 26px;
    margin-right: 3px;
    display: inline-block;
    vertical-align: middle;
}

.legend_past
{
    background-image: url('../Images/legend_past.png');
    width: 26px;
    height: 26px;
    margin-right: 3px;
    display: inline-block;
    vertical-align: middle;
}


.fmv_addservice
{
    /*width: 228px;*/
}

    .fmv_addservice li
    {
        width: 208px !important;
        margin-top: 10px !important;
        float: right;
    }

    .fmv_addservice input
    {
        padding: 1px 6px !important;
    }

.propRole
{
    float: none;
    margin: 0;
    max-width: 330px;
}

    .propRole li
    {
        /*width: 94px;*/
        width: auto;
        float: left;
        margin: 0 10px 0 0;
        width: auto\0/IE8+9;
    }

        .propRole li span
        {
            vertical-align: middle\0/IE8+9;
        }

        .propRole li input[type="checkbox"]
        {
            margin-right: 5px;
        }

.tbltop
{
    margin-top: 80px !important;
}

.tbltop2
{
    margin-top: 20px !important;
}

.tbltop3
{
    margin-top: 10px !important;
}

.tbltop4
{
    margin-top: 15px !important;
}

#tbodyCompensation > tr > td:first-child, #tbodyContractCompensation > tr > td:first-child, .firstcolColor, .app_summary
{
    background-color: #2995d2;
    color: #FFFFFF !important;
    min-width: 85px;
}

.tbladviseTip
{
    float: right;
    vertical-align: top;
    position: relative;
    right: 220px;
    top: -105px;
}

.tbladviseBtn
{
    text-align: center !important;
    margin: 0 auto;
    float: none !important;
}

    .tbladviseBtn input
    {
        margin-bottom: 5px;
    }

.tbladvise input[type='text']
{
    width: 80% !important;
    /*width: auto !important;*/
}

.tbladv_td1
{
    width: 30% !important;
}

.tbladv_td2
{
    width: 20% !important;
}

.tbladv_td3
{
    width: 30% !important;
}

.tbladv_td4
{
    width: 20% !important;
}


.tblcaption
{
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: #333333;
    text-align: center;
    margin-bottom: 5px;
}

.AddCR
{
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: #333333;
}

.RemoveCR
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: #FF0000;
}

.SelectedCRRow
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    background: #D9ECFF;
}

fieldset legend
{
    width: 100%;
    text-align: center;
}

.errorCheckbox
{
    width: 20px;
    height: 20px;
    border: 1px solid red;
    margin-top: -1px;
}

.SearchP_td1
{
    width: 10%;
}

.SearchP_td2
{
    width: 40%;
}

.tdlabel
{
    text-align: right;
    font-weight: bold;
}

.Activity_rightblock h1, .Activity_rightblock h2
{
    text-align: center;
}

.tbldocument_commentSheading
{
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: #333333;
}

.SortHeader
{
    color: blue;
    cursor: pointer;
    width: auto;
}

.pageUrlStyle
{
    color: blue;
    font-family: bold;
    text-align: center;
    display: block;
}

.CrNameClick
{
    color: blue;
    cursor: pointer;
    text-decoration: underline;
    width: 150px;
}

.checkbox_fld
{
    float: none !important;
    display: inline-block;
}

.fldcontract_template, .file_upload
{
    float: none !important;
    text-align: center !important;
}

    .fldcontract_template textarea
    {
        width: 619px;
        min-height: 170px;
        margin: 0 auto;
    }

.no-margin_float
{
    float: none !important;
    margin: 0 auto;
}

.subdiv > div
{
    float: none !important;
    text-align: center !important;
}

.wdtdiv_cont
{
    width: 55%;
}

.wdtdiv_cont2
{
    width: 66%;
    padding-top: 10px;
    left: 17px;
    position: relative;
}

.buildcontract select
{
    width: 95%;
}

.divBtnGen
{
    float: right !important;
    margin-top: 10px;
}

.W9Docs, .W9Docs > div
{
    float: none !important;
    margin: 0 auto;
}

.automargin
{
    margin: 0 auto;
}

.no-margin_float table tr td
{
    text-align: left;
}

.buildcontract table > tr > td:first-child
{
    text-align: center;
}

.tblfld_block
{
    width: 100%;
    text-align: center;
}

.fldtd1
{
    width: 30%;
    text-align: left;
}

.fldtd2
{
    width: 70%;
    text-align: left;
}

.contract_signeFlds
{
    border: 1px solid #ccc;
    padding: 5px;
    margin: 15px 0 15px 0;
    width: 66%;
    margin: 0 auto;
}

.box_docupload
{
    border: 1px solid #ccc;
    padding: 15px 5px 15px 5px;
}

.bius_grid tr td input[type="text"]
{
    width: 95%;
}

.divbtn_block
{
    width: 100%;
    float: none;
    text-align: right !important;
}

.compInput input
{
    min-width: 60px;
    width: 60px !important;
}

.approver_checklist
{
    width: 60%;
    margin: 0 auto;
}

.text_checklist
{
    float: right;
    width: 95%;
    line-height: 18px;
}

.btntd
{
    width: 33%;
}

.chk_errorfld
{
    float: none !important;
    display: inline-block;
    vertical-align: middle;
}

.vtop
{
    vertical-align: top !important;
}

.vmiddle
{
    vertical-align: middle !important;
}

.Admin_option_padd
{
    padding: 0 10px 0 10px;
}

.btnmain .btn_block1
{
    width: 50%;
}

.btnmain .btn_block2
{
    width: 50%;
}

.btnmain .btn_block3
{
    width: 33%;
}

.btnmain .btn_block4
{
    width: 25%;
}


.Right_BtnPanel
{
    position: relative;
    /*position: absolute !important;*/
    width: 100% !important;
    bottom: 5px;
    padding-top: 10px;
    text-align: center;
    margin-top: 50px !important;
}

.DocUpload_height .Right_BtnPanel1
{
    height: auto;
    position: absolute;
    vertical-align: bottom;
    width: 100%;
}

.expectedDate
{
    width: 70px;
}

.APRequest_summary
{
    width: 50%;
    margin: 0 auto;
}

.Btn_cancel_activity
{
    position: absolute;
    bottom: 6px;
    text-align: center;
    /*width: 240px;*/
    width: 18%;
}

input[type='date']
{
    width: 75px;
}

.tab_usermanagement
{
    background: #D9ECFF;
    border: 1px solid #666;
    padding: 5px;
    min-width: 100px;
    width: 110px !important;
    font-weight: bold;
    padding: 5px 0 5px 0 !important;
    cursor: pointer;
}

.block_heading
{
    background: #2995d2;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding: 8px;
    width: auto;
    margin-bottom: 20px;
}

.block_heading_BRM
{
    background: #2995d2;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding: 8px;
    width: auto;
    margin-bottom: 1px;
}

.collapse
{
    border-collapse: collapse;
}

.no-border
{
    border: 0 none !important;
}

.tbluser_width
{
    width: 70%;
    border: 1px solid #ccc;
}

tfoot tr td
{
    text-align: right;
}

.listrow_height
{
    height: 60px;
}

.listbox_height select
{
    height: 200px;
    width: 250px;
    vertical-align: top;
}

.emailpage_td1
{
    width: 20%;
}

.emailpage_td2
{
    width: 80%;
    vertical-align: top;
}

.list_td1
{
    width: 25%;
}

.list_td2
{
    width: 75%;
    vertical-align: top;
}

.list_td3
{
    width: 8%;
}

.list_td4
{
    width: 92%;
}

.tbl_editlistItem
{
    width: 98%;
    border: 1px solid #ccc;
}

.editlist_btn, .listTblwidth
{
    width: 98%;
}

.tbl_addlistItem
{
    width: 98%;
    border: 1px solid #ccc;
}

div.jHtmlArea iframe, div.jHtmlArea textarea#NotificationContent
{
    height: 291px !important;
    border: 1px solid #ABADB3;
    width: 658px !important;
    background: #fff;
}

.div_btnpreview
{
    width: 660px !important;
    margin-top: 5px;
}

.emailpopup_heading
{
    font-weight: bold;
    text-decoration: underline;
}

.error_field
{
    float: none !important;
    display: inline-block;
}

.tblwidth_appsum
{
    width: 85%;
    float: left;
}

.btn_assign
{
    width: 100px;
    float: left;
    vertical-align: bottom;
    height: 100%;
    position: relative;
    bottom: 0px;
    top: 128px;
    left: 10px;
}

.ui-datepicker-trigger
{
    vertical-align: middle !important;
    margin: 0 0 0 5px;
}

.meeting_col1
{
    width: 35%;
}

.hasDatepicker
{
    font-family: Arial !important;
    width: 66px !important;
    padding: 0px !important;
    min-width: 64px !important;
    height: 23px !important;
    line-height: 23px !important;
    text-indent: 0px !important;
    text-align: center !important;
    height: 20px\0/IE8+9;
}

.meeting_col2
{
    width: 75%;
}

/*-- Inbox Grid Styles --*/
.dataTables_length
{
    float: left;
    padding: 6px;
}

    .dataTables_length select
    {
        width: 55px !important;
        font-size: 12px;
        color: #716F73;
    }

.dataTables_filter
{
    float: right;
    padding: 6px;
}

    .dataTables_filter input
    {
         width: 150px !important;
            border-radius: 4px;
            height: 30px;
    }

.dataTables_info
{
   float: left;
	padding: 9px 6px 6px;
	font-weight: bold;
	font-size: 12px;
}

.dataTables_paginate
{
    float: right;
    padding: 6px;
}

.paging_full_numbers a.paginate_button {
    background-color: white;
    vertical-align: top;
	 border: 1px solid #666;
	color: #333333 !important;
	cursor: pointer;
	margin: 1px 1px !important;
	padding: 2px 4px 2px 4px !important;
	font-size: 11px;
}

 
.paging_full_numbers a.paginate_button, .paging_full_numbers a.paginate_active {
  border: 1px solid #666;
  color: #333333 !important;
  cursor: pointer;
  margin: 1px 1px !important;
  padding: 2px 4px 2px 4px !important;
  font-size: 11px;
}

.paging_full_numbers
{
    line-height: 22px;
}

.dataTables_paginate
{
    text-align: right;
}

.paging_full_numbers a.paginate_active
{
    background-color: #99B3FF;
    vertical-align: top;
    font-weight: bold;
}

.first
{
    background: url("../images/first.png") no-repeat scroll 0 0 transparent;
}

.last
{
    background: url("../images/last.png") no-repeat scroll 0 0 transparent;
}

.previous
{
    background: url("../images/prev.png") no-repeat scroll 0 0 transparent;
}

.next
{
    background: url("../images/next.png") no-repeat scroll 0 0 transparent;
}

.first.paginate_button, .last.paginate_button
{
    border: 0 !important;
    width: 22px;
    height: 18px;
    display: inline-block;
    padding: 0 !important;
}

.next.paginate_button, .previous.paginate_button
{
    border: 0 !important;
    width: 17px;
    height: 18px;
    display: inline-block;
    padding: 0 !important;
}

/*-- Inbox Grid Styles End--*/

/*.divExclusion table {
    float: right;
    width: 34%;
}*/

.instructionText
{
    text-align: center;
    margin: 0 auto;
    font-family: Arial;
    font-size: 12px;
    /*color: #000036;*/
    color: #515151;
    font-weight: normal;
}

    .instructionText p
    {
        margin: 0 auto;
        text-align: center;
        width: 95%;
        line-height: 18px;
        margin-bottom: 10px;
    }

      .instructionText p.loginInstruction
        {
            margin: 0 auto;
            text-align: center;
            width: 99%;
            line-height: 18px;
            margin-bottom: 10px;
        }

#EffectiveAsOf
{
    margin: 0 5px 0 5px;
}

.DocUpload_height
{
    height: 400px;
    vertical-align: bottom;
    position: relative;
}

    .DocUpload_height .Right_BtnPanel
    {
        height: auto;
        min-height: 100%;
        position: absolute;
        vertical-align: bottom;
        width: 100%;
    }

.noclose .ui-dialog-titlebar-close
{
    display: none;
}

.AttendeeTbl_td1
{
    width: 20%;
}

.AttendeeTbl_td2
{
    width: 40%;
}

.AttendeeTbl_td3
{
    width: 30%;
}

.AttendeeTbl_td4
{
    width: 10%;
}

.Exclusion_td1
{
    width: 20%;
}

.Exclusion_td2
{
    width: 80%;
}

.kolScoringFileUpload
{
    width: 500px;
}

.overviewCheckBoxTop
{
    margin-top: -5px;
}

.bius_grid tr td div
{
    float: none !important;
}

#showPopUp textarea
{
    width: 400px;
    height: 60px;
}

#ui-dialog-title-showPopUp
{
    min-width: 53%;
}

.txtBxCmn
{
    width: 231px !important;
}

.selectbox_country
{
    width: 235px !important;
}

.dtpckrNw
{
    width: 90px !important;
    min-width: 90px !important;
}

.slctBx
{
    width: 91% !important;
}

.txbxRle
{
    width: 150px !important;
}

    .txbxRle input
    {
        width: 150px !important;
    }

.approval_group
{
    margin: 0 10px 0 10px;
}

    .approval_group li
    {
        margin-bottom: 15px;
    }

        .approval_group li div
        {
            float: left;
        }

.exclusion_btnblock
{
    width: 79%;
}

pre, .UrlName, td[id*="_actualFilecolumn"], td[id*="_commentcolumn"]
{
    /*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+ */
    word-break: break-all\0/IE8+9;
    width: 280px;
}

.searchimg
{
    height: 22px;
}

.dollarsign
{
    margin: 0 5px 0 0px;
}

.dollarsign2
{
    float: right;
    text-align: right;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.mrg
{
    margin-left: 15px !important;
    margin-top: 10px;
}

.wdtCmn
{
    width: 212px !important;
    float: left !important;
}

.Act_divLeftDllr
{
    width: 34% !important;
}

    .Act_divLeftDllr label
    {
        font-family: Arial;
        font-size: 12px;
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
        color: #515151;
    }

.bttnsExcltn
{
    width: 81%;
    margin-top: 10px;
}

.bttnRtcmn
{
    float: right;
}

.dtpckrWdth
{
    width: 52px !important;
    min-width: 52px !important;
}

.aprlGrpTxt
{
    float: left;
    margin-left: 18%;
    width: 68%;
}

.labelSpan1
{
    font-size: 12px;
    color: #000;
    width: 125px;
    float: left;
    display: block;
}

.labelSpan2
{
    font-size: 12px;
    color: #000;
    width: auto;
    font-weight: bold;
}

.wdthlbl
{
    width: 400px;
    float: left;
    margin-top: 4px;
}

.mrgnlft
{
    margin-left: 19% !important;
    float: left !important;
    margin-top: 20px !important;
}

.hldrDv
{
    text-align: center !important;
    float: none !important;
    width: 100% !important;
}

.tblfld_block_exp
{
    width: 100% !important;
    padding: 3px 0 3px 0;
    border: 1px solid #ccc;
}

.slctDcs
{
    float: left !important;
    margin-left: 3px;
}

.txtareaCmnt
{
    float: left !important;
    margin-right: 5px;
    margin-top: 5px;
}

.postBttn
{
    margin-top: 27px;
}

.dateCntract
{
    width: 74px !important;
    min-width: 74px !important;
    text-align: left !important;
}

.spvndr
{
    width: 50% !important;
    margin-left: 17% !important;
    margin-top: 10px !important;
}

.spFile
{
    width: 75% !important;
    margin-left: 17% !important;
    margin-top: 10px !important;
    float: left !important;
}

.spFilef
{
    width: 75% !important;
    margin-left: 17% !important;
    margin-top: 10px !important;
    float: left !important;
}

.upldFl
{
    margin-top: 10px;
    margin-bottom: 5px;
}

.mgnBtBld
{
    margin-bottom: 10px;
}

.file_upload1
{
    float: left !important;
    text-align: left !important;
}

.mrgnBtnsc
{
    margin-top: 5px;
}

.bius_gridTb
{
    margin-left: 22% !important;
    width: 70% !important;
}

.mrgncnt
{
    margin-left: 21% !important;
}

.hcpDv
{
    /*width: 490px !important;*/
    width: auto !important;
}

.bius_grid1
{
    position: relative;
    border: 1px solid #ccc;
    margin: 5px 0 5px 0;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    width: 75%;
    border-collapse: collapse;
    margin-left: 16% !important;
    /*table-layout: fixed;*/
}

.mrgn17
{
    /*margin-left: 21% !important;
    float: left !important;
    width: 76% !important;*/
    width: 67% !important;
}

.mrgn17Hcp
{
    margin-left: 17% !important;
    float: left !important;
    width: 100% !important;
}

.bisWdth
{
    width: 75% !important;
}

.tblwidth2
{
    width: 91%;
}

.tblwidth3
{
    width: 92%;
}

.reqwdthSrch
{
    width: 100%;
    text-align: center !important;
    text-indent: 8px;
    padding: 6px 0px 6px 0px;
    cursor: pointer;
}

.DocUpload_height1
{
    height: auto;
    vertical-align: bottom;
    position: relative;
}

    .DocUpload_height1 .Right_BtnPanel
    {
        height: auto;
        min-height: 100%;
        vertical-align: bottom;
        width: 100%;
    }

.mrgToplbl
{
    margin-top: 16px !important;
}

.mrgTopTble
{
    margin-top: 60px !important;
}

.lftMrgn
{
    margin-left: 5%;
}

.Activity_cmnwdth
{
    width: 342px !important;
    height: 120px !important;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}

.Activity_textboxnw
{
    width: 342px !important;
}

.Activity_selectboxNw
{
    width: 342px !important;
}

.LoadingImg
{
    /*background: url("../images/Loading.gif") no-repeat scroll 20% 40% transparent;*/
    display: inline-block;
    vertical-align: text-top;
}


.slctbxMdcl
{
    width: 440px !important;
}

#UserManagementButtons
{
    margin: 10px 0 10px 0;
}

#MasterListItems
{
    margin-right: 10px;
}

.ui-tooltip-default .ui-tooltip-titlebar, .ui-tooltip-default .ui-tooltip-content
{
    color: #515151;
    font-size: 10px !important;
    font-weight: normal;
    font-family: Arial;
}

#validateCheckList span.errormsg
{
    margin-left: 200px;
}

.menu-box
{
    border: 1px solid #666;
}

#lblUserName
{
    display: inline-block;
    width: 345px;
}

.mdstar
{
    width: 2%;
    text-align: center;
    vertical-align: top;   
    color: #FD5F36;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
}

.home
{
    cursor: pointer;
    text-decoration: none;
    width: 16px;
    height: 16px;
}

span.field-validation-error.ui-state-error-icon.ui-icon-alert
{
    vertical-align: top;
}

.Activity_Aoptextarea
{
    width: 342px !important;
    height: 100px !important;
}

.sorting, .sorting_asc, .sorting_desc
{
    cursor: pointer;
}

.agencyMargin
{
    margin-top: 4px;
    margin-bottom: 4px;
}

td.completionStatus span img[id*="RequestComplete"]
{
    width: 22px;
    height: 22px;
}

td.completionStatus span img[id*="RequestNormal"]
{
    width: 24px;
    height: 24px;
}

.EmailTemplateTable tr td label, .listrow_height td label, #masterlistName td label, div#MasterListItems table tr td, .OtherLabel
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: #515151;
}

div#MasterListItems table
{
    width: 100%;
}

.tdhead-left label
{
    margin-left: 10px;
}

.fmvtd1
{
    width: 39%;
}

.fmvtd2
{
    width: 20%;
}

.fmvtd3
{
    width: 41%;
}

.spn_curncy_sym
{
    margin-right: 2px;
}

.NoborderStyle
{
    border-style: none;
}

.inboxRightCol
{
    border-left-style: none;
}

.bgposition_gsearch
{
    background-position: 40px 7px !important;
}

.tblgb_search
{
    margin: 0 10px;
}

.link_genContract
{
    position: relative;
    left: 160px;
    top: 20px;
}

.InboxReturn_GBSearch
{
    width: 18%;
    text-align: left;
    bottom: 0px;
    position: absolute;
}

    .InboxReturn_GBSearch li
    {
        margin-right: 3px !important;
    }

.BtnSpeaker_panel
{
    top: 100px\0/IE8+9;
}

.approval_group ul li div.Act_divRight
{
    width: 60% !important;
}

.login_block .validation-summary-errors ul li
{
    text-align: center;
}

.ResultNotFound
{
    color: #515151;
    width: 68%;
    margin-top: 20px;
    border: 1px solid #666;
    font-size: 13px;
    font-weight: bold;
    padding: 8px;
}

#resultantMasterListItems > table, #resultantMasterListItems p
{
    width: 98%;
}

.listfldleft
{
    width: 35%;
    float: left;
}

.listfldright
{
    width: 55%;
    float: left;
}

.Admin_btnSelected
{
    border: 2px solid #FF9900 !important;
}

.Admin_btnNormal
{
    border: 1px solid #797979;
}

.User_Managebtns_Selected
{
    background: #f5a01f !important;
}

.User_Managebtns_Normal
{
    background: none;
}

.Rightmargin10
{
    margin-right: 10px;
}

.linkelement.GroupName
{
    width: auto;
}

div#AdminPages
{
    /*margin-right: 10px;*/
}

.excltbl_td1
{
    width: 13%;
}

.excltbl_td2
{
    width: 37%;
}

.ExlTbl
{
    border-collapse: collapse;
    border: 1px solid #ccc;
}

.Extypes
{
    margin: 20px 0 20px 0;
}

.exBtnpadd
{
    padding-bottom: 10px;
}


.Listpage_btmargin
{
    margin-bottom: 15px;
}

.Listpage_fldleft
{
    width: 15%;
    float: left;
}

.Listpage_fldright
{
    width: 80%;
    float: left;
}

.Listpage_fldleft label
{
    display: block;
}

td#FileDelete, td.AttendeeTbl_td4, td[id*="_fileDeleteColumn"]
{
    text-align: center !important;
}

.option_label label
{
    margin-right: 5px !important;
}

.meeting_err
{
    display: inline-block;
}

.fmvFeeTbl_td1
{
    width: 70%;
}

.fmvFeeTbl_td2
{
    width: 10%;
}

.fmvFeeTbl_td3
{
    width: 75%;
}

#MeetingExpenseEmpty_error
{
    float: none;
}

td[id*="_removecolumn"]
{
    text-align: center;
}

#expenseEmpty_error
{
    float: none !important;
    text-align: right;
}

.bius_grid_header th
{
    font-weight: bold;
}

.Activity_rightblock fieldset legend, .Activity_rightblock form > div.Activity_contentHeading, #dvNomination div.Activity_contentHeading,
.Docupload_page, .Activity_contentHeading.tbltop2.center
{
    background: #ccc;
    padding: 5px 0 5px 0;
    margin-bottom: 20px;
}

td#FileDelete, td.AttendeeTbl_td4
{
    text-align: center;
}

#dvNomination
{
    float: none !important;
}

#tblExpenseGrid td select
{
    width: auto !important;
}

.currency select
{
    width: 344px !important;
}

#dvConfirmClosedStatus
{
    overflow: visible !important;
    width: 300px;
}

.cursor_readonly
{
    cursor: default;
}

.cursor_hand
{
    cursor: pointer;
}

.Btmargin_zero
{
    margin-bottom: 0px !important;
}

.popup_cancel_activty
{
    width: 405px;
}

.Expense_Type_dropdown
{
    width: 160px !important;
}

.element_inline_block
{
    display: inline-block;
}

.costInput input
{
    min-width: 80px;
    width: 80px !important;
}

.header_tabs ul li a
{
    display: block;
}

div[id*="_ContractExecutionFiles"]
{
    float: none !important;
}

td.fldtd2 input
{
    width: 211px !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
    input[type="file"]
    {
        width: 166px;
        height: 27px;
    }

    #td_cont_agenda_upload
    {
        width: 157px;
    }

    .tblmeeting
    {
        width: 505px;
    }

    pre, .UrlName, td[id*="_actualFilecolumn"], td[id*="_commentcolumn"]
    {
        word-break: break-all;
    }

    .selectbox_country
    {
        width: 233px !important;
    }

    td.fldtd2 input
    {
        width: 157px !important;
    }
}

#ReEvaluationDocuments > div, div[id*="_ReEvaluationDetails"]
{
    float: none !important;
}

.upcontrol_format
{
    padding: 5px 0 5px 0;
}

.Contracting_tblreadonly
{
    width: 60%;
}

td.center
{
    background: none !important;
    text-align: center !important;
}

.login_footer
{
    /*position: absolute;*/
    position: relative;
    bottom: 15px;
}

td#btnAssignContract
{
    width: 125px !important;
    text-align: center !important;
}

    td#btnAssignContract div
    {
        width: 125px !important;
        text-align: center !important;
    }

.docupload_box
{
    border: 1px solid #ccc;
}

.docupload_left
{
    float: left;
    width: 30%;
}

    .docupload_left .box_docupload
    {
        border: 0 none !important;
    }

.docupload_right
{
    float: right;
    width: 68%;
    vertical-align: bottom;
    padding: 15px 5px 15px 5px;
}

.SpontaneousRequest div.Act_divRight > div
{
    float: none;
}

.page_side_heading
{
    background: #ccc;
    padding: 5px 0 5px 0;
}

.lblno-float label
{
    float: none !important;
    display: block;
}

.costcenter > div
{
    margin-right: 5px;
}

.fileupload_type
{
    width: 130px !important;
}

.Leftnav_buttons
{
    width: 140px !important;
}

.Readonly_fld input[type='text']
{
    border-color: #f5f5f5 !important;
    background: #f5f5f5 !important;
}

.No_lbl_rmargin label
{
    margin-right: 0 !important;
}

.Consultingtbl_td1
{
    width: 57%;
}

.Consultingtbl_td2
{
    width: 33%;
}

.page_contracting .Fld_leftCenter label
{
    margin-right: 0px;
    float: right !important;
    text-align: right !important;
}

#tbodyCompensation tr > td:first-child
{
    text-align: center;
}

div#showPopUp div#divAttendeeRleError
{
    display: inline-block;
}

.redLabel
{
    color: red;
}

.break-venuedtl
{
    word-break: break-all;
}

.dualrole div#result
{
    width: 70%;
}

input[type="button"], input[type="submit"], button
{
    background: rgba(0,135,205,0.4);
    background-color: #98CEEA\0/;
    border: 1px solid #333;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #333;
    font-weight: bold;
}

#EntityDetailsDiv div.Fld_rightCenter2
{
    text-align: left;
}

div#W9Document > div
{
    float: none !important;
}

.Widthw9
{
    width: 62%\0/IE8+9;
}

div#W9Document #fileUploadDiv input[type="file"]
{
    width: 184px;
}

.btnModify_stdfees
{
    width: 70%;
    margin: 0 auto;
    text-align: right;
}

.fmv_fileupload_boxwidth
{
    width: 90%;
    margin: 0 auto;
}

.fmv_upload1
{
    width: 40%;
}

.fmv_upload2
{
    width: 57%;
}

    .fmv_upload2 div
    {
        float: none !important;
    }

    .fmv_upload1 label, .fmv_upload2 label
    {
        margin: 0px !important;
        float: none !important;
    }

.btn_fmvcancel
{
    width: 84%;
}

.prop_ratewidth
{
    width: 65%;
}

    .prop_ratewidth textarea
    {
        resize: none;
        width: 85% !important;
    }

.footer1
{
    display: inline-block;
    width: 160px;
}

.footer2
{
    display: inline-block;
}

.botmargin5
{
    margin-bottom: 5px;
}

.divcaption
{
    width: 60%;
    margin: 0 auto;
}

.headingleft
{
    text-align: left !important;
}

div[id*="_BuildContractDetails"]
{
    float: none !important;
    margin: 0 auto;
}

.Template_link a
{
    text-align: right;
    display: block;
    margin-right: 30px;
}

.vertalign img
{
    vertical-align: middle;
}

.HeadingFont20x
{
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}

#CheckAndExpenseReceipt > div, #ServiceProviderContractDeviationForm > div
{
    float: none !important;
}

.divcloseout
{
    border: 1px solid #ccc;
}

    .divcloseout .closeout_block1
    {
        width: 80%;
        margin: 0 auto;
    }

        .divcloseout .closeout_block1 textarea
        {
            width: 60%;
            height: 40px;
            resize: none;
        }

    .divcloseout .closeout_block2
    {
        width: 80%;
        margin: 0 auto;
    }

.commentbox
{
    background: #ccc;
    margin-bottom: 20px;
    padding-bottom: 0px !important;
}

.Contract_tblmargin
{
    margin-left: 16% !important;
}

.Gen_contract_btn1
{
    width: 80%;
}

.Gen_contract_btn2
{
    width: 20%;
}

.uploadgrid div[id*="_ContractExecutionFiles"]
{
    margin-top: 15px;
    position: relative;
    left: 24px;
}

.tblbuild_contract
{
    width: 75%;
    margin: 0 auto;
}

.Btn_Change_contract
{
    margin: 20px auto 0 auto !important;
    width: 60%;
}

.tblproposed_fee
{
    width: 40%;
    left: 147px;
    border: 1px solid #ccc;
}

.tblfee_readonly
{
    width: 60%;
    right: 3%;
    left: auto;
    float: right;
}

.tblproposed_fee th, .tblproposed_fee td
{
    border: 0px;
}

.tblproposed_fee_td1
{
    width: 57%;
}

.tblproposed_fee_td2
{
    width: 43%;
}


.Screening_popup
{
    min-width: 500px;
}

    .Screening_popup div.Act_divLeft
    {
        width: 30%;
    }

        .Screening_popup div.Act_divLeft label
        {
            margin-right: 16px;
        }

    .Screening_popup div.Act_divRight
    {
        width: 70%;
    }

.Contract_preview_buttons td.td1, .Contract_preview_buttons td.td2
{
    width: 61%;
}

.Contract_preview_buttons td.td3
{
    width: 30%;
}

.TblCaption1
{
    text-align: left;
    margin-bottom: 5px;
}

.divBtn_viewall_request
{
    display: block;
    position: absolute;
    right: 10px;
    top: 12px;
}

#tbl_proposed_fee tr td div
{
    float: left !important;
}

#tbodyModifyCompensation tr td input[type='text']
{
    min-width: 75% !important;
    width: 75% !important;
}

div[id*="error_"], div[id*="_error"], #div_TOA_Error
{
    display: inline-block;
}

select[id*="_SelectedTypeOfAgreement"], select#ContractSummary_SelectedEntity, select#drptemplate
{
    min-width: 200px;
    width: 370px;
}

#tbl_ExpenseReimburisment tr td input[type="text"]
{
    width: 87%;
}

#tbl_FeeForServicePayment tr td input[type="text"]
{
    width: 84%;
}

.no-background
{
    background: 0 none !important;
}

#btnBuildContractUpload
{
    margin-left: 3px;
}

td.Readonly_fld input[type='text']
{
    width: 80% !important;
}

.break-word
{
    word-wrap: break-word;
}

.box_style, .table_border
{
    border: 1px solid #ccc;
}

    .box_style table, .box_style form, .box_style form .Paging_Width, .box_style form p
    {
        margin: 10px;
        width: 98%;
    }

.margin_top_bottom
{
    margin-top: 10px;
    margin-bottom: 10px;
}

caption div.Activity_contentHeading
{
    float: none !important;
}

.exception_buttons
{
    width: 61% !important;
    margin: 0 auto;
}

.exceptionp_td1
{
    /*width: 10%;*/
    width: 30%;
}

    .exceptionp_td1 label
    {
        margin-right: 20px;
        display: block;
    }

.exceptionp_td2
{
    width: 40%;
}

    .exceptionp_td2 select
    {
        width: 348px;
    }

.div_submit_exception
{
    width: 77%;
    width: 80%\0/IE8+9;
}

.demoDropDown
{
    height: 27px;
    width: 50px !important;
}

.tdlabel label
{
    margin-right: 5px\0/IE8+9;
}

.inboxTbl_Datefld
{
    width: 85px !important;
}

.inboxTbl_Actionfld
{
    width: 95px !important;
}

#inboxTable tr td:last-child
{
    text-align: center;
}

.blockMsg
{
    border: 0px !important;
    background-color: transparent !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 20% !important;
    left: 42% !important;
}

    .blockMsg h1
    {
        margin: 10px;
        color: #fff;
        font-weight: bold;
    }

        .blockMsg h1 img
        {
            vertical-align: text-top;
        }

.Hcp_Profile_Container
{
    width: 70%;
    margin: 5px auto;
}

.excel_bulk_submit
{
    width: 600px;
}

.update_hcp_popup_td1
{
    width: 20%;
}

.update_hcp_popup_td2
{
    width: 30%;
}

.edit_delete_icon_rmargin
{
    margin-right: 5px;
}

.license_grid_update_hcp
{
    width: 65%;
}

#tbodyLicense tr td, #tbodyLicense1 tr td
{
    text-align: center;
    width: 20%;
}

#EditLicense img, #SaveLicese img, #DeleteLicenseImg img
{
    vertical-align: middle;
}

.table-fixed
{
  table-layout: fixed;
}

.resetpwd {
    width: 211px !important;
}

.btnResetPwd {
    right: 8%;
    position: relative;
}

.btnChangePwd {
    right: 11%;
    position: relative;
}

.reset_block label {
    width: 130px;
}

.RAIText {
    border: 1px solid #ccc;
    padding: 6px;
}

/*.tds_width tr td {
    width: 20%;
    text-align:center;
}*/

/*--IE8--*/
@media \0screen
{
    .blockMsg
    {
        background-color: transparent !important;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#30000000,endColorstr=#30000000);
    }
}

@-moz-document url-prefix() {
  .AdminNavTabs ul li input[type="button"], .AdminNavTabs ul li input[type="submit"] {
        padding: 5px 20px !important;
    }
}

/*--KOL--*/

.module_block
{
    width: 400px;
    margin: 0 auto;
    border: 1px solid #999;
    padding: 15px;
    color: #716F73;
    /*margin: 99px auto;*/
    margin: 85px auto;
    background: #f5f5f5;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}



/* -- Region FMV -- */

.calculatorlbl{
font-family: Arial;
font-size: 12px;
font-weight: bold;
font-style: normal;
text-decoration: none;
color: #515151;
}

.calculatorAmountofWorkUnit{
    width:50px;
}

#drpAmountofWorkUnit{
    width:90px;
    height:25px; 

}

.LCOPadding {
    padding: 0 40px 0 40px;
}

.paddind80LeftRight{
     padding: 0 80px 0 80px;
}

.paddind40LeftRight{
     padding: 0 40px 0 40px;
}

.gridHeaderFirst_white
{
    background-color: #fff;
    border-top-color:#fff !important;
    border-left-color:#fff !important;
}

.gridHeaderLast_white
{
    background-color: #fff;
    border-top-color:#fff !important;
    border-bottom-color:#fff !important;
    border-right-color:#fff !important;
}

#tblExceptionComplianceDataGrid > tbody,#tblExceptionNonComplianceDataGrid > tbody{
    text-align:center;
}

#tblExceptionComplianceDataGrid > tbody > tr > td,#tblExceptionNonComplianceDataGrid > tbody > tr > td{
    vertical-align:middle;
}

#tblExceptionComplianceDataGrid > thead> tr > .spNameClass,#tblExceptionNonComplianceDataGrid > thead > tr > .spNameClass{
    border-bottom-color:#fff !important;
}

#tblExceptionComplianceDataGrid > tbody > tr > .spNameClass,#tblExceptionNonComplianceDataGrid > tbody > tr > .spNameClass{
    background-color: #2995d2;
    color: #FFFFFF !important;
    min-width: 85px;
}

#tblExceptionComplianceDataGrid > tbody > tr > .dataTables_empty,#tblExceptionNonComplianceDataGrid > tbody > tr > .dataTables_empty{
    border-color:#fff !important;
}

#tblExceptionComplianceDataGrid > tbody > tr > .ActionClass
{
    border-top-color:#fff !important;
    border-bottom-color:#fff !important;
    border-right-color:#fff !important;
}

#tblExceptionNonComplianceDataGrid > tbody > tr > td{
line-height:25px;
}

.tblbusinessRule td {
    line-height: 20px;
    text-align: left;
    font-weight: bold;
}

.divUpdateRules{
    padding-bottom:10px;
    margin-top: 10px;
    float: right;
}

input.resetbutton {
    background: -webkit-linear-gradient(darkgray, white); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(darkgray, white); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(darkgray, white); /* For Firefox 3.6 to 15 */
    background: linear-gradient(darkgray, white); /* Standard syntax (must be last) */
    width: 100%;
    height: 10%;
    font-weight: bold;
}

.exceptiontblwidth {
width:100%;
}

.exceptionComment{
    width:75% !important;
    resize:none;
    height:120px !important;
}

.instructionBorderBottom {
border-bottom:1px solid #ccc;
margin-bottom:5px;
}
/* -- End Region FMV -- */

/*--  Start KOL  --*/

.tblKOLMethod .KOLMethodComment{
    width:100%;
    resize:none;
    height:120px;
}

.kolHeader{
    color: #515151;
    font-family: Arial;
    font-size: 16px;
    font-weight:600;
}

.divKOLQuestionFooter{
    font-size: 10px;
    padding-left:20px;
}

/*--  End KOL  --*/

.required:after 
{
    content: "*";
    font-weight: bold;
    color: red; 
}

.cvUploadContainer {
    display: table;
    width:355px;
}
.cvUploadColumn {
    display: table-cell;
}
.cvRequired::after {
    color: red;
    content: "*";
}
.requestId {
    color: #333333;
    font-weight: normal;
    font-family: Arial;
    font-size: 14px;
    text-align: center;
    align-items:center;
}

.tdlabelleftalign
{
    text-align: left;
    font-weight: bold;
}

.ui-button-icon-space {
    display: none !important;
}

.ui-dialog .ui-dialog-titlebar-close span {
    margin-left: -8px !important;
    margin-top: -8px !important;
}

div.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
}

.ui-widget-overlay{
height: 200% !important;
}

.fileUploadDiv {
    width: 265px !important;
}

.lblClass {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: #515151;
}

.Req_Selected_Admin {
    background-color: #f4f4f4 !important;
    border: 1px solid #797979;    
    font-weight: bold;
}

.inboxdiv_width_admin {
    width: 94%!important;
}

input[type="button"], input[type="submit"], button{
	cursor : pointer !important;
}








.marginLeft10 {
    margin-left: 10px;
}

.marginRight10 {
    margin-right: 10px;
}

.marginTop10 {
    margin-top: 10px;
}

.marginBottom10 {
    margin-bottom: 10px;
}

/* Start Client Specific Color*/
.hcpProfile_Heading {
   background: #2995d2 !important;
    color: white !important;
}
.pageHeading {
   color: white;
    margin-top: 10px;
    background-color: #2995d2 !important;
}
.panel-heading {   
	background: #2995d2 !important;
    color: #f5f5f5 !important;
}
.leftTblNavmenu td.selected {
  background-color: #2995d2 !important;
}
.leftTblNavmenu td.normal {
   background-color: #2995d2 !important;
}
.imgClass {
   height: 480px;
   width: 100%;    
   min-width:160px!important;   
}
/* End Client Specific Color*/

.marginLeft30 {
    margin-left: 30px;
}

.marginBottom20 {
    margin-bottom: 20px;
}
.width_class {
    width: 332px !important;
}

.marginLeft15 {
    margin-left: 15px;
}

.marginLeft25 {
    margin-left: 25px;
}

.dropdownWidth140{
		width: 140px!important;
}

.marginTop20 {
    margin-top: 20px;
}
.dropdownWidth200
{
width: 200px;
}
.dropdownWidth300
{
width: 300px;
}
.marginTop5 {
margin-top :5px;
}
.resizeNone{
	resize:none;
}
.marginLeft30 {
margin-left :30px;
}
.overflowScrolltable {
    overflow-x: auto;
}
.buttonMarginFMV {
    margin: 10px 5px 5px 0px;
}
.marginTop15 {
    margin-Top: 15px!important;
}
.widthAuto{
    width:auto!important;
}
.leftTblNavmenu td {
    border-radius:6px;
    text-align: center;
}

.iconStyle {
    font-size: 25px !important;
}

.cursorPointer {
    cursor: pointer
}

.whiteLtrLogout {
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-weight: bold;   
}

.ui-dialog-titlebar-close {
  background-color: #ccc !important;
  border-color: grey !important;
}

.borderStyle{ border: 1px solid grey !important;}

.AdminNavTabs ul li {
    border: 1px solid white !important;
    margin-bottom: 1px !important;    
}

.RequestLinks ul li {
   padding: 4px 0 4px 0px !important;
}

.RequestLinksForReportDownload ul li {
   padding: 4px 0 4px 0px !important;
}

.backgroundColor{ background-color:skyblue !important;}

.marginLeft6 {
    margin-left: 6px;
}

.minHeight450 {
   min-height:450px;
}

.inboxMenuStyleText {
    font-family: Arial;
    color: white;
}

.inboxMenuStyleIcons {
    color: white;
    padding: 8px;
    margin-right: 20px;
    margin-left:5px;
}


.textAreadKolMethod{
    width:100%!important;
    resize:none!important;
	height:150px!important;
}

.overflowYAuto{
	overflow-y:auto!important;
}

.disable-button {
    background-color: darkgrey !important;
    cursor: not-allowed !important;
	border: 1px solid gray !important;
}

.textWidth200 {
    width: 200px;
}

.boxShadowStyle {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%)!important;
}

.fontSize12 {
    font-size: 12px
}
 

.width170 {
    width: 170px !important
}

.DisplayError {
    color: red;
    text-align: center;
    font-size: 12px;
}


.padding10{padding:10px;}

.whiteButtonStyle {
    background-color: white !important;
    color: #285e8e !important
}

.width80Percent {
    width: 80%;
}

.width90Percent {
    width: 90%;
}

.wordWrapBreakWord {
    word-wrap: break-word;
}

.ui-widget-header {
    background: #2995d2 !important;
    color: white !important;
}

.AdminNavTabs ul li:hover {
	background: #2586BD !important;    
}

button:hover,input[type="submit"]:hover {
	background: #285e8e !important;  
    color: white !important; 	
}

select{
    font-size:12px!important;    
}

button {
    font-size: 12px !important;
}

div.jHtmlArea .ToolBar {	
    width: 100% !important;	
}

.Layout_Footer_Copyright_Link_Css {	
    pointer-events: none;	
    cursor: none	
}

.footer2 > span {
    color: #1c1a1a;
}


.zIndexDialog {
    z-index: 1000000
}

.moduleIconStyle {
    min-height: 60px;
    font-size: 40px;
}

.width100Percent {
    width: 100% !important;
}

.textDecorationNone {
    text-decoration: none !important;
}

.anchorStyle {
    font-size: 14px !important;
    color: black !important;
}

.hotpinkClass {
    background-color: hotpink !important;
}

.greenyellowClass {
    background-color: greenyellow !important;
}

.mediumslateblueClass {
    background-color: mediumslateblue !important;
}

.aquamarineClass {
    background-color: aquamarine !important;
}

.roundedCornerClass {
    border-radius: 12px !important;
}

.clickedButtonStyle {
    background: #285e8e !important;
    color: white !important;
}

.iconClass {
    color: white;
    font-size: 16px;
    margin-top: 10px;
    padding-right: 8px;
}

.deepskyblueClass {
    font-size: 50px;
    margin-top: 20px;
    color: deepskyblue;
}

.rectangleClass {
    height: 110px!important;
    border-radius: 10px!important;
}

.deeppinkClass {
    font-size: 50px;
    margin-top: 20px;
    color: deeppink;
}

.filterStyle {
    float: right;
    font-size: 20px;
    margin: 5px;
    cursor: pointer;
    margin-top: 10px;
    margin-right: 10px;
}

.fontSize13 {
    font-size: 13px !important;
}

.circleTextStyle {
    font-size: 12px;
    font-weight: bold;
}

.chartheader {
    font-size: 14px;
    font-weight: bold;
}

.dataTables_wrapper {
    overflow-x: auto !important;
}

.orangeClass {
    font-size: 25px;
    color: orange;
}

.greenClass {
    font-size: 25px;
    color: green;
}

.violetClass {
    font-size: 25px;
    color: violet;
}

.brownClass {
    font-size: 25px;
    color: brown;
}

.bluevioletClass {
    font-size: 25px;
    color: blueviolet;
}

.darkblueClass {
    font-size: 25px;
    color: darkblue;
}

.rowCount {
    height: 100px;
    width: 100%;
    border-radius: 10px !important;
}

.rowChart {
    height: 375px;
    width: 100%;
    border-radius: 10px !important;
}

.rowCircle {
    height: 160px !important;
    width: 70% !important;
    border-radius: 50% !important;
}

.divRow {
    height: 350px;
    width: 100%;
}

.width35 {
    width: 35% !important;
}

.width45 {
    width: 45% !important;
}

.width10 {
    width: 10% !important;
}

.width100 {
    Width: 100%;
    height: 50px;
}

.cursornotallowed {
    cursor: not-allowed !important;
}

.paddingTop10 {
    padding-top: 10px !important;
}

.padding5 {
    padding: 5px !important;
}

.paddLeft20Percent {
    padding-left: 20% !important;
}

.paddRight20Percent {
    padding-right: 20% !important;
}

.multiSelectHeight {
    height: 80px !important;
}

#menuV2 li, #menuV2 a {zoom:1;} 


/* Top level menu links style
---------------------------------------*/

#menuV2 li, #adminMenu li
{
    background: #FFF repeat-x 0 2px;
    list-style: none; margin: 0; padding: 0;
}
#menuV2 li a, #adminMenu li a
{
    border-top: 1px solid #ccc;
    display: block;
    /*overflow: auto; force hasLayout in IE7 */
    color: black;
    text-decoration: none;
    cursor:pointer;
    line-height:22px;
    padding-left:26px;            
}
#menuV2 ul li a, #adminMenu ul li a
{
    line-height:22px;
}
                
#menuV2 li a.arrow:hover
{
    background-image:url("../images/arrowon.gif");
    background-repeat: no-repeat;
    /*background-position: 45% 50%;*/
    background-position: 97% 50%;
}
        
/*Sub level menu items
---------------------------------------*/
#menuV2 li ul, #adminMenu li ul
{
    position: absolute;
    width: 200px; /*Sub Menu Items width */
    visibility:hidden;
}
        
#menuV2 a.arrow
{
    background-image:url("../images/arrow.gif");
    background-repeat: no-repeat;
    /*background-position: 45% 50%;*/
    background-position: 97% 50%;
}
#menuV2 li:hover, #menuV2 li.onhover
{
    background-position:0 -62px;
}
#menuV2 ul li
{
    background: #333333;
    background-image:none;
}
#menuV2 ul li:hover, #menuV2 ul li.onhover
{
    background: #CCC;
    background-image:none;
}
        
/* Holly Hack for IE \
* html #menuV2  li
{
    float:left;
    height: 1%;
}
* html #menuV2  li a
{
    height: 1%;
}*/
/* End */
