﻿/* Web site UI and Images settings */

/* ================================================
CSS Reset: meyerweb.com/eric/tools/css/reset
================================================ */

html, body, 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,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}


body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}


.rcbList {
    background: #fff;
}



blockquote, q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: '';
        content: none;
    }


:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    /*width: 100%;*/
}


/* ============
Defaults
============ */

html {
    font-size: 62.5%;
}


body {
    font-size: 1em;
    line-height: 1.25;
    background: #6c89b1 url(../images/main-bg.jpg) repeat-x !important;
    font-family: Arial, Verdana, sans-serif;
}

.spinner {
    background: url(../images/Progress.gif) repeat-x !important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

a {
    text-decoration: none;
    color: #003366;
}

    a:hover {
        text-decoration: underline;
    }


/* ==================
Utility styles
================== */

/* == Clearfix == */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/
.clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


/* end hide from IE-mac */


/* == Image replacement == */
.swap {
    display: block;
    overflow: hidden;
    text-indent: -999em;
}




/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~ DAY03 START ~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#wrap {
    width: 949px;
    margin: 0px auto 0;
}



#logoWrap {
	background: #fff url(../Images/mast-skin-top.jpg) repeat-x top;
}

#logoWrap .logo {
	float:left;
	width:500px;
	height:134px;
	background: url('../Images/CDS-China-Logo.jpg') no-repeat left top;
}

.mastRight { float: right; }
.mastRight.login .login_div { width:300px; xbackground: none; }



.rightChip {
	float:right;
	width: 10px;
	position: relative;
	top: 88px;
	height: 90px;
	background: url(../Images/cds-vendor-chip.png) right bottom no-repeat;
}



#primary {
    padding-left: 0%;
    padding-right: 0%;
    width: 100%;
    float: left;
    min-height: 311px;
}



#about #content,
#forms #content,
#childSub #content,
#customError #content {
    background: none;
}











.theme #topnavPrime a,
#topnavPrime a.last {
    margin-right: 0;
}





#footer {
    background: url(../Images/footer.png) no-repeat;
    height: 100px;
    position: relative;
	padding-top: 30px;
}




#tagline {
    width: 159px;
    height: 11px;
    position: absolute;
    top: 31px;
    right: 16px;
	display:none;
}


#footer ul {
    position: absolute;
    right: 10px;
}

#childSub #footer ul {
    xtop: 50px;
}

#footer ul li {
    display: inline;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 9px;
    margin-left: 4px;
    border-left: 2px solid #586d7f;
    padding-left: 8px;
}


    #footer ul li a {
        color: #d3dce7;
    }

        #footer ul li a:hover {
            color: white;
        }




/****************************************************************************/


/* Daymon Interactions Forms & Tables Styles */




form h1,
form h2,
form h3,
legend,
label {
    color: 003366#;
}


form h1,
form h2,
form h3 {
    font-family: Arial, Verdana, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 16px;
}


form h1 {
    font-size: 16px;
}

form h2 {
    font-size: 14px;
}

form h3 {
    font-size: 11px;
}



label, input, select {
    float: left;
    margin-bottom: 10px;
    font-size: 11px;
    font-family: Arial, Verdana, sans-serif;
}


label {
    padding-right: 4px;
    text-align: right;
    width: 70px;
}

input1 {
    border-top: 1px solid #727476;
    border-right: 1px solid #c3c7c8;
    border-bottom: 1px solid #c3c7c8;
    border-left: 1px solid #727476;
    clear: right;
    margin-top: -2px;
    padding-left: 2px;
    width: 140px;
}


textarea {
    border: 1px solid #e6ebf2;
    height: 79px;
    width: 530px;
}

dl {
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    width: 100%;
}


dt {
    clear: left;
    color: #003366;
    width: 67px;
}


dt, dd {
    float: left;
    margin-bottom: 10px;
}


dd {
    width: 116px;
}


.nonScrollForm {
    background: none;
    border: none;
    width: auto;
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: block;
}




.theme textarea {
    border: 1px solid #aadff1;
}



.login_div {
	position: relative;
    vertical-align: top;
	float: left;
	top: 88px;
	width:341px;
	margin: 0px;
	
	background: url(../Images/cds-vendor-chip.png) left bottom no-repeat;
	height: 90px;
	padding: 0 0px 0 25px;
	
}

.login_div .vendor .welcome-header, .vendor .basicLabel {
    color: #fff;
}




#chng_password {
	float: right;
	width: 150px;
    margin-bottom: 5px;
	text-align: right;
	white-space:nowrap;
}




#welcome {
	float: left;
	width: 188px;
}



#vendor_list {
    float: left;
    margin-top: 3px;
}


    #vendor_list span {
        margin-left: 0px;
    }




#XXpage_title {
    font-size: 22px;
    xheight: 30px;
    text-align: right;
    padding-bottom: 3px;
    margin: 100px 30px 20px 145px;
    xbackground: red;
    border-bottom: 1px solid #003169;
}

#page_title {
	margin-left: 20px;
	margin-bottom: 16px;
}

#page_title .mainHeadingLabel {
	font-family: Arial, Verdana, sans-serif;
	color: #004c80;
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	width: 600px;
	
	text-transform: uppercase;
}

       
            #page_title .loginLabel {
    font-family: Arial, Verdana, sans-serif;
    color: #ffffff;
        font-size: 22px;
    line-height: 30px;
    font-weight: normal;
    width: 600px;
    text-transform: uppercase;
    
}

#page_title .mainHeadingLabel_new {
	font-family: Arial, Verdana, sans-serif;
	color: #004c80;
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	width: 600px;
}

#wrap.report #page_title {
    margin: 70px 30px 20px 20px;
	
}



@-moz-document url-prefix() {
    .ff_fix;

{
    padding-left: 35px;
}

}


#ctl00_ContentPlaceHolder2_lblSubTitle_4701 {
    xfloat: right;
    font-size: 22px;
}

#ctl00_ContentPlaceHolder2_lblSubTitle_4342 {
    xfloat: right;
    font-size: 22px;
}

#ctl00_ContentPlaceHolder2_lblTitle_4351 {
    xfloat: right;
    font-size: 22px;
}


#ctl00_ContentPlaceHolder2_ctl05 span {
    font-size: 11px;
    padding-left: 5px;
    padding-bottom: 4px;
}


#ctl00_ContentPlaceHolder2_dbgDivisionContacts_ctl02_dlBillingContact table {
    padding-left: 0px;
}

#ctl00_ContentPlaceHolder2_dbgDivisionContacts_ctl02_dlSchedulingContact td {
    padding-left: 0px;
}


#ctl00_ContentPlaceHolder2_lblPageTitle_4398 {
    xfloat: right;
    font-size: 22px;
}


.rgMasterTable {
    width: 97% !important;
}




.menuRow {
    /*background-color : #2196B7;
	background: url(Images/form_top.gif) repeat;*/
    margin-top: 0px;
    /*padding-top:5px;*/
    margin-left: 1px;
    height: 35px;
    font-weight: bold;
    width: 900px;
    float: left;
}


.basicLabel {
    vertical-align: middle;
    margin: 0 0 0 0px;
    padding: 0 5px 0 0;
    font-size: 11px;
    font-family: Arial, Verdana, sans-serif;
    color: #003366;
    text-align: right;
}

.colLeft h2 .basicLabel {
    font-family: Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #004c80;
	text-transform: none;
}


