/*@import url(fonts.css);*/

/*LATO REGULAR*/
@media only screen {
@font-face {
    font-family: 'lato';
    src: url('Font/Lato/Lato-Regular.eot');
    src: url('Font/Lato/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('Font/Lato/Lato-Regular.woff') format('woff'), url('Font/Lato/Lato-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*LATO ITALIC REGULAR*/
@font-face {
    font-family: 'lato';
    src: url('Font/Lato/Lato-Italic.eot');
    src: url('Font/Lato/Lato-Italic.eot?#iefix') format('embedded-opentype'), url('Font/Lato/Lato-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}


/*LATO BOLD*/
@font-face {
    font-family: 'lato';
    src: url('Font/Lato/Lato-Bold.eot');
    src: url('Font/Lato/Lato-Bold.eot?#iefix') format('embedded-opentype'), url('Font/Lato/Lato-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/*LATO BLACK*/

@font-face {
    font-family: 'lato';
    src: url('Font/Lato/Lato-Black.eot');
    src: url('Font/Lato/Lato-Black.eot?#iefix') format('embedded-opentype'), url('Font/Lato/Lato-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

/*LATO ITALIC*/
@font-face {
    font-family: 'lato';
    src: url('Font/Lato/Lato-Italic.eot');
    src: url('Font/Lato/Lato-Italic.eot?#iefix') format('embedded-opentype'), url('Font/Lato/Lato-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

/*LATO BOLD ITALIC*/

@font-face {
    font-family: 'lato';
    src: url('Font/Lato/Lato-BoldItalic.eot');
    src: url('Font/Lato/Lato-BoldItalic.eot?#iefix') format('embedded-opentype'), url('Font/Lato/Lato-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

/*LATO BLACK ITALIC*/
@font-face {
    font-family: 'lato';
    src: url('Font/Lato/Lato-BlackItalic.eot');
    src: url('Font/Lato/Lato-BlackItalic.eot?#iefix') format('embedded-opentype'), url('Font/Lato/Lato-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'opensans';
    src: url('Font/open_sans/Opensans-Regular-webfont.eot');
    src: url('Font/open_sans/Opensans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('Font/open_sans/Opensans-Regular-webfont.woff') format('woff'), url('Font/open_sans/Opensans-Regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'opensans';
    src: url('Font/open_sans/Opensans-Bold-webfont.eot');
    src: url('Font/open_sans/Opensans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('Font/open_sans/Opensans-Bold-webfont.woff') format('woff'), url('Font/open_sans/Opensans-Bold-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    font-size: 100%;
}


html {
    position: relative;
    min-height: 100%;
    overflow-y: scroll;
}

body {
    margin: 0 0 100px; /* bottom = footer height */
    font-family: 'opensans', sans-serif;
}

@media print {
	body{
		font-family:Tahoma !important;
	}


    #readtitle {
        margin-top: -12px !important;
        margin-bottom: -7px !important;
        width: 99%;
        color: #0865a8;
        clear: both;
        margin-left: 7px !important;
        word-wrap:break-word !important;
    }

    #Documentnumbertype {
        margin-left: 7px !important;
    }
}

h1, h2, h3, h4, h5, h6 {
    font-family: lato, "opensans", arial, helvetica, sans-serif;
    font-weight: 700;
}

#OuterContainer {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}

select::-ms-expand {
    border-radius: 6px !important;
    background: transparent !important;
    border: none !important;
}

section {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
}

/*FIELDSET*/

fieldset {
    border: none !important;
    width: 925px !important;
}

dt, dd {
    display: block;
    float: left;
    margin-top: 10px;
    width: 206px;
}

dt {
    clear: both;
}

dl {
    margin-top: -1px;
}

a:active, a:visited {
    border: none !important;
    outline: none !important;
}

/*TEXT BOXES AND DROPDOWNS*/
input[type="text"], input[type="Password"], textarea, select, input[name="username"] {
    color: #033266 !important;
    border: solid 1px #ADADAD !important;
    border-radius: 5px !important;
}

textarea {
    overflow: hidden;
}

input.othertext {
    width: 300px;
    margin-top: 19px;
}

input[type="checkbox"] {
    color: #033266 !important;
}

input[type="text"], input[type="Password"], textarea, input[name="username"] {
    width: 230px;
}

/*LOGIN TEXTBOXES*/

.login input[name="username"] {
    width: 151px !important;
}

.login input[type="Password"] {
    width: 151px !important;
}

input#outer__5__day, input#outer__5__month, input#outer__5__year {
    width: 52px;
    margin-right: 4px;
}

.changepasswordcontent span
{
    display:inline-block;
    width:140px;
    margin:10px;
}

.changepasswordcontent .fp_tandc
{
    display:inline-block;
    margin:5px;
}

.changepasswordcontent div input[type='text'], .changepasswordcontent div input[type='password']
{
    width:200px;
    margin:10px;
    padding:5px;
}

.changepasswordcontent div input[type='submit']
{
    
    margin-left:10px;
    margin-bottom:50px;
}

.edituser input, .edituser select {
    margin: -2px 0 0 2px;
}

.subscriptionform label {
    color: #0865A8 !important;
    font-weight: 700;
}

.subscriptionform #hasspecificdocumentgroup {
    position: relative;
    left: 0px;
    margin-right: 2px;
}


/*media all*/
.subscriptionform #title__fieldgroup label {
    margin-top: 0px;
    margin-bottom: -5px;
}

.login {
    color: #0865a8 !important;
    font-weight: 700;
}

.contactform {
    color: #0865a8 !important;
    font-weight: 700;
}


.login input {
    float: left;
    clear: none;
    margin: 1px 0 0 2px;
}

#title__fieldgroup label {
    margin-top: 0;
    margin-bottom: -8px;
}

#main-nav {
    display: none;
}


/*RADIO*/
/*input[type="radio"] {
    float: left;
    clear: none;
    margin: 12px 0 0 2px;
    border: 0px !important;
    border: none !important;
    outline: none !important;
}*/


/*.advancedsearch input[type="radio"] {
    float: left;
    clear: left;
    margin: 5px 6px 0 2px;
    border: 0px !important;
    border: none !important;
    outline: none !important;
}*/


input.othertext {
    position: relative;
    bottom: 35px;
    left: 107px;
}

/*RADIO BUTTON RENEWAL*/
.dataentry input[type="radio"] {
    float: none;
    margin: 0px 3px 0px 3px;
    position: relative;
    top: 1px;
    border: 0px !important;
    border: none !important;
    outline: none !important;
}

input#pagesize {
    float: none;
}

.EditPrice span {
    color: #0865A8 !important;
    font-weight: bold !important;
}

.information p {
    color: #6C6C6C;
}

.wizardscrollablesection p, .wizardscrollablesection td {
    color: #6C6C6C;
}

.wizardscrollablesection a {
    font-size: 0.95em !important;
}

.termsandconditions label {
    float: none;
}


span.contactlabel strong {
    color: #0865A8;
}
/*Buttons*/

.input_button, input[type="submit"], .subscriptionbtn, .wizardscrollablesection table.wizardbuttontable input, .cookieexit {
    -webkit-appearance: none;
    background: #7BA5CF;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 0px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff !important;
    font-size: 15px;
    padding: 7px 12px;
    text-decoration: none;
    margin-right: 17px;
    border-radius: 7px;
    border: none;
    border-top: none;
    border-left: none;
    border-bottom: none;
    border-right: none;
    padding-right: 15px;
    padding-left: 15px;
    cursor: pointer;
}

        .cookieexit a:active, .cookieexit a:visited {
            border: none !important;
            outline: none !important;
            color: #ffffff !important;
        }

.export_control input {
    background: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    cursor: pointer;
    color: none;
    font-size: 0;
    padding: 0;
    text-decoration: none;
    margin-right: 0;
    border-radius: 0;
    border: none;
    border-top: none;
    border-left: none;
    border-bottom: none;
    border-right: none;
    padding-right: 0;
    padding-left: 0;
    cursor: pointer;
}

input#finishpaypalbutton {
    margin-left: 49px;
    -webkit-appearance: none;
    background-color: rgb(0,182,169);
    font-size: 18px;
    width: 130px;
    height: 35px;
    border: none;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
}

.paypalredirect {
    font-size:27px;
    margin:60px;    
}

/*CHANGE PASSWORD MTH BUTTON*/

input#savepassword {
    float: left;
    clear: both;
    margin-top: 10px;
}

/*SEARCH BAR BUTTON*/
input.SearchButton {
    position: relative;
    left: 0;
    width: 56px;
    *height: 33px;
}

/*SUBSCRIPTION*/

input#WizardNext, input#WizardPrevious, input#WizardCancel, input#WizardFinish, .confirmationfinish, .tcwizardbuttons input#WizardNext, .tcwizardbuttons input#WizardPrevious, .tcwizardbuttons input#WizardCancel, .wizardbuttontable input#WizardFinish {
    -webkit-appearance: none;
    background-color:rgb(0,182,169);
    font-size: 18px;
    width: 130px;
    height: 35px;
    border: none;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
}

.tcwizardbuttons input#WizardNext, .tcwizardbuttons input#WizardPrevious, .tcwizardbuttons input#WizardCancel {
    *float: left;
}

.tcwizardbuttons input#WizardPrevious {
    *margin-left: 266px;
}

.tcwizardbuttons input#WizardNext {
    *margin-left: 230px;
}

.confirmationfinish span {
    border-bottom: none !important;
    position: relative;
    left: 40px;
    top: 7px;
}

.wizardbuttontable input#WizardFinish {
    position: relative;
    right: 202px;
    *right: 0px;
}

.tcwizardbuttons input#WizardNext {
    float: right;
    position: relative;
    right: 252px;
    color: #ffffff;
}

