body, html
{
    margin: 0px;
    height: 100%;
    cursor: default;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    background-color: #fff;
    color: #1E1E1E;
    min-height: 100%;
}
h1, h2, h3, h4, h5
{
    font-family: 'Quicksand', sans-serif;
}
h1
{
    margin: 0px;
}
h2
{
    color: #b2b2b2;
}
h3
{
    color: #262626;
}


/*------------------------------------------------*/
/* ANCHOR STYLE */
/*------------------------------------------------*/
a, a:link, a:visited
{
    color: #e54596;
    text-decoration: none;
}
a:active,
a:hover
{
    text-decoration: underline;
}
img
{
    border: 0;
}
#AJAXUpdatePanel_Panel {
    z-index: 100;
}
/* SITE STRUCTURE */
/*------------------------------------------------*/
.box
{
    /*margin: 25px Auto 0 auto;*/
    margin-bottom: 20px;
    padding: 20px;
    clear: both;
    background-color: #fff;
    border: 1px solid #E8E8E8;
}
/*------------------------------------------------*/
/* SITE HEADER */
/*------------------------------------------------*/
#contentWrapper
{
    width: 980px;
    margin: auto;
}
#headerWrapper
{
    height: 70px;
    width: 100%;
    z-index: 100;
    padding: 0;
    background-color: #fff;
}
#headerWrapper.box {
    border: none;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 30px;
}
#headerShadow 
{
    background: url('/SiteFiles/GlobalSiteFiles/WL/JUDO/56448071-d8a2-4cd4-af8f-08ddc92e574a/shadow.png');
    background-repeat: repeat-x;
    position: absolute;
    top: 70px;
    width: 100%;
    height: 18px;
}
#siteHeader
{
    display: table;
    margin: auto;
    overflow: visible;
    width: 980px;
}
#logo
{
    float: left;
    margin: 10px 0;
}
#logo img
{
    height: 50px;
}

#mmsButton
{
    display: table;
    float: right;
    padding: 15px 0;
    width: 121px;
}
#mmsButton a
{
    display: table-cell;
    vertical-align: middle;
}
#mmsButtonCaption
{
    position: relative;
    top: -50%;
    color: white;
    margin: 0 1px;
}
/* for quirk explorer only */
#mmsButtonCaption[id]
{
    position: static;
}


#footerWrapper
{
    background-color: #2e2e2e;
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 0;
    position: fixed;
	bottom:0;
    width: 100%;
}
/* Content Pane - Footer */
#footer
{
    padding: 5px 0;
    margin: auto;
    width: 980px;
}

.footerPane, .footerPane .Normal
{
    color: #969696;
}


/* Copyright
    -------------------------------------*/
#copyright
{
    background: url('/SiteFiles/GlobalSiteFiles/WL/JUDO/4dedfc9c-8c80-4d6d-eb48-08ddc92e5745/Cards.png') no-repeat;
    background-position: left center;
    height: 28px;
    position: relative;
    top: -6px;
}
#copyright span
{
    text-align: right;
    position: relative;
    top: 6px;
}

/*------------------------------------------------*/
/* GENERIC CLASSES
/*------------------------------------------------*/

/* Clear-fix for floated elements 
    -------------------------------------*/
.clear
{
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clearfix:after
{
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}

.left
{
    float: left;
}
.right
{
    float: right;
}



/* Footer 
    -------------------------------------*/
ul.footerlinks
{
    margin: 0;
}
.footerlinks li
{
    list-style: none;
    margin-bottom: 8px;
}
.footerlinks li a:hover
{
    color: #000;
}
ul.footerConnect
{
    margin: 0px;
}1

ul.footerConnect li
{
    display: inline-block;
    list-style-type: none;
    margin-right: 10px;
}

.FormItem
{
    width: auto;
}
.FormItem a#ForgotPasswordLinkButton 
{
    bottom: 20px;
    color: #B77DF8;
    text-decoration: none;
}
.FormItem a#ForgotPasswordLinkButton:hover, .FormItem a#ForgotPasswordLinkButton:active, .FormItem a#ForgotPasswordLinkButton:focus {
    text-decoration: underline;
}
.FormSubmit
{
    margin-top: 10px;
	clear:both;
}

#contentOutterWrapper {
    /*min-height:100vh;
     height:100vh;*/
    width: 100%;
}
#contentInnerWrapper {
    width: 100%;
}
#ContentRight {
    right: 0;
    width: auto;
}
.ContentBodyText {
    width: auto !important;
}

/*------------------------------------------------*/
/* CONTENT PANES */
/*------------------------------------------------*/
#contentPane {
    width: 100%;
}
#contentPane .Normal {
}
#LoginHeader
{
    overflow: hidden;
    margin-bottom: 10px;
}
#LoginHeader img {
    float: left;
    margin-right: 5px;
}
#LoginHeader h1 {
    float: left;
}
#content {
    clear: both;
}
/* Content Pane - Home */
#contentPaneBlockLeft {
    float: left;
    margin-right: 20px;
    width: 940px;
	background-color: #6A4EE1;
}
#contentPaneBlockLeft h1 {
    color: white;
}
#contentPaneBlockLeft form {
    background-color: #fcfcfc;
    padding: 20px;
}

.FormLabel, .NarrowFormLabel, .FormLabelExtraDescription
{
    width: 360px;
}