﻿/* DEFAULTS
----------------------------------------------------------*/
html {
    overflow-y: scroll
}

body {
    width: 100%;
    background: #FFFFFF;
    font-size: .80em;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #222222;
    background: url(Images/siteMainGrad.gif) left top;
    background-repeat: repeat-x;
}

a:link, a:visited {
    color: #2599cf;
}

a:link {
    text-decoration: none;
}

a:hover {
    color: #2599cf;
    text-decoration: underline;
}

a:active {
    color: #034af3;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

    .header h1 {
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
    }

.main {
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    background-color: #3a4f63;
    width: 100%;
}

div.menu {
    padding: 4px 0px 4px 8px;
}

    div.menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    }

        div.menu ul li a, div.menu ul li a:visited {
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
        }

            div.menu ul li a:hover {
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
            }

            div.menu ul li a:active {
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
            }

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
    margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
    display: block;
    }

    fieldset label.inline {
    display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.Clear {
    clear: both;
}

.Title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.LoginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

    .LoginDisplay a:link {
    color: white;
    }

    .LoginDisplay a:visited {
    color: white;
    }

    .LoginDisplay a:hover {
    color: white;
    }

.FailureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.red {
    color: #dd0000;
}

.SubmitButton {
    text-align: right;
    padding-right: 10px;
}

.MenuBar {
    float: left;
    width: 100%;
    padding-bottom: 3px;
    margin-top: -10px;
    background: #FFFFFF url(Images/menuBarDropShadow.gif) left bottom;
    background-repeat: repeat-x;
    z-index: 1000;
    position: relative;
}

    .MenuBar ul {
        float: left;
        width: 100%;
        padding: 0px;
        margin: 0px;
        height: 40px;
        display: inline-block;
        list-style: none;
        background-color: #EEEEEE;
        background: #148ecc url(Images/menuBar.gif);
        background-repeat: repeat-x;
    }

        .MenuBar ul li {
            display: inline-block;
            float: left;
            font-size: 12px;
            height: 40px;
            line-height: 40px;
            background: url(Images/seperator.gif) right top;
            background-repeat: no-repeat;
    position: relative; /*--Declare X and Y axis base for sub navigation--*/
        }

            .MenuBar ul li.MyAccount {
	float: right;
            }

            .MenuBar ul li a {
                float: left;
                height: 40px;
                line-height: 38px;
                padding: 0px 10px 0px 10px;
                color: #FFFFFF;
                font-weight: bold;
                text-decoration: none;
                margin-right: 2px;
                text-shadow: 0px 1px 1px #000000;
            }

            .MenuBar ul li:hover a {
                background: #72bce3;
                color: #FFFFFF;
                text-decoration: underline;
                text-shadow: none;
            }


            .MenuBar ul li div.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
                left: 0;
	top: 40px;
                margin: 0;
	display: none;
	float: left;
                height: auto;
                padding-top: 15px;
                background: url(Images/arrowUp.png) 10px top;
                background-repeat: no-repeat;
            }

                .MenuBar ul li div.subnav.subNavRight {
	left: auto;
	right: -10px;
                    background: url(Images/arrowUp.png) 180px top;
	background-repeat: no-repeat;
                }

                .MenuBar ul li div.subnav ul.subnavContent {
                    float: left;
                    margin: 0;
	clear: both;
	padding: 4px;
                    height: auto;
                    width: auto;
                    background: none;
                    background-color: #EEEEFF;
                    border-top: 2px solid #178cca;
                    border-bottom: 2px solid #178cca;
                }

                .MenuBar ul li div.subnav.col2 {
                    width: 450px;
                }


                .MenuBar ul li div.subnav.col3 {
                    width: 675px;
                }


                .MenuBar ul li div.subnav ul.subnavContent li {
                    float: left;
                    display: inline;
                    margin: 0;
	padding: 5px;
                    height: auto;
                    background: none;
                }


                    .MenuBar ul li div.subnav ul.subnavContent li dl {
                        float: left;
                        margin: 0;
	clear: both;
	padding: 0px;
                        line-height: 20px;
                        text-indent: 10px;
                        font-size: 11px;
                        height: auto;
                        width: 200px;
                        background: none;
                    }

                .MenuBar ul li div.subnav ul.subnavContent dl dt {
                    float: left;
                    margin: 0;
	clear: both;
	padding: 0px;
                    width: 200px;
                    background-color: #0B3082;
                    border: 1px solid #0B3082;
                    color: #FFFFFF;
                }

                .MenuBar ul li div.subnav ul.subnavContent dl dd {
                    float: left;
                    margin: 0;
	clear: both;
                    padding: 0px;
                }

                    .MenuBar ul li div.subnav ul.subnavContent dl dd:first-child a {
                        border-top: 1px solid #3190c2; /*--Create bevel effect--*/
                    }

                    .MenuBar ul li div.subnav ul.subnavContent dl dd a:hover {
                        color: #222222;
                        text-decoration: underline;
                        background: #a2d9f6;
                    }

                    .MenuBar ul li div.subnav ul.subnavContent dl dd a {
	float: left;
                        width: 190px;
	background: #72bce3;
                        padding: 3px 5px 3px 5px;
                        border-right: 1px solid #6ab3d5;
                        border-left: 1px solid #6ab3d5;
	border-top: 1px solid #81c6e7; /*--Create bevel effect--*/
                        border-bottom: 1px solid #3190c2; /*--Create bevel effect--*/
                        color: #FFFFFF;
                        text-decoration: none;
                        line-height: 20px;
                        margin: 0px;
                        height: auto;
                        text-shadow: none;
                        text-indent: 0px;
                    }

.subNavTbl {
    float: left;
    border-collapse: collapse;
    padding: 0px;
}

    .subNavTbl td {
        vertical-align: top;
        padding: 5px;
        border-left: 1px solid #333333;
    }

#SiteSurround {
    position: relative;
}

#SiteSurround, .SiteCentreInner {
    float: left;
    width: 100%;
}

#SiteCentre {
    width: 1110px;
    margin: 0 auto;
}

.SiteCentreInner {
    float: left;
    width: 100%;
    background: url(Images/siteShadow.png) left top;
    background-repeat: repeat-y;
}

.ContentCentre {
    width: 1100px;
    margin: 0 auto;
    padding: 0px;
}

.SiteInnerContent {
    float: left;
    width: 100%;
    background-color: #FFFFFF;
}

.SiteInnerContentCentre {
    width: 1080px;
    margin: 0 auto;
}

.Footer {
    float: left;
    width: 100%;
    height: 100px;
    padding: 0px;
    margin: 0px;
    background-color: #EEEEFF;
    border-top: 1px solid #DDDDDD;
    font-size: 10px;
    color: #222222;
    background: #EEEEFF url(Images/SiteBaseCurve.png) center top;
    background-repeat: no-repeat;
}

.SearchContainer {
    float: left;
    padding: 5px;
    width: 99%;
    margin: 5px auto 5px auto;
    background-color: #EEEEFF;
    border-top: 1px solid #DDDDDD;
    font-size: 10px;
    color: #222222;
}

.SiteBase {
    width: 1100px;
    margin: 0 auto;
    clear: both;
    height: 5px;
    background: url(Images/shadowDown.png) left top;
    background-repeat: repeat-x;
}

.NotificationList {
    list-style: none;
    margin: 0px auto 0px auto;
    padding: 0px;
}

.GenericList {
    list-style: none;
    width: 940px;
    margin: 20px auto 5px auto;
    padding: 0px;
}

    .GenericList li .NotificationList li {
        float: left;
        display: inline-block;
    }


    .GenericList li:first-child {
    }

.MainLogo {
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
}


.FooterList {
    float: left;
    width: 98%;
}

.FooterSection {
    float: left;
    width: 100%;
}

.SiteContentMain {
    float: left;
    width: 100%;
    min-height: 500px;
    position: relative;
}

.PageTitle {
    float: left;
    padding: 10px;
    background-color: #178cca;
    color: #FFFFFF;
    clear: both;
    font-size: 16px;
    line-height: 15px;
}

.TitleContain {
    float: left;
    width: 100%;
    margin: 10px 0px 0px -20px;
    padding: 0px 0px 10px 0px;
    background: url(Images/cornerBottom.png) left bottom;
    background-repeat: no-repeat;
    position: relative;
}

.DetailsTopContain {
    float: right;
    width: 400px;
    height: auto;
    margin: 10px -20px 10px 0px;
    padding: 0px 0px 10px 0px;
    background: url(Images/cornerBottomRight.png) right bottom;
    background-repeat: no-repeat;
    position: relative;
    color: #222222;
}

.DetailsTopInner {
    float: right;
    padding: 10px;
    background-color: #EEEEFF;
    width: 380px;
    font-size: 12px;
    line-height: 15px;
}

.FieldTitle {
    font-weight: bold;
    color: #444444;
    font-size: 12px;
}

.FieldTitleLarge {
    font-weight: bold;
    color: #444444;
    font-size: 15px;
}

a.GenericLink {
    font-size: 14px;
}

a.GridViewLink.CurrentDocumentLink {
    font-size: 12px;
}

