/******************************
	COLOR REFERENCE
 
 background: 			#FFF
 
 default text: 			#444
 default link: 			#234
 default link hover: 	#678
 
 header link:			#222
 header link hover:		#666
 
 nav link & hover:		#FFF
 
 footer text:			#999
 footer link:			#999
 footer link hover:		#333
 
 modal background:		#A8CACB;
 modal mask background:	#000;
 modal text:			#234
 modal title:			#000
 modal border:			#EA3
 modal button text:		#FFF
 
 tooltip background: 	#000
 tooltip border:		#888
 tooltip text:			#CDE
 
 option box border top/left:	 #AAA
 option box border bottom/right: #000
 option background:				 #FFF
 option selected background:	 #FFF
 option hover background:		 #CCC 
 
 *******************************/
html, body, #wrapper, #nav { height: 100%; }
body > #wrapper { height: auto; min-height: 100%; }

/******************************
 * NATIVE DOM STYLE OVERRIDES
 ******************************/
.body {
	color: #444;
	margin: 0px;
	padding: 0px;
	font-family: helvetica,Arial,sans-serif;
}
a:link, a:visited, a:active, a:hover {
	color: #234;
	font-weight: bold;
	text-decoration: underline;
}
a:active, a:hover {
	color: #678;
}
img {
	border: none;	
}
input, input:-webkit-autofill {
	border: 1px solid #E0E0E0;
	padding-left: 20px;
	margin-bottom: 10px;
	width: 345px;
    min-height: 25px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	color: #444;
}
input[type=submit],input[type=button],input[type=checkbox] {
	width: auto;
}
select {
	width: 300px;
	height: 40px;
	min-height: 40px;
}
option {
	width: 100px;
	height: 20px;
	min-height: 40px;
}
textarea {
	width: 450px;
	height: 100px;
}

/******************************
 * Public forms (signup, forgot password, and so on)
 ******************************/
.publiccontentsboxTop {
	background: url("/static/images/background/bg-dropshadow-top.png");
	height: 41px;
    width: 789px;
  	margin-left: -30px;
  	margin-top: -31px;
}
.publiccontentsbox {
    width: 669px;
	background: url("/static/images/background/bg-dropshadow-mid.png");
	padding: 15px 60px 60px;
  	margin-left: -30px;
}
.publiccontentsboxBottom {
	background: url("/static/images/background/bg-dropshadow-bottom.png");
	height: 41px;
    width: 789px;
    margin-bottom: 70px;
  	margin-left: -30px;
}

.formTitle, .formTitle a {
	color: #3F6E94;
	font-family: 'ExpresswayCdSbRegular',Arial,sans-serif;
	text-decoration: none;
	font-weight: normal;
}
.formTitle {
	font-size: 1.75em;
	padding-bottom: 5px;
}

.formHR {
	color: #fff;
	border: 1px dotted #406F96; 
	border-style: none none dotted;
}
.formHRDiv {
	height: 1px;
	width: 100%;
	background: url("/static/images/signup/signup-hr.png");
	margin-top:10px;
	margin-bottom:5px;
}

.settingsFormVR {
	background-color: #E2E2E2;
	width: 1px;
	position: absolute;
	height:290px;
	left: 465px;
}

.formVR {
	background-color: #E2E2E2;
	width: 1px;
	position: absolute;
	height:400px;
	left: 395px;
}
.formTable td {
	/* padding-bottom: 10px; */
	vertical-align: middle;
}
.formFieldLabel {
	width: 150px;
	text-align: right;
	font-weight:bold;
	font-size: .9em;
	padding-right: 50px;
	height: 40px;
}
.formFieldError {
	color: #FF0000;
	font-size: .7em;
	padding-bottom: 3px;
}
.formErrors {
	color: #FF0000;
	font-size: .7em;
}
.formSuccessMessage {
	color: #9A2;
	font-size: 1.4em;
}
.formMessages{
	padding-top: 10px;
	padding-bottom: 10px;
}
.formSubmitButton {
	margin-left: 200px;
	margin-top: 5px;
	cursor: pointer;
}