.tcwizardbuttons input#WizardCancel {
    margin-left: 11px;
}

/*Form Login*/

fieldset.login {
    margin-left: auto;
    margin-right: auto;
    width: 407px !important;
}

    fieldset.login .loginbutton {
        float: left;
        clear: both;
        margin-top: 10px;
        width: 120px;
    }

.keyimage {
    float: left;
    clear: left;
    position: relative;
    top: 15px;
}

fieldset.login form {
    float: right;
}

fieldset.login dd {
    margin-left: -60px;
}

IMG {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}


/*SURVEY*/
#survey {
    position: fixed;
    right: 0;
    top: 237px;
    border: none;
    z-index: 999999;
}

* + html #survey {
    right: 0;
    border: none;
}

    #survey a {
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
        text-decoration: none;
        border: none !important;
    }

/*HEADER*/

.mobileadmin, #mobilereturn, .mobilesubscriptionslogan, .mobilenav, .mobilenav ul{
    display: none;
}

#adminBar {
    height: 51px;
}

    #adminBar ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        float: left;
        clear: left;
    }

        #adminBar ul li {
            background: #ffffff;
            display: inline-block;
            border: 2px solid #2EBCEC;
            border-bottom: none;
            list-style: none;
            padding: 4px 4px 0px;
            position: relative;
            top: 12px;
            border-top-right-radius: 10px;
            border-top-left-radius: 10px;
            *padding: 5px 3px 0;
            *margin-right: 4px;
            *zoom:1;
            *display:inline;
            *float:left;
        }

    #commercialreturn .loggedinas span {
  position: relative;
  bottom: 6px;
  color: #7BA5CF;
  text-transform: capitalize;
  font-size: 15px;
  margin-top: 0px;
}

#adminBar span {
  color: #7BA5CF;
  float: left;
  margin-top: 4px;
  text-transform: capitalize;
}

    .loggedinas a {
    *margin-left:6px;
    }


    #adminBar a {
        position: relative;
        bottom: 3px;
        text-decoration: none;
    }

    #adminBar img {
      float: left;
      margin-right: 6px;
    }

div#return {
    float: right;
    text-align: right;
    line-height: 1.4;
    list-style: none;
    width: auto;
    height: auto;
    clear: right;
    margin-top: -8px;
    /*IE7 */
    *position: relative;
    *bottom: 66px;
}



div#return a:hover {
    color: #3b71a5 !important;
}

/*media all*/
#return ul, #commercialreturn ul {
    list-style-type: none;
}

    #commercialreturn ul {
        position: relative;
        bottom: 25px;
    }

#return LI {
    display: block;
      border: none;
      background: transparent;
      margin-bottom: -21px;
}

#return .socialMedia {
    float: right;
    clear: right;
}


#return .socialMedia img {
  float: right;
  width: 35px;
  padding: 3px;
}

#return > div > a:nth-child(2) > img {
  width: 34px;
}


#commercialreturn li {
    display: inline !important;
    border: none !important;
    background: transparent !important;
}


#return img, #commercialreturn img {
    position: relative;
    top: 8px;
}

p.subscriptionslogan {
    text-align: left;
    clear: right;
    font-size: 18px;
    color: #707070;
    font-weight: 400;
    border: none;
}



#mainHeader #return ul li a {
    font-weight: 700; 
    text-decoration: none;
    font-size: 18px !important;
    letter-spacing: -1px;
    color: #0a4d8e;
    line-height: 1.4;
}

div#return H2, #commercialreturn h2 {
    display: inline;
}

.menubar {
    background: #2EBCEC;
    min-height: 35px;
    *width: 100%;
    clear: both;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

    .menubar li {
        float: left;
        margin: 0;
        padding: 0px;
        border-right: 1px solid white;
        list-style-type: none;
        background: #2EBCEC;
    }

    .menubar ul {
        margin: 0;
        padding: 0px;
        list-style: none;
    }

    .menubar li:first-child {
        border-bottom-left-radius: 10px;
    }

    .menubar li a, .menubar a:visited {
        font-family: "opensans", tahoma;
        font-size: 0.85em;
        display: block;
        padding: 9px 12px 7px 12px;
        text-decoration: none;
        color: white;
    }

        .menubar li a.disabledlink, .menubar a.disabledlink, a.disabledlink {
            color: #bbb;
        }

#strapline {
    margin-top: -5px;
    position: relative;
    top: 13px;
}


    #strapline .pnldphrase {
        float: right;
        font-size: 120%;
        margin-top: 11px;
        color: #7C7C7C;
    }

    #strapline .socialMedia img {
float: right;
  top: 0px;
  margin-left: 0px;
  width: 35px;
  padding: 5px;
    }

    #strapline > div.socialMedia > a:nth-child(1) > img {
  width: 36px;
}

#pnldsystemheader, #subscriptionpnldsystemheader {

    background: #ffffff;
    clear: both;
    box-shadow: inset 0px -12px 10px -10px #bababa;
    *border-bottom: 2px solid #bababa;
    margin-bottom: 10px;
    padding-bottom:10px;
    padding-top:10px;

 filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=200, Color='#bababa');
}

#subscriptionpnldsystemheader {
    min-height:105px;
}

    #pnldsystemheader img, #subscriptionpnldsystemheader img {
    }

.rightColumn {
    display: inline-block;
    float: right;

    *margin-top: -78px; /*IE7 Fix*/
}

#searchtext {
    border: 2px solid #7BA5CF !important;
    border-radius: 8px;
    height: 26px;
    width: 326px;
    *width: 221px;
    text-indent: 5px;
}

#sitesearch {
    width: 100%;
    display: inline;
    text-decoration: none;
    color: rgb(14, 76, 140);
    text-align: left;
    padding: 10px;
    padding-right: 11px;
    margin-right: 0px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    float: right;
    background-color: #9BD6DE;
    margin-top: 10px;
}

    #sitesearch .searchtext {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 140%;
        color: rgb(14, 76, 140);
        top: 2px;
        *top: -5px;
        position: relative;
    }

    #sitesearch .wordingonly {
        margin-top: 10px;
        color: rgb(14, 76, 140);
        bottom: 2px;
        font-size: 14px;
        vertical-align: -3px;
        *vertical-align: 8px;
    }

        #sitesearch .wordingonly span {
            vertical-align: 3px;
            *vertical-align:-1px;
            *padding-left:5px;
        }

    #sitesearch input[type='checkbox'] {
        background: #cedce7;
        background: -moz-linear-gradient(top, #cedce7 0%, #596a72 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cedce7), color-stop(100%,#596a72));
        background: -webkit-linear-gradient(top, #cedce7 0%,#596a72 100%);
        background: -o-linear-gradient(top, #cedce7 0%,#596a72 100%);
        background: -ms-linear-gradient(top, #cedce7 0%,#596a72 100%);
        background: linear-gradient(to bottom, #cedce7 0%,#596a72 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72',GradientType=0 );
        width: 16px;
        height: 16px;

    }

    #sitesearch .SearchButton {
        background-color: rgb(14, 76, 140);
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 0px;
        display: inline-block;
        *display: list-item; /*IE 7*/
        cursor: pointer;
        color: #ffffff !important;
        font-size: 15px;
        padding: 7px 12px;
        text-decoration: none;
        margin-right: 0px;
        border-radius: 7px;
        border: none;
    }

div#sitesearch p {
    color: #7BA5CF;
    float: right;
    clear: right;
}

.loginbar {
    background: #0865a8;
}

.loginbar {
    display: inline-flex;
    background: #0a4d8e;
    width: 100%;
    height: 32px;
    border-radius: 6px;
}

#commercialreturn, #commercialreturn .loggedinas {
    float: right;
    font-size:20px;
    padding:0px;
    margin-top: 10px;
}

    #commercialreturn .loggedinas span a, #commercialreturn .loggedinas span a:visited, #commercialreturn .loggedinas span {
        color: #7C7C7C;
        text-decoration: none;
        bottom: 0px;
    }