.BtnGeneric, .BtnGenericGrid, .BtnGenericDisabled, .GenericButtonForm, .GenericButtonFormDisabled {
    border-right: 1px solid #BCBCBC;
    border-bottom: 1px solid #BCBCBC;
    float: left;
    padding: 5px 5px 5px 5px;
    width: auto;
    margin: 0px 3px 5px 0px;
    color: #222222;
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    background-color: #F5F5F5;
    border: 1px solid #BCBCBC;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    display: block;
    text-decoration: none;
    font-weight: bold;
    color: #565656;
    font-size: 12px;
}

.BtnGenericDisabled, .GenericButtonFormDisabled {
    border: 1px solid #BCBCBC;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    color: #AAAAAA;
}

.BtnGenericGrid {
    margin: 0px 3px 0px 0px;
    padding: 2px 5px 2px 5px;
}

    .BtnGeneric:hover, .BtnGenericGrid:hover, .GenericButtonForm:hover {
        background-color: #dff4ff;
        border: 1px solid #c2e1ef;
        color: #336699;
        cursor: pointer;
    }

.BtnGeneric.BtnPositive:hover, .GenericButtonForm.BtnPositive:hover, .BtnPositive:hover {
    background-color: #E6EFC2;
    border: 1px solid #C6D880;
    color: #529214;
}

.BtnNegative:hover, .GenericButtonForm.BtnNegative:hover, .BtnNegative:hover {
    background-color: #fbe3e4;
    border: 1px solid #fbc2c4;
    color: #d12f19;
}

.BtnGeneric.BtnInline {
    float: none;
    display: inline;
}

.BtnGenericGrid.BtnAcceptDoc {
    padding-left: 22px;
    background-image: url('./Images/Buttons/ValidateDocument_315.png');
    background-repeat: no-repeat;
    background-position: 5px center;
}

.BtnGenericGrid.BtnDelete {
    padding-left: 22px;
    background-image: url('./Images/Buttons/Bin_2651_Small.png');
    background-repeat: no-repeat;
    background-position: 5px center;
}

.BtnGenericGrid.BtnExportToExcelCsv {
    padding-left: 22px;
    background-image: url('./Images/Buttons/save_16xMD.png');
    background-repeat: no-repeat;
    background-position: 5px center;
}

.BtnReport {
    padding-left: 22px;
    background-image: url('./Images/Buttons/Filter2HS.png');
    background-repeat: no-repeat;
    background-position: 5px center;
}

.BtnSave {
    padding-left: 22px;
    background-image: url('./Images/Buttons/saveHS.png');
    background-repeat: no-repeat;
    background-position: 5px center;
}

.BtnSearch {
    padding-left: 22px;
    background-image: url('./Images/Buttons/FindHS.png');
    background-repeat: no-repeat;
    background-position: 5px center;
}

.BtnMagnify {
    padding-left: 22px;
    background-image: url('./Images/Buttons/ZoomHS.png');
    background-repeat: no-repeat;
    background-position: 5px center;
    padding: 12px 13px 12px 12px;
}


.BtnClear {
    padding-left: 22px;
    background-image: url('./Images/Buttons/109_AllAnnotations_Error_16x16_72.png');
    background-repeat: no-repeat;
    background-position: 5px center;
}

.BtnAdd {
    padding-left: 22px;
    background-image: url('./Images/Buttons/112_Plus_Blue_16x16_72.png');
    background-repeat: no-repeat;
    background-position: 5px center;
}

.BtnEmail {
    padding-left: 22px;
    background-image: url('./Images/Buttons/EnvelopeHS.png');
    background-repeat: no-repeat;
    background-position: 5px center;
}

.BtnDownload {
    padding-left: 22px;
    background-image: url('./Images/Buttons/010_LowPriority_16x16_72.png');
    background-repeat: no-repeat;
    background-position: 5px center;
}

.BtnBack {
    padding-left: 22px;
    background-image: url('./Images/Buttons/GoToPrevious.png');
    background-repeat: no-repeat;
    background-position: 5px center;
}

.BtnCancel {
    padding-left: 22px;
    background-image: url('./Images/Buttons/GoToPrevious.png');
    background-repeat: no-repeat;
    background-position: 5px center;
}

.BtnView {
    padding-left: 22px;
    background-image: url('./Images/Buttons/GoToNextHS.png');
    background-repeat: no-repeat;
    background-position: 5px center;
}

.BtnLogin {
    padding-left: 22px;
    background-image: url('./Images/Buttons/GoToNextHS.png');
    background-repeat: no-repeat;
    background-position: 5px center;
}

.BtnClose {
    padding-left: 22px;
    background-image: url('./Images/Buttons/109_AllAnnotations_Error_16x16_72.png');
    background-repeat: no-repeat;
    background-position: 5px center;
}

.BtnEdit {
    padding-left: 22px;
    background-image: url('./Images/Buttons/126_Edit_16x16_72.png');
    background-repeat: no-repeat;
    background-position: 5px center;
}

.BtnEditImageOnly {
    padding-left: 22px;
    background-image: url('./Images/Buttons/126_Edit_16x16_72.png');
    background-repeat: no-repeat;
    background-position: 5px center;
    padding: 12px 13px 12px 12px;
}

.BtnConfirm {
    padding-left: 22px;
    background-image: url('./Images/Buttons/109_AllAnnotations_Default_16x16_72.png');
    background-repeat: no-repeat;
    background-position: 5px center;
}

.BtnConfirmImageOnly {
    padding-left: 22px;
    background-image: url('./Images/Buttons/109_AllAnnotations_Default_16x16_72.png');
    background-repeat: no-repeat;
    background-position: 5px center;
    padding: 12px 13px 12px 12px;
}

.BtnCancelImageOnly
{
    padding-left:22px;
    background-image: url('./Images/Buttons/109_AllAnnotations_Error_16x16_72.png');     
    background-repeat:no-repeat;
    background-position:5px center;
    padding: 12px 13px 12px 12px;         
}

.BtnGenericGrid.BtnRejectDoc {
    padding-left: 22px;
    background-image: url('./Images/Buttons/CheckBoxHS.png');
    background-repeat: no-repeat;
    background-position: 5px center;
}

.BtnGenericGrid.BtnManualMatch {
    padding-left: 22px;
    background-image: url('./Images/Buttons/PencilTool_206_14x12x.png');
    background-repeat: no-repeat;
    background-position: 5px center;
}

.BtnGenericGrid.BtnUnmatch {
    padding-left: 22px;
    background-image: url('./Images/Buttons/CheckBoxHS.png');
    background-repeat: no-repeat;
    background-position: 5px center;
}

.LandingPageBack
{
    float:left;
    width:100%;
    min-height:690px;
	background:#FFFFFF url(Images/Background/BWGBackdropB.jpg) 50% 20%;
	background-repeat:no-repeat;
	margin-bottom:10px;
}

.FormPanelContain {
    float: left;
    width: 100%;
    border: 1px solid #AAAAAA;
    position: relative;
    -moz-box-shadow: 0 0 2px #999999;
    -webkit-box-shadow: 0 0 2px #999999;
    box-shadow: 0 0 2px #999999;
    background: #FEFEFE url(Images/FormGradUp.gif) left bottom;
    background-repeat: repeat-x;
    border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-right-radius: 10px;
}

.FormPanelCenterContent {
    width: 220px;
    margin: 5px auto;
}

.FormPanelContent {
    float: left;
    width: 100%;
    min-height: 200px;
    border-bottom: 1px solid #AAAAAA;
}

.LoginFoot {
    float: left;
    width: 100%;
    background-color: #CCCCCC;
    border-top: 1px solid #FFFFFF;
    height: 30px;
}

.LoginHead {
    float: left;
    width: 100%;
    text-align: right;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #444444;
}

.LoginMessage {
    float: left;
    width: 100%;
    margin-top: 10px;
    -moz-box-shadow: 0 0 2px #AAAAAA;
    -webkit-box-shadow: 0 0 2px #AAAAAA;
    box-shadow: 0 0 2px #AAAAAA;
    border: 1px solid #DDDDDD;
}

    .LoginMessage .LoginMessageInner {
        float: left;
        width: 238px;
        text-align: center;
        padding: 5px;
        background: #FEFEFE url(Images/FormGradUp.gif) left bottom;
        background-repeat: repeat-x;
        border: 1px solid #FFFFFF;
        border-left: 1px solid #EEEEEE;
        border-bottom: 1px solid #EEEEEE;
    }

.LoginSurround {
    width: 420px;
    margin-top: 100px;
}

.PanelSurround {
    width: 250px;
    margin-top: 100px;
}

.GenericFormSurround {
    width: 250px;
    margin-top: 100px;
}

.LoginErrorSurround {
    float: left;
    width: 100%;
    padding: 5px 0px;
    text-align: center;
    color: #FFFFFF;
    background-color: #ff3600;
    margin-bottom: 10px;
}

.CenterItem {
    margin-left: auto;
    margin-right: auto;
}

.LoginError {
    float: left;
    width: 100%;
    background-color: #ff3600;
    padding: 5px 0px;
    min-height: 40px;
    margin-bottom: 5px;
    color: #FFFFFF;
}

.FieldInputError, .FieldInputError:focus {
    border: 1px solid #DD0000;
    color: #DD0000;
}

.FieldInput {
    float: left;
    border: 1px solid #AAAAAA;
}

    .FieldInput.Padded, FieldInput.FormPadded {
        padding: 5px;
        border: 1px solid #AAAAAA;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.2);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.2);
    }

    .FieldInput.Padded, FieldInput.FormPadded {
        padding: 5px;
    }