.formUpdateButton, .formUpdateButtonHover {
	margin-left: 200px;
	margin-top: 5px;
	cursor: pointer;
	min-height: 32px;
	width: 153px;
}

.formUpdateButton {
	background-image: url('/static/images/forms/button-update.png');
}

.formUpdateButtonHover {
	background-image: url('/static/images/forms/button-update-hover.png');
}
.formField {
	margin: 3px 0px 7px 0px;
	background: url('/static/images/forms/text-field.png') no-repeat;
	min-height: 26px;
	line-height: 26px;
	min-height: 34px;
	line-height: 34px;
	display: inline-block;
	vertical-align: middle;
}
.formField input {
	margin: auto 0px;
	padding-left: 20px;
	height: 1.25em;
	border: none;
	width: 330px;
	background: transparent;
}
.formField input[type="checkbox"] {
	width: 20px;
}

/******************************
 * Fonts 
 ******************************/
.shadowFont, .headerFont {
	text-shadow: #000 1px 1px 0px;
}
.headerFont, .headerFontNoShadow {
	font-family: 'ExpresswayCdSbRegular',Arial,sans-serif;
}
.accentFont {
	font-family: 'Hoefler Text','Georgia',serif;
	text-shadow: #BDD 1px 1px 0px;
}

/******************************
 * Generics 
 ******************************/
.middle {
	vertical-align: middle;
}
.offScreen {
	position: absolute;
	top:-6000px;
}
.nowrapWhitespace {
	white-space: nowrap;
}
.pointer {
 	cursor: pointer;
}

/******************************
 * Main Page Layout Gymnastics - Various Wrapper Classes 
 *	[topGhost-height & header-height MUST be equal] 
 *	[ghost-height & footer-height MUST be equal    ]
 *	[beyond-bottom margin = footerHeight+footerBorder+footWrapPadding]
 *	[beyond-top margin = 
 ******************************/
.infinity, .beyond {
	position: relative;
	min-height: 174px;
	margin: 0px auto;
	text-align: center;
}
.infinity {
	background: url("/static/images/background/header-gradient.jpg");
	z-index: 1;
}
.beyond {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-top: -174px;
	margin-bottom: -28px;
	background: #FFF url("/static/images/background/bg-gradient.jpg") repeat-x left 174px;
}
.headWrap, .mainWrap {
	max-width: 1750px;
	text-align: center;
	margin: 0 auto;
}
.headWrap {
	background: url("/static/images/background/header-gradient.jpg");
}
.mainWrap {
	background: url("/static/images/background/bg-artwork.jpg") no-repeat center top;
	position: relative;
	min-height: 522px;
	z-index: 1;
 }
.footWrap {
	position: relative;
	padding: 0px 0px 1px 0px;
	background: url("/static/images/background/footer-gradient.png");
}
.ghost, .topGhost {
	min-height: 27px;	
	z-index: -10;
}
.ghost {
	min-height: 27px;	
}
.topGhost {
	min-height: 174px;
}

/* 
 * HEADER!
 */