#commercialreturn {
    float: right;
}

.loginbar span {
    float: right;
    color: #ffffff;
    text-align: right;
    margin-right: 2%;
    position: relative;
    top: 5px;
    *top: 8px; /*IE 7*/
}

.loginbar p {
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    position: relative;
    margin-top: 4px;
    left: 11px;
}

.loginbar a {
    color: #ffffff;
}

.loginbar h1 {
    border: none !important;
}

.mobileadminmenu, .mobileadverts {
    display: none;
}

.footerLinks #mouseovers a, .footerLinks a:visited, .footerLinks #mouseovers span {
    color: rgba(255, 255, 255, 1) !important;
    font-size: 0.75em;
    text-decoration: none;
}

.Tsectionarea #mouseovers a, .Tsectionarea a:visited, .Tsectionarea #mouseovers span, .DocumentArea #mouseovers a, .DocumentArea a:visited, .DocumentArea #mouseovers span, ul.caselawcontainer #mouseovers a, ul.caselawcontainer a:visited, ul.caselawcontainer #mouseovers span {
    color: rgba(8, 101, 168, 1);
    font-size: 0.75em;
    text-decoration: none;
}

/*LEFT SIDE MENU AND ADVERTS*/
div#iefix {
    float: left;
    margin-top: 11px;
}

#mobilenav {
    display: none;
}

#nav {
    width: 150px;
    position: relative;
    right: 0px;
}

    #nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
        width: 150px;
    }

        #nav ul li {
            position: relative;
            margin-bottom: 4px;
            width: 200px;
            bottom: -4px;
        }

    #nav li ul {
        position: absolute;
        top: 1px;
        display: none;
        left: 170px;
    }

    #nav ul li a {
        text-transform: capitalize;
        text-decoration: none;
        text-align: left;
        color: #ffffff;
        font-size: 18px;
        letter-spacing: normal;
        display: block;
        padding: 10px 5px 10px 8px;
        background: #0a4d8e;
        -webkit-border-top-left-radius: 5px;
        -moz-border-top-left-radius: 5px;
        border-top-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-bottom-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    #nav > ul > li > ul > li > a {
        font-size: 14px !important;
        font-weight: bold;
        border-radius: 0px !important;
        letter-spacing: normal;
    }

    #nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
        width: 150px;
    }

    #nav li:hover ul {
        display: block;
    }

    #nav > ul > li > ul > li {
        width: 227px;
        position: relative;
        z-index: 2;
        right: -23px;
        bottom: 1px;
        margin-bottom: -6px;
        -webkit-box-shadow: 7px 0px 5px -2px rgba(0,0,0,0.75);
        -moz-box-shadow: 7px 0px 5px -2px rgba(0,0,0,0.75);
        box-shadow: 7px 0px 5px -2px rgba(0,0,0,0.75);
    }

        /*Hide new archive not the best fix for the issue*/
        #nav > ul > li > ul > li:nth-child(1) > a:nth-child(4) {
            display: none;
        }

        #nav > ul > li > ul > li:nth-child(1) > a:nth-child(9) {
            display: none;
        }

div#leftpanel {
    width: 200px;
    float: left;
    clear: both;
    margin-top: 14px;
    *position: relative; /*IE7 Fix*/
    *z-index: 900; /*IE7 Fix*/
}

ul.leftadvert {

    list-style-type: none;
}

    ul.leftadvert img {
        width: 200px;
        margin-bottom: 11px;

        border: none;
    }

/*HOMEPAGE CONTENT*/
div#homeContentOuter {
    float: right;
    width: 74%;
    margin-top: -0px;
}

#topwidgets {
    z-index: 1;
    display: inline-block;
    height: 100%;
    position: relative;

    margin-top: 9px;
    *margin-top:15px;
    
    background-color: white;

    padding-bottom:5px;
    
}

#widgetdivider {
        box-shadow: inset 0px 10px 14px -7px #bababa;
        *border-bottom:2px solid #bababa;
        display:block;
        height:8px;
        margin-bottom: 10px;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bababa', endColorstr='#ffffff',GradientType=0 );
}

.widget {
    width: 178px;
    height: 115px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    background: #ffffff;
    margin-top: 4px;
    margin-left: 0px;
    border-radius: 15px;
    margin-bottom: 20px;
    padding: 5px;
    box-shadow: 0px 8px 15px 0px #bababa;
    text-align: center;

}

.middlewidget {
    margin-left: 63px;
    margin-right: 63px;
}

.widgettitle {
    font-size:20px;
    *font-size:17px;
    width:100%;
    height: 35px;
    line-height:18px;
    *line-height:23px;
    display: table;
    font-weight:bold;
}

    .widgettitle div {
        vertical-align: middle;
        display: table-cell;
    }

.widget a {
    text-decoration: none;
}

.widget img {
    height: 70px;
    border: none;
    padding: 0px;
    padding-top:0px;
}

.updated-wrapper-featured {
    position: relative;
    top: 0;
    right: 0;
}

.featured.fa {
    width: 100px;
    height: 100px;
    display: block;
    position: absolute;
    top: 20px;
    right: -30px;
}

    .featured.fa::before {
        position: absolute;
        right: 0%;
        top: 0;
        margin: .25em;
        color: gold;
        z-index: 2;
    }

.featured::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: -5px;
    right: -7px;
    border-width: 31px;
    border-style: solid;
    border-color: #EA4E67 #EA4E67 transparent transparent;
    z-index: 1;
}


.featured p {
    font-size: 11px;
    position: absolute;
    top: -10px;
    right: -13px;
    z-index: 99999;
    color: #ffffff;
    transform: rotate(45deg);
    display: block;
    font-weight: bold;
}



.featureupdate {
    display: block;
    color: #ffffff;
}



#topwidgets > div:first-child {
    border:6px solid #0A4D8E;
}

    #topwidgets > div:first-child + div {
        border:6px solid #707070;
    }

        #topwidgets > div:first-child + div + div {
            border:6px solid #A6CE39;
        }

            #topwidgets > div:first-child + div + div + div {
                border:6px solid #2EBCEC;
            }

                #topwidgets > div:first-child + div + div + div + div {
                    border:6px solid #78A5CE;
                }

                    #topwidgets > div:first-child + div + div + div + div + div {
                        border: 6px solid #EA4E67;
                    }

#topwidgets > div:first-child .widgettitle {
    color: #0A4D8E;
}

    #topwidgets > div:first-child + div  .widgettitle {
        color: #707070;
    }

        #topwidgets > div:first-child + div + div  .widgettitle {
            color: #A6CE39;
        }

            #topwidgets > div:first-child + div + div + div  .widgettitle {
                color: #2EBCEC;
            }

                #topwidgets > div:first-child + div + div + div + div  .widgettitle {
                    color: #78A5CE;
                }

                    #topwidgets > div:first-child + div + div + div + div + div  .widgettitle {
                        color: #EA4E67;
                    }
div#newshightlights {
    margin-top: -15px;
}

.highlightstitle {

    margin-bottom: 5px;
    padding: 0;
    font-size: 32px;
    color: rgb(14,76,140);
    margin-top: 5px;
}

    .highlightstitle h1 {
        padding: 0px;
        margin: 0px;
    }

div.newscontainer > a.hightlightsone {
    border-right: 1px solid #D6D6D6 !important;
    border-bottom: 1px solid #D6D6D6 !important;
    padding-right: 2px !important;
    padding-bottom: 1px !important;
}

div.newscontainer > a.hightlightstwo{
    border-bottom: 1px solid #D6D6D6 !important;
    padding-left: 2px !important;
    padding-bottom: 1px !important;
}

div.newscontainer > a.hightlightsthree {
        border-right: 1px solid #D6D6D6 !important;
    padding-right: 2px !important;
    padding-top: 1px !important;
}

div.newscontainer > a.hightlightsfour {
        padding-left: 2px !important;
      padding-top: 2px !important;
}