.LoginSurround .FieldInput.Padded {
    padding: 8px;
}

.FormPanelContain .FieldInput.Padded {
    border: 1px solid #CCCCCC;
}

.FieldInput.Padded:hover {
   -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 2px 2px rgba(0,0,0,0.2);
    box-shadow: inset 0 2px 2px rgba(0,0,0,0.2);
    border: 1px solid #777777;
}

.FieldInput.Padded:focus {
   -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 2px 2px rgba(0,0,0,0.2);
    box-shadow: inset 0 2px 2px rgba(0,0,0,0.2);
    border: 1px solid #4aa56b;
}

.FieldInput.SearchPadded {
    padding: 5px;
}

    .FieldInput.SearchPadded:hover {
   -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 2px 2px rgba(0,0,0,0.2);
        box-shadow: inset 0 2px 2px rgba(0,0,0,0.2);
        border: 1px solid #777777;
    }

    .FieldInput.SearchPadded:focus {
   -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 2px 2px rgba(0,0,0,0.2);
        box-shadow: inset 0 2px 2px rgba(0,0,0,0.2);
        border: 1px solid #4aa56b;
    }

.FieldInput.Coloured {
    background-color: #FFFFFF;
}

.NoResize {
    resize:none;
}

textarea.FieldInput {
    font-family: Arial, Helvetica, sans-serif;
}

.GenericTable {
    float: left;
    border-collapse: collapse;
    border: 0px;
    color: #222222;
}

    .GenericTable td {
        vertical-align: top;
        padding: 5px;
        text-align: left;
    }

    .GenericTable th {
        vertical-align: top;
        padding: 5px;
        text-align: left;
    }

    .GenericTable.FormTable, .GenericTable.TransactionCentreHeading {
        width: 100%;
    }

.ajax__calendar td {
    padding: 0px;
}

.GenericTable.FormTable tr.FieldTitleRow {
    line-height: 15px;
    vertical-align: bottom;
}

    .GenericTable.FormTable tr.FieldTitleRow td {
        padding: 0px 5px 0px 5px;
    }

.GenericTable.FormOptions td {
    vertical-align: top;
    padding: 0px;
    text-align: left;
}

.ContainerInner {
    float: left;
    width: 100%;
}

.Section {
    float: left;
    width: 100%;
    border-bottom: 2px solid #51A425;
    margin-bottom: 10px;
}

.PageSection {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}