h2.page_title {
	color: #004c80;
	margin-left: 20px;
	font-size: 36px;
	font-weight: normal;
	width: 600px;
}

.mainHeadingLabel {
    font-family: Arial, Verdana, sans-serif;
    color: #003366;
    xfont-size: 16px;
    font-size: 22px;
    line-height: 25px;
    font-weight: bold;
    padding-top: 0px;
}


.subHeadingLabel {
    font-family: Arial, Verdana, sans-serif;
    font-size: 11px;
    line-height: 16px;
    color: #0099cc;
    font-weight: bold;
    text-transform: uppercase;
}


.basicTextBox {
    border-top: 1px solid #727476;
    border-right: 1px solid #c3c7c8;
    border-bottom: 1px solid #c3c7c8;
    border-left: 1px solid #727476;
    /*border:inset thin;*/
    clear: right;
    margin-top: 2px;
    padding-left: 2px;
    width: 140px;
    font-family: Arial, Verdana, sans-serif;
    font-size: 11px;
}


.basicTextBoxStoreCount {
    border-top: 1px solid #727476;
    border-right: 1px solid #c3c7c8;
    border-bottom: 1px solid #c3c7c8;
    border-left: 1px solid #727476;
    /*border:inset thin;*/
    clear: right;
    margin-top: 0px;
    padding-left: 0px;
    width: 140px;
}



.labelValue {
    display: inline;
    float: left;
    vertical-align: middle;
    font-size: 11px;
    line-height: 16px;
    color: Black;
    font-weight: bold;
}

.basicLabelValue {
    display: inline;
    vertical-align: middle;
    font-size: 11px;
    line-height: 16px;
    color: Black;
    font-weight: bold;
}


.radios input {
    display: inline;
    float: none;
    vertical-align: middle;
    width: auto;
    border: none;
    margin: 5px;
    padding: 0;
}


.radios label {
    display: inline;
    float: none;
    color: #003366;
    font-size: 11px;
    vertical-align: middle;
}

.checkBoxs_input {
    display: inline;
    float: none;
    vertical-align: top;
    width: auto;
    border: none;
    margin: 1;
    padding: 0;
}


.checkBoxs label {
    display: inline;
    float: none;
    color: #003366;
    font-size: 11px;
    color: Black;
    font-weight: bold;
    width: 130px;
    text-align: left;
    padding-left: 3px;
}
.checkBoxs_conditional label {
    display: inline;
    float: none;
    color: #003366;
    font-size: 11px;
    color: Red;
    font-weight: bold;
    width: 150px;
    text-align: left;
    padding-left: 3px;
}
#rptChkboxList_ctl00_lstValueStore .checkBoxs label {
	float: left;
}

#ctl00_ContentPlaceHolder2_chkListEquipment td {
    width: 110px;
}


.redAsterick {
    padding-top: 3px;
    font-weight: bold;
    font-family: Arial, Verdana, sans-serif;
    font-size: 17px;
    color: Red;
}

.orangeWarning {
	color: darkorange;
    font-weight: bold;
    font-size: 11px;
    font-family: Arial, Verdana, sans-serif;
}

.mandatoryLabel {
    font-family: Arial, Verdana, sans-serif;
    color: red;
    font-size: 11px;
    line-height: 22px;
    font-weight: bold;
    padding-top: 15px;
}


input[type="submit"] {
    border: none;
    text-transform: uppercase;
    vertical-align: top;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    font-family: Arial, Verdana, sans-serif;
    height: 20px;
    margin: 0px 0px 0px 0px;
    padding: 2px 8px 3px 8px;
    *padding-bottom: 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    xwebkit-box-shadow: 1px 1px 1px 0px #000;
    x-moz-box-shadow: 1px 1px 1px 0px #000;
    xbox-shadow: 1px 1px 1px 0px #000;
}

    input[type="submit"]:hover {
        border: none;
        text-transform: uppercase;
        vertical-align: top;
        cursor: pointer;
        font-size: 10px;
        font-weight: bold;
        font-family: Arial, Verdana, sans-serif;
        height: 20px;
        margin: 0px 0px 0px 0px;
        padding: 2px 8px 3px 8px;
        *padding-bottom: 0px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }


.button2 {
    color: #FFF;
    background-color: #003366;
    border: none;
    text-transform: uppercase;
    vertical-align: top;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    font-family: Arial, Verdana, sans-serif;
    height: 20px;
    margin: 0px 0px 0px 0px;
    padding: 0px 8px 0px 8px;
    *padding-bottom: 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    webkit-box-shadow: 1px 1px 1px 0px #000;
    -moz-box-shadow: 1px 1px 1px 0px #000;
    -webkit-box-shadow: 1px 1px 1px 0px #000;
    box-shadow: 1px 1px 1px 0px #000;
}


    .button2:hover {
        color: #fff;
        background-color: #0099CC;
        border: none;
        text-transform: uppercase;
        vertical-align: top;
        cursor: pointer;
        font-size: 10px;
        font-weight: bold;
        font-family: Arial, Verdana, sans-serif;
        height: 20px;
        margin: 0px 0px 0px 0px;
        padding: 0px 8px 0px 8px;
        *padding-bottom: 0px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        webkit-box-shadow: 0px 0px 0px 0px #000;
        -moz-box-shadow: 0px 0px 0px 0px #000;
        -webkit-box-shadow: 0px 0px 0px 0px #000;
        box-shadow: 0px 0px 0px 0px #000;
    }


.button3 {
    color: #999;
    xbackground-color: #ccc;
    border: none;
    text-transform: uppercase;
    vertical-align: top;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    font-family: Arial, Verdana, sans-serif;
    height: 20px;
    margin: 0px 0px 0px 0px;
    padding: 0px 8px 0px 8px;
    *padding-bottom: 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    webkit-box-shadow: 0px 0px 0px 0px #999;
    -moz-box-shadow: 0px 0px 0px 0px #999;
    -webkit-box-shadow: 0px 0px 0px 0px #999;
    box-shadow: 0px 0px 0px 0px #999;
}


    .button3:hover {
        color: #fff;
        background-color: #ccc;
        border: none;
        text-transform: uppercase;
        vertical-align: top;
        cursor: pointer;
        font-size: 10px;
        font-weight: bold;
        font-family: Arial, Verdana, sans-serif;
        height: 20px;
        margin: 0px 0px 0px 0px;
        padding: 0px 8px 0px 8px;
        *padding-bottom: 0px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        webkit-box-shadow: 0px 0px 0px 0px #999;
        -moz-box-shadow: 0px 0px 0px 0px #999;
        -webkit-box-shadow: 0px 0px 0px 0px #999;
        box-shadow: 0px 0px 0px 0px #999;
    }


@-moz-document url-prefix() {
    .submitButton;

{
    padding-top: 0px;
}

}


.basicGridBorder {
    border: solid 1px #aadff1;
}

.basicGridView {
    margin: 0 auto;
    /*border-color : #aadff1;*/
}

    .basicGridView tr td {
        font-family: Arial, Verdana, sans-serif;
        color: Black;
        font-size: 11px;
        font-weight: normal;
        padding: 2px 5px 5px 2px;
        vertical-align: top;
        text-align: left;
    }


        .basicGridView tr td span {
            font-family: Arial, Verdana, sans-serif;
            color: Black;
            font-size: 11px;
            font-weight: normal;
            vertical-align: top;
        }

        .basicGridView tr td a {
            font-family: Arial, Verdana, sans-serif;
            color: #4899cc;
            font-size: 11px;
            font-weight: normal;
            text-decoration: underline;
            vertical-align: top;
        }

    .basicGridView tr th {
        font-family: Arial, Verdana, sans-serif;
        background-color: #CFD9E7;
        color: Black;
        font-size: 11px;
        font-weight: bold;
        padding: 6px;
        text-align: left;
    }

        .basicGridView tr th span {
            font-family: Arial, Verdana, sans-serif;
            /*background-color:#aadff1;*/
            color: Black;
            font-size: 11px;
            font-weight: bold;
            padding: 10px;
        }