.header {
	position: relative;
	width: 1005px;
	height: 174px;
	min-height: 174px;
	margin: 0px auto;
	text-align: left;
	background: url("/static/images/background/header-gradient.jpg");
}
.headerLogo {
	position: relative;
	display: inline-block;
	width: 266px;
}
.logoPadding {
	padding: 30px 0px 0px 0px;
}
.crepuscular {
	background: url("/static/images/background/bg-logo.jpg") no-repeat;
	position: absolute;
	left: -100px;
	width: 458px;
	height: 177px;
	min-height: 177px;
}
.login {
	margin-bottom: 30px;
	text-align: right;
	display: inline-block;
	font-size: .8em;
	width: 490px;
	vertical-align: middle;
}
.loginLeft {
	width: 90px;
}
.headerUsername {
	font-weight: bold;
	max-width: 330px;
}
.nounderline a {
	text-decoration: none;
}
#login a:link, #login a:visited, #login a:active, #login a:hover {
	color: #222;
	font-weight: normal;
}
#login a:active, #login a:hover {
	color: #666;
}
.loginPublic {
	position:relative;
	top: 10px;
	text-align: right;
	display: inline-block;
	font-size: .8em;
	width: 290px;
	padding-left: 200px;
	vertical-align: middle;
}
.loginField {
	margin: 0px;
	margin-bottom: 5px;
	background: url('/static/images/login/field-login.png') no-repeat !important;
	min-height: 26px !important;
	line-height: 26px;
}
.loginField input {
	width: 191px  !important;
	color: #444;
}
.loginButton {
	background: url('/static/images/login/button-login.png') no-repeat;
	width: 65px;
	min-height: 27px;
	display:inline-block;
	cursor: pointer;
}
.loginLabel {
	height:26px;
	line-height:26px;
	margin:0 0 5px;
	padding-right:5px;
}
.forgotPassword {
	display: inline-block;
	vertical-align: middle;
	text-decoration: underline;
	text-decoration: underline;
	font-size: .85em;
	margin: 0px 40px 20px 0px;
	width: 100px;
}
/*
 * MESSAGES!
 */
.msgWnd {
	position: absolute;
	top: 20px;
	display: none;
	z-index: 10000;
	border-spacing: 0px;
}
.msgVoid {
	width: 240px;
	display: inline-block;
}
.msgBox {
	vertical-align: top;
}
.msgText {
	line-height: 18px;
	vertical-align: top;
	padding-left: 5px;
	max-width:380px;
	display: inline-block;
}
.msgBoxTop, .msgBoxBottom {
	width: 426px;
	height: 6px;
	display: block;
	background: url("/static/images/messages/bg-message-top.png");
}
.msgBoxBottom {
	background: url("/static/images/messages/bg-message-bottom.png");
	height:8px;
	margin-top:-3px;
	margin-bottom: 3px;
}
.msgMain {
	padding-left: 3px;
	width: 423px;
	min-height: 18px;
	background: url("/static/images/messages/bg-message-mid.png");
	display: inline-block;
	font-size: .85em;
}
.msgList {
	width: 340px;
	overflow: hidden;
	padding-left: 15px;
	margin-left: 40px;
	vertical-align: top;
	display: inline-block;
	z-index: 1;
}
.message {
}
.msgClose {
	line-height: 20px;
	left: 409px;
	position: absolute;
	cursor: pointer;
}
.msgGear {
	position: absolute;
	float: left;
}

/*
 * LEFT NAV!
 */
.nav {
	position: static;
	width: 251px;	
	min-height: 100%;
	font-size: 1.5em;
	z-index: 1000;
}
.navPad {
	padding: 0px 0px 0px 80px;
	vertical-align: middle;
}
.navDashboard, .navDashboardOn, .navDashboardHover,
.navMonitor, .navMonitorOn, .navMonitorHover,
.navStart, .navStartOn, .navStartHover {
	cursor: pointer;
	margin-bottom: 10px;
	width: 251px;
	height: 54px;
	min-height: 54px;
	line-height: 54px;
	color: #FFF;
	vertical-align: middle;
}
.navDashboard {
	background: url("/static/images/navigation/nav-dashboard.png");
}
.navDashboardOn {
	background: url("/static/images/navigation/nav-dashboard-on.png");
}
.navDashboardHover {
	background: url("/static/images/navigation/nav-dashboard-hover.png");
}
.navMonitor {
	background: url("/static/images/navigation/nav-monitor.png");
}
.navMonitorOn {
	background: url("/static/images/navigation/nav-monitor-on.png");
}
.navMonitorHover {
	background: url("/static/images/navigation/nav-monitor-hover.png");
}
.navStart {
	background: url("/static/images/navigation/nav-launch.png");
}
.navStartOn {
	background: url("/static/images/navigation/nav-launch-on.png");
}
.navStartHover {
	background: url("/static/images/navigation/nav-launch-hover.png");
}

/*
 * MAIN CONTENT!
 */