.SectionPlain {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.PageSection.FormDiv {
    border-bottom: 2px solid #51A425;
}

.SectionTitle {
    float: left;
    width: 100%;
    font-size: 16px;
    margin-bottom: 5px;
    border-bottom: 2px solid #51A425;
}

.SectionTitleInner {
    float: left;
    padding: 5px 4px 5px 4px;
    background-color: #51A425;
    color: #FFFFFF;
    margin-bottom: -2px;
}

.formMask, .FormMask {
    position: absolute;
    _position: absolute; /* hack for internet explorer 6*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: 178cca;
    z-index: 400;
    filter: alpha(opacity=30);
    opacity: 0.3;
}


.ColumnLeft {
    width: 530px;
    float: left;
}

.ColumnRight {
    float: right;
    width: 530px;
}


.PagePanel {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

    .PagePanel .PanelHead {
        float: left;
        background-color: #178cca;
        color: #FFFFFF;
        line-height: 25px;
        text-indent: 10px;
        font-size: 16px;
        width: 100%;
    }

.HalfPage {
    width: 48%;
}

.PagePanelContent {
    float: left;
    color: #333333;
    width: 100%;
    border-bottom: 2px solid #178cca;
}

.SuppHomePageIssues, .BuyerHomePageIssues {
    float: left;
    width: 610px;
}

.SuppHomePageBottomRight {
    float: right;
    width: 35%;
}

.StatusContain {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 11px;
}

    .StatusContain tr {
        border-bottom: 1px solid #DDDDDD;
    }

        .StatusContain tr:hover {
            background-color: #e2f4fa;
        }

.CenteredPanelContent {
    margin-left: auto;
    margin-right: auto;
}

.SuppHomePageBottomLeft .CenteredPanelContent {
    width: 50%;
}

.GenericLinkBtn {
    float: left;
}

    .GenericLinkBtn:hover {
        cursor: pointer;
    }

.ViewLink {
    border: 0px;
}

.MessageSection {
    float: right;
    width: 450px;
}


.MessageList {
    float: left;
    width: 100%;
    margin: 0px;
}


    .MessageList li {
        float: left;
        width: 100%;
    }

        .MessageList li .MessageInner {
    border: 1px solid;
    margin: 0px 0px 5px 0px;
            padding: 10px 10px 10px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
            font-weight: bold;
        }

        .MessageList li:first-child .MessageInner {
    margin: 5px 0px 5px 0px;
        }

        .MessageList li.AlternateMessage .MessageInner {
    border: 1px solid;
    margin: 0px 0px 5px 0px;
            padding: 10px 10px 10px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
            font-weight: bold;
        }

        .MessageList li.AlternateMessage:first-child .MessageInner {
    margin: 5px 0px 5px 0px;
        }

        .MessageList li .MessageInner.Error,
        .MessageList li.AlternateMessage .MessageInner.Error {
            color: #D8000C;
            background-color: #ffebeb;
            background-image: url('Images/Buttons/109_AllAnnotations_Error_24x24_72.png');
        }

        .MessageList li .MessageInner.Info,
        .MessageList li.AlternateMessage .MessageInner.Info {
            color: #1068df;
            background-color: #e2f4fa;
            background-image: url('Images/Buttons/109_AllAnnotations_Info_24x24_72.png');
        }

            .MessageList li .MessageInner.Info a {
    text-decoration: underline;
    color: #178CCA;
            }

        .MessageList li .MessageInner.Warning,
        .MessageList li.AlternateMessage .MessageInner.Warning {
            color: #353535;
            border-color: #ffba00;
            background-color: #fff1cc;
            background-image: url('Images/Buttons/109_AllAnnotations_Warning_24x24_72.png');
 }

 .MessageList li .MessageInner.Warning:hover,
            .MessageList li.AlternateMessage .MessageInner.Warning:hover {
                background-color: #fff6dd;
            }

        .MessageList li .MessageInner.Info:hover,
        .MessageList li.AlternateMessage .MessageInner.Info:hover {
            background-color: #edf9fd;
        }

        .MessageList li .MessageInner.Error:hover,
        .MessageList li.AlternateMessage .MessageInner.Error:hover {
            background-color: #ffefef;
        }

.MessageText {
    clear: left;
    font-size: 12px;
}

.MessageDate {
    clear: left;
    font-size: 10px;
}

.NavLeft {
    float: left;
    width: 160px;
}

.ContentRight {
    width: 790px;
    float: right;
}

.LeftNavList {
    list-style: none;
	padding: 0px;
    margin: 0px;
    overflow: hidden;
}

.GenericList.LeftNavList {
    float: left;
    margin: 0;
	clear: both;
    padding: 0px;
    line-height: 20px;
    text-indent: 10px;
    font-size: 11px;
    height: auto;
    width: 160px;
    background: none;
}

    .GenericList.LeftNavList dt {
        float: left;
        margin: 0;
	clear: both;
        padding: 3px 0px 3px 0px;
        width: 100%;
        background-color: #444444;
        border: 1px solid #444444;
        color: #FFFFFF;
    }

    .GenericList.LeftNavList dd {
        float: left;
        margin: 0;
        width: 100%;
        clear: both;
        padding: 0px;
    }

        .GenericList.LeftNavList dd a {
	float: left;
	width: 100%;
            line-height: 20px;
            text-decoration: none;
            border-bottom: 1px solid #EEEEEE;
        }

.GridFullWidth {
    float: left;
    width: 100%;
}

.GenericGridView {
    float: left;
    border: 1px solid #888888;
    background-color: #FFFFFF;
    color: #222222;
    text-align: left;
    border-collapse: collapse;
}

    .GenericGridView.SearchGrid, .GenericGridView.ReportGrid {
        width: 100%;
    }

        .GenericGridView.SearchGrid a, .GenericGridView.ReportGrid a {
            font-weight: bold;
        }

    .GenericGridView .AlternateRow {
    }

    .GenericGridView.SupplierPrevious {
        width: 100%;
        font-size: 11px;
    }

        .GenericGridView.SupplierPrevious tr:first-child {
            background-color: #0b3082;
            color: #FFFFFF;
        }

            .GenericGridView.SupplierPrevious tr:first-child a {
                color: #222222;
            }

    .GenericGridView.SupplierPrevious {
        float: left;
        color: #222222;
    }

        .GenericGridView.SupplierPrevious td, .GenericGridView.SearchGrid td, .GenericGridView.ReportGrid td {
            vertical-align: top;
            padding: 5px;
            text-align: left;
            font-size: 11px;
            border-color: #AAAAAA;
        }

            .GenericGridView.SupplierPrevious td.TextAlignRight, .GenericGridView.SearchGrid td.TextAlignRight, .GenericGridView.ReportGrid td.TextAlignRight {
                text-align: right;
            }

        .GenericGridView.SupplierPrevious tr:hover, .GenericGridView.SearchGrid tr:hover, .GenericGridView.ReportGrid tr:hover {
            background-color: #d1e7f5;
        }

    .GenericGridView .GenericGridHead td, .GenericGridView .GenericGridHead th,
    .GenericGridView .GenericGridHeadClick td, .GenericGridView .GenericGridHeadClick th {
        padding: 5px 5px 5px 5px;
        background-color: #EEEEEE;
        color: #222222;
        border: 1px solid #888888;
        font-size: 11px;
        font-weight: bold;
    }

        .GenericGridView .GenericGridHead td a, .GenericGridView .GenericGridHead th a,
        .GenericGridView .GenericGridHeadClick td a, .GenericGridView .GenericGridHeadClick th a {
            float: left;
            width: 100%;
            color: #222222;
            padding: 5px 5px 5px 5px;
            margin: -5px -5px -5px -5px;
        }

    .GenericGridView .GenericGridHeadClick:hover, .GenericGridView .GenericGridHeadClick:hover {
    }

    .GenericGridView .GenericGridHead td:hover, .GenericGridView .GenericGridHead th:hover {
    }

.GenericGridFooter, .GenericGridFooter:hover {
    color: #FFFFFF;
    background-color: #178cca;
}

.GenericGridView.SupplierPrevious .GenericGridFooter:hover, .GenericGridView.SearchGrid .GenericGridFooter:hover, .GenericGridView.ReportGrid .GenericGridFooter:hover {
    background-color: #264381;
}

.GenericGridViewAltRow {
    background-color: #e8edf6;
}

.GenericGridViewEditableRow{
    height: 42px;
}

.GenericSection {
    float: left;
    width: 100%;
}

.GenericSectionGroup{
    float: left;
    position: relative;
}

.ScrollDiv {
    vertical-align: top;
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.ScrollDivSurround {
    float: left;
    width: 100%;
}

.UploadReportScroll {
    height: 400px;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    padding-left: 10px;
}


.ScrollGridDiv {
    border-bottom: 1px solid #AAAAAA;
    float: left;
    clear: left;
}

.SearchMessage {
    float: left;
    margin: 20px auto 10px auto;
    padding: 20px;
    background-color: #FEFEFE;
    border: 1px solid #EEEEEE;
}

.NoteSurround {
    float: left;
    position: relative;
    min-width: 200px;
    border: 1px solid #4aa56b;
    padding: 10px;
    margin-top: 5px;
    color: #333333;
}

.NoteSurroundField {
    float: left;
    position: relative;
    min-width: 200px;
    border: 1px solid #4aa56b;
    padding: 10px;
    padding-top: 0px;
    margin-top: 5px;
    color: #333333;
}

    .NoteSurround.NoteNegative, .NoteSurroundField.NoteNegative {
        border: 1px solid #DD0000;
        color: #DD0000;
    }

        .NoteSurroundField.NoteNegative Legend {
            color: #DD0000;
            font-weight: normal;
        }

    .NoteSurroundField Legend {
        color: #4aa56b;
        font-weight: normal;
    }

.NoteSurround .NoteHead {
    position: absolute;
    left: 10px;
    top: -15px;
    width: auto;
    padding: 5px;
    background-color: #FFFFFF;
}

.NoteSurround.NoteNegative .NoteHead {
}

.NoteText {
    float: left;
    width: 100%;
    font-size: 14px;
    clear: left;
    color: inherit;
}

.Right {
    float: right;
}

.ReportField {
    border: 1px solid #178cca;
}

    .ReportField legend {
        color: #444444;
    }

    .ReportField:hover {
        border: 1px solid #4aa56b;
    }

        .ReportField:hover legend {
            color: #222222;
        }

.ReportControls {
    float: left;
    width: 100%;
    margin-top: 50px;
}

.ContentSurround {
    float: left;
    width: 100%;
    position: relative;
}

.MenuTab {
    float: left;
}

.MultiViewTab {
    float: left;
    width: 100%;
    border-top: solid 3px #51A425;
}

.menuTabSelected {
    background-color: #51A425;
    color: White;
    padding: 10px;
}

.menuTabNotSelected {
    background-color: #EEEEFF;
    color: Black;
    padding: 10px;
}

    .menuTabNotSelected:hover {
        text-decoration: underline;
    }


.BackgroundPopup {
    position: absolute;
    _position: absolute; /* hack for internet explorer 6*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #178cca;
    z-index: 1;
    filter: alpha(opacity=30);
    opacity: 0.3;
}

#popupContactClose {
    font-size: 14px;
    line-height: 14px;
    right: 6px;
    top: 4px;
    position: absolute;
    color: #6fa5fd;
    font-weight: 700;
    display: block;
}

.DialogueContain, .UpdateProgContain {
    width: 850px;
    position: absolute;
    left: 8%;
    /*bottom:100px;*/
    top: 20%;
    z-index: 2;
    /*_position:absolute; /* hack for internet explorer 6*/
}

.UpdateProgContain {
    z-index: 20;
    left: 32%;
    width: 350px;
    bottom: 200px;
}

.DialogueCenter {
    width: 870px;
    margin: auto;
    z-index: 2;
    -moz-box-shadow: 0 0 4px #222222;
    -webkit-box-shadow: 0 0 4px #222222;
    box-shadow: 0 0 4px #222222;
}


.DialogueInner {
    width: 850px;
    float: left;
    z-index: 700;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-top: 1px solid #333333;
    background-color: #FFFFFF;
    padding: 10px;
    background: #FEFEFE url(Images/FormGradUp.gif) left bottom;
    background-repeat: repeat-x;
}

.DialogueHeader {
    width: 850px;
    float: left;
    z-index: 700;
    padding: 3px 10px 3px 10px;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    border-top: 1px solid #333333;
    background-color: #178cca;
    color: #FFFFFF;
    line-height: 20px;
}

a.FailLink, .FailText {
    color: #DD0000;
}

.SuccessText {
    color: #00DD00;
}

.updateProgressPanel, .GenericUpdateProgress {
    width: 350px;
    margin: auto;
    z-index: 2;
    -moz-box-shadow: 0 0 3px #222222;
    -webkit-box-shadow: 0 0 3px #222222;
    box-shadow: 0 0 3px #222222;
    background-color: #fff;
    border: solid 2px #178cca;
    text-align: center;
    vertical-align: middle;
    padding-top: 16px;
    padding: 5px;
    z-index: 300;
}


.supplierProductMandatoryElement {
    color: Red;
}

.supplierProductDropDown {
    z-index: 100;
}

.supplierProductNotes, .supplierProductNotesItalics {
    color: Black;
    text-decoration: none;
    font-weight: bold;
    margin-left: 10px;
}

.supplierProductNotesItalics {
    font-style: italic;
}

.supplierProductConfirmation {
    color: Red;
    text-decoration: underline;
    font-weight: bold;
    font-size: larger;
    margin: 15px 0px 15px 0;
    float: left;
}

.productRequestErrorMessages {
    border-color: Red;
    color: Red;
    margin-left: 10px;
    margin-bottom: 10px;
}

.horizontal li {
    display: inline;
    float: left;
    padding: 0px 20px 10px 2px;
}

.horizontal ul {
    padding-left: 0px;
    margin-left: 0px;
}

.horizontal .activeStep {
    font-weight: bold;
}

.validationSummaryRight {
    position: fixed;
    bottom: 10px;
    right: 10px;
    border: solid 1px red;
    z-index: 100;
    padding: 10px;
    width: 300px;
    font-weight: bold;
    font-size: 13px;
    background-color: #FFFFFF;
}

    .validationSummaryRight ul {
        padding: 0 10px 0 15px;
        font-weight: normal;
        font-size: 12px;
    }

.validationContent {
    position: relative;
    float: left;
    width: 100%;
}

.ValidationSummary {
    color: #353535 !important;
    background-color: #fff1cc;
    background-image: url('Images/Buttons/109_AllAnnotations_Warning_24x24_72.png');
    border: 1px solid #ffba00;
    margin: 0px 0px 5px 0px;
    padding: 10px 10px 10px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    width: 90%;
    text-align: left;
}

    .ValidationSummary ul {
    color: #353535;
    font-weight: normal;
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 2px 0px 2px 0px;
    }



/* Module query box CSS *************************************************************/
.ModularDialogue {
    width: 480px;
    margin: auto;
    z-index: 2;
    -moz-box-shadow: 0 0 2px #333333;
    -webkit-box-shadow: 0 0 2px #333333;
    box-shadow: 0 0 2px #333333;
    vertical-align: middle;
    z-index: 400;
    text-align: left;
    vertical-align: middle;
    text-align: center;
    background: #FFFFFF;
}

.ModularDialogueInner {
    width: 470px;
    padding: 5px;
}

.ModularDialogue.ModularDialoguePageTop {
    top: 100px;
    bottom: auto;
}

.ModularDialogue > table {
    width: 100%;
}

    .ModularDialogue > table > tr > td {
        padding: 5px;
    }

.ModularDialogueHeader {
    height: 25px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    background-color: #178cca;
    color: #FFFFFF;
    padding: 8px 0px;
    border-bottom: 1px solid #EEEEEE;
}

    .ModularDialogueHeader:hover {
        cursor: move;
    }

    .ModularDialogueHeader img {
        float: left;
        margin: 0px 3px 0px 3px;
        padding-left: 4px;
    }

    .ModularDialogueHeader .BtnClose, .QuickSearchDialogueHeader .BtnClose {
        padding-right: 3px;
        padding-top: 3px;
        padding-bottom: 3px;
    }

.ModularDialogueFooter {
    height: 25px;
    font-size: 13px;
    text-align: left;
    background-color: #FCFCFC;
    color: #81BC41;
    border-top: 1px solid #EEEEEE;
    padding: 8px 0px;
}

.ModularDialogueContent {
    float: left;
    width: 100%;
    background-color: #FFFFFF;
}

.DialogueHeaderText {
    float: left;
    line-height: 25px;
}



.formMask {
    position: absolute;
    _position: absolute; /* hack for internet explorer 6*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #178cca;
    z-index: 100;
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.sectionMask {
    float: left; /*Allows the control to inherit parents height and width*/
    margin-top: 30px;
    position: absolute;
    _position: absolute; /* hack for internet explorer 6*/
    height: 95%;
    width: 100%;
    background: #178cca;
    z-index: 100;
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.supplierRequestButtons {
    font-size: 12px;
    padding-bottom: 5px;
    margin-top: 15px;
}

    .supplierRequestButtons tbody tr {
        padding-bottom: 5px;
        height: 25px;
    }

.supplierAmendmentNotes {
    color: Red;
    font-size: 14px;
    font-weight: bold;
}

.cal_theme .ajax__calendar_active {
    color: Red;
    font-weight: bold;
    background-color: #ffffff;
}


.GenericBox {
    float: left;
    min-height: 40px;
    font-size: 12px;
    clear: both;
}

    .GenericBox ul {
        float: left;
        border: 1px solid #DD0000;
        color: #DD0000;
        padding: 10px 10px 10px 20px;
    }

.ErrorBoxInner, .MessageBoxInner, .MessageBoxDownloadInner {
    float: left;
    width: 100%;
    padding: 10px;
    background-color: #FFFFFF;
    border: 1px solid #DD0000;
    font-size: 12px;
    color: #444444;
}

.MessageBoxInner, .MessageBoxDownloadInner {
    border: 1px solid #444444;
}

.MessageBoxDownloadInner {
    width: 400px;
    text-align: center;
}

.ErrorBoxInner h4 {
    margin-top: 0px;
    color: #DD0000;
}

.MessageBoxInner h4 {
    margin-top: 0px;
    color: #444444;
}


.AccountSelection {
    width: 500px;
}

.BatchSummaryCenter {
    width: 1060px;
    padding: 10px 0 10px 0;
}

.WhiteText {
    color: #FFFFFF;
}

.Size11Font {
    font-size: 0.8em;
}

.VertMenuList {
    list-style: none;
    margin: 20px auto 5px auto;
    padding: 0px;
}

    .VertMenuList li {
    float: left;
    width: 100%;
    margin: 0px;
    border-top: 1px solid #CCCCCC;
    }

        .VertMenuList li:first-child {
    border-top: 0px;
        }

        .VertMenuList li:hover {
    background-color: #EEEEEE;
        }

        .VertMenuList li a {
    float: left;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-decoration: underline;
    color: #0d8bac;
    text-align: center;
        }


.MessageContain, .MessageContainGrid {
    display: inline-block;
    padding: 20px;
    clear: left;
    margin-top: 15px;
    border: 1px solid #d8d8d8;
    background-color: #f7f7f7;
}

.TransactionCentreDataHeading {
    font-weight: bold;
}

.GenericGridView.ReportGrid.TransactionCentreGrid {
    margin-bottom: 10px;
}

    .GenericGridView.ReportGrid.TransactionCentreGrid.TaxGrid {
        width: 70%;
    }

.RoundedTopCorners {
    border-top-left-radius: 7px;
    -moz-border-radius-topleft: 7px;
    border-top-right-radius: 7px;
    -moz-border-radius-topright: 7px;
}

.RoundedBottomCorners {
    border-bottom-left-radius: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-bottom-right-radius: 7px;
    -moz-border-radius-bottomright: 7px;
}

.TextAlignRight {
    text-align: right;
}

.TextAlignLeft {
    text-align: left;
}

span.TextAlignRight {
    float:left;
    width: 100%;
    text-align: right;
}

.TextAlignCenter {
    text-align: center;
}


.TransactionCentreSelectionMessage {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

a.TransactionCentrePageHeadingLink {
    color: #ffffff;
}

    a.TransactionCentrePageHeadingLink:hover {
    color: #ffffff;
    text-decoration: underline;
    }

.MarginBottom15 {
    margin-bottom: 15px;
}

.MarginTop {
    margin-top: 10px;
}

.ErrorMessage {
    background-color: #ffebeb;
}

.WarningMessage {
    background-color: #fff1cc;
}

.FilterControlPanelContain {
    float: left;
    border: 1px solid #AAAAAA;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #333333;
    background-color: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    -moz-box-shadow: inset 0 0 3px #AAAAAA;
    -webkit-box-shadow: inset 0 0 3px#AAAAAA;
    box-shadow: inset 0 0 3px #AAAAAA;
    padding: 5px 15px 5px 15px;
}

    .FilterControlPanelContain legend {
        color: #444444;
        background-color: #FFFFFF;
    }

.ErrorMessageBox {
    float: left;
    color: #FF0000;
}


.GridRow td, .GridRowB td, .GridHeadRow th, SubTableHeadRow th, .ErrorGridViewRow td, .ProdGridHeadRow td, .ProdGridHeadRow th {
    color: #333333;
    border: 0px solid #FFFFFF;
}

.GridHeadRow {
    border: 1px solid #d8d8d8;
    background-color: #f7f7f7;
}

.SubTableHeadRow {
    background-color: #b7b9cb;
}

    .SubTableHeadRow th {
    padding: 5px;
    }

.SubTable {
    float: left;
    width: 100%;
    border: none !important;
    border: 1px solid #FFFFFF !important;
    border-width: 0px !important;
    border-style: none !important;
}

.SubtableHeadRow td, .SubtableHeadRow th {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
}

.SubtableHeadRowB td, .SubTableHeadRowB th {
    background-color: #F9F9F9;
}

.GridRowB {
    background-color: #f7f7f7;
}

.GridRow {
    background-color: #FFFFFF;
}


.ProdGridHeadRow td, .ProdGridHeadRow th {
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    border-left: 1px solid #FFFFFF;
    padding: 5px;
    vertical-align: top;
    margin-bottom: 5px;
    font-size: 12px;
}

    .ProdGridHeadRow td:first-child, .ProdGridHeadRow th:first-child {
        border-left: 1px solid #CCCCCC;
    }

.ProdGridRow {
    background-color: #FFFFFF;
}

.ProdGridRowB {
    background-color: #f7f7f7;
}

    .ProdGridRow td, .ProdGridRowB td {
        padding: 5px 2px 2px 2px;
    }

.ErrorGridViewRow {
    background-color: #FFADB1;
}

.GridRow:hover, .GridRowB:hover {
    background-color: #edf2f3;
}

.SubTableHeadRow:hover {
    background-color: #b7b9cb;
}

.Rounded {
    border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
}


.ExpandingTable {
    float: left;
    width: 100%;
    border: 0px;
    border-collapse: collapse;
    empty-cells: hide;
    font-size: 11px;
    text-align: left;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

    .ExpandingTable.SmallFont {
        font-size: 11px;
    }

    .ExpandingTable td {
    padding: 8px;
    border: 0px solid #FFFFFF;
    text-align: left;
        border-left: 1px solid #DDDDDD;
        border-right: 1px solid #DDDDDD;
        vertical-align: top;
    }

    .ExpandingTable tr:hover {
        background-color: #d1e7f5;
    }

    .ExpandingTable.Clickable tr:hover {
        cursor: pointer;
    }

.PageLabel, .PageLabelB {
    float: left;
    margin-right: 5px;
}

.PageLabelB {
    font-weight: bold;
}

.ExpandingTable tr.EnquiryGridHead td, .ExpandingTable tr.EnquiryGridHead th {
    padding: 10px 5px 10px 5px;
    background-color: #EEEEEE;
    color: #222222;
    font-size: 11px;
    font-weight: bold;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #DDDDDD;
}

    .ExpandingTable tr.EnquiryGridHead td:first-child, .ExpandingTable tr.EnquiryGridHead th:first-child {
        border-left: 1px solid #DDDDDD;
    }

.ExpandingRow {
    float: left;
    width: 100%;
}

.ExpandingRejectionRow {
    float: left;
    width: 100%;
}

.ExpandingTable tr.HiddenRow {
    padding: 0px;
    border-collapse: collapse;
    height: 0px;
    empty-cells: hide;
    border-bottom: 0px;
}

    .ExpandingTable tr.HiddenRow:hover {
        background-color: #FFFFFF;
    }

.SubTable {
    float: left;
    width: 100%;
    background-color: #FFFFFF;
    border-collapse: collapse;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    margin: 0px 0px;
}

    .SubTable tr {
        border: 0px;
    }

        .SubTable tr:first-child {
            border: 0px;
            border-top: 0px solid #EEEEEE;
        }

.SubTableHeadRow {
    background-color: #002753;
    color: #FFFFFF;
}

    .SubTableHeadRow td {
        color: #FFFFFF;
        border-right: 1px solid #27527F;
        border-top: 1px solid #27527F;
    }

.ExpandingTable .SubTable tr td {
    padding: 2px 5px;
}

.SubTableHeadRow:hover {
    background-color: #002753;
}

.SubTableHeadRow td span.FieldTitle {
    color: #FFFFFF;
}


.ExpandingRow tr {
    border-bottom: 0px solid #FFFFFF;
}


.HiddenRow td.HiddenRowTD {
    empty-cells: hide;
    height: 0px;
    padding: 0px 10px;
}

.Hidden {
    display: none;
}

.AuditTable {
    float: left;
    width: 100%;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-collapse: collapse;
    background-color: #FFFFFF;
}

    .AuditTable td {
        border: 0px;
        background-color: inherit;
    }

        .AuditTable td span.FieldTitle {
            font-weight: bold;
            text-decoration: underline;
        }

    .AuditTable tr:hover {
        background-color: inherit;
    }


#myScrollTable {
    float: left;
    width: 100%;
    border-collapse: collapse;
    padding: 0px;
    margin: 10px 0px 10px 0px;
    border: 1px solid #888888;
    background-color: #FFFFFF;
    color: #222222;
    font-size: 11px;
}

    #myScrollTable tr {
        border-bottom: 1px solid #CCCCCC;
    }

        #myScrollTable tr td {
            padding: 5px;
            margin: 0px;
        }

        #myScrollTable tr:hover {
            background-color: #d1e7f5;
        }

        #myScrollTable tr td {
            border-right: 1px solid #CCCCCC;
        }

    #myScrollTable thead tr {
        border-bottom: 1px solid #888888;
        background-color: #EEEEEE;
    }

        #myScrollTable thead tr:hover {
            background-color: #EEEEEE;
        }

        #myScrollTable thead tr th {
            padding: 5px 5px 5px 5px;
            background-color: #EEEEEE;
            color: #222222;
            border: 1px solid #888888;
            font-size: 11px;
            font-weight: bold;
            border-right: 1px solid #888888;
        }

    .MyScrollTableFooter, #myScrollTable tr.MyScrollTableFooter:hover {
        color: #FFFFFF;
        background-color: #264381;
    }