.tableTopRow {
    background: url(default/form_top.gif) repeat-x 0 0;
    height: 32px;
    margin-top: 25px;
    padding: 5px 0 0 4px;
    text-align: left;
    position: relative;
}


    .tableTopRow a {
        background: url(default/viewall_triangle_orange.gif) no-repeat right 2px;
        color: #0099cc;
        width: 55px;
        display: block;
        font-size: 11px;
        font-weight: normal;
        position: relative;
        text-transform: uppercase;
        right: 8px;
        padding-right: 10px;
        padding-left: 10px;
    }

.alertmessage {
    color: Red;
    font-weight: bold;
    font-size: 11px;
    font-family: Arial, Verdana, sans-serif;
}

/*.alertmessage:hover{
	color: Red;
	font-weight:bold;
	font-size:11px;
	font-family:verdana, sans-serif;
	
	}
*/
a {
    font-family: Arial, Verdana, sans-serif;
    color: #0099cc;
    font-size: 11px;
    font-weight: normal;
    padding-right: 5px;
}

z .mainTableDiv {
    float: left;
    padding-bottom: 50px;
    width: 98%;
    padding-left: 8px;
    margin-top: 80px;
}

.mainTable {
    padding-top: 195px;
    background-color: transparent;
    margin-left: 10px;
}

#wrap.report .mainTableDiv {
    background: #fff;
}

#wrap.report .mainTable {
    padding-top: 0;
}


.preLoginMainTableDiv {
    padding-top: 0px;
    padding-bottom: 100px;
    padding-right: 10px;
    width: 100%;
}

.preLoginMainTable {
    padding-top: 180px;
}

p.preLoginText {
    font-family: Arial, Verdana, sans-serif;
    color: Black;
    font-size: 1.1em;
    text-align: justify;
    margin-bottom: 10px;
}


p.preLoginBottomText {
    font-family: Arial, Verdana, sans-serif;
    color: #003366;
    font-size: 11px;
    font-weight: bold;
}


.loginBox {
	background: whitesmoke;
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.loginBox .loginTableHorizontalRow {
border-bottom: solid 1px #ccc;
}




.pro-error {
	color: #fff;
	background: #B94A48;
	border: 1px solid #B94A48;
	padding: 10px;
	margin-bottom: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}



.loginTable {
    background-color: #82c8e0;
    width: 300px;
    border: solid 1px #82c8e0;
}

.loginTableHorizontalRow {
    border-bottom: solid 1px #82c8e0;
}

.loginHeadingLabel {
    font-family: Arial, Verdana, sans-serif;
    color: #003366;
    font-size: 1.2em;
    line-height: 16px;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 10px;
    float: left;
}


h3.loginHeadingLabel2 {
    font-family: Arial, Verdana, sans-serif;
    color: #003366;
    font-size: 1.2em;
    line-height: 16px;
    font-weight: bold;
    padding-top: 15px;
    margin-bottom: 5px;
}


.loginTable tr td {
    background-color: #f2faff;
    padding: 0px 1px 0px 1px;
    vertical-align: middle;
}

.newVendor {
    border-top: 0px;
    font: 11px Arial, Verdana, sans-serif;
    font-weight: bold;
    margin-top: -25px;
    color: #0099cc;
}


.position-relative {
    position: relative;
}



#main-container td {
    /*text-align:right;*/
    vertical-align: top;
}

#ctl00_ContentPlaceHolder2_dpDates_imgcal {
    padding-bottom: 10px;
    _padding-bottom: 0px;
    *padding-bottom: 0px;
    padding-left: 5px;
}


#ctl00_ContentPlaceHolder2_dpValueChangeAllDates_imgcal {
    padding-bottom: 10px;
    _padding-bottom: 0px;
    *padding-bottom: 0px;
    padding-left: 5px;
}

.welcome-header {
    color: #00306B;
    font-weight: bold;
    font-size: 11px;
    vertical-align: middle;
    margin-right: 10px;
}

legend {
    font-family: Arial, Verdana, sans-serif;
    font-size: 11px;
    line-height: 16px;
    color: #0099cc;
    font-weight: bold;
}


.modalBackground {
    background-color: #000;
    filter: alpha(opacity=60);
    opacity: 0.7;
}



.labelDescription {
    vertical-align: middle;
    margin: 0 0 0 0px;
    padding: 0 0px 0 0;
    font-family: Arial, Verdana, sans-serif;
    font-size: 11px;
    color: #003366;
}

.profileGridBorder {
    border: 1px solid #aadff1;
}

#ctl00_ContentPlaceHolder2_lblVendor {
    margin-bottom: 10px;
}

#ctl00_ContentPlaceHolder2_dlValueStore td {
    height: 35px;
}

.basicTextBox:hover {
    border: 1px #fda6b9;
    border-style: solid;
    clear: right;
    margin-top: 2px;
    padding-left: 2px;
    width: 140px;
}

.margin-top-tiny {
    margin-top: 10px;
}

.margin-top-tiny {
    margin-top: 10px;
}

hr {
    border: 1px solid #004C80;
}



.basicTable {
    background-color: #d9f1aa;
    border: solid 1px #fff;
    /*border-color : #d9f1aa;*/
}


td {
    vertical-align: top;
    margin: 0 0 0 0px;
    padding: 0 0px 0 0;
    font-size: 11px;
    /*font-family: Arial, Verdana, sans-serif;*/
    font-family: Arial, Verdana, sans-serif;
    color: #003366;
}




/*Profile form css*/

#profile_instructions {
    float: left;
    width: 880px;
    margin-left: 15px;
    margin-top: 5px;
}

    #profile_instructions h3 {
        float: left;
        text-align: left;
        text-transform: none;
        margin-bottom: 0px;
        color: #000;
        margin-top: 3px;
    }


#test_form, .test_form {
    width: 915px;
    float: left;
    border: 1px solid #B0C1D7;
    background: #CFD9E7;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}


.outer {
    xmargin: 30px;
    width: 100%;
    xbackground: red;
    height: auto;
    min-height: 375px;
}

.outer1 {
    xmargin: 30px;
    width: 100%;
    xbackground: red;
    height: auto;
    min-height: 60px;
}

* html .outer {
    height: 375px;
}

    /* home page table styles */

    .outer .colLeft {
        width: 600px;
        float: left;
		margin-left: 20px;
    }

    .outer .colRight {
        width: 246px;
		padding: 27px 20px 0 27px;
        float: right;
		background: url(../images/rt-column-bg.png) top left no-repeat;
		margin-right: 10px;
    	min-height: 523px;
}

* html .outer .colRight {
    height: 523px;
}

.eventsCountOuter {
	min-height: 80px;
}

* html .eventsCountOuter {
    height: 80px;
}

	
	

.test_form.big {
    width: 500px;
    padding: 20px 10px;
}

    .test_form.big h2 {
        margin-bottom: 5px;
    }