.main, .mainPublic {
	margin: 0px auto;
	position: relative;
	top: -90px;
	width: 1000px;
	text-align: left;
	overflow: visible;
}
.mainPublic {
	overflow: visible;
	top: 0px;
}
.content, .contentPublic {
	/* Content Left Margin = [space between nav and Content] + navMargin+navWidth+navBorder+navPadding */
	margin: 0px 0px 10px 17px;
	min-height: 100%;
	width: 733px;
	overflow: visible;
}
.contentPublic {
	margin: 0px auto;
	width: 1000px;
}
.signUp {
	position: relative;
	top: -50px;
}

.contentPublic {
	width: 100%;
}

/******************************
 * FOOTER!
 ******************************/
.footer {
	background: url("/static/images/background/footer-gradient.png");
	clear: both;
	width: 1000px;
	min-height: 27px;
	height: 27px;
	line-height: 27px;
	margin: 0px auto;
	vertical-align: bottom;
	font-size: .75em;
	color: #999;
}
.copyright, .footerLinks {
	width: 495px;
	text-align: left;
	display: inline-block;
}
.footerLinks {
	text-align: right;
}
#footer a:link, #footer a:visited, #footer a:active, #footer a:hover {
	color: #999;
	text-decoration: none;
	font-weight: normal;
}
#footer a:active, #footer a:hover {
	color: #333;
}


/******************************
 * MODALS!
 ******************************/
.mask, .modalMask {
	/*position: fixed;*/
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	z-index: 8001;
}
.modalMask {
	background-image: url('/static/images/background/bg-mask.png');
}
.ccModalDialog {
	float: left;
	position: fixed;
	top: 80px;
	left: 575px;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	z-index: -1;
	padding: 30px;
	color: #234;
}
.modalClose {
	float: right;
	position: relative;
	cursor: pointer;
	top: 0px;
	left: 0px;
	z-index: 1;
}
.modalTitle { 
	font-weight: bold;
	color: #000;
	text-align: center;
	margin-bottom: 20px;
	text-decoration: underline;
}
.modalText {
	min-height: 100px;
}
.modalConfirm, .modalDeny {
	cursor: pointer;
	font-weight: bold;
	color: #FFF;
}
.modalButtonLeft, .modalButtonMid, .modalButtonRight, 
.modalButtonLeftHover, .modalButtonMidHover, .modalButtonRightHover {
	vertical-align: top;
	min-height: 31px;
	max-height: 31px;
	line-height: 2.5em;
	/*display: inline-block;*/
}
.modalButtonLeft, .modalButtonLeftHover {
	background: url("/static/images/modal/button-left.png") no-repeat;
	width: 8px;
}
.modalButtonLeftHover {
	background: url("/static/images/modal/button-left-hover.png");
}
.modalButtonMid, .modalButtonMidHover {
	background: url("/static/images/modal/button-mid.png") repeat-x;
	padding-right: 3px;
}
.modalButtonMidHover {
	background: url("/static/images/modal/button-mid-hover.png");
}
.modalButtonRight, .modalButtonRightHover {
	background: url("/static/images/modal/button-right.png") no-repeat;
	width: 9px;
}
.modalButtonRightHover {
	background: url("/static/images/modal/button-right-hover.png");
}
.modalTopLeft, .modalTopRight, .modalBottomLeft, .modalBottomRight {
	width: 27px;
	min-height: 27px;
	background-repeat: no-repeat;
	display: inline-block;
}
.modalTopLeft {
	background: url('/static/images/modal/bg-top-left.png');
}
.modalTopRight {
	background: url('/static/images/modal/bg-top-right.png');
	position: relative;
}
.modalBottomLeft {
	background: url('/static/images/modal/bg-bottom-left.png');
}
.modalBottomRight {
	background: url('/static/images/modal/bg-bottom-right.png');
}
.modalMiddleLeft, .modalMiddleRight {
	width: 27px;
	background-repeat: repeat-y;
}
.modalMiddleLeft {
	background: url('/static/images/modal/bg-mid-left.png');
}
.modalMiddleRight {
	background: url('/static/images/modal/bg-mid-right.png');
} 
.modalTopCenter, .modalBottomCenter {
	min-height: 27px;
	background-repeat: repeat-x;
}
.modalTopCenter {
	background: url('/static/images/modal/bg-top-center.png');
} 
.modalBottomCenter {
	background: url('/static/images/modal/bg-bottom-center.png');
} 
.modalMiddleCenter {
	width: 400px;
	min-height: 20px;
	background: url('/static/images/modal/bg-mid-center.png');
}