.newscontainer a {
    display:inline-block;
    text-decoration:none;
    vertical-align:middle;
    height:106px;
    cursor:pointer;
}

.newsitemcontainer {
    float:left;
    display:table;
    *display:block;
    overflow:hidden;
    height:100px;
}

.newsitem {
    height:100px;
    width: 361px;
    box-shadow:inset 0px 0px 35px 12px #EDEDED;
    *background: #EDEDED;
    float: left;
    border-radius:3px;
    margin:2px;

    display:table;
    *display:block;
    /*IE7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#EDEDED, endColorstr=#EDEDED);
    /* For Internet Explorer 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#EDEDED, endColorstr=#EDEDED)";
}

    .newsitem img {
        width: 80px;
        height: 80px;
        margin-top: 10px;
        margin-left: 10px;
        margin-right: 10px;
        border-radius: 9px;
    }

    .newsitem .newscontentimage {
        float:left;
    }

    .newsitem .newstitle{
        height:100px;
        margin-left:10px;
        width:254px;
        color: rgb(14,76,140);
        display:table-cell;
        vertical-align:middle;
        font-size:16px;
        font-weight:normal;
    }

        .newsitem .newstitle p {
            *display: block;
            *position: relative;
            *top:30%;
            *overflow: hidden;
        }

.newscontainer {
    display: inline-block;
    margin-bottom: 10px;
}

.upcommingtitle {
    color: #2CBCEE;
    margin-bottom: 10px;
    padding: 0;
    
}

    .upcommingtitle h1 {
        font-size: 32px;
    }

.text h1 {
    padding-top: 37px;
}

.text {
    height: 89px;
}

.xnewstype p {
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
}

div.eventcontainer {
    float: left;
    width: 670px;
}

div.eventitem {
    overflow: auto;
    margin-bottom: 12px;
    margin-left: 0px;
}

.eventicon {
    float: left;
    width: 5%;
    position: relative;
    top: 3px;
    margin-bottom: 12px;
}

.EventTime {
}

.EventName h1 {
    float: right;
    color: #0865a8;
    overflow: hidden !important;
    width: 92% !important;
    font-size: 16px !important;
}

.EventTime p {
    color: #6C6C6C;
    font-size: 120%;
    *width: 200px; /*IE fix*/
}

.EventDescription {
    clear:both;
    color: #6C6C6C;
    font-size: 13px;
    margin-top:5px;
}

.EventName {
    float: left;
    width: 100%;
}

.eventtitle {
    position: relative;
    bottom: -3px;
    *bottom:-15px;
}


/*Other Page Content*/

div#content {
    float: right;
    width: 735px;
    padding: 5px;
}

.Tsectionarea {
    position: relative;
    right: 2px;
    *bottom: 27px; /*IE7*/
}

    .Tsectionarea tr, .Tsectionarea td, .Tsectionarea img {
        border: none !important;
    }

/*BREADCRUMBS*/
#breadcrumb {
    margin-top: 10px;
    min-height: 1px;
    max-height: 100px;
    color: #0F6BAD;
    text-transform: uppercase;
    padding: 1px;
    text-align: left !important;
}

    /*media all*/
    #breadcrumb a, #breadcrumb span {
        text-decoration: none;
        color: #0865a8;
        vertical-align: middle;
        display: inline-block;
        margin-top: 4px;
        margin-left: 0px;
        font-size: 14px;
    }


ul.sectiontitle {
    list-style-type: none;
    background: #2EBCEC;
    border-radius: 7px;
    font-size: 20px !important;
    width: 718px;
    padding: 11px;
    margin-bottom: 15px;
    *margin-left: -1px; /*IE 7*/
}

    ul.sectiontitle a {
        position: relative;
        left: 4px;
        top: 2px;
        text-decoration: none;
        color: #ffffff;
        padding: 4px;
    }

#mainContent > div.bodyarea > ul > li > a:nth-child(1) {
    margin-left: 18px;
}


.border {
    height: 100%;
    min-height: 16px;
    max-height: 40px;
    box-shadow: 0px 8px 10px -5px #bababa;
    margin: 0 0 20px;
}

/*TITLE*/
#title h1 {
    border-bottom: none;
    font-size: 27px;
    color: #0865A8;
}

/*Document List*/
.DocumentArea {
    list-style-type: none;
    margin-left: 10px;
    margin-bottom: 25px;
    display: block;
    margin-top: 3px;
    width:97%;
}

.DocumentAreaAlpha {
    margin-left:15px;
}

#contentDocument {
    float: right;
    width: 100%;
}


.sectioncharacters {
    color: #0A4D8E;
    margin-bottom: 10px;
    margin-top:10px;
    border-bottom: 1px solid #D6D6D6;
    margin-left:10px;
}

.Tsectionarea a {
    text-decoration: none;
    color: #0865A8;
}

.DocumentArea .casedocumenttype {
    margin-right: 10px;
    padding-bottom: 5px;
    display: inline-block;
    width: 99%;
}
    .DocumentArea .casedocumenttype img {
        float: left;
        margin-right: 10px;
    }

    .DocumentArea .casedocumenttype div {
        display: inline;
    }


.DocumentArea .casedocumentyear {
    float:right;
}


.doctitle {
    font-size: 15px;
}

.caselawcontainer li {
    margin-top: -12px;
}


.noentries {
    margin-left:15px;
    margin-bottom: 8px;
}

#mainContent > div.bodyarea > ul > li:nth-child(2) > a {
    margin-left: 46px;
    width: 100%;
    position: relative;
    bottom: 18px;
}

.DocumentArea a {
    text-decoration: none;
    color: #2EBCEC;
}


.documentarea {
    width: 100%;
}

    .documentarea th, .documentarea td {
        border: 1px solid #2CBCEE;
        border-radius: 6px;
        background: #ffffff;
    }

    .documentarea a {
        margin-bottom: 2px;
    }

    .documentarea img {
        float: left;
        margin-right: 14px;
        border: none;
    }

ul.NumericsArea {
    list-style-type: none;
    margin-left: -40px;
    margin-bottom: auto;
    display: block;
    margin-top: 3px;
}

    ul.NumericsArea li {
        margin-right: 10px;
        margin-bottom: 10px;
        display: inline-flex;
    }

    ul.NumericsArea a {
        text-decoration: none;
        color: #2EBCEC;
    }

li.NumericsHeader {
    color: #0A4D8E;
    margin-bottom: 10px;
}

.hdocumentgroupheader th, .hdocumentgroupheader td {
    background: #2CBCEE;
    color: #ffffff;
    bottom: 2px;
    border-radius: 9px;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px!important;
    text-align: justify;
    padding: 10px;
}

td.hdocumentgroupheader table {
    margin:0px;
    position: relative;
    width: 100%;
    /*IE 7 Fixes*/
    *width: 100%;
    *right: 0px;
    *bottom: -2px;
    border:none;

}

.hdocumentgroupheader .hdocumenttitle {
    float: left;
}

.hdocumentgroupheader .hidegroup {
    display: inline;
    text-decoration: none;
    float: right;
}

table.Hdocumentcontainer {
    border: 1px solid #2CBCEE;
    background: white;
    border-radius: 9px;
}

td.hdocumentheaders {
    font-weight: bold;
}

.Hdocumentcontainer tr {
    width: 100%;
}

.Hdocumentcontainer th.elementsheader {
    font-weight: 700;
} 


.docInfo h1 {
    padding-top: 10px;
}

#Documentnumbertype {
    margin-top: 10px\9; /*IE FIX*/
    padding-left: 5px;
}

#readtitle {
    margin-top: -12px !important;
    margin-bottom: -7px !important;
    width: 99%;
    color: #0865A8;
    clear: both;
    margin-left:5px;
}

    #readtitle h1 {
        border-bottom: none;
        font-size: 23px !important;
        width: 99%;
    }


div#mediareadtitle {
    margin-top: 0 !important;
    width: 100%;
    color: #0865A8;
    position: relative;
    bottom: 10px;
}

    div#mediareadtitle h1 {
        border-bottom: none;
        font-size: 23px !important;
        width: 100%;
    }


/*.filebasesecondletter {
    position: absolute;
    height: 25px;
}

    .filebasesecondletter span {
        font-size: 20px;
        color: #0865A8;
        margin-left: 26px;
        position: relative;
        bottom: 1px;
        font-weight: 700;
        text-transform: capitalize;
        /*IE 7 Fixes*/
        /**margin-left: 1px;
        *bottom: 0;
    }*/