.CenterText {
    text-align: center;
}

.ScrollContainer {
    float: left;
    width: 1080px;
}

.GenericGridView.ScrollGrid {
    width: 1072px;
}

.ReportControlsTop {
    float: right;
    margin-right: -10px;
}

icList.AccessList {
    max-height: 300px;
}

.AccessList {
    list-style: none;
    width: 100%;
    margin: 20px auto 5px auto;
    padding: 0px;
}

    .AccessList li {
        float: left;
        display: inline-block;
    width: 100%;
    margin: 0px;
    border-top: 1px solid #FFFFFF;
        border-bottom: 1px solid #D4D4D4;
        border-left: 1px solid #E4E4E4;
        border-right: 1px solid #E4E4E4;
    }

        .AccessList li:first-child {
    border-top: 1px solid #DDDDDD;
        }

        .AccessList li:hover {
    background-color: #EEEEEE;
        }

        .AccessList li a {
    float: left;
    width: 100%;
    height: 60px;
    line-height: 60px;
            font-weight: bold;
    color: #444444;
    text-align: center;
            background: #F9F9F9;
            background-repeat: repeat-x;
        }

            .AccessList li a:hover {
                background: #F2F2F2;
                text-decoration: none;
            }

.ControlHead, .ControlHead:hover {
    float: right;
    background-color: #EEEEEE;
    border: 1px solid #DDDDDD;
    border-bottom: 1px solid #FFFFFF;
    padding: 5px;
    font-size: 11px;
    font-weight: bold;
    color: #222222;
}