/******************************
 * ICONS!
 *****************************/
.icon, .iconHover {
	vertical-align: middle;
	display: inline-block;	
}

/******************************
 * TOOL TIPS!
 *****************************/
 /* tip-title and tip-text are automatically used by mootools */
.toolTips {
    border: 3px solid #AC6126;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
	background: #FFF;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 5px;
	padding-bottom: 4px;
	font-size: 0.7em;
	font-style:italic;
	z-index: 8000;
	overflow: hidden;
}


/******************************
 * Custom Dropdowns 
 ******************************/
.ccSelect {
	position: relative;
	width: 350px;
	overflow: visible;
	-webkit-padding-start: 0px;
	list-style-type: none;
	height: 34px;
	display: inline-block;
	vertical-align: middle;
	margin: 3px 0px 10px 0px;
}
.ccSelectOpened, .ccSelectOptionGroup {
	z-index: 9001;
}
.ccSelectOptionWrap {
	position: absolute;
}
.ccSelectOptionGroup {
	position: relative;
	margin-left: 6px;
	padding: -5px 0px;
	border: 1px solid #AAA;
	background: #FFF;
	width: 335px;
	max-height: 240px;
	overflow-y: auto;
}
.ccSelectOption, .ccSelectOptionHover, .ccSelectOptionSelected, .ccSelectOptionSelectedHover {
	text-align: left;
	vertical-align: middle;
	padding: 5px 0px 0px 20px;
	min-height: 20px;
	font-size: .75em;
	line-height: 20px;
}
.ccSelectLabel {
	overflow: hidden;
	white-space: nowrap;
}
.ccSelectOptionSelected, .ccSelectOptionSelectedHover {
	background: #FFF url("/static/images/forms/dropdown-checkmark.png") no-repeat 5px 5px;;
}
.ccSelectOptionHover, .ccSelectOptionSelectedHover {
	background-color: #C4D0CF;
}
.ccSelectLabel, .ccSelectLabelEmpty {
	background: url("/static/images/forms/dropdown-mid.png") repeat-x;
	width: 296px;
	display: inline-block;
	min-height: 34px;
	line-height: 34px;
	font-size: .75em;
	vertical-align: top;
}
.ccSelectLabelEmpty {
	font-style:italic;	
}
.ccSelectLabelLeft, .ccSelectLabelRight {
	background: url("/static/images/forms/dropdown-left.png");
	width: 27px;
	display: inline-block;
	height: 34px;
}
.ccSelectLabelRight {
	background: url("/static/images/forms/dropdown-right.png");
}

/******************************
 * Calendar whatnots.
 ******************************/
.calendarCreator { 
}

.ccCalendar {
	background-color: #FFF;
	text-align: center;
	font-size: .9em;
	border: 1px solid #545454;
	border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    padding-bottom: 5px;
}

.calendarSlideWrapper {
	position: absolute;
	z-index: 9009;
	width: 200px;
	right: 5px;
}