.DocumentfilenamebasesecondletterNone span {
    font-size: 20px;
    color: #0865A8;
    margin-left: 0px;
    position: relative;
    bottom: 1px;
    font-weight: 700;
    text-transform: capitalize;
}

/*.filenamebasesecondletter {
    position: absolute;
    height: 20px;
    margin-left: 3px;
    float: left;
}

    .filenamebasesecondletter span {
        font-size: 17px;
    }*/

.filenamec span, .filenamed span, .filenames span, .filenameh span {
    font-size: 17px;
    color: #FFFFFF;
    width: 100%;
    font-weight: 700;
    /*IE 7 Fixes*/
    *position: relative;
    *top: 1px;
}

.filenamec {
    background-color: #2EBCEC;
    width: 23px;
    float: left;
    text-align: center;
    border-bottom-left-radius: 8px;
}

.filenamed {
    background-color: #00998C;
    width: 23px;
    float: left;
    text-align: center;
    border-bottom-left-radius: 8px;
}

.filenames {
    background-color: #CD5F02;
    width: 23px;
    float: left;
    text-align: center;
    border-bottom-left-radius: 8px;
    float: left;
}


.filenameh {
    background-color: #717171;
    width: 23px;
    float: left;
    text-align: center;
    border-bottom-left-radius: 8px;
}

.backbutton {
    margin-top: 10px;
    margin-bottom: 0px;
    display: inline-flex;
    margin-top: 18px;
}

div#mainContent.mainContentDoc {
    position: relative;
    right: 212px;
    width: 129%;
}

ul.Area {
    list-style-type: none;
}

.documenticons {
    border: none;
    float: right;
    text-align: right;
}

.sectionarea {
    margin-top: 52px;
    margin-bottom: -36px;
}

ul.caselawcontainer {
    float: right;
    list-style-type: none;
    width: 100%;
    min-height: 170px;

}

.caselawnote {
    margin-top:5px;
    margin-left:10px;
    float: left;
}

div#mainContent #breadcrumb {
    margin-top: -1px;
}

.contentelementvalue {
    padding: 10px;
}

    .contentelementvalue th, .contentelementvalue td {
        border: none;
    }

.elementarea {
    height: 100%;
    padding: 5px 5px 5px 5px;
    clear: both;
    /*background: rgb(231, 231, 231);*/
    border-radius: 9px;
    margin-bottom: 11px;
}

.DocumentArea a {
    text-decoration: none;
    color: #2EBCEC;
    font-size: 15px !important;
}


.documentarea {
    width: 100%;
}

.CategoryDocumentArea {
    padding-left:50px;
}

th.elementsheader {
    background: #2CBCEE;
    color: #ffffff;
    position: relative;
    bottom: -6px;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px!important;
    text-align: left;
    padding: 10px;
}

.Hdocumentcontainer th.elementsheader {
    background-color: #fff;
    position: relative;
    bottom: -6px;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px!important;
    text-align: left;
    padding: 10px;
    color: #717171;
    border-bottom: 0
}

.elementsheader img {
    margin-left: 10px !important;
}

img#currentdocumenticon {
    margin-left: 0px !important;
    margin-right: 5px;
}

th.documentheader {
    background: #2CBCEE;
    color: #ffffff;
    text-align: justify;
}

.hdocumentgroupheader {
    font-size: 110% !important;
    margin-left: 10px !important;
    color: White;
    
}

    .hdocumentgroupheader a {
        color: White !important;
        text-decoration: none;
    }

/*DOCUMENT WARNING*/

TABLE.warning {
    width: 100%;
    background: #B22222;
    border-bottom: #FF0000 outset;
    border-left: #FF0000 outset;
    border-right: #FF0000 outset;
    border-top: #FF0000 outset;
    color: #FFFFFF;
    font-weight: bolder;
    text-align: center;
    margin-bottom: -2px;
}

    TABLE.warning td {
        font-size: medium;
    }

TABLE.incomplete_warning {
    background: #FFFDA3;
    border-bottom: #E5D827 outset;
    border-left: #FFFB8E outset;
    border-right: #E5D827 outset;
    border-top: #FFFB8E outset;
    color: Black;
    font-weight: bolder;
    text-align: center;
}

/*SEARCH*/
#searcher {
    float: right;
    width: 100%;
}

#searchresults h1 {
    font-size: 30px;
    color: #0865A8;
    margin-bottom: -25px;
    position: relative;
    bottom: 24px;
    *bottom:0px;

}

.searchregionbody {
    background-color: White;
    border: 0;
    border: solid 2px #7096BE;
    padding: 9px 0px 6px 12px;
    border-top: none;
    position: relative;
    bottom: 7px;
    width: 98.8%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.searchregiontitle {
    float: left;
    font-size: 0.95em;
    margin: 9px 0 0 0;
    position: relative;
    bottom: 26px;
    left: 34px;
    color: #7096BE;
}

.space {
    margin-bottom: 11px;
}

table.resultbuttons {
    padding: 11px;
}

a#notinforceselection {
    color: #7096BE;
}

.backbutton button {
    border: none;
    background: #0a4d8e;
    color: #ffffff;
    cursor: pointer;
    width: 74px;
    height: 24px;
    font-weight: 700;
    font-size: 15px;
}


.backbutton #nav {
    width: 91px;
    position: relative;
    right: 0px;
    display: inline-block;
    height: 30px;
    bottom: 4px;
    left: 6px;
}

    .backbutton #nav ul li a {
        text-transform: uppercase;
        text-decoration: none;
        text-align: left;
        letter-spacing: normal;
        display: block;
        background: #0a4d8e;
        width: 74px;
        height: 24px;
        border-radius: 0;
        padding: 0;
    }

    .backbutton #nav > ul > li > ul > li {
        width: 212px;
        position: relative;
        z-index: 2;
        right: 111px;
        bottom: 1px;
        margin-bottom: -6px;
        -webkit-box-shadow: 7px 0px 5px -2px rgba(0,0,0,0.75);
        -moz-box-shadow: 7px 0px 5px -2px rgba(0,0,0,0.75);
        box-shadow: 7px 0px 5px -2px rgba(0,0,0,0.75);
    }

.clickbackbutton {
    border: none;
    background: #0a4d8e;
    color: #ffffff;
    cursor: pointer;
    width: 74px;
    height: 24px;
    font-weight: 700;
    font-size: 15px;
}

    .clickbackbutton span {
        position: relative;
        font-weight: 600;
        font-size: 15px;
        text-align: center;
        margin-left: 15px;
        top: 4px;
    }

.backbutton #nav ul li {
    position: relative;
    margin-bottom: 4px;
    width: 95px;
    bottom: -4px;
}

.backbutton #nav > ul > li > ul > li:nth-child(1) > a {
    width: 202px;
    padding: 5px;
}

.backbutton #nav > ul > li > ul > li:nth-child(2) > a {
    width: 202px;
    padding: 5px;
    margin-top: 6px;
}

.backbutton #nav > ul > li > a > span {
    position: relative;
    font-size: 14px;
    text-align: center;
    margin-left: 6px;
    top: 5px;
    font-weight: 700;
    padding: 0;
}

.recordcount {
    width: 332px;
    float: right;
    clear: both;
    color: #0865A8;
}

/*input#doctype-1 {
    margin-bottom: 18px;
}*/

/*.numberofresults input#pagesize {
    margin-bottom: 18px;
}*/


/*Subscription*/


#subscriptionpage {
    width: 956px;
    height: 39px;
    border: 2px solid #7AA7D0;
    margin-bottom: 11px;
    border-radius: 7px;
    clear: both;
}

.progressbar {
    height: 38px;
    display: inline-block;
    border: 2px solid rgb(0,182,169);
    border-radius: 7px;
}

    .progressbar .notthereyet {
        float: left;
        height: 38px;
        width: 237px;
        /*IE 7, 8, 9*/
    }

    .progressbar .Subscriptionchecked {
    float: left;
      display: inline;
      height: 39px;
      width: 237px;
      background-color: rgb(0,182,169);
      position: relative;
      bottom: 1px;
    }

#subscriptiondetails > div.progressbar > div:nth-child(4) {
   height:40px;
}

.progressbar .Subscriptionchecked p {
    display: inline;
    height: 38px;
    line-height: 38px;
    color: #ffffff;
}

.progressbar .notthereyet p {
    display: inline;
    height: 38px;
    line-height: 38px;
    color: #7aa7d0;
}

.progressbar p {
    margin-left: 9px;
}

span.reg_failure {
    color: red;
    float: right;
    width: 100%;
    font-size: 12px;
    font-weight: bolder;
}