.HiddenObject {
    display: none;
}

#ImagePanel {
    float: left;
    margin-left: 5px;
}

.InfoBox {
    top: 0px;
    left: 100px;
    height: 115px;
    width: 500px;
    border-top: 5px solid #178cca;
    border-bottom: 3px solid #178cca;
    border-left: 1px solid #178cca;
    border-right: 1px solid #178cca;
    background-color: #ffffff;
    position: absolute;
    _position: absolute;
    z-index: 100;
    box-shadow: 4px 4px 4px #000000;
}

.Close {
    position: absolute;
    top: -4px;
    left: 482px;
    z-index: 101;
    cursor: pointer;
}

.InfoBox img {
    padding: 5px 0px 0px 5px;
}

.InfoBox span {
    padding: 0px 0px 5px 0px;
    margin-left: 5px;
    font-size: 15px;
    font-weight: bold;
    vertical-align: middle;
}

.InfoBox hr {
    margin: 2px 0px 5px 0px;
    padding: 0px;
    height: 1px;
    color: #000000;
    border-collapse: collapse;
}

.FormMessageContain {
    float: left;
    clear: left;
    padding: 10px;
    background-color: #EEEEEE;
    border: 1px solid #AAAAAA;
    margin: 10px 0px 10px 0px
}

.LoginLeft {
    float: left;
    width: 270px;
    border-right: 1px solid #E9E9E9;
    padding-right: 15px;
}

.LoginRight {
    float: left;
    width: 130px;
    height: 180px;
    padding-top: 11px;
    border-left: 1px solid #FFFFFF;
    padding-left: 10px;
}

.LoginPageTitle {
    width: 100%;
    float: left;
    border-bottom: 1px solid #FFFFFF;
}

.LoginPageTitleInner {
    width: 100%;
    text-align: center;
    float: left;
    font-size: 16px;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 10px;
}

.MessageBox {
    float: left;
    border: 1px solid;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 #FFFFFF;
    color: #222222;
    padding: 10px;
}

.MessageBoxWarning {
    background-color: #fbe3a8;
    border-color: #ffba00;
}

.MessageBoxError {
    background-color: #fd5470;
    border-color: #EA8C9C;
}

.MessageBoxError {
    font-weight: bold;
    color: #FFFFFF;
}

    .MessageBoxError .UnlockLink {
        float: left;
        clear: left;
        font-size: 14px;
        color: #FFFFFF;
        margin-top: 5px;
    }

    .MessageBoxError p {
        margin: 0px;
    }

    .MessageBoxError a {
        float: left;
        color: #FFFFFF;
        padding: 5px 0;
        text-decoration: underline;
    }

    .MessageBoxError .UnlockLink:hover {
        text-decoration: none;
        background-color: #f98598;
    }

.LoginPanelLargeText {
    float: left;
    font-size: 25px;
    margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #504f4f;
    text-shadow: 0px 2px 1px #bbbaba;
}

.LoginLogo {
    display: block;
    margin: auto;
}

.FullWidth {
    float: left;
    width: 100%;
}

.FloatLeft {
    float: left;
}

.PaginationTableContainer {
	Width: 650px;
	text-align: center;
	vertical-align: top;
	padding: 8px 0px 10px 0px;
	/*webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.3);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.3);   */
}

.PaginationButtons {
	text-decoration: none !important;
}

.PaginationLabels, .PaginationLabelsB {
    font-size: 10px;
}

.PaginationLabelsB {
    font-size: 11px;
    font-weight: bold;
}

.LinkDisabled, .LinkDisabled:hover {
    background-color: inherit;
	color: #888888 !important;
}

.NavLeftList {
	float: left;
	width: 100%;
}

.VerticalNavList {
    list-style: none;
    margin: 0px auto 0px auto;
    padding: 0px;
}

    .VerticalNavList li:first-child {
	border-top: 0px solid #FFFFFF;
    }

    .VerticalNavList li {
        overflow: hidden;
	float: left;
	width: 100%;
	border-bottom: 1px solid #e8e8e8;
	border-top: 1px solid #FFFFFF;
    }

        .VerticalNavList li a {
	float: left;
	width: 100%;
	padding-left: 8px;
	line-height: 30px;
	text-decoration: none;
	color: #444444;
	font-size: 10px;
            text-indent: 3px;
        }

            .VerticalNavList li a:hover {
	color: #D12335;
	background-color: #F9F9F9;
	border-left: 3px solid #51A425;
                text-indent: 0px;
            }

.PageLeft {
    float: left;
}

.PageRight {
    float: right;
}

.DialogueContainUnFixed {
    width: 100%;
    position: absolute;
    left: 0%;
    top: 20%;
    z-index: 600;
}

.DialogueFixedPanel {
    width: 350px;
    margin: auto;
    z-index: 2;
}

.SAMNotesPanel {
    width: 500px;
}

.DialogueFixedInner {
    float: left;
    -moz-box-shadow: 0 0 3px #222222;
    -webkit-box-shadow: 0 0 3px #222222;
    box-shadow: 0 0 3px #222222;
    background-color: #F8F8F8;
    color: #222222;
    border: solid 1px #111111;
    text-align: center;
    vertical-align: middle;
    padding: 10px 5px 10px 5px;
    z-index: 600;
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottom: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottom: 5px;
    text-align: left;
}

.DialogueFixedPanelInner {
    float: left;
    width: 500px;
}