.test_form.small {
    width: 267px;
    padding: 20px;
    float: right;
    background: whitesmoke;
    margin-bottom: 20px;
}


.outer .colRight .test_form.small {
	width: 246px;
	padding: 20px 0px 0 0;
	border: 0px;
	xpadding: 27px 0 0 27px;
	background: none;
	float: none;
}


.grayBox {
	background: whitesmoke; height: 20px; width: 270px; padding: 10px;
	border: 1px solid #B0C1D7;
	border-bottom: 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}


/* HOME PAGE STYLES */


			.bigBox {
				font-family: Arial, sans-serif;
				background: url(../Images/box-bg.png) repeat-y top left;
				width: 542px;
				padding:27px 27px 10px 27px;
			}
		
			.bigBoxBot {
				height: 21px;
				width: 542px;
				padding: 0 27px;
				background: url(../Images/box-bg-bot.png) no-repeat top left;
				
			}
			.bigBox h2 {
				font-family: Arial, sans-serif;
				font-size: 20px;
				font-weight: normal;
				color:#004c80;
				text-transform: none;
				margin-bottom: 5px;
			}
			
			.list_carousel {
				xbackground-color: #ccc;
				xwidth: 522px;
				xbackground: red;
			}
			.list_carousel ul {
				margin: 0;
				padding: 0;
				border-bottom: 1px solid #eee;
				list-style: none;
				display: block;
			}
			.list_carousel li {
				font-family: Arial, sans-serif;
				font-size: 14px;
				color: #555;
				text-align: left;
				background-color: #fff;
				xborder-left: 1px solid #eee;
				width: 542px;
				xheight: 200px;
				padding: 10px 0;
				margin: 0 0 10px 0;
				display: block;
				float: left;
			}
			
			.reqNo a { font-size: 20px; color: #004c80; }
			
			.list_carousel.responsive {
				width: auto;
				margin-left: 0;
			}
			.clearfix {
				float: none;
				clear: both;
			}
			
			.helper {
				margin: 0 5px;
				font-size: 9px;
				color:#fff;
				background: #6b89b0;
				padding: 3px 4px 3px 4px;
				border: 1px solid #c3d2dc;
				-moz-border-radius: 7px;
				-webkit-border-radius: 7px;
				-khtml-border-radius: 7px;
				border-radius: 5px;
				cursor: help;
			}
			
			a:hover.helper {
				background:#c3d2dc;
				color:#6b89b0;
				text-decoration: none;
			}
			
			.XXprev, .XXnext {
				margin: 0 5px;
				
				background: #fff;
				padding: 4px 5px 5px 5px;
				border: 1px solid #c3d2dc;
				-moz-border-radius: 7px;
				-webkit-border-radius: 7px;
				-khtml-border-radius: 7px;
				border-radius: 7px;
			}
			
			XXa:hover.prev, XXa:hover.next {
				background:#6b89b0;
				color:#fff;
			}
			
			.prev {
				float: left;
				
			}
			.next {
				float: right;
			}
			.pagerBox {
				xborder-top: 1px solid #c3d2dc;
				padding-top: 5px;
			}
			.pager {				
				float: left;
				width: 542px;
				text-align: center;
			}
			.pager a {
				margin: 0 5px;
				text-decoration: none;
			}
			.pager a.selected {
				text-decoration: underline;
			}
			.timer {
				background-color: #999;
				height: 6px;
				width: 0px;
			}
			
		.colRec-1 {float:left; width: 230px; margin-right:1px; padding: 0 8px; xbackground:red; }
		.colRec-2 {float:left; width: 64px; margin-right:1px; text-align: center; font-size: 24px; xbackground:red; }
		.colRec-3 {float:left; width: 148px; margin-right:1px; text-align: center; font-size: 11px; padding-top:8px; xbackground:red; }
		.colRec-4 {float:left; width: 81px; text-align: center; xbackground:red; }
		.colRec-5 {float:left; width: 45px; margin-right:1px; text-align: center; font-size: 13px; xbackground:red; }
		.colRec-6 {float:left; width: 119px; margin-right:1px; text-align: left; font-size: 11px; xbackground:red; }
        .colRec-7 {float:left; width: 25px; text-align: left; xbackground:red; }
        .colRec-8 {float:left; width: 210px; margin-right:1px; xbackground:red; }


/* ///HOME PAGE STYLES */


/* Report PAGE STYLES */


body.report {
	margin: 5px 60px;
}

#wrap.report {
	margin: 5px auto;
    width:100%;
	min-width: 1050px;
}


#wrap.child {
	margin: 5px auto;
    width:80%;
	min-width: 1050px;
}


* html #wrap.report {
    width:1050px;
}


#childSub.theme #wrap.report #logoWrap {
    background: url(../Images/report-header.png) no-repeat top right;
	border-left: 1px solid #89a1c0;
}

.reportLogo {
    /*background: url(CDS/Images/report-logo.png) no-repeat left;*/
    background: url(CDS/Images/CDS-China-Logo.png) no-repeat left;
	width: 276px;
	height: 68px;
	margin: 11px;
	
}

.reportLogo.default {
    background: url(../Images/report-logo-default.png) no-repeat left;
	
}


#childSub.theme #wrap.report .outer {
	padding-top: 13px;
	
	}
	
#childSub.theme #wrap.report .reportViewer .outer {
	padding-top: 0px;
	
	}

	
.loadingBox { height: 19px; width: 300px; margin: 10px 0; font-size: 12px; color: #004c80; }
.loadingBox div:first-child { float: left; margin-right: 10px; }
.loadingBox div:last-child { float: left; xbackground: url(../Images/ajax-loader-bar3.gif) no-repeat; width: 128px; xheight: 20px; }



	
.reportBox .req {
	color: red;
	xfont-weight: bold;
	font-size: 14px;
}

.reportBox .labelBox {
	padding: 3px 0;
	xmargin-bottom: 1px;
	}

.reportBox #startDate, .reportBox #endDate {
	background: #fff url(../Images/date-boxes.png) 95% 49% no-repeat;
	border: 1px solid #abadb3;
	padding: 2px;
	}

	
.reportViewer ul.error {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
	background: #B94A48;
	xborder: 1px solid #c5dbec;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.reportViewer ul.error li {
	padding: 10px 10px 5px 10px;
}

.reportViewer ul.error li:first-child {
	padding-bottom: 0px ;
}

.reportViewer ul.error li:last-child {
	padding-top: 5px ;
	padding-bottom: 10px ;
}


#childSub.theme #wrap.report .login_div a { color: #fff; margin-top: 38px;}
	

/* Report BUTTON STYLES */