#subscriptiondetails legend {
    width: 100%;
    text-align: center;
    font-size: 32px;
    color: #004389;
    border: none;
    font-weight: 400;
}

.mail-options {
    width: 100%;
    text-align: center;
    font-size: 32px;
    color: #004389;
    font-weight: 400;
}


.fieldsinput {
    width: 100%;
    margin-top: 15px;
}

.detailsform {
    background: #FDFDFD;
    margin-bottom: 20px;
    box-shadow: 0px 8px 10px -5px #bababa;
}

.fieldsinput ol {
    list-style-type: none;
}

.fieldsinput li {
    width: 60%;
}

.fieldsinput input {
    float: right;
    margin: 1px -15px 0px 0px;
    /* clear: right; */
    margin-bottom: 8px;
    /* width: 250px; */
}

.usercommunicationtypescancel {
    margin-right: 1em !important;
}

.justradiosbuttons {
    margin: 22px -15px 0px 0px !important;
}

.otherradio {
    margin: 22px -15px 0px 0px !important;
}

.paymentradio {
    margin: 22px -15px 0px 0px !important;
}

.fieldsinput select {
    float: right;
    clear: right;
    margin-bottom: 8px;
    width: 237px;
    margin: 0px -18px 7px 0px;
    *margin-bottom: 0px;
}

.fieldsinput label {
    float: left;
    clear: none;
    margin-top: -3px;
    color: #0865A8 !important;
    font-weight: 700;
    *width: 250px;
}

.fieldsinput .intro label {
    float: left;
    clear: left;
    margin-top: -4px;
    color: #0865A8 !important;
    font-weight: 700;
    margin: 16px 0 0 2px;
}

.fieldsinput input.othertext {
    margin: 56px -173px 5px 15px;
    *margin: 15px -51px 5px 15px;
}

.fieldsinput .termsandconditions {
    text-align: center;
    color: #004389;
    line-height: 19px;
    margin-top: 0px;
}

    .fieldsinput .termsandconditions li {
        width: 100%;
    }

.fieldsinput input#accept {
    float: right;
    position: relative;
    right: 143px;
    top: 3px;
    width: 24px;
    margin: 0px 0px 0px 0px;
}

div#tandc li.last {
    width: 100%;
}


.directionalbuttons {
    text-align: center;
}

    .directionalbuttons input {
        margin: 10px;
    }

li#checked p {
    position: relative;
    bottom: 4px;
    margin-left: 15px;
    margin-right: 15px;
    color: #ffffff;
    font-weight: 200;
    font-size: 15px;
}

ul.subscriptionstage p {
    margin-right: 50px;
    color: #7AA7D0;
    font-weight: 200;
    font-size: 15px;
    margin-left: 25px;
}

div#subscriptiondetails h1 {
    text-align: center;
    font-size: 32px;
    color: #004389;
    border: none;
    font-weight: 400;
}

#Tabs {
    margin-top: 20px;
}


.subsecriptionwidget {
    height: 200px;
    width: 437px;
    display: inline-block;
    margin-bottom: 12px;
    margin-top: 12px;
    margin-right: 17px;
    border-radius: 9px;
    border: 2px solid #2EBCEC;
    box-shadow: 0px 8px 15px 0px #bababa;
    /*IE 7*/
    *display: inline;
    *zoom: 1;
}

.typeandprice {
    float: left;
    width: 152px;
    background: #2EBCEC;
    height: 202px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 3px;
    border-bottom: none;
    position: relative;
    bottom: 1px;
    right: 1px;
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
}


    .typeandprice p {
        text-align: center;
        color: #ffffff;
        height: 45px;
    }

    .typeandprice h2 {
        text-align: center;
        color: #ffffff;
        font-size: 32px;
        margin-top: 91px;
    }

.buynow {
    float: right;
    width: 65%;
    height: 100%;
    background: white;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.subscriptionbtn {
    margin-left: 92px;
    margin-top: 60px;
    width: 67px;
}

    .subscriptionbtn:hover {
        background: #bfbfbf;
        text-decoration: none;
    }

    .subscriptionbtn.active {
        background: #A6CE39;
        color: #ffffff;
    }

    .subscriptionbtn.active {
        background: #A6CE39;
        color: #ffffff;
    }

    .subscriptionbtn span {
        margin-left: 10px;
    }

.buynow p {
    text-align: center;
    height: 77px;
    color: #777777;
    width: 265px;
    margin-left: 10px;
    font-size: 12px;
}

.buynow .contactussubcriberbutton {
    margin-left:0px;
}

.buynow a {
    margin-left: 92px;
}



.wizardbuttontable {
    padding: 0 !important;
    background: #FFFFFF !important;
    border-bottom: none !important;
    border-top: none !important;
    margin: 0px !important;
    width: 100% !important;
}


.wizardscrollablesection {
    margin: 0px;
    width: 100%;
    overflow: hidden !important;
}

#Tabs ul {
    padding: 0px;
    margin: 0px;
    margin-left: 10px;
    list-style-type: none;
}

    #Tabs ul li {
        display: inline-block;
        clear: none;
        float: left;
        height: 24px;
        margin-left: 21px;
    }

        #Tabs ul li a {
            position: relative;
            margin-top: 7px;
            display: block;
            margin-left: 3px;
            line-height: 36px;
            padding-left: 10px;
            background: #FFFFFF;
            z-index: 9999;
            border: 1px solid #ccc;
            border-bottom: 0px;
            width: 130px;
            color: #0865a8;
            text-decoration: none;
            left: 306px;
            text-align: center;
            font-size: 18px;
            border-bottom: 1px solid #ffffff;
        }

            #Tabs ul li a:hover {
                text-decoration: none;
            }

.active a {
    color: #0865a8 !important;
    border-bottom: 1px solid #ffffff !important;
}

.EditPrice {
    margin-top: 21px;
    position: relative;
    left: 270px;
    margin-bottom: 11px;
}

/*YOUR DETAILS FORM*/


.bodyarea {
    color: #000000;
    width: 100%;
    clear: both;
}

.paypalsuccesscontainer {
    position: relative;
    top: 12px;
    color: #6C6C6C;
    width: 99%;
    min-height: 261px;
}

form#done {
    text-align: center;
      margin-bottom: 12px;
}

.tcondform, .orderredirect {
    min-height: 90px;
}

    .orderredirect h2 {
        line-height: 90px;
    }

.conformationformwizard {
    margin-top: 33px;
}

.finishpageconfirmation {
    display: table;
    margin: 0 auto;
    height: 91px;
    background: #FDFDFD;
    margin-bottom: 20px;
    box-shadow: 0px 8px 10px -5px #bababa, 0px -6px 10px -5px #bababa;
    width: 100%;
}

dd.reg_failure {
    color: red;
    float: right;
    width: 77%;
}

td.reg_failure span {
    color: red;
    font-style: normal;
    font-weight: 600;
}

/*How you hear about us form*/

div#howyouheard {
    clear: both;
}

#subscriptiondetails > div > fieldset > dl > dd:nth-child(14) > input.othertext {
    float: right;
    clear: right;
}

.hearaboutusform label {
    float: left;
    clear: both;
}

/*PAYMENT*/
#payment {
    clear: both;
}

.portalpage a {
    text-decoration: none;
}

.confirmationfinish a {
    text-decoration: none;
}

.portalpage {
    width: 130px;
    margin: 0 auto;
    position: relative;
    top: 10px;
    margin-bottom: 32px;
}

.finsishconfiration table {
    margin-right: auto;
    margin-left: auto;
}

/*Terms and Conditions*/

.termsandconditions {
    text-align: center;
    color: #004389;
    line-height: 90px;
}

.terms h1 {
    text-align: center;
    font-size: 32px;
    color: #004389;
}

table.wizardbuttontable td {
    position: relative;
}

#tandc > table > tbody > tr > td > table {
    background: #ffffff !important;
    border: none;
    color: #000000;
}

#tandc > table {
    border: none;
    background-color: #ffffff;
    border-top: 1px solid #A09B9B;
    border-bottom: 1px solid #A09B9B;
}

.wizardbuttons {
    height: 68px;
}

.tcwizardbuttons {
    width: 100% !important;
    margin-left: 0;
}

.wizardbuttons table.wizardbuttontable td {
    position: relative;
    right: 41px;
}

/*ORDER REVIEW*/

.subscriptiontype {
    width: 958px;
    display: table;
    margin: 0 auto;
}

    .subscriptiontype p {
        color: #6C6C6C;
    }

.subshoredescription p {
    display: inline;
    margin-left: 9px;
}