.ResultsControl {
    color: #222222;
    font-size: 12px;
    text-align: left;
    vertical-align: middle;
    background-color: #EEEEEE;
    border-top: 1px solid #888888;
    border-right: 1px solid #888888;
    border-left: 1px solid #888888;
    padding: 0px 7px 0px 7px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.InfoSurround {
    margin-top: 5px;
    margin-bottom: 15px;
    float: left;
    background-color: #F1F1F1;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-bottom: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
}

.InfoInner {
    float: left;
    padding: 8px;
    color: #444444;
    font-size: 15px;
    border-top: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
}

    .InfoInner:hover {
    background-color: #F5F5F5;
    }

.SlimPaginationButtons {
    width: 100% !important;
    border: none !important;
    border-collapse: collapse !important;
}

    .SlimPaginationButtons td {
    padding: 0px !important;
    border: none !important;
    text-align: center !important;
    }

.NarrativeListContain {
    float: left;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 350px;
    height: auto !important;
    height: 350px;
    marin-bottom: 10px;
}

.NarrativeList {
    float: left;
    padding: 0px 0px 5px 0px;
    margin: 0px;
    width: 99%;
    list-style-type: none;
    background-color: transparent;
}

    .NarrativeList li {
    float: left;
    margin: 2px 0px 0px 0px;
        padding: 3px 0 0 0;
        width: 100%;
        clear: both;
    }

        .NarrativeList li .narrativeInner {
            float: left;
            width: 98%;
            border: 2px solid #DDDDDD;
            background-color: #FFFFFF;
            padding: 5px;
            border-top-left-radius: 0px;
            -moz-border-radius-topleft: 0px;
            border-bottom-left-radius: 0px;
            -moz-border-radius-bottomleft: 0px;
            border-top-right-radius: 10px;
            -moz-border-radius-topright: 10px;
            border-bottom-right-radius: 10px;
            -moz-border-radius-bottomright: 10px;
        }

    .NarrativeList.DisputeNarrative li {
        clear: left;
        width: auto;
        max-width: 80%;
    }

.NarrativeCreatorLbl, .NarrativeCreatorLblB {
    float: left;
    clear: right;
    margin-right: 5px;
    font-size: 11px;
    color: #444444;
    margin-bottom: 5px;
    font-weight: bold;
}

.NarrativeCreatorLblB {
    font-weight: normal;
}

.NarrativeDateLbl {
    float: left;
    clear: both;
    width: 100%;
    font-size: 10px;
    color: #444444;
    margin-top: 5px;
    font-style: italic;
}

.NarrativeTextLbl {
    float: left;
    clear: both;
    width: 100%;
    font-size: 12px;
    color: #222222;
}

.NarrativeList.DisputeNarrative li {
    clear: both;
    min-width: 50%;
}

.NarrativeList li.liNarrativeRight {
    float: right;
    margin: 2px 0px 0px 0px;
    padding: 3px 0 0 0;
    clear: both;
    min-width: 50%;
}

.NarrativeList.DisputeNarrative li .narrativeInner {
    background-color: #F7FFDB;
    border-color: #EFFCBD;
}

.NarrativeList li.liNarrativeRight .narrativeInner {
    float: right;
    background-color: #E5F5FF;
    border-color: #D8EBFF;
    border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
}

.DialogueContainUnFixed {
    width: 100%;
    position: absolute;
    left: 0%;
    top: 20%;
    z-index: 600;
}

.DialogueContainFixed {
    width: 100%;
    position: fixed;
    left: 0%;
    top: 20%;
    z-index: 600; /*_position:absolute; /* hack for internet explorer 6*/
}

    .DialogueContainFixed.ConfirmDialogue {
        z-index: 800;
    }

.DialogueFixedPanel {
    width: 350px;
    margin: auto;
    z-index: 2;
}

.AdminRejectEmailContain {
    width: 650px;
}

.SAMNotesPanel {
    width: 500px;
}

.DialogueFixedInner {
    float: left;
    width: 100%;
    -moz-box-shadow: 0 0 3px #222222;
    -webkit-box-shadow: 0 0 3px #222222;
    box-shadow: 0 0 3px #222222;
    background-color: #F8F8F8;
    color: #222222;
    border: solid 1px #111111;
    text-align: center;
    vertical-align: middle;
    padding: 10px 5px 10px 5px;
    z-index: 600;
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottom: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottom: 5px;
    text-align: left;
}

.DialogueFixedHeader {
    width: 500px;
    float: left;
    z-index: 700;
    padding: 3px 10px 3px 10px;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    border-top: 1px solid #333333;
    background-color: #91AF22;
    color: #FFFFFF;
    line-height: 20px;
}

.DialogueFixedPanelInner {
    float: left;
    width: 100%;
}

.TitleText {
    font-size: 1.1em;
    font-weight: 600;
}

.DocumentFieldSet, .ErrorFieldSet {
    margin: 0px 0px 10px 0px;
    padding: 4px 10px 10px 10px;
    border-radius: 4px 4px 4px 4px;
    -moz-box-shadow: inset 0 0 3px #AAAAAA;
    -webkit-box-shadow: inset 0 0 3px#AAAAAA;
    box-shadow: inset 0 0 3px #AAAAAA;
    border: 1px solid #D5D5D5;
    margin-top: 4px;
    font-size: 12px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 #FFFFFF;
}

    .DocumentFieldSet Legend, .ErrorFieldSet Legend {
        background: #FFFFFF;
        font-weight: bold;
        line-height: 20px;
    }

.ErrorFieldSet {
    border: 1px solid #DD0000;
    color: #DD0000;
}

.LegendImage {
    float: left;
    margin-top: 3px;
    margin-right: 5px;
}

.ErrorList li {
    float: left;
    width: 90%;
}

.TabDisplayStyle .ajax__tab_header {
    font-size: 14px;
    display: block;
}

    .TabDisplayStyle .ajax__tab_header .ajax__tab_outer {
    border-color: #222;
    color: #222;
    margin-right: 3px;
        padding: 5px 5px 5px 5px;
        border: solid 1px #d7d7d7;
        border-bottom: 0px;
    }

    .TabDisplayStyle .ajax__tab_header .ajax__tab_inner {
    border-color: #666;
    color: #666;
    }

.TabDisplayStyle .ajax__tab_hover .ajax__tab_outer {
    background-color: #51A425;
    cursor: pointer;
}

.TabDisplayStyle .ajax__tab_hover .ajax__tab_inner {
    color: #fff;
}

.TabDisplayStyle .ajax__tab_active .ajax__tab_outer {
    border-bottom-color: #ffffff;
    background-color: #51A425;
}

.TabDisplayStyle .ajax__tab_active .ajax__tab_inner {
    color: #FFFFFF;
    border-color: #333;
}

.TabDisplayStyle .ajax__tab_body {
    font-size: 10pt;
    padding: 10px;
    background-color: #fff;
    border: solid 1px #d7d7d7;
    float: left;
}

.TabSection .ajax__tab_header {
    font-size: 14px;
    display: block;
}

    .TabSection .ajax__tab_header .ajax__tab_outer {
    border-color: #222;
    color: #222;
    margin-right: 3px;
        padding: 10px;
        border: solid 1px #d7d7d7;
        border-bottom: 0px;
    border: none;
    background-color: #EEEEFF;
    }

    .TabSection .ajax__tab_header .ajax__tab_inner {
    border-color: #666;
    color: #666;
    }

.TabSection .ajax__tab_hover .ajax__tab_outer {
    /*background-color:#51A425;*/
    cursor: pointer;
}

.TabSection .ajax__tab_hover .ajax__tab_inner {
    /*color: #fff;*/
}

.TabSection .ajax__tab_active .ajax__tab_outer {
    border-bottom-color: #ffffff;
    background-color: #51A425;
}

.TabSection .ajax__tab_active .ajax__tab_inner {
    color: #FFFFFF;
    border-color: #333;
}

.TabSection .ajax__tab_body {
    font-size: 10pt;
    padding: 10px;
    background-color: #fff;
    /*border: solid 1px #d7d7d7;*/
    float: left;
    border-top: solid 3px #51A425;
}

.GenericList.UploadReport li {
    float: left;
    width: 98%;
    padding: 5px 0 5px 5px;
}

    .GenericList.UploadReport li:hover .UploadReportTransaction {
        color: #CF1F31;
    }

    .GenericList.UploadReport li.ReportTransaction:first-child {
    }

.ReportTransaction {
    float: left;
    width: 98%;
    padding: 2px 0 10px 5px;
    border-bottom: 1px solid #DDDDDD;
}

.GenericList.UploadReport li.ReportTransaction:hover {
    border-bottom: 1px solid #AAAAAA;
}

.ReportTransaction .FieldTitle {
    font-size: 12px;
}

.RowErrorIndicator {
    float: left;
}

.RowErrorIndicatorInner {
    float: left;
    padding: 2px 5px 2px 5px;
    background-color: #DD0000;
    color: #FFFFFF;
}

.ProdTable {
    border-collapse: collapse;
    border: 1px solid #CCCCCC;
}

    .ProdTable td {
        padding: 3px 5px;
    }

.InvoiceErrorHighlight {
    color: #DD0000;
}

.ErrorLineNum {
	float: left;
	border: 0px;
    font-weight: bold;
	background-color: Transparent;
    color: #DD0000;
}

.GreyText {
    color: #AAAAAA;
}

.ExtraResultsContainer {
    background-color: #FFFFFF;
    border: solid 1px #CCCCCC;
    width: 1079px;
    height: 277px;
}

.PoweredByLink {
    color: #000000 !important;
    font-weight: bold !important;
    font-size: xx-small !important;
}

.QueryText {
}

ul.MenuGrid {
    float: left;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

    ul.MenuGrid li {
    float: left;
    clear: none;
    width: auto;
    margin-right: 5px;
    width: 355px;
    }

        ul.MenuGrid li:last-child {
    margin-right: 0px;
        }

        ul.MenuGrid li dl {
    float: left;
    clear: left;
    width: 100%;
        }

            ul.MenuGrid li dl dt {
    float: left;
    clear: left;
    width: 100%;
    color: #FFFFFF;
    font-size: 17px;
    border-bottom: 1px solid #51A425;
    border-left: 1px solid #51A425;
    border-right: 1px solid #51A425;
    padding: 5px 0px;
                text-indent: 10px;
    line-height: 30px;
    background-color: #51A425;
            }

            ul.MenuGrid li dl dd {
    float: left;
    clear: left;
    margin: 0px;
    width: 100%;
    border-left: 1px solid #51A425;
    border-right: 1px solid #51A425;
    border-bottom: 1px solid #51A425;
            }

                ul.MenuGrid li dl dd a {
    float: left;
    padding: 15px 10px;
    width: 335px;
    color: #333333;
    text-decoration: none;
    -webkit-transition: width 2s, height 0.5s; /* Safari */
    transition: width 2s, height 0.5s;
                }

                    ul.MenuGrid li dl dd a:hover {
    background-color: #51A425;
    color: #FFFFFF;
                    }

/* Styles for the sliding options menu*/
.NavigationButtonOverlay, .DisplayOptions, .HideOptions {
    float: right;
    right: -30px;
    height: 100px;
    width: 30px;
    margin: 6px 0px 0px 0px;
    cursor: pointer;
    background-position: left;
    background-repeat: no-repeat;
    background-color: #E5E5E5;
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    z-index: 110;
    position: relative;
}

.Options {
    height: 35px;
    width: 30px;
    left: 0px;
}

.OptionsPanel {
    position: relative;
    height: 35px;
    width: 0px;
    left: 0px;
    z-index: 105;
}

.OptionsContent {
    width: 97%;
    height: 100%;
    position: absolute;
    z-index: 110;
    color: #FFFFFF;
    font-family: Arial, Verdana, Sans-Serif;
    display: none;
    padding: 5px;
}

.DisplayOptions {
    background-image: url('./Images/Buttons/NavigateForward_Black_6271.png');
    background-color: #E5E5E5;
    right: -17px;
}

.HideOptions {
    background-image: url('./Images/Buttons/NavigateBackwards_Black_6270.png');
    background-color: #E5E5E5;
    display: none;
    right: -17px;
}

.OptionPanelBackground {
    width: 100%;
    height: 100%;
    background-color: #178cca;
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
    position: absolute;
    z-index: 100;
}

.vr {
    float: right;
    right: -3px;
    height: 100%;
    width: 3px;
    background-color: #E5E5E5;
    position: relative;
    z-index: 120;
}
/* End of styles for sliding options menu*/

.GridFooterTable {
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
    border: 1px solid #888888;
    border-top: 0px;
}

    .GridFooterTable tr th, .GridTable tr td {
        padding: 3px 3px 5px 3px;
        background-color: #E5E5E5;
        color: #222222;
        border: 0px;
        font-size: 11px;
        font-weight: bold;
    }

.GridHeaderTable {
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
    border: 1px solid #888888;
    border-bottom: 0px;
}
    .GridHeaderTable tr th, .GridTable tr td {
        padding: 3px 3px 5px 3px;
        background-color: #E5E5E5;
        color: #222222;
        border: 0px;
        font-size: 11px;
        font-weight: bold;
    }

ul.HorizontalTabControls {
    list-style: none;
    float: left;
    width: 100%;
    padding: 0px;
    border-bottom: 4px solid #51A425;
}

    ul.HorizontalTabControls li {
        float: left;
        width: auto;
        padding: 0px;
        margin: 0px 5px 0px 0px;
    }

        ul.HorizontalTabControls li a {
            float: left;
            height: 40px;
            line-height: 40px;
            color: #333333;
            padding: 0px 5px 0px 5px;
            background-color: #F9F9F9;
            border: 1px solid #EEEEEE;
            border-bottom: 0px;
            text-decoration: none;
            margin-top: 5px;
        }

            ul.HorizontalTabControls li a.active, ul.HorizontalTabControls li a:hover {
                background-color: #51A425;
                border-color: #51A425;
                color: #FFFFFF;
                height: 45px;
                line-height: 45px;
                margin-top: 0px;
            }


.GenericTable.RepeaterTable {
    float: left;
    border: 1px solid #BBBBBB;
    color: #222222;
    text-align: left;
    background-color: #FFFFFF;
    font-size: 12px;
    border-bottom: 2px solid #DDDDDD;
}

.RepeaterTable tr td {
    border: 1px solid #DDDDDD;
}


/*header style*/
.GenericGridView th, .GenericGridView tr.GenericGridHead td, .GenericTable th, .GenericTable tr.GenericGridHead td, .MatchingIdentifierGridView tr.GenericGridHead td {
    padding: 5px 5px 5px 5px;
    background-color: #E5E5E5;
    color: #222222;
    border: 1px solid #BBBBBB;
    border-bottom: 0px;
    font-size: 11px;
    font-weight: bold;
    vertical-align:top;
}

.GenericGridView tr td {
    border: 1px solid #BBBBBB;
}

.UpdateProgressFixedContain {
    width: 100%;
    position: fixed;
    left: 0%;
    top: 40%;
    z-index: 600; /*_position:absolute; /* hack for internet explorer 6*/
}

.UpdateProgressFixed img {
    margin-bottom: 10px;
}

.UpdateProgressFixed {
    width: 350px;
    margin: auto;
    -moz-box-shadow: 0 0 3px #222222;
    -webkit-box-shadow: 0 0 3px #222222;
    box-shadow: 0 0 3px #222222;
    background-color: #FFFFFF;
    color: #222222;
    border: solid 1px #111111;
    text-align: center;
    vertical-align: middle;
    padding: 10px 5px 10px 5px;
    z-index: 900;
}

.WrapContent {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.Width70 {
    width: 70%;
}

.Width25 {
    width: 25%;
}


.CheckboxList {
    font-size: 14px;
    color: #333333;
}

.SiteVersionBanner {
    position: fixed;
    bottom: 0px;
    width: 100%;
    border-bottom: 10px solid #51A425;
}

    .SiteVersionBanner span {
        color: #FFFFFF;
        font-size: 23px;
        height: 20px;
        width: 550px;
        display: block;
        margin: auto auto;
        padding: 8px 10px 8px 25px;
        background-color: #51A425;
        background-image: url('Images/Buttons/StatusAnnotations_Information_32xMD_color.png');
        background-repeat: no-repeat;
        background-position: 20px 5px;
        text-align: center;
    }

.LoaderSurround {
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
}

.LoaderFixedContain {
    float: left;
    width: 100%;
    z-index: 900;
    position: relative;
    top: 20%;
}

.LoaderFixed img {
    margin-bottom: 10px;
}

.LoaderFixed {
    width: 350px;
    margin: auto;
    -moz-box-shadow: 0 0 3px #222222;
    -webkit-box-shadow: 0 0 3px #222222;
    box-shadow: 0 0 3px #222222;
    background-color: #FFFFFF;
    color: #222222;
    border: solid 1px #111111;
    text-align: center;
    vertical-align: middle;
    padding: 10px 5px 10px 5px;
    z-index: 900;
}

.InformationNote {
    background-color: #e6f2ff;
    background-image: url('./Images/Buttons/109_AllAnnotations_Info_16x16_72.png');
    border: 1px solid #3396ff;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    padding: 5px 5px 5px 25px;
    background-repeat: no-repeat;
    background-position: 5px center;
}

.WarningNote {
    background-color: #ffffcc;
    background-image: url('./Images/Buttons/109_AllAnnotations_Warning_16x16_72.png');
    border: 1px solid #feed00;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    padding: 5px 5px 5px 25px;
    background-repeat: no-repeat;
    background-position: 5px center;
}

.ErrorNote {
    background-color: #ffe6e6;
    background-image: url('./Images/Buttons/109_AllAnnotations_Error_16x16_72.png');
    border: 1px solid #ff5d5d;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    padding: 5px 5px 5px 25px;
    background-repeat: no-repeat;
    background-position: 5px center;
}

.SuccessNote {
    background-color: #E6EFC2;
    background-image: url('./Images/Buttons/109_AllAnnotations_Default_16x16_72.png');
    border: 1px solid #5CC938;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    padding: 5px 5px 5px 25px;
    background-repeat: no-repeat;
    background-position: 5px center;
}

.SamsHomePageStats {
    float:left;
    width:600px;
}

.GenericTable.FilterTable {
    margin-top: 10px;
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    -moz-box-shadow: 0 1px 3px #EEEEEE;
    -webkit-box-shadow: 0 1px 4px #EEEEEE;
    box-shadow: 0 1px 4px #EEEEEE;
}

#MenuBarContain, #HeadContent, #HeadSection {
    float: left;
    width:100%;
}

#HeadContent
{
    min-height:80px;
}

.PaddedTable td
{
    padding: 4px 0px 4px 2px;
}