/* Default */
.buttonFly,
	input[type="submit"].buttonFly,
	a.pendBut,
	a.starBut,
	a.completedBut {
		text-transform: uppercase;
		display: inline-block;
		border: 1px solid #DDD;
		border-radius: 3px;
		text-shadow: 0 1px 1px white;
		box-shadow: 0 1px 1px #fff;
		font: bold 11px Sans-Serif;
		line-height: 15px;
		margin-right: 10px;
		padding: 6px 10px;
		white-space: nowrap;
		vertical-align: middle;
		color: #666;
		background: transparent;
		cursor: pointer;
		border-color: #ddd;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod�EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: #E0E0E0;
		filter: none;
		background: -webkit-linear-gradient(top, white, #E0E0E0);
		background: -moz-linear-gradient(top, white, #E0E0E0);
		background: -ms-linear-gradient(top, white, #E0E0E0);
		background: -o-linear-gradient(top, white, #E0E0E0);
		background: linear-gradient(top, white, #E0E0E0);
		-pie-background: linear-gradient(top, white, #E0E0E0);
		box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
		

		
	}

.buttonFly:hover,
	input[type="submit"].buttonFly:hover,
	a.pendBut:hover,
	a.starBut:hover,
	a.completedBut:hover {
		box-shadow:inset 0 0 3px #fff;border-color: #999; text-decoration:none;
		
	}

.buttonFly:active,
	input[type="submit"].buttonFly:active,
	a.pendBut:active,
	a.starBut:active,
	a.completedBut:active {
   border: 1px solid #AAA;
   border-bottom-color: #CCC;
   border-top-color: #999;
   box-shadow:inset 0 1px 2px #aaa;
 /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkY2RjZGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
   background: #E6E6E6;
   filter:none;
   background: -webkit-linear-gradient(top, #E6E6E6, gainsboro);
   background:    -moz-linear-gradient(top, #E6E6E6, gainsboro);
   background:     -ms-linear-gradient(top, #E6E6E6, gainsboro);
   background:      -o-linear-gradient(top, #E6E6E6, gainsboro);
   background:      -o-linear-gradient(top, #E6E6E6, gainsboro);
  -pie-background:     linear-gradient(top, #E6E6E6, gainsboro);
  
}


input[type="submit"].buttonFly {
	height: 28px;
}

 /* Blue */
.buttonFly.pro-blue,
	input[type="submit"].buttonFly.pro-blue {
	color:#fff;
	box-shadow:0 1px 2px rgba(0,0,0,0.4);
	text-shadow:none;
	background: #49AFCD;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzViYzBkZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyZjk2YjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: #49AFCD;
	filter:none;
	background-image: -moz-linear-gradient(top, #5bc0de, #6b89b0);
	background-image: -ms-linear-gradient(top, #5bc0de, #6b89b0);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#6b89b0));
	background-image: -webkit-linear-gradient(top, #5bc0de, #6b89b0);
	background-image: -o-linear-gradient(top, #5bc0de, #6b89b0);
	background-image: linear-gradient(top, #5bc0de, #6b89b0);
	-pie-background: linear-gradient(#5bc0de, #6b89b0);
	border-color: #2F96B4 #2F96B4 #1F6377;
	
}

.buttonFly.pro-blue:hover,
	input[type="submit"].buttonFly.pro-blue:hover {
		border-color:#1A687F; box-shadow:none;
	}

.buttonFly.pro-blue:active,
	input[type="submit"].buttonFly.pro-blue:active {
		box-shadow:inset 0 1px 2px rgba(0,0,0,.3);
		background: #6b89b0;
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJmOTZiNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYWIwZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: #6b89b0;
		filter:none;
		background: -webkit-gradient(linear, 0 0, 0 bottom, from(#6b89b0), to(#5bc0de));
		background: -webkit-linear-gradient(#6b89b0, #5bc0de);
		background: -moz-linear-gradient(#6b89b0, #5bc0de);
		background: -ms-linear-gradient(#6b89b0, #5bc0de);
		background: -o-linear-gradient(#6b89b0, #5bc0de);
		background: linear-gradient(#6b89b0, #5bc0de);
		-pie-background: linear-gradient(#6b89b0, #5bc0de);
		border-bottom:1px solid #5bc0de;
		
		}



/* special buttonFly */

.buttonFly.pro-small {
	font-size: 9px;
	text-transform: uppercase;
	padding: 3px 5px;
	
}

.buttonFly.pro-big {
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 18px;
	height: 25px;
	
}



/* Disabled */
input[type="submit"].buttonFlyOff {
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 3px;
	font: bold 11px Sans-Serif;
	line-height: 15px;
	margin-right: 10px;
	padding: 6px 10px;
	height: 28px;
	white-space: nowrap;
	vertical-align: middle;
	color: #fff;
	background: #ccc;
	cursor: default;


}






 /* Chip Buttons */
 
 a.pendBut, a.starBut, a.completedBut {
	font: bold 18px Sans-Serif;
	xwidth: 18px;
	height: 22px;
	padding-top: 6px;
	margin-left: 2px;
	margin-right: 4px;

}


 /* Chip Buttons: Red */
a.pendBut {
	color:#fff;
	box-shadow:0 1px 2px rgba(0,0,0,0.4);
	text-shadow:none;
	background: #DA4F49;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlNWY1YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZDM2MmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: #DA4F49;
	filter:none;
	background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: linear-gradient(top, #ee5f5b, #bd362f);
	-pie-background: linear-gradient(#ee5f5b, #bd362f);
	border-color: #BD362F #BD362F #802420;
	
	}
	a.pendBut:hover{ border-color:#8D2520; box-shadow:none;}
	a.pendBut:active{box-shadow:inset 0 1px 2px rgba(0,0,0,.3);
		background: #bd362f;
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JkMzYyZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZTVmNWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: #bd362f;
		filter:none;
		background: -webkit-gradient(linear, 0 0, 0 bottom, from(#bd362f), to(#ee5f5b));
		background: -webkit-linear-gradient(#bd362f, #ee5f5b);
		background: -moz-linear-gradient(#bd362f, #ee5f5b);
		background: -ms-linear-gradient(#bd362f, #ee5f5b);
		background: -o-linear-gradient(#bd362f, #ee5f5b);
		background: linear-gradient(#bd362f, #ee5f5b);
		-pie-background: linear-gradient(#bd362f, #ee5f5b);
		border-bottom:1px solid #ee5f5b;
		
}






 /* Chip Buttons: Orange */
a.starBut{
	color:#fff;
	box-shadow:0 1px 2px rgba(0,0,0,0.4);
	text-shadow:none;
	background: #FAA732;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiYjQ1MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmODk0MDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: #FAA732;
	filter:none;
	background-image: -moz-linear-gradient(top, #fbb450, #f89406);
	background-image: -ms-linear-gradient(top, #fbb450, #f89406);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
	background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
	background-image: -o-linear-gradient(top, #fbb450, #f89406);
	background-image: linear-gradient(top, #fbb450, #f89406);
	-pie-background: linear-gradient(#fbb450, #f89406);
	border-color: #F89406 #F89406 #AD6704;
	
	}
	a.starBut:hover{ border-color:#B67211; box-shadow:none;}
	a.starBut:active{box-shadow:inset 0 1px 2px rgba(0,0,0,.2);
		background: #f89406;
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4OTQwNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYmI0NTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: #f89406;
		filter:none;
		background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f89406), to(#fbb450));
		background: -webkit-linear-gradient(#f89406, #fbb450);
		background: -moz-linear-gradient(#f89406, #fbb450);
		background: -ms-linear-gradient(#f89406, #fbb450);
		background: -o-linear-gradient(#f89406, #fbb450);
		background: linear-gradient(#f89406, #fbb450);
		-pie-background: linear-gradient(#f89406, #fbb450);
		border-bottom:1px solid #fbb450;
				
		
}


/* Chip Buttons: Green */
a.completedBut, .pro-green{color:#fff;
	box-shadow:0 1px 2px rgba(0,0,0,0.4);
	text-shadow:none;
	background: #5BB75B;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYyYzQ2MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1MWEzNTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: #5BB75B;
	filter:none;
	background-image: -moz-linear-gradient(top, #62c462, #51a351);
	background-image: -ms-linear-gradient(top, #62c462, #51a351);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
	background-image: -webkit-linear-gradient(top, #62c462, #51a351);
	background-image: -o-linear-gradient(top, #62c462, #51a351);
	background-image: linear-gradient(top, #62c462, #51a351);
	-pie-background: linear-gradient(#62c462, #51a351);
	border-color: #51A351 #51A351 #387038;
	
	}
	a.completedBut:hover, .pro-green:hover{ border-color:#295B29; box-shadow:none;}
	a.completedBut:active, .pro-green:active{box-shadow:inset 0 1px 2px rgba(0,0,0,.3);
		background: #3E933E;
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNlOTMzZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2MmM0NjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: #3E933E;
		filter:none;
		background: -webkit-gradient(linear, 0 0, 0 bottom, from(#3E933E), to(#62C462));
		background: -webkit-linear-gradient(#3E933E, #62C462);
		background: -moz-linear-gradient(#3E933E, #62C462);
		background: -ms-linear-gradient(#3E933E, #62C462);
		background: -o-linear-gradient(#3E933E, #62C462);
		background: linear-gradient(#3E933E, #62C462);
		-pie-background: linear-gradient(#3E933E, #62C462);
		border-bottom:1px solid #62C462;
		
		
	}






/* //Report BUTTON STYLES */




#ctl00_ContentPlaceHolder2_rptReportViewer_aa {
	clear:both;
	
}
			
			
			.bigBoxWide h2 {
				font-family: Arial, sans-serif;
				font-size: 24px;
				font-weight: normal;
				color:#004c80;
				text-transform: none;
				xmargin: 10px 0 10px 10px;
			}
			
			.bigBoxWide {
				font-family: Arial, sans-serif;
				padding:20px 27px 10px 27px;
				margin: 15px 25px 0 15px;
				background:#fff url(../Images/box-bg-fade.png) top repeat-x;
				border: 1px solid #c5dbec;
				-webkit-border-radius: 8px;
			    -moz-border-radius: 8px;
			    border-radius: 8px;
				
					webkit-box-shadow: 3px 3px 3px 0px #c5dbec;
					-moz-box-shadow: 3px 3px 3px 0px #c5dbec;
					box-shadow: 3px 3px 3px 0px #c5dbec;
				
				
				min-width: 946px;
			}
			
			* html #wrap.report {
			    width:946px;
			}
			
			
			.reportBox {
				background:#e3f1fd;
				border: 1px solid #c5dbec;
				padding: 10px;
				margin-bottom: 5px;
				-webkit-border-radius: 4px;
			    -moz-border-radius: 4px;
			    border-radius: 4px;
				}


/* ///Report PAGE STYLES */

.displayBox {
    margin-top: 20px;
}

    .displayBox h3 {
        margin-bottom: 5px;
        border-bottom: 1px solid #003169;
        color: #003169;
        padding-bottom: 5px;
    }


.trackerTable tr.rowOn {
    background: whitesmoke;
}

.trackerTable td {
    padding: 10px;
    border-bottom: 1px solid #fff;
    vertical-align: middle;
}

    .trackerTable td.number {
        font-size: 18px;
    }
	
	
		.trackerTable td.number.pending { padding-top: 12px; width: 46px; background: url(../Images/chip-red.png) 50% 50% no-repeat; }
		.trackerTable td.number.started { padding-top: 12px; width: 46px; background: url(../Images/chip-orange.png) 50% 50% no-repeat; }
		.trackerTable td.number.completed { padding-top: 12px; width: 46px; background: url(../Images/chip-green.png) 50% 50% no-repeat; }
		.trackerTable td.map { padding-top: 13px; width: 46px; background: url(../Images/chip-gray.png) 50% 50% no-repeat; }
		.trackerTable td.map img { padding-left: 3px; }

        .trackerTable td.number.started a {
            font-size: 18px;
            color: #fff;
			padding-right: 1px;
        }

		
        .trackerTable td.number.pending a {
            font-size: 18px;
            color: #fff;
			padding-right: 1px;
        }

        .trackerTable td.number.completed a {
            font-size: 18px;
            color: #fff;
			padding-right: 1px;
        }

.test_form div.number2 {
    font-size: 14px;
    height: 40px;
}

    .test_form div.number2.red a span.basicLabel {
        font-size: 24px;
        color: red;
        height: 40px;
    }

    .test_form div.number2.black a span.basicLabel {
        font-size: 24px;
        color: black;
        height: 40px;
    }
    /*TP18684 Added New CSS for Events Counts*/
    .test_form div.number2.blue a span.basicLabel {
        font-size: 24px;
        color: royalblue;
        height: 40px;
    }

.SummaryCountLabels {
    width: 170px;
    float: left;
    margin-top: 10px;
}

.SummaryCountNumbers {
    width: 50px;
    float: left;
    text-align:right;
}

.test_form div.number2.red a:hover, .test_form div.number2.black a:hover, .test_form div.number2.blue a:hover {
    color: Green;
    text-decoration: none !important;
}

/* invoice summary control styles*/
.InvoiceSummaryLabels {
    width: 130px;
    float: left;
}

.InvoiceSummaryLabelsRight {
    float: right;
    text-align:right;
}


.InvoiceSummaryLabelsRight, .InvoiceSummaryLabelsRight a, .InvoiceSummaryLabelsRight .basicLabel {
	padding:0;
}

.InvoiceSummaryLabelsRight .basicLabel { padding: 0 2px; }


.ReportsLabels {
    width: 190px;
    float: left;
}

.rightalign {
    text-align: right;
}

/* home page table styles */


.labelValue {
    text-align: left;
    padding-top: 1px;
}


div#profile_left {
    float: left;
    padding: 5px 5px 0px 5px;
    width: 450px;
}


fieldset#profile_names {
    border: none;
    margin-bottom: 0px;
}




    fieldset#profile_names ol li {
        background: #E7ECF3;
        border-style: solid;
        border-width: 1px;
        border-color: #65869c;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        border-radius: 5px;
        line-height: 23px;
        height: 20px;
        list-style: none;
        padding: 5px 4px;
        margin-bottom: 6px;
        /*-moz-box-shadow: 3px 3px 3px #b0b0b0;
	-webkit-box-shadow: 3px 3px 3px #b0b0b0;
	box-shadow: 3px 3px 3px #b0b0b0;*/
    }
	
	
   fieldset#profile_names span {
        float: left;
        font-size: 1.0em;
        width: 195px;
        font-weight: bold;
        padding-right: 5px;
        color: #000;
    }


  fieldset#profile_names.prodDetails span {
        float: none;
        font-size: 1.0em;
        width: 190px;
        font-weight: bold;
        padding-right: 5px;
        color: black;
    }


    fieldset#profile_names.prodDetails table:first-child td:first-child {
        width: 400px;
        padding-right: 0;
        margin: 0;
        color: red !important;
        xbackground: green;
    }

    fieldset#profile_names.prodDetails span.redAsterick {
        width: 10px;
        color: red !important;
    }


.prodDetails label {
    padding-right: 4px;
    text-align: left;
    width: 155px;
}


fieldset#profile_names input:not([type=radio]) or fieldset#profile_names input:not([type="checkbox"]),
fieldset#profile_names textarea {
    background: #ffffff;
    border: 1px solid #BFCEDF;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    font-family: Arial, Verdana, sans-serif;
    font-size: 1.2em;
    outline: none;
    padding: 0px 0px 1px 5px;
    width: 210px;
    height: 15px;
}


div#profile_right {
    float: left;
    padding: 5px 5px 0px 5px;
    width: 440px;
}


fieldset#profile_data {
    border: none;
    margin-bottom: 0px;
}



    fieldset#profile_data ol li {
        background: #E7ECF3;
        border-style: solid;
        border-width: 1px;
        border-color: #65869c;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        border-radius: 5px;
        line-height: 23px;
        height: 20px;
        list-style: none;
        padding: 5px 4px;
        margin-bottom: 6px;
        /*-moz-box-shadow: 3px 3px 3px #b0b0b0;
	-webkit-box-shadow: 3px 3px 3px #b0b0b0;
	box-shadow: 3px 3px 3px #b0b0b0;*/
    }



    fieldset#profile_data span {
        float: left;
        font-size: 1.0em;
        width: 195px;
        font-weight: bold;
        padding-right: 5px;
        color: #000;
        line-height: 20px;
        letter-spacing: -.5px;
    }


    fieldset#profile_data input:not([type=radio]) or fieldset#profile_data input:not([type="checkbox"]),
    fieldset#profile_data textarea {
        background: #ffffff;
        border: 1px solid #99CC33;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -khtml-border-radius: 3px;
        border-radius: 3px;
        font-family: Arial, Verdana, sans-serif;
        font-size: 1.2em;
        outline: none;
        padding: 0px 0px 1px 5px;
        width: 210px;
        height: 15px;
    }




    fieldset#profile_data input[type=radio] {
        float: left;
        margin-right: 5px;
        margin-top: 5px;
    }





td.buyer .checkBoxs label {
    float: left;
}

fieldset#profile_names2 {
    border: none;
    margin-bottom: 0px;
}


    fieldset#profile_names2 ol li.fieldArea {
        background: #E7ECF3;
        border-style: solid;
        border-width: 1px;
        border-color: #65869C;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        border-radius: 5px;
        line-height: 23px;
        height: 20px;
        list-style: none;
        padding: 5px 4px;
        margin-bottom: 6px;
    }

    fieldset#profile_names2.prodDetails span.basicLabel {
        float: none;
        font-size: 1.0em;
        width: 190px;
        font-weight: bold;
        padding-right: 5px;
        color: black;
    }



fieldset#profile_data input[type="checkbox"] {
    width: 15px;
    float: left;
    margin-left: 0px;
    background: none;
    border: none;
}


table #ctl00_ContentPlaceHolder2_optInvoiceType {
    width: 205px;
    float: left;
}


#ctl00_ContentPlaceHolder2_optInvoiceType label {
    width: 60px;
}


table #ctl00_ContentPlaceHolder2_optPayerType {
    width: 205px;
    float: left;
}


#ctl00_ContentPlaceHolder2_optPayerType label {
    width: 40px;
}




/*accordion on profile page*/
#wrapper2 {
    width: 920px;
}


h2.acc_trigger2 {
    padding: 0;
    margin: 0 0 2px 0;
    background: url(../Images/h2_trigger_f.png) no-repeat;
    height: 36px;
    line-height: 34px;
    width: 920px;
    font-size: 1.6em;
    font-weight: normal;
    float: left;
    cursor: pointer;
}


    h2.acc_trigger2 a span {
        color: #fff;
        text-decoration: none;
        display: block;
        padding: 12px 0 0px 45px;
        text-align: left;
        text-decoration: none;
    }


    h2.acc_trigger2 a:hover {
        color: #8FC4E8;
        cursor: pointer;
    }


    h2.acc_trigger2.active {
        background-position: left bottom;
    }

        h2.acc_trigger2.active .show {
            display: block;
        }

        h2.acc_trigger2.active .hide {
            display: none;
        }

    h2.acc_trigger2 .hide {
        display: block;
    }

    h2.acc_trigger2 .show {
        display: none;
    }

h2.active a {
    color: #fff;
}


.acc_container2 {
    margin: 0 0 5px;
    padding: 0;
    overflow: hidden;
    width: 920px;
    clear: both;
    background: #fff;
    /*border: 1px solid #d6d6d6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
}


    .acc_container2 .block {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }


.rgAltRow {
    background-color: #F0F6FC;
}


.rgMasterTable {
    border: 1px solid #9DC4F5;
}


.accordion_adjust {
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: -.1px;
    padding-left: 45px;
}


#login_box {
    float: left;
    margin-left: 50px;
    width: 300px;
    margin-top: 35px;
}


#login_content {
    float: left;
    margin-left: 45px;
    width: 530px;
}
.login_content {float: left; margin-left: 45px; width: 530px;	}

#ctl00_ContentPlaceHolder1_login_btnLogin_148 {
    color: #FFF;
    background-color: #0099CC;
	margin-bottom: 10px;
}


    #ctl00_ContentPlaceHolder1_login_btnLogin_148:hover {
        color: #fff;
        background-color: #003366;
    }


.accordionHeader {
    /*other styles*/
    cursor: pointer;
    background-image: url(../Images/expand_blue.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-position: 5px 6px;
}

.accordionHeaderSelected {
    /*other styles*/
    cursor: pointer;
    background-image: url(../Images/collapse_blue.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-position: 5px 6px;
}



/* WD Styles */


a.reqButton {
    font-size: 14px;
    color: #fff;
    xfont-weight: bold;
    xborder: 1px solid #B0C1D7;
    background: #004c80 url(../Images/add-plus.png) 95% 49% no-repeat;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 17px 33px 17px 13px;
    margin: 0;
	text-transform: uppercase;
}

a:hover.reqButton {
    background: #6b89b0 url(../Images/add-plus.png) 95% 49% no-repeat;
    text-decoration: none;
}

.xreqButton span {
	display: inline-block;
	background: url(../Images/add-plus.png) 0 0 no-repeat;
	margin: 0 0 0 3px;
}


.dashColLeft {
    float: left;   
    width:917px;
    margin-right: 10px;
}

.dashColRight {
    float: left;
    width: 352px;
}


.dashboard {
    background: #ffffff;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: inset 0 0 20px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, .1);
    outline: none;
    padding: 20px 0;
}

.boxTitle {
    color: #333;
    font-size: 18px;
    margin: 10px 30px 10px 10px;
    Xbackground: red;
}
.smallboxTitle {
    color: #333;
    font-size: 10px;
    margin: 1px 1px 1px 1px;
    Xbackground: red;
}

.dataBoxOuter {
    margin: 0 10px 10px 0;
}

.dataBox {
    background: #ffffff;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: inset 0 0 20px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, .1);
    outline: none;
    margin-bottom: 5px;
}

.centerText {
    text-align: center;
}

.radiosEvent input {
    display: inline;
    float: none;
    vertical-align: middle;
    border: none;
    margin: 5px;
    padding: 0;
}

.radiosEvent label {
    display: inline;
    float: none;
    color: Black;
    font-size: 11px;
    vertical-align: middle;
    text-align: left;
}

#errorContent {xfloat: right; width: 600px; margin: 20px 100px 20px 30px;}
#errorContent #errorHead b { letter-spacing: 1px;	color: red;}
#errorContent .errorBox { margin-top: 10px; padding: 10px; background: #fff;}




fieldset#profile_names.prodDetails table#chkItemDivList:first-child td:first-child {
width: 200px;
padding-right: 0;
margin: 0;
color: red !important;
xbackground: green;
}

.prodDetails #chkItemDivList label {
padding-right: 4px;
text-align: left;
width: 105px;
}





















 
 
 
 
 
 
/*
 * Table
 */
table.dataTable {
	margin: 0 auto;
	clear: both;
	width: 100%;
}

table.dataTable thead th {
	padding: 3px 18px 3px 10px;
	border-bottom: 1px solid black;
	font-weight: bold;
	cursor: pointer;
	*cursor: hand;
}

table.dataTable tfoot th {
	padding: 3px 18px 3px 10px;
	border-top: 1px solid black;
	font-weight: bold;
}

table.dataTable td {
	padding: 3px 10px;
}

table.dataTable td.center,
table.dataTable td.dataTables_empty {
	text-align: center;
}

table.dataTable tr.odd { background-color: #E2E4FF; }
table.dataTable tr.even { background-color: white; }

table.dataTable tr.odd td.sorting_1 { background-color: #D3D6FF; }
table.dataTable tr.odd td.sorting_2 { background-color: #DADCFF; }
table.dataTable tr.odd td.sorting_3 { background-color: #E0E2FF; }
table.dataTable tr.even td.sorting_1 { background-color: #EAEBFF; }
table.dataTable tr.even td.sorting_2 { background-color: #F2F3FF; }
table.dataTable tr.even td.sorting_3 { background-color: #F9F9FF; }


/*
 * Table wrapper
 */
.dataTables_wrapper {
	position: relative;
	clear: both;
	*zoom: 1;
}


/*
 * Page length menu
 */
.dataTables_length {
	float: left;
}


/*
 * Filter
 */
.dataTables_filter {
	float: right;
	text-align: right;
}


/*
 * Table information
 */
.dataTables_info {
	clear: both;
	float: left;
	
	/* WD */
	margin-top: 10px;
}


/*
 * Pagination
 */
.dataTables_paginate {
	float: right;
	text-align: right;
	
	/* WD */
	margin-top: 10px;
}

/* Two button pagination - previous / next */
.paginate_disabled_previous,
.paginate_enabled_previous,
.paginate_disabled_next,
.paginate_enabled_next {
	xheight: 19px;
	float: left;
	cursor: pointer;
	*cursor: hand;
	color: #111 !important;
	
}

.paginate_disabled_previous,
.paginate_disabled_next {
	/*WD*/
	border: 1px solid #f5f5f5;
	padding: 3px 5px 3px 5px;
	
	
}

.paginate_enabled_previous,
.paginate_enabled_next {
	/*WD*/
	border: 1px solid #ccc;
	padding: 3px 5px 3px 5px;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	
}


.paginate_disabled_previous:hover,
.paginate_enabled_previous:hover,
.paginate_disabled_next:hover,
.paginate_enabled_next:hover {
	text-decoration: none !important;
}
.paginate_disabled_previous:active,
.paginate_enabled_previous:active,
.paginate_disabled_next:active,
.paginate_enabled_next:active {
	outline: none;
}

.paginate_disabled_previous,
.paginate_disabled_next {
	color: #666 !important;
}
.paginate_disabled_previous,
.paginate_enabled_previous {
	padding-left: 23px;
	
	/*WD*/
	padding-left: 5px
}
.paginate_disabled_next,
.paginate_enabled_next {
	padding-right: 23px;
	margin-left: 10px;
	
	/*WD*/
	padding-right: 5px
}

.paginate_enabled_previous { background: #fff url('../images/back_enabled.png') no-repeat top left; }
.paginate_enabled_previous:hover { background: url('../images/back_enabled_hover.png') no-repeat top left; background: #005fd3; color:#fff !important; }
.paginate_disabled_previous { background: url('../images/back_disabled.png') no-repeat top left; }

.paginate_enabled_next { background: #fff url('../images/forward_enabled.png') no-repeat top right; }
.paginate_enabled_next:hover { background: url('../images/forward_enabled_hover.png') no-repeat top right; background: #005fd3; color:#fff !important; }
.paginate_disabled_next { background: url('../images/forward_disabled.png') no-repeat top right; }

/* Full number pagination */
.paging_full_numbers {
	height: 22px;
	line-height: 22px;
}
.paging_full_numbers a:active {
	outline: none
}
.paging_full_numbers a:hover {
	text-decoration: none;
}

.paging_full_numbers a.paginate_button,
.paging_full_numbers a.paginate_active {
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
	*cursor: hand;
	color: #333 !important;
}

.paging_full_numbers a.paginate_button {
	background-color: #ddd;
}

.paging_full_numbers a.paginate_button:hover {
	background-color: #ccc;
	text-decoration: none !important;
}

.paging_full_numbers a.paginate_active {
	background-color: #99B3FF;
}


/*
 * Processing indicator
 */
.dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 250px;
	height: 30px;
	margin-left: -125px;
	margin-top: -15px;
	padding: 14px 0 2px 0;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 14px;
	background-color: white;
}


/*
 * Sorting
 */
.sorting { background: url('../images/sort_both.png') no-repeat center right; }
.sorting_asc { background: url('../images/sort_asc.png') no-repeat center right; }
.sorting_desc { background: url('../images/sort_desc.png') no-repeat center right; }

.sorting_asc_disabled { background: url('../images/sort_asc_disabled.png') no-repeat center right; }
.sorting_desc_disabled { background: url('../images/sort_desc_disabled.png') no-repeat center right; }
 
table.dataTable thead th:active,
table.dataTable thead td:active {
	outline: none;
}


/*
 * Scrolling
 */
.dataTables_scroll {
	clear: both;
}

.dataTables_scrollBody {
	*margin-top: -1px;
	-webkit-overflow-scrolling: touch;
}

.welcome {
    xvertical-align: middle;

}



#search
{
	padding: 5px 9px;
	height: 23px;
	width: 200px;
	border: 1px solid #a4c3ca;
	font: normal 13px 'trebuchet MS', arial, helvetica;
	background: #f1f1f1;
	
	-moz-border-radius: 50px 3px 3px 50px;
	 border-radius: 50px 3px 3px 50px;
	 -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
	 -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
	 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);            
}

/* Define the hover highlight color for the table row */
    .hoverTable tr:hover {
          background-color: #6C89B1;
          cursor: pointer;
    }

/* ----------------------- */

/*#submit
{		
	background: #6cbb6b;
	background-image: -moz-linear-gradient(#95d788, #6cbb6b);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #6cbb6b),color-stop(1, #95d788));
	
	-moz-border-radius: 3px 50px 50px 3px;
	border-radius: 3px 50px 50px 3px;
	
	border-width: 1px;
	border-style: solid;
	border-color: #7eba7c #578e57 #447d43;
	
	 -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	 -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	 box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;   		

	height: 35px;
	margin: 0 0 0 10px;
        padding: 0;
	width: 90px;
	cursor: pointer;
	font: bold 14px Arial, Helvetica;
	color: #23441e;
	
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}

#submit:hover
{		
	background: #95d788;
	background-image: -moz-linear-gradient(#6cbb6b, #95d788);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #95d788),color-stop(1, #6cbb6b));
}	

#submit:active
{		
	background: #95d788;
	outline: none;
   
	 -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	 -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	 box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;		
}

#submit::-moz-focus-inner
    {
        border: 0; /* Small centering fix for Firefox */
   /* }*/
/*30796*/

.sf-menu li li {
	background: #fafafa !important;
	outline: thin !important;
	border: 1px black !important;
}


#help_submenu ul {
	background: #fafafa !important;
	border-style: solid;
	border-width: 1px;
	border-color: #fafafa !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

    #help_submenu ul a {
        border-bottom: 1px solid lightgray !important;
    }
/*30796*/