.typelongdescription {
    margin-top: 10px;
}

    .typelongdescription p {
        display: inline;
    }

.subscriptionprice {
    margin-top: 10px;
}

    .subscriptionprice p {
        display: inline;
    }

table.subshoredescription {
    width: 100%;
}

    table.subshoredescription th {
        text-align: left;
        width: 23%;
        color: #0865a8;
    }

    table.subshoredescription td {
        text-align: left;
        width: 65%;
        color: #5C5E5F !important;
    }

.information {
    width: 99%;
}


/*PAY PAL REDIRECT PAGE*/

.orderredirec h2 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.orderredirect h2 {
    color: #0865a8;
}

/*CONFIRMATION*/

.finsishconfiration h1 {
    text-align: center;
    font-size: 32px;
    color: #004389;
}

/*FOOTER*/

.footerstart {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    height: 100px;
    width: 100%;
}

#mainFooter {
     background: #6e6e6e; 
    /*background: -moz-linear-gradient(top, #393939 1%, #6e6e6e 6%, #2f2f2f 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#393939), color-stop(6%,#6e6e6e), color-stop(100%,#2f2f2f)); 
    background: -webkit-linear-gradient(top, #393939 1%,#6e6e6e 6%,#2f2f2f 100%); 
    background: -o-linear-gradient(top, #393939 1%,#6e6e6e 6%,#2f2f2f 100%); 
    background: -ms-linear-gradient(top, #393939 1%,#6e6e6e 6%,#2f2f2f 100%);
    background: linear-gradient(to bottom, #393939 1%,#6e6e6e 6%,#2f2f2f 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#393939', endColorstr='#2f2f2f',GradientType=0 );*/
    height: 145px;
    margin-top: 0px;
}

    #mainFooter .footerimagecontainer {
        
        display: table;
        width:960px;
        text-align:center;
    }

    #mainFooter .footerimagecontainer img {

        margin-top: 20px;
        margin-left: 20px;
        margin-right: 60px;
        vertical-align:middle;
    }

* html #mainFooter {
    max-height: 200px;
}


#mainFooter .footerLinks {
    *width:960px;
    *margin:0px auto;
    text-align:center;
}


    #mainFooter .footerLinks ul {
    *zoom: 1 ;
        list-style: none;
    text-align: right;
    width: auto;
    padding-right: 0px;
    margin-top: 3px;
    -webkit-margin-before: 5px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
                *float:right;
            margin-right:5px
    }


        #mainFooter .footerLinks ul li {
            *line-height: 30px;
            *font-size: 20px;
            display: inline-block;
            *display: inline;
            *margin-left:20px;
            *float:left;
            zoom:1;
            margin-left: 10px\9; /*IE FIX*/
        }


            #mainFooter .footerLinks ul li:not(:last-child)::after{
                position: relative;
                padding-left: 10px;
                  padding-right: 6px;
                line-height: 0px;
                  font-size: 30px;
                content: "\2022";
                color: white;
                  top: 6px;
                border: none;
            }

            #mainFooter .footerLinks ul li a {
                text-decoration: none;
                color: #ffffff !important;
                font-size:100%;
                *font-size: 74%;
                *display:block;
            }


                #mainFooter .footerLinks ul li a:hover {
                    color: #ccc;
                }

    #mainFooter .footerLinks a img {
        vertical-align: middle;
          margin-top: -5px;
          margin-left: -7px;
    }

#lowerFooter {
    margin-bottom: 20px;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
}

    #lowerFooter .copyright {
        text-align: right;
        color: #5f5f5f;
        font-size: 13px;
        margin-top: 4px;
    }

        #lowerFooter .copyright a {
            text-decoration: none;
            color: #5f5f5f;
            font-size: 13px;
        }

            #lowerFooter .copyright a:hover {
                text-decoration: underline;
            }

     .h4vlogo {
      width: 89px;
    }

     .copyright div {
      display: inline;
    }

     .docportalcopyright {
        position: relative;
        bottom: 10px;
    }



/*AirWave*/
.extracttable {
    border: 1px solid gray;
    width: 90%;
}

    .extracttable th {
        background-color: #2CBCEE;
        padding: 10px;
        text-align: left;
    }

    .extracttable td {
        padding: 10px;
        text-align: left;
    }

table.extracttable p {
    display: inline-block;
    position: relative;
    top: 0px;
    left: 4px;
    text-align: left;
}

th.downloadattemps p {
    position: relative;
    top: 4px;
    text-align: left;
}

table.extracttable img {
    position: relative;
    top: 8px;
    text-align: left;
}

/*User Admin Pages*/

span#title__fieldgroup {
    padding-top: 17px;
    padding-bottom: 17px;
}

.simple_pane_border {
    border: 1px solid #2CBCEE !important;
}

.simple_pane_titlebar {
    width: 100%;
    float: left;
    padding-top: 1px;
    padding-bottom: 2px;
    height: 43px;
    background: #2CBCEE;
    color: #ffffff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 0px;
    font-size: 17px;
    position: relative;
}

.simple_pane_border {
    border-radius: 6px;
}

.simple_pane_body {
    background-color: transparent;
}

#title__fieldgroup > span.simple_pane_border_gutter > span.simple_pane_border > span.simple_pane_titlebar > span {
    font-weight: 100;
    position: relative;
    top: 10px;
    left: 15px;
}

#panelone__fieldgroup > span.simple_pane_border_gutter > span.simple_pane_border > span.simple_pane_titlebar > span {
    font-weight: 100;
    position: relative;
    top: 10px;
    left: 15px;
}

#paneltwo__fieldgroup > span.simple_pane_border_gutter > span.simple_pane_border > span.simple_pane_titlebar > span {
    font-weight: 100;
    position: relative;
    top: 10px;
    left: 15px;
}

#panelthree__fieldgroup > span.simple_pane_border_gutter > span.simple_pane_border > span.simple_pane_titlebar > span {
    font-weight: 100;
    position: relative;
    top: 10px;
    left: 15px;
}

#Search__fieldgroup > span.simple_pane_border_gutter > span.simple_pane_border > span.simple_pane_titlebar > span {
    font-weight: 100;
    position: relative;
    top: 10px;
    left: 15px;
}

#Results__fieldgroup > span.simple_pane_border_gutter > span.simple_pane_border > span.simple_pane_titlebar > span {
    font-weight: 100;
    position: relative;
    top: 10px;
    left: 15px;
}

.simple_pane_titlebar_button_shown, .simple_pane_titlebar_button_collapsed {
    float: left;
    width: 16px;
    height: 16px;
    border: 0px;
    text-indent: -9999px;
    position: absolute;
    top: 10px;
    left: 4px;
}

.simple_pane_titlebar_button_shown {
    background: url(../Images/3.0/SimplePaneTitleButtonShown.png) no-repeat center left;
}

.simple_pane_titlebar_button_collapsed {
    background: url(../Images/3.0/SimplePaneTitleButtonCollapsed.png) no-repeat center left;
}

.stand_alone_field_header {
    color: #0865A8;
}

.stand_alone_fieldname_no_outline {
    float: left;
    margin-bottom: 8px;
}

span#buttons__fieldgroup {
    float: left;
    position: relative;
    left: 23px;
}

/*Renew Subscription*/
.wizardscrollablesection table {
    background: #ffffff !important;
    border: 1px solid #2CBCEE !IMPORTANT;
    border-radius: 6px;
    width: 98%;
}

.wizardscrollablesection .wizardbuttontable {
    border: none !important;
}

.wizardscrollablesection .dataentry TH {
    color: #0865A8 !important;
    padding: 3px !important;
    text-align: left !important;
    font-weight: normal !important;
    background: #ffffff;
    font-weight: bold !important;
}

.wizardscrollablesection .dataentry td {
    color: #5C5E5F !important;
    padding: 3px !important;
    text-align: left !important;
    font-weight: normal !important;
    background: #ffffff;
}

.wizardscrollablesection table {
    margin-top: 10px !important;
}

#creditcarddetails th {
    color: #0865A8 !important;
    padding: 3px !important;
    text-align: left !important;
    font-weight: normal !important;
    background: #ffffff;
    font-weight: bold !important;
}

#creditcarddetails td {
    color: #5C5E5F !important;
    padding: 3px !important;
    text-align: left !important;
    font-weight: normal !important;
    background: #ffffff;
}

.wizardscrollablesection table.wizardbuttontable input {
    float: left;
}

table.registrationwhereyouhear {
    border: none !important;
}

    table.registrationwhereyouhear th {
        text-align: left;
        color: #004389;
    }

        table.registrationwhereyouhear th.emailoptionsheader {
            text-align: center;
        }