.calendar {
	width: 100%;
	text-align: left;
	padding-left: 7px;
	padding-right: 7px;
}
.calendarButton {
	display: inline-block;
	margin: 10px 5px 10px 5px;
	width: 50px;
	cursor: pointer;
}
.calendarButtonDisabled {
	color: #858585;
}
.calendarNav {
	text-align: center;
	width: 183px;
}
.calendarNavButton {
	font-size: .8em;
	cursor: pointer;
}
.calendarHeader {
	padding: 0px 5px 0px 5px;
}
.calendarBox {
	margin: auto;
	border: 1px solid #545454;
	font-size: .7em;
	width: 150px;
	line-height: 13px;
	margin: 2px;
	cursor: pointer;
	display: inline-block;
	width: 55px;
	text-align: center;
}
.calendarDayBox {
	width: 20px;
}
.todayCalendarBox {
	color: #4B6D90;
	font-weight:bold;
}
.disabledCalendarBox {
	color: #858585;
}
.otherMonthCalendarBox {
	background-color: #d5d5d5;
}
.selectedCalendarBox {
	border-color: #E86505;
}
.semiSelectedCalendarBox {
	border-color: #FC951D;
}

/******************************
 * Grid widgets and all the magic they hold.
 ******************************/
 
.gridWidget {
	width: 100%
}

.gridWidgetSpan {
	display: inline-block;
	width: 30%;	
}

.addRowHelpText {
	font-weight:bold;
	font-style:italic;
	color: #656565;
	font-size: 0.75em;
	vertical-align: middle;
}

.addRowButton {
	vertical-align: middle;
}

.gridRow, .gridHeader {
	margin-bottom: 3px;
	padding: 5px 0px 5px 5px;
	vertical-align: middle;
}

.gridHeader {
	background: #F1F8F6;
	font-weight: bold;
}

.gridRow0 {
	background: #C4D0CF;
}

.gridRow1 {
	background: #E1E8E6;
}


.gridWidgetSpan {
	vertical-align: middle;
	display: inline-block;
	width: 44%;	
}

.gridWidgetRemoveSpan {
	vertical-align: middle;
	display: inline-block;
	width: 20px;
	padding-left: 5px;	
	height: 20px;
}

.divider {
	background: #C9CCCB;
	height: 1px;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}
 
 /******************************
 * Ajax Spinner
 ******************************/
.ajaxSpinner {
	position: absolute;
	background-image: url('/static/images/background/semi-transparent.png');
	z-index: 8670;
}

.ajaxGif {
	margin: 10px 59px 8px;
}

.ajaxText {
	margin-left: 46px;
}

.ajaxSolidPart {
	background-color:#FFFFFF;
	border:1px solid #000000;
	height:80px;
	left:50%;
	margin-left:-75px;
	margin-top:-40px;
	position:absolute;
	top:50%;
	width:150px;
}

 /******************************
 * Popup Edit Box
 ******************************/

.editBox {
	height:35px;
	vertical-align:middle;
	min-width:395px;
	display: inline-block;
	z-index: 9001;
	position: relative;
}
.editBoxIcon, .editBoxOKIcon {
	cursor: pointer;
	vertical-align:middle;
	z-index: 9001;
}
.editBoxOKIcon {
	margin-left: 7px;
	width: 21px;
	height: 19px;
	background-image: url('/static/images/settings/icon-greencheck.png');
}

.cancelIcon, .cancelIconHover {
	vertical-align:middle;
	margin-left: -17px;
	margin-top: -10px;
	height: 14px;
	width: 14px;
	z-index: 9001;
}
.cancelIcon {
	background-image: url('/static/images/shared/small-cancel.png');
}
.cancelIconHover {
	background-image: url('/static/images/shared/small-cancel-hover.png');
}

.editBoxField {
	margin: 0px;
}
.textFieldInstructions {
	color: #BBB;
}
.shortFormField {
	margin: 3px 0px 0px 0px;
	background: url('/static/images/forms/text-field-mid.png');
	min-height: 26px;
	line-height: 26px;
	min-height: 30px;
	line-height: 30px;
	display: inline-block;
	vertical-align: middle;
}
.shortFormField input {
	margin: auto 0px;
	height: 1.25em;
	border: none;
	background: transparent;
	padding-left: 0px;
}
.shortFormRight, .shortFormLeft {
	display:inline-block;
	height:30px;
	margin-top:3px;
	vertical-align:top;
	width:19px;
}
.shortFormRight {
	background: url('/static/images/forms/text-field-right.png') no-repeat;
}	
.shortFormLeft {
	background: url('/static/images/forms/text-field-left.png') no-repeat;
}	

