/* global */
    #scrollbarcalculator { visibility: hidden; position: absolute; left: 0px; right: 0px; }
    #scrollbarcalculator > div { overflow-y: scroll; }
	html { height: 100%; overflow:hidden; }
	body { height:100%; overflow-x:hidden; color: #333333; font-weight: normal; font-size: 12px; font-family: 'Open Sans', 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif; line-height: 1.25; }
    #mainForm { height:100%; overflow:hidden; }
	input, button, select, textarea, option { font: inherit; }
	optgroup option { font-weight: normal; }
    .bold { font-weight: bold; }
	h1 { font-size: 30px; line-height: 32px; font-weight: bold; }
	h2 { font-size: 22px; 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;*/
    }
    .infoIcon { height:24px; width:24px; background:url(/Themes/Base/Images/icons/info_button_24.png) no-repeat center center; }
/* jquery-ui.css */
	.ui-widget { font-family: 'Open Sans', 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif; font-size: 1em; }
	.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Arial, Verdana, sans-serif; }
	.ui-corner-all,
	.ui-corner-top,
	.ui-corner-left,
	.ui-corner-tl { -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; -khtml-border-top-left-radius: 3px; border-top-left-radius: 3px; }
	.ui-corner-all,
	.ui-corner-top,
	.ui-corner-right,
	.ui-corner-tr { -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; -khtml-border-top-right-radius: 3px; border-top-right-radius: 3px; }
	.ui-corner-all,
	.ui-corner-bottom,
	.ui-corner-left,
	.ui-corner-bl { -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; -khtml-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; }
	.ui-corner-all,
	.ui-corner-bottom,
	.ui-corner-right,
	.ui-corner-br { -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; -khtml-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; }

/* helpers */
    .red             { color: #db161d; }
    .border-box      { -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }
	.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; }
    .clearfix        { zoom: 1; }
    .clearfix:before, 
    .clearfix:after  { content: " "; display: table; }
    .BFC,
    .bfc             { overflow: auto; }
    .clearfix:after  { clear: both; }
	.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-2,
    .largepush       { height:20px; }
	.push            { height: 10px; }
	.smallpush       { height: 5px; }
	.break           { height:0px; }
	.block           { display: block; }
	.break-word      { word-wrap: break-word; }
    .uppercase       { text-transform: uppercase; }
    .Capitalize      { text-transform:capitalize; }
    .relative        { position:relative; }
	.fixL,
	.fixLength { white-space: nowrap; width: 100%; overflow: hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis; -moz-binding: url('/Themes/mozillaEllipsis.xml#ellipsis'); }
  .clearfix:before,
  .clearfix:after { display: table; content: " "; }
  .clearfix:after { clear: both; }
/* master */
	#container { position: relative; width: 100%; height: 100%; overflow-y: scroll; }
    body.overlayered #container { overflow-y:hidden; }	
	#outerbar { background: url(Images/Backgrounds/bg.gif) repeat-x; height: 50px; }
	#wrap { width: 960px; min-height: 100%; height: auto !important; height: 100%; text-align: left; margin: -50px auto 0 auto; padding:0px 4px; }
	#footer { position: relative; margin-top: -60px; height: 59px; border-top: 1px solid #e0e0e0; clear: both; background: #f1f1f1; }
	#footer > div { overflow: hidden; width: 940px; margin: 10px auto; font-size: 11px; }

	#header { visibility:hidden; height: 64px; background: url(Images/Backgrounds/header-bg.gif) repeat-x; overflow: hidden; margin-bottom: 4px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); position: relative; }
	#logo-gb { display: block; width: 231px; height: 64px; background: url(Images/Icons/gb_tour_logo.png) no-repeat 8px 7px; float: left; }
	#logo-git { display: block; width: 201px; height: 64px; background: url(Images/Icons/git_tour_logo.png) no-repeat 8px 7px; float: left; }
	#header-separator { display: block; width: 2px; height: 64px; background: url(Images/Backgrounds/header_separator_blue.png); float: left;}
	#header-info { margin-top: 15px; margin-left:10px; color: #ffffff; float: left; }
	#header-info-club { font-size: 16px; text-transform: uppercase; }
	#header-info-member { font-size: 12px; }
	#header-function { 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-mail { background: url(Images/Icons/header-function-mail.png) no-repeat 0 0; }
    #header-function-support { background: url(Images/Icons/header_icon_supportl.png) no-repeat 0 0; }
	#header-function-setting { background: url(Images/Icons/header-function-setting.png) no-repeat 0 0; }
    #header-function-setting[disabled] { background-image: url(Images/Icons/header-function-setting-disabled.png); pointer-events: none; opacity: 0.6; }
	#header-function-help { background: url(Images/Icons/header-function-help.png) no-repeat 0 3px; }
    #header-function-logout { background: url(Images/Icons/header-function-logout.png) no-repeat 12px 12px; }
    #header-function-trialBadge {background: url(Images/Icons/trial_badge.png); height: 64px; width: 100px; position: absolute; right: 140px; top: 0; bottom: 0;}
    #header-function-trialBadge > div {position: relative; width: 100%; height: 100%;}
    #header-function-trialBadge > div #header-function-trialBadge-text {color: #FFFFFF; text-align: center; position: absolute; bottom: 15px; left: 0; right: 0; font-size: 9px; font-weight: 700;}
    
	#content { padding-bottom: 60px; background: #ffffff; }
	#content-faketop { position: relative; margin-top: -5px; height: 10px; z-index: -1; background: #f1f1f1; border-left: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; display: none; }
	#content-top { background: #f1f1f1; border-left: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -moz-border-radius-topleft: 0; -webkit-border-top-left-radius: 0; border-top-left-radius: 0; -moz-border-radius-topright: 0; -webkit-border-top-right-radius: 0; border-top-right-radius: 0; }
	#content .paragraph { padding: 5px 10px; }

/* custom fieldset */
	.fieldset { border: solid 1px #ADADAD; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; position: relative; padding: 10px; margin-top: 0.75em; font-size: small; font-weight: bold; }
	.fieldset .legend { display: inline; background-color: White; position: absolute; top: -0.75em; padding: 0 10px; }
	.fieldset .inner { padding: 20px 10px 10px 10px; font-size: small; font-weight: normal; position: relative; }
	.fieldset .inner.noverticalpadding{ padding:5px 10px;}
	.fieldset .inner .editWrap { position: absolute; top: -10px; right: -10px; text-align: right; margin: 5px; }
	.fieldset .inner .resetWrap { position: absolute; top: -10px; right: -10px; text-align: right; margin: 5px; }

	.topspacer { padding-top: 10px; }

	.decisionsWrapper { padding: 20px; }
	.decisionsWrapper tr td { vertical-align: top; }
	.decisionsWrapper tr td.spacerleft { padding-left: 10px; }
	.decisionsWrapper tr td.spacerright { padding-right: 10px; }
	.decisionsWrapper tr td.spacertop { padding-top: 10px; }
	.decisionsWrapper tr td.spacerbottom { padding-bottom: 10px; }

	.legend {padding: 5px 0; font-size: 13px; font-weight: 600; }