table.registrationwhereyouhear td.emailoptions input {
    margin-left: 10px;
}

    table.registrationwhereyouhear td {
        padding: 4px;
    }

        table.registrationwhereyouhear td.emailoptions {
            text-align: center;
        }

    table.registrationwhereyouhear input {
        float: none;
        margin: 0px 4px 7px 0px;
    }

/*Edit User*/
/*.edituser span.controlcontainer_span.stand_alone_field_control_container.stand_alone_horizontal_field {
    width: 76px;
    margin-left: 0;
    margin-right: 44px;
}*/

.edituser .FloatLeftButtonContainerWidthContainer {
    margin-left: 23px;
}
/*
.edituser #button__2__value {
    margin-left: -17px;
}*/

.edituser #button__fieldgroup > span.simple_pane_body > span.simple_pane_body_contents_without_border > span:nth-child(2) > span.stand_alone_fieldname_no_outline > span.stand_alone_field_header > span > label {
    display: none;
}

/*Extract Reports*/
#search__fieldgroup > span.simple_pane_border_gutter > span.simple_pane_border > span.simple_pane_titlebar > span {
    font-weight: 100;
    position: relative;
    top: 10px;
}

#div2 > span > span > span {
    font-weight: 100;
    position: relative;
    top: 10px;
}

/*Contact Us form*/

.contactform {
    border-top: 1px solid #D5D5D5;
}

    .contactform table.form {
        text-align: left;
        margin-top: 17px;
        margin-bottom: 17px;
    }

    .contactform th {
        text-align: left;
    }

input#contactsubmit:hover {
    background-color: #7099C2;
}

.contactform textarea#message {
    color: #033266;
    border: solid 1px #ADADAD;
    border-radius: 5px;
}

/*E learning*/
.Elearningbodyarea a {
    text-decoration: none;
    color: #0865A8;
}

.Elearningbodyarea ol {
    color: #0865A8;
}

.Elearningbodyarea h1 {
    color: #0865A8;
}

.Elearningbodyarea h2 {
    color: #0865A8;
}

.Elearningbodyarea h3 {
    color: #0865A8;
}

#OuterContainer > div.Elearningbodyarea > pagetext > div > div:nth-child(5) > div:nth-child(2) > div:nth-child(6) > div > strong {
    color: #0865A8;
}

.Elearningbodyarea h5 {
    text-decoration: underline;
    color: #0865A8;
}

.elearningheader {
    display: none;
}


.datapager_result_cell_container {
    width: 111% !important;
    display: block;
    float: left;
    line-height: 1.2em;
}

/*.datapager_container TD {
font-size: 0.7em;
font-family: 'Lato', Arial,Tahoma, "Times New Roman", sans-serif;
}*/

/*Advert Squence*/

h1.advertpagetitles {
    float: left;
    position: relative;
    bottom: 42px;
    right: 51px;
    font-size: 20px;
}

.buttoncontainer {
    float: right;
}

#advertcontent #topwidgets {
    float: right;
    position: relative;
    left: 172px;
    bottom: 40px;
    width: 100%;
    margin-bottom: 24px;
}


#advertcontent .highlightstitle {
    clear: both;
    position: relative;
    left: 172px;
    bottom: 64px;
}

#advertcontent DIV#upcommingevents {
    clear: both;
    position: relative;
    left: 172px;
    bottom: 90px;
    margin-top: 35px;
}


#advertcontent div#events {
    clear: both;
    position: relative;
    left: 172px;
    bottom: 90px;
}

#advertcontent .newstitle {
    height: 32px;
    margin-bottom: 20px;
}

#advertcontent .eventicon {
    top: 0px;
}


.mobileprogressbar {
    display: none;
}

.ui-widget-header {
    background:none;
    background-color: #2EBCEC;
}

.ui-widget-shadow {
    z-index:998;
}

div#advertcontent .newscontainer {
  position: relative;
  left: 168px;
  bottom:55px;
}

div#advertcontent .EventName {
  float: none;
  width: 100%;
}

#detailspanel_outer {

        margin: 0px !important;
    border: 0px solid #99b4cb !important;
    margin-top: 0px !important;

    margin: 0px;
    width: 200px !important;
}

#detailspanel_inner
{
    padding:0px !important;
    padding-bottom:30px;
    padding-top:5px !important;
    overflow:auto;
    background: url('../images/2.0/advertmanager/gradient.gif') repeat-x ;
    clear:both;
}

.advertsequence
{
    margin-left:55px !important;
}

#SubscriptionTermArea > section h1 {
    display: none;
}

div#SubscriptionTermArea section {
    background: #ffffff;
    border: 1px solid #2EBCEC;
    border-radius: 19px;
    margin-bottom: 16px;
}

div#SubscriptionTermArea section p {
    margin-left: 5px;
    margin-right: 5px;
}

.lightheaderh2 {
    color: #3ac0ee;
    font-size: 24px;
	}

.darkheaderh2 {
    color: #0a4d8e;
    font-size: 24px;
	}

.lightheaderh3 {
    color: #3ac0ee;
    font-size: 18px;
}

.darkheaderh3 {
    color: #0a4d8e;
    font-size: 18px;
	}

.lightheaderh4 {
    color: #3ac0ee;
    font-size: 16px;
	}

.darkheaderh4 {
    color: #0a4d8e;
    font-size: 16px;
		}


@media print {
	#mainHeader, .documenticons, .footerstart, #leftpanel {
    		display:none;
  	}
	
	#leftpanel{
		width:0px !important;
	}
	
	#content{
		float: none !important;
		margin-left: auto !important;
    		margin-right: auto !important;
	}
	
	body{
		font-family:Arial !important;
	}

    #readtitle h1 {
    border-bottom: none;
    font-size: 20px !important;
    width: 100%;
}
}

.userdata_message
{
	margin: 5px;
    margin-top: 0px;
	margin-bottom: 20px;
}



.userdata_accept
{
	text-align:left;
	margin:5px;
}

.userdata_inputdiv {
    margin: 5px;
}

    .userdata_inputdiv span
    {
	    width:150px;
	    display:inline-block;
    }

.userdata_continue {
    margin-top: 20px;
    margin-bottom: 20px;
}

.userdata_hr {
    border: 2px solid #6e6e6e;
    margin-top:20px;
    margin-bottom:20px;

}

.userdata_inputdiv div{
    display: inline-block;
}
.userdata_inputdiv div div{
    margin-left:20px;
    color:red;
    float:right;
    display:none;
}

.userdata_div{
    margin-left:5px;
}

.userdata_highlight
{
    font-weight:bold;
    color:#32B4EC;
}

.bulletlistdark {
    background-image: url(../images/branded/2.0/icons/arrow_bullet.png);
    background-repeat: no-repeat;
    padding-left: 24px;
}

.ticklistdark {
    background-image: url(../images/branded/2.0/icons/tick_bullet.png);
    background-repeat: no-repeat;
    padding-left: 24px;
}


.dt_searchoptions select {
    float: right;
    margin-right: 15px;
    padding: 1px;
    border-radius: 0px !important;
}

table.dataTable thead th
{
    text-align: left;
}

.filenameseq, .filenamebasesecondletterNone {
    display:inline;
}


    .filenameseq span {
        font-size: 17px !important;
        color: #0865A8;
        margin-left: 5px;
        position: relative;
        bottom: 0;
        font-weight: 700;
        display:inline-block;
        *display:inline;
        width:30px;
    }

div.dataTables_wrapper div.dataTables_processing
{
    top:50px !important;
}

.dataTables_wrapper .dataTables_processing
{
    border: 1px solid gray;
    width:60%;
    left:70%;
    background-color: #2EBCEC;
}

/* Predictive flexible text filter */
.predict-w1 {
    background-color: white;
    position: absolute;
    top: 9px;
    left: 6px;
    /* IE6 fix: */
    _background: none;
    _top: 1px;
}

.predict {
    width: 300px;
    border: 1px solid #999;
    background: #FFF;
    cursor: default;
    text-align: left;
    max-height: 350px;
    overflow: auto;
    margin: -6px 6px 6px -6px;
    font-size: 0.8em;
    /* IE specific: */
    _height: 350px;
    _margin: 0px 6px 6px 0;
    overflow-x: hidden;
}

    .predict .selected {
        background: #F0F0F0;
    }

    .predict div {
        padding: 2px 5px;
        white-space: nowrap;
    }

    .predict strong {
        font-weight: bold;
    }