/******************************************
 * Tabs
 ******************************************/

.tabGroup {
	padding-left: 10px;
	padding-top: 1px;
	cursor: default;
	display: inline-block;
	vertical-align: top;
}


.tabHeaderFont {
	text-shadow: #000 1px 1px 0px;
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 17px !important;	
}

.headerLeft, .headerMid, .headerRight {
	vertical-align: top;
	min-height: 50px;
	display: inline-block;
}
.headerLeft {
	background: url("/static/images/index/gradient-header-left.png") no-repeat;
	width: 2px
}
.headerMid {
	text-align: center;
	background: url("/static/images/index/gradient-header-mid.png") repeat-x;
	width: 971px;
}
.headerRight {
	background: url("/static/images/index/gradient-header-right.png") no-repeat;
	width: 2px;
}

.tab, .tabSelected {
	min-height: 57px;
	width: 175px;
	display: inline-block;
	line-height: 50px;
	color: #FFF;
	font-size: 1.2em;
}
.tab {
	background: url("/static/images/index/bg-tab.png") no-repeat;
	cursor: pointer;
}
.tabSelected {
	background: url("/static/images/index/bg-tab-selected.png") no-repeat;
	cursor: default;
}

/******************************
* Feedback Form
******************************/
.feedbackSpawnPoint {
	cursor: pointer;
}
.feedbackForm {
    border: 3px solid #AC6126;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
	background: #FFF;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 5px;
	padding-bottom: 4px;
	z-index: 8000;
	overflow: hidden;
	display: none;
	position: absolute;
	margin-bottom: 10px;
}
.feedbackSubmit {
	width: 21px;
	height: 19px;
	background-image: url('/static/images/settings/icon-greencheck.png');
	cursor: pointer;
	display:inline-block;
	vertical-align: top;
}
.feedbackCancel {
	margin-left: 407px;
	width: 20px;
	height: 21px;
	background-image: url('/static/images/shared/icon-cancel-hover.png');
	cursor: pointer;
	display:inline-block;
}
.feedbackTitle {
	margin-bottom: 3px;
}
.feedbackButtons {
	margin-top: 5px;
}

.tutorial {
	background-color:#FFFFFF;
	border:1px solid #406F96;
	margin: 10px;
	padding:10px;
}
.activityLog {
	padding-top: 20px;
}
.hidden {
	display: none;
}
.italic {
	font-style:italic;
}

.subHeader {
	color: #3F6E94;
	margin-top: 15px;
	font-size: 1.3em;
	font-weight: bold;
}

/******************************
* Styled Checkboxes.
******************************/
.styledCheckBox {
	display: inline-block;
	vertical-align: middle;
}
.checkboxUnchecked, .checkboxDisabledUnchecked {
	background-image: url('/static/images/forms/unchecked.png');
	height:16px;
	margin:3px 4px 6px 1px;
	width:16px;
}
.checkboxChecked, .checkboxDisabledChecked {
	background-image: url('/static/images/forms/checked.png');
	height: 20px;
	width: 20px;
	margin: 0px 0px 5px 1px;
}
.checkboxDisabledUnchecked {
	background-image: url('/static/images/forms/unchecked-disabled.png');
}
.checkboxDisabledChecked {
	background-image: url('/static/images/forms/checked-disabled.png');
}
.checkboxSelectedUnchecked {
	background-image: url('/static/images/forms/unchecked-selected.png');
	height:18px;
	margin:2px 3px 5px 0px;
	width:18px;
}
.checkboxSelectedChecked {
	background-image: url('/static/images/forms/checked-selected.png');
	height: 20px;
	width: 21px;
	margin-bottom: 5px;
}
.greenDownloadButton {
	height: 59px;
	width: 229px;
	background-image: url('/static/images/shared/download.png');
	display: inline-block;
}
.agentDownloadButton {
	margin-left:220px;
	margin-top:30px;
}
p {
	text-indent: 20pt;
	line-height: 20px;
	margin-top: 10px;
}
