/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

a {
    color: #00e;
}

a:visited {
    color: #551a8b;
}

a:hover {
    color: #06e;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
    
html {
    min-width:300px;
    height: 100%;
    overflow-y: scroll;
}
body {
    height:100%; margin:0 auto 0px auto; color: #333333; /*font-weight: normal;*/ font-size: 12px; font-family: Helvetica, Arial; /*font-family: 'Open Sans', 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;*/ line-height: 1.25;
}
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position: relative;
    max-width: 960px;
    margin: 0 auto -51px auto; 
    overflow: hidden;
}
    
input, button, select, textarea, option { font:inherit; }
h1 { font-size: 22px; line-height: 32px; font-weight: bold; }
h2 { font-size: 20px; line-height: 24px; font-weight: bold; }
h3 { font-size: 18px; line-height: 20px; font-weight: bold; }
h4 { font-size: 16px; line-height: 18px; font-weight: bold; }
h5 { font-size: 14px; line-height: 16px; font-weight: bold; }
h6 { font-size: 12px; line-height: 14px; font-weight: bold; }
p { margin-bottom: 18px; }
a { color: #3399ff; text-decoration: none; outline: 0 none; }
a:hover { color: #a1d4ff; }
a:focus {
    /*styling for any way a link is about to be used
    outline:solid 3px red;*/
}

.bold { font-weight: bold; }

#wrap > .sticky > header { height: 64px; background: url(Images/Backgrounds/header-bg.gif) repeat-x; overflow: hidden; }

.sticky {
    top: 0px;
    position: fixed;
    z-index: 3000;
    height: 110px;
    width: 100%;
    max-width: 960px;
}

.sticky > #infobar > .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#header-menu { float: left; width: 45px; height: 100%; padding: 0 20px; }
#header-menu > a:hover { background-color: #3b82bf; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
#header-separator { display: block; width: 2px; height: 64px; background: url(Images/Backgrounds/header_separator_blue.png); float: left;}
#header-info { float: left; margin-top: 15px; margin-left: 10px; color: #ffffff; left: 320px; right: 50px; position: absolute; }
#header-info-club { font-size: 16px; text-transform: uppercase; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
#header-info.showSwitchCustomer #header-info-club { max-width: calc(100% - 20px); } /* The max-width should make sure the arrow is always visible */
#header-info-member { font-size: 12px; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
#header-function { position: absolute; top: 0; float: none; right: 0; margin-top: 10px; margin-right: 10px;/* float: right; overflow: hidden;*/ }
#header-function > a { display: block; width: 40px; height: 40px; margin-left: 1px; float: left; }
#header-function > a:hover { background-color: #3b82bf; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
#header-function > a { display: block; float:right; height: 40px; width: 40px; }
#header-function-logout { background: url("Images/Icons/header-function-logout.png") no-repeat scroll 12px 12px transparent; }
	
#infobar {width: 100%; display: flex; flex-direction: row; align-items: center; font-weight: bold; font-size: 14px; color: #ffffff; background: #666666 url(Images/Backgrounds/topgradient.jpg) repeat-x top left; padding: 0 15px; box-sizing: border-box; height: 46px; line-height:14px; }
#infobar .main-wrapper, #infobar .main-text { flex-grow: 1; flex-shrink: 1; margin-right: 15px; }
#infobar .main-wrapper { margin-left: 15px; }
#infobar .action, #infobar .btn-wrapper { flex-shrink: 0; }
#infobar .action .control, #infobar .action .controlgroup { float: left; }
#infobar .action .control .text, #infobar .action .controlgroup .text { float: left; height: inherit; line-height: 29px; margin-right: 10px; }
#infobar .action .action-spinner { display: none; float: left; height: inherit; line-height: 29px; margin-right: 10px; }
#infobar .action .action-spinner .spinner-small-inv { margin-top: 5px; }
#infobar .action.loading .action-spinner { display: block; }

#content { background: #ffffff; position:relative; top: 110px;}
body > footer { position:relative; height: 50px; border-top: 1px solid #e0e0e0; clear: both; background: #f1f1f1; max-width:960px; margin:0 auto; }
body > footer > div { overflow: hidden; margin: 10px auto; font-size: 11px; }
#footerpush { height: 161px; }
    
#logo { display: block; margin: 7px 0 0 8px;width: 215px; height: 49px; float: left; outline:0 none; }
#logo img { display:block; width:inherit;height:inherit; }

@media only screen and (min-width : 960px) {
    #logo { display: block; margin: 7px 0 0 8px; width: 215px; height: 49px; float: left; outline: 0 none; }
}

@media only screen and (max-width: 800px) {
    #logo { width: 154px; height: 35px; margin: 14px 0 0 14px; float: left; }
    #header-info { left: 259px; }
}

@media only screen and (max-width: 600px) {
    #header-menu { display: none; }
    #header-info { left: 174px; }
    
    .show-back-arrow #header-menu { display: block; padding-left: 2px; padding-right: 2px; }
    .show-back-arrow #header-info { left: 223px; }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
        only screen and (-o-min-device-pixel-ratio: 3/2),
        only screen and (min-resolution: 144dpi) {
    @media only screen and (min-width: 800px) { /* KJ 2017-10-24 - I believe the dpi media query was added to make the max-width 800px styles apply to ipads as well. In order to not let these styles cause any trouble I have enclosed them in a nested media query, which make sure they only apply while the screen size is at least 800px. The regular size-based media queries should take care of mobile devices, and this change should make this media query have the same effect as before */
        #logo { width: 154px; height: 35px; margin: 14px 0 0 14px; float: left; }
        #header-info { left: 259px; }
    }
}

.login-wrapper { margin:50px 0; text-align:center; }
.login-wrapper .login-box { display:inline-block; text-align:left; }
.login-wrapper .login-box .ui-input-text { width: 250px; }

.error-wrapper { margin: 50px 0; text-align: center; font-size: 20px; }

.button{display:inline-block;height:30px;line-height:30px;position:relative;border-radius:5px;padding:0 12px;color:#fff;font-weight:bold;border:0;text-shadow:-1px -1px 2px rgba(0,0,0,.29);cursor:pointer;text-decoration:none;}
.button:hover{color:#fff;}
.button:active{bottom:-1px;}
.prev{padding:0 12px 0 7px;margin-left:10px;}
.next{padding:0 7px 0 12px;margin-right:10px;}
.prev.next{padding:0 12px;}
.prev:before{position:absolute;content:'';height:22px;width:22px;border-radius:5px;left:-8px;top:4px;z-index:-1;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
}
.next:after{position:absolute;content:'';height:22px;width:22px;border-radius:5px;right:-8px;top:4px;z-index:-1;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
}
.button{
    background: #bfbfbf;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JmYmZiZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzcwNzA3MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iIzY2NjY2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4OThjOGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #bfbfbf 0%, #707070 50%, #666666 52%, #898c8b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfbfbf), color-stop(50%,#707070), color-stop(52%,#666666), color-stop(100%,#898c8b));
    background: -webkit-linear-gradient(top,  #bfbfbf 0%,#707070 50%,#666666 52%,#898c8b 100%);
    background: -o-linear-gradient(top,  #bfbfbf 0%,#707070 50%,#666666 52%,#898c8b 100%);
    background: -ms-linear-gradient(top,  #bfbfbf 0%,#707070 50%,#666666 52%,#898c8b 100%);
    background: linear-gradient(to bottom,  #bfbfbf 0%,#707070 50%,#666666 52%,#898c8b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfbfbf', endColorstr='#898c8b',GradientType=0 );
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.8), inset 0 -1px 0px rgba(0,0,0,0.5), 0 1px 0 rgba(255,255,255,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.8), inset 0 -1px 0px rgba(0,0,0,0.5), 0 1px 0 rgba(255,255,255,0.6);
}

.button:before, .button:after{
    background: #bfbfbf;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYmZiZmJmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjNzA3MDcwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTIlIiBzdG9wLWNvbG9yPSIjNjY2NjY2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzg5OGM4YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(-45deg,  #bfbfbf 0%, #707070 50%, #666666 52%, #898c8b 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#bfbfbf), color-stop(50%,#707070), color-stop(52%,#666666), color-stop(100%,#898c8b));
    background: -webkit-linear-gradient(-45deg,  #bfbfbf 0%,#707070 50%,#666666 52%,#898c8b 100%);
    background: -o-linear-gradient(-45deg,  #bfbfbf 0%,#707070 50%,#666666 52%,#898c8b 100%);
    background: -ms-linear-gradient(-45deg,  #bfbfbf 0%,#707070 50%,#666666 52%,#898c8b 100%);
    background: linear-gradient(135deg,  #bfbfbf 0%,#707070 50%,#666666 52%,#898c8b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfbfbf', endColorstr='#898c8b',GradientType=1 );
}
.button[disabled], .button:disabled 
{
    color: #555555;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.grey {
    background: #cccccc;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JmYmZiZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzcwNzA3MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iIzY2NjY2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4OThjOGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #D6D6D6 0%, #878787 50%, #7F7F7F 52%, #9FA3A2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D6D6D6), color-stop(50%,#878787), color-stop(52%,#7F7F7F), color-stop(100%,#9FA3A2));
    background: -webkit-linear-gradient(top,  #D6D6D6 0%,#878787 50%,#7F7F7F 52%,#9FA3A2 100%);
    background: -o-linear-gradient(top,  #D6D6D6 0%,#878787 50%,#7F7F7F 52%,#9FA3A2 100%);
    background: -ms-linear-gradient(top,  #D6D6D6 0%,#878787 50%,#7F7F7F 52%,#9FA3A2 100%);
    background: linear-gradient(to bottom,  #D6D6D6 0%,#878787 50%,#7F7F7F 52%,#9FA3A2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D6D6D6', endColorstr='#9FA3A2',GradientType=0 );
}
.blue{
    background: #35b8d3;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM1YjhkMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzJjODZhMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iIzJlN2U5NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzODk4YjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #35b8d3 0%, #2c86a0 50%, #2e7e95 52%, #3898b5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#35b8d3), color-stop(50%,#2c86a0), color-stop(52%,#2e7e95), color-stop(100%,#3898b5));
    background: -webkit-linear-gradient(top,  #35b8d3 0%,#2c86a0 50%,#2e7e95 52%,#3898b5 100%);
    background: -o-linear-gradient(top,  #35b8d3 0%,#2c86a0 50%,#2e7e95 52%,#3898b5 100%);
    background: -ms-linear-gradient(top,  #35b8d3 0%,#2c86a0 50%,#2e7e95 52%,#3898b5 100%);
    background: linear-gradient(to bottom,  #35b8d3 0%,#2c86a0 50%,#2e7e95 52%,#3898b5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35b8d3', endColorstr='#3898b5',GradientType=0 );
}
.blue:before, .blue:after{
    background: #35b8d3;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMzViOGQzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMmM4NmEwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTIlIiBzdG9wLWNvbG9yPSIjMmU3ZTk1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM4OThiNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(-45deg,  #35b8d3 0%, #2c86a0 50%, #2e7e95 52%, #3898b5 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#35b8d3), color-stop(50%,#2c86a0), color-stop(52%,#2e7e95), color-stop(100%,#3898b5));
    background: -webkit-linear-gradient(-45deg,  #35b8d3 0%,#2c86a0 50%,#2e7e95 52%,#3898b5 100%);
    background: -o-linear-gradient(-45deg,  #35b8d3 0%,#2c86a0 50%,#2e7e95 52%,#3898b5 100%);
    background: -ms-linear-gradient(-45deg,  #35b8d3 0%,#2c86a0 50%,#2e7e95 52%,#3898b5 100%);
    background: linear-gradient(135deg,  #35b8d3 0%,#2c86a0 50%,#2e7e95 52%,#3898b5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35b8d3', endColorstr='#3898b5',GradientType=1 );
}
.green{
    background: #91b71b;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkxYjcxYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzc4YWYwZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iIzZjYTAxOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3OGFmMGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #91b71b 0%, #78af0e 50%, #6ca018 52%, #78af0e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#91b71b), color-stop(50%,#78af0e), color-stop(52%,#6ca018), color-stop(100%,#78af0e));
    background: -webkit-linear-gradient(top,  #91b71b 0%,#78af0e 50%,#6ca018 52%,#78af0e 100%);
    background: -o-linear-gradient(top,  #91b71b 0%,#78af0e 50%,#6ca018 52%,#78af0e 100%);
    background: -ms-linear-gradient(top,  #91b71b 0%,#78af0e 50%,#6ca018 52%,#78af0e 100%);
    background: linear-gradient(to bottom,  #91b71b 0%,#78af0e 50%,#6ca018 52%,#78af0e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91b71b', endColorstr='#78af0e',GradientType=0 );
}
.green:before, .green:after{
    background: #91b71b;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjOTFiNzFiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjNzhhZjBlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTIlIiBzdG9wLWNvbG9yPSIjNmNhMDE4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzc4YWYwZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(-45deg,  #91b71b 0%, #78af0e 50%, #6ca018 52%, #78af0e 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#91b71b), color-stop(50%,#78af0e), color-stop(52%,#6ca018), color-stop(100%,#78af0e));
    background: -webkit-linear-gradient(-45deg,  #91b71b 0%,#78af0e 50%,#6ca018 52%,#78af0e 100%);
    background: -o-linear-gradient(-45deg,  #91b71b 0%,#78af0e 50%,#6ca018 52%,#78af0e 100%);
    background: -ms-linear-gradient(-45deg,  #91b71b 0%,#78af0e 50%,#6ca018 52%,#78af0e 100%);
    background: linear-gradient(135deg,  #91b71b 0%,#78af0e 50%,#6ca018 52%,#78af0e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91b71b', endColorstr='#78af0e',GradientType=1 );
}
	
.ui-button {
	display: inline-block; 
	background-image: -moz-linear-gradient(top, #BDD2F8, #AAC6F2 50%, #A0BBED 51%, #A0BBED);
    background-image: -o-linear-gradient(top, #BDD2F8, #AAC6F2 50%, #A0BBED 51%, #A0BBED);
    background-image: -WebKit-gradient(linear, 0% 0%, 0% 100%, from(#BDD2F8), color-stop(50%, #AAC6F2), color-stop(51%, #A0BBED), to(#A0BBED));
    background-image: -ms-linear-gradient(#BDD2F8, #A0BBED);
    background-image: linear-gradient(top, #BDD2F8, #AAC6F2 50%, #A0BBED 51%, #A0BBED);  
	border: 1px solid #5f8fda; 
	padding: 0 6px;
	color: #333333; 
	cursor: pointer; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px; 
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.45) inset;
	-webkit-user-select: none; 
	-moz-user-select: none; 
	-ms-user-select: none; 
	user-select: none; 
	text-align: center; 
	text-decoration: none; 
	font-weight: 600; 
    font-size:15px;
	text-transform: uppercase; 
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis; 
	-o-text-overflow: ellipsis;
	vertical-align: top; 
	zoom: 1; 
	*display: inline;
}
.ui-button:hover,
.ui-button:focus { 
	background-image: -moz-linear-gradient(top, #BDD2F8, #AAC6F2 50%, #A0BBED 51%, #A0BBED);
    background-image: -o-linear-gradient(top, #BDD2F8, #AAC6F2 50%, #A0BBED 51%, #A0BBED);
    background-image: -WebKit-gradient(linear, 0% 0%, 0% 100%, from(#BDD2F8), color-stop(50%, #AAC6F2), color-stop(51%, #A0BBED), to(#A0BBED));
    background-image: linear-gradient(top, #BDD2F8, #AAC6F2 50%, #A0BBED 51%, #A0BBED);
}
.ui-button .text { height:28px; line-height:30px; vertical-align: middle; }
.ui-button.silver-gradient:hover,
.ui-button.silver-gradient:focus { 
    background: #FFBD41; /* Old browsers */
    background: -moz-linear-gradient(top, #FFBD41 0%, #FFA500 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFBD41), color-stop(100%,#FFA500)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #FFBD41 0%,#FFA500 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #FFBD41 0%,#FFA500 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #FFBD41 0%,#FFA500 100%); /* IE10+ */
    background: linear-gradient(to bottom, #FFBD41 0%,#FFA500 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFBD41', endColorstr='#FFA500',GradientType=0 ); /* IE6-9 */
    /*border: 1px solid #a0bbed;*/
}
.ui-button:not([disabled]):active { 
	background-image: -moz-linear-gradient(top, #BDD2F8, #AAC6F2 50%, #A0BBED 51%, #A0BBED);
    background-image: -o-linear-gradient(top, #BDD2F8, #AAC6F2 50%, #A0BBED 51%, #A0BBED);
    background-image: -WebKit-gradient(linear, 0% 0%, 0% 100%, from(#BDD2F8), color-stop(50%, #AAC6F2), color-stop(51%, #A0BBED), to(#A0BBED));
    background-image: linear-gradient(top, #BDD2F8, #AAC6F2 50%, #A0BBED 51%, #A0BBED);
    border: 1px solid #5f8fda;
    -moz-box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.5); 
    -webkit-box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.5); 
    box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
}
.ui-button[disabled] {
	background: #e6e6e6; /* Old browsers */
    background: -moz-linear-gradient(top, #e6e6e6 0%, #d6d6d6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(100%,#d6d6d6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e6e6e6 0%,#d6d6d6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e6e6e6 0%,#d6d6d6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e6e6e6 0%,#d6d6d6 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e6e6e6 0%,#d6d6d6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-9 */
    border: 1px solid #9c9c9c;
}
a.ui-button { color:#333333; }	
.btn-default { width: auto; min-width: 80px; height: 28px; line-height: 30px; font-size: 15px; }
.btn-icon { width: auto; height: 28px; }
.btn-large { width: auto; height: 38px; line-height: 38px; font-size: 20px; }
.btn-large .text { height:38px; line-height:38px; font-size:20px; }
.back-button {
    background: url("/Themes/Base/Images/Icons/arrow_s.png") no-repeat scroll 0 7px transparent;
    background-size: 100% auto;
    display: inline-block;
    width: 45px;
    height: 45px;
    margin-top: 9.5px;
}

.silver-gradient {
    background: #f3f3f5; /* Old browsers */
    background: -moz-linear-gradient(top,  #f3f3f5 0%, #d8d8da 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f5), color-stop(100%,#d8d8da)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f3f3f5 0%,#d8d8da 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f3f3f5 0%,#d8d8da 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f3f3f5 0%,#d8d8da 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f3f3f5 0%,#d8d8da 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f5', endColorstr='#d8d8da',GradientType=0 ); /* IE6-9 */
}

.input-field { margin-bottom: 1em; }
.ui-input-text {
	background-color: #fff;
    margin: 0;
    outline: 0 none;
    padding: 5px;
    font-size: 16px;
    height: 33px;
    line-height: 33px;
    margin: 0;
    border: 1px solid #BDBDBD;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;        
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    transition: border-color 0.2s ease 0s;
    -moz-transition: border-color 0.2s ease 0s;
    -webkit-transition: border-color 0.2s ease 0s;
    -o-transition: border-color 0.2s ease 0s;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
	
.ui-input-text:hover { border-color: #999999; }
.ui-input-text:focus { border-color: #777777; }

.ui-input-text[disabled] {
    /*-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;*/
}
.ui-input-text[disabled]:hover { border-color: #BDBDBD; }
.ui-input-text[disabled]:focus { border-color: #BDBDBD; }

.ui-input-text.large { height: 38px; height: 38px; font-size: 20px; }
	
.ui-box-shadow { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }
	
.ui-listview { margin: 0px 0; -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; text-align:left; }
.ui-listview, .ui-sublist { list-style: none; padding: 0; }
.ui-listview > li {
    display:block;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #BDD2F8;
    color: #333333;
    font-weight: bold;
    text-shadow: 0 1px 0 #FFFFFF;
}
.ui-listview > li:first-child { border-top: 1px solid #BDD2F8; border-top-left-radius: inherit; border-top-right-radius: inherit; }
.ui-listview > li:last-child { border-bottom: 1px solid #ccc; border-bottom-left-radius: inherit; border-bottom-right-radius: inherit; }
.ui-listview > li.open { }
.ui-listview > li.empty {
	background-color: #FAFAFA;
    border-left: 1px solid #EDEDED;
    border-right: 1px solid #EDEDED;
    text-align: center;
    height:90px;
}
.ui-listview > li.empty .emptytext {
	display:inline-block;
	vertical-align:middle;
	line-height:90px;
}
.empty-helper {
	display: inline-block;
    height: 100%;
    vertical-align: middle;
}
	
.ui-listview > li > .header {
    background-image: -moz-linear-gradient(top, #BDD2F8, #AAC6F2 50%, #A0BBED 51%, #A0BBED);
    background-image: -o-linear-gradient(top, #BDD2F8, #AAC6F2 50%, #A0BBED 51%, #A0BBED);
    background-image: -WebKit-gradient(linear, 0% 0%, 0% 100%, from(#BDD2F8), color-stop(50%, #AAC6F2), color-stop(51%, #A0BBED), to(#A0BBED));
    background-image: -ms-linear-gradient(#BDD2F8, #A0BBED);
    background-image: linear-gradient(top, #BDD2F8, #AAC6F2 50%, #A0BBED 51%, #A0BBED);    
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    display:block; 
    padding: 10px;
    white-space:nowrap;
    overflow:hidden;
}

.ui-listview > li > .header > a {
    font-size: 16px; 
    color:#333333;
    font-weight: bold;
    text-shadow: 0 1px 0 #ededed;
}

.ui-listview > li > .header.with-button {
    padding:6px 10px;
}

.ui-listview > li > .header.with-button > a {
    position:relative;
    top:2px;
}

.ui-sublist > li {
    position:relative;
    background: none repeat scroll 0 0 #F4F4F4;
    border-top: 1px solid #cccccc;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}
.ui-sublist > li.odd { background-color:#E5E5E5; }
.ui-sublist > li.even { background-color:#FFFFFF; }
.ui-sublist > li > a {
    display:block;
    font-size: 16px;
    padding: 15px 10px 15px 20px;
    border-top:1px solid #ffffff;
    color: #333333;
    cursor: pointer;
    text-shadow: 0 1px 0 #ededed;
}
.ui-sublist > li > div {
    display:block;
    font-size: 16px;
    padding: 15px 10px 15px 20px;
    border-top:1px solid #ffffff;
    color: #333333;
    cursor:default;
    text-shadow: 0 1px 0 #ededed;
}
/* http://www.easyicon.net/language.en/icondetail/535932/ */
.increase-icon { display:inline-block; background: url(/Themes/Base/Images/Icons/add-icon_16.png) no-repeat center transparent; height:16px; width:16px; vertical-align:middle; }
.decrease-icon { display:inline-block; background: url(/Themes/Base/Images/Icons/subtract-icon_16.png) no-repeat center transparent;  height:16px; width:16px; vertical-align:middle; }
.back-icon { display:inline-block; background: url(/Themes/Base/Images/Icons/back-icon_16.png) no-repeat center transparent; height:16px; width:16px; vertical-align:middle; }
.icon-toggle {
    background: url(/Themes/Base/Images/Icons/button_expand_collapse_pack_30x30_high.png) no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 30px;
    outline: 0 none;
    vertical-align: middle;
    width: 30px;
    position: absolute;
    margin-top: -14px;
    right: 10px;
    top: 50%;
}
.icon-toggle.active  
{
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.icon-toggle > .arrow {
    background: url(/Themes/Base/Images/Icons/expand_collapse_arrows_10x10_high.png) no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 10px;
    margin: 10px;
    outline: 0 none;
    width: 10px;
}
.player-flag {
    display:inline-block;
    margin-right:20px;
    line-height:20px;
}
.player-flag img {
    display:block;
}
    
.ui-dialog-overlay {
    display: block;
    opacity: 0.5;
    background: none repeat scroll 0 0 #000000;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}   
.ui-modal-fixed {
    display: table;
    position: fixed;
    top: 0; 
    left: 0;
    height: 100%;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    opacity: 1;
    z-index: 11000;
}
.ui-modal-alignment {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0;
}
.ui-dialog {
    display: block;
    width: 80%;
    max-width: 400px;
    opacity: 1;
    background: none repeat scroll 0 0 #FFFFFF;
    -moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
    border-radius: 5px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
    padding: 10px;
}
.ui-dialog-close {
    background: url("Images/Icons/modal_close_btn.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 30px;
    margin-right: -12px;
    margin-top: -12px;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}
.ui-dialog-close:hover { background-position: 0 -30px; }
.ui-dialog h4 { margin:5px 0px 10px 0px; }
.spinner {
    height:66px;
    width:66px;
    background:url(Images/Icons/ajax-loader.gif) no-repeat center center;
    margin:0 auto;
}
.spinner-inv {
    height: 66px;
    width: 66px;
    background: url(Images/Icons/gb-spinner.gif) no-repeat center center;
    margin: 0 auto;
}
.spinner-small-inv
{
    height: 20px;
    width: 20px;
    background: url(Images/Icons/159-inv.gif) no-repeat center center;
    margin: 0 auto;
}


/* ==========================================================================
   Accordion styles
   ========================================================================== */

.ui-accordion > .ui-accordion-panel
{
    display: block;
    margin-top: 3px;
}
.ui-accordion > .ui-accordion-panel:first-child 
{
    margin: 0;
}
.ui-accordion > .ui-accordion-panel > .ui-accordion-content 
{
    background-color: rgba(164, 175, 234, 0.1);
    border-left: 1px solid #BBB;
    border-right: 1px solid #BBB;
    border-bottom: 1px solid #BBB;
    text-shadow: 0 1px 0 #FFF;
}
.ui-accordion > .ui-accordion-panel > .ui-accordion-content.collapsed
{
    display: none;
}
.ui-accordion > .ui-accordion-panel > .ui-accordion-content .content
{
    padding: 10px 20px;
}
.ui-accordion > .ui-accordion-panel > .ui-accordion-header
{
    margin: 0;
    border-bottom: 1px solid #7FA0DB;
}
.ui-accordion > .ui-accordion-panel > .ui-accordion-header > .ui-accordion-header-toggle
{
    display: block;
    position:relative;
    background-image: -moz-linear-gradient(top, #BDD2F8, #AAC6F2 50%, #A0BBED 51%, #A0BBED);
    background-image: -o-linear-gradient(top, #BDD2F8, #AAC6F2 50%, #A0BBED 51%, #A0BBED);
    background-image: -WebKit-gradient(linear, 0% 0%, 0% 100%, from(#BDD2F8), color-stop(50%, #AAC6F2), color-stop(51%, #A0BBED), to(#A0BBED));
    background-image: linear-gradient(top, #BDD2F8, #AAC6F2 50%, #A0BBED 51%, #A0BBED);
    /*border-top: 1px solid rgba(255, 255, 255, 0.5);*/
    border-top: 1px solid #A0BBED;
    color: #333333;
    cursor: pointer;
    font-weight: bold;
    text-shadow: 0 1px 0 #FFFFFF;
}
.ui-accordion > .ui-accordion-panel > .ui-accordion-header > .ui-accordion-header-toggle > .toggle-inner 
{
    display: block;
    padding: 10px 20px;
}

.action-bar {}
.action-bar .spinner { display: none; width: 20px; height: 28px; line-height: 28px; }
.action-bar .spinner img { vertical-align: middle; }
.action-bar.loading .spinner { display: block; }
.action-bar .validation-message { line-height: 28px; font-size: 14px; color: RED; }

/* ==========================================================================
   Author's custom helpers
   ========================================================================== */

.hide            { display: none; }
.hidden          { visibility: hidden; }
.visible         { visibility: visible; }
.left            { float: left; }
.right           { float: right; }
.clear           { clear: both; }
.clearer         { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; }
.overflow-hidden { overflow: hidden; }
.middle          { margin-left: auto; margin-right: auto; }
.vertical-middle { vertical-align: middle; }
.vertical-top    { vertical-align: top; }
.center          { text-align: center; }
.align-left      { text-align: left; }
.align-right     { text-align: right; }
.pointer         { cursor: pointer; }
.push            { height: 10px; }
.smallpush       { height: 5px; }
.break           { height:0px; }
.block           { display: block; }
.break-word      { word-wrap: break-word; }
.Capitalize       { text-transform:capitalize; }
.fixL,
.fixLength { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis; -moz-binding: url('/Themes/mozillaEllipsis.xml#ellipsis'); }
.fullWidth { width:100%; } 

/* ==========================================================================
   Helper classes
   ========================================================================== */

/* Prevent callout */

.nocallout {
    -webkit-touch-callout: none;
}

.pressed {
    background-color: rgba(0, 0, 0, 0.7);
}

/* A hack for HTML5 contenteditable attribute on mobile */

textarea[contenteditable] {
    -webkit-appearance: none;
}

/* A workaround for S60 3.x and 5.0 devices which do not animated gif images if
   they have been set as display: none */

.gifhidden {
    position: absolute;
    left: -100%;
}

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0;
    direction: ltr;
    display: block;
    overflow: hidden;
    text-align: left;
    text-indent: -999em;
}

.ir br {
    display: none;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/**
 * Clearfix helper
 * Used to contain floats: h5bp.com/q
 */

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.cf {
    *zoom: 1;
}

.fix-length {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url('/Themes/mozillaEllipsis.xml#ellipsis');
}

.line-through {
    text-decoration: line-through;
}