﻿/* Reset */
*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
p:not(:first-child) { margin-top: 1em; }

/* Layout */
.center-m { margin-left: auto; margin-right: auto; }
ul.showAsList, ol.showAsList { margin-left: 20px; }
.showAsList li { margin-top: 2px; }

/* Tables */
table { border-collapse: collapse; border-spacing: 0; }
td, th { padding: 5px; }
th { text-align: left; }

table.tblAlignCenter td, table.tblAlignCenter th { text-align: center; }
table.tblAlignMid td, table.tblAlignMid th { vertical-align: middle; }
table.tblAlignRight td, table.tblAlignRight th { text-align: right; }
table.tblAlignTop td, table.tblAlignTop th { vertical-align: top; }
tr.trAlignTop td, tr.trAlignTop th { vertical-align: top; }

table.tblIcon12 img, table.tblIcon12 input[type=image] { width: 12px; height: 12px; }
table.tblIcon16 img, table.tblIcon16 input[type=image] { width: 16px; height: 16px; vertical-align: middle; }

table.tblPad0 td, table.tblPad0 th { padding: 0; }
table.tblPad2 td, table.tblPad2 th { padding: 2px; }
table.tblPad3 td, table.tblPad3 th { padding: 3px; }
table.tblPad4 td, table.tblPad4 th { padding: 4px; }

table.tblLeft1 td:nth-child(1), table.tblLeft1 th:nth-child(1), table.tblLeft2 td:nth-child(2), table.tblLeft2 th:nth-child(2), table.tblLeft3 td:nth-child(3), table.tblLeft3 th:nth-child(3), table.tblLeft4 td:nth-child(4), table.tblLeft4 th:nth-child(4), table.tblLeft5 td:nth-child(5), table.tblLeft5 th:nth-child(5) { text-align: left; }
table.tblCenter1 td:nth-child(1), table.tblCenter1 th:nth-child(1), table.tblCenter2 td:nth-child(2), table.tblCenter2 th:nth-child(2), table.tblCenter3 td:nth-child(3), table.tblCenter3 th:nth-child(3), table.tblCenter4 td:nth-child(4), table.tblCenter4 th:nth-child(4), table.tblCenter5 td:nth-child(5), table.tblCenter5 th:nth-child(5), table.tblCenter6 td:nth-child(6), table.tblCenter6 th:nth-child(6), table.tblCenter7 td:nth-child(7), table.tblCenter7 th:nth-child(7), table.tblCenter8 td:nth-child(8), table.tblCenter8 th:nth-child(8) { text-align: center; }
table.tblRight1 td:nth-child(1), table.tblRight1 th:nth-child(1), table.tblRight2 td:nth-child(2), table.tblRight2 th:nth-child(2), table.tblRight3 td:nth-child(3), table.tblRight3 th:nth-child(3), table.tblRight4 td:nth-child(4), table.tblRight4 th:nth-child(4), table.tblRight5 td:nth-child(5), table.tblRight5 th:nth-child(5), table.tblRight6 td:nth-child(6), table.tblRight6 th:nth-child(6), table.tblRight7 td:nth-child(7), table.tblRight7 th:nth-child(7), table.tblRight8 td:nth-child(8), table.tblRight8 th:nth-child(8), table.tblRight9 td:nth-child(9), table.tblRight9 th:nth-child(9), table.tblRight10 td:nth-child(10), table.tblRight10 th:nth-child(10) { text-align: right; }

table.tblRuleHoriz > tr:not(:first-child), table.tblRuleHoriz > thead > tr:not(:first-child), table.tblRuleHoriz > tbody > tr:not(:first-child), table.tblRuleHoriz > tfoot > tr:not(:first-child) { border-top-width: 1px; border-top-style: solid; border-color: #BBBBBB; }
table.tblRuleHoriz > tr:not(:last-child), table.tblRuleHoriz > thead > tr:not(:last-child), table.tblRuleHoriz > tbody > tr:not(:last-child), table.tblRuleHoriz > tfoot > tr:not(:last-child) { border-bottom-width: 1px; border-bottom-style: solid; border-color: #BBBBBB; }
table.tblRuleVert > tr > td:not(:first-child), table.tblRuleVert > tr > th:not(:first-child), table.tblRuleVert > thead > tr > td:not(:first-child), table.tblRuleVert > thead > tr > th:not(:first-child), table.tblRuleVert > tbody > tr > td:not(:first-child), table.tblRuleVert > tbody > tr > th:not(:first-child), table.tblRuleVert > tfoot > tr > td:not(:first-child), table.tblRuleVert > tfoot > tr > th:not(:first-child) { border-left-width: 1px; border-left-style: solid; border-color: #BBBBBB; }
table.tblRuleVert > tr > td:not(:last-child), table.tblRuleVert > tr > th:not(:last-child), table.tblRuleVert > thead > tr > td:not(:last-child), table.tblRuleVert > thead > tr > th:not(:last-child), table.tblRuleVert > tbody > tr > td:not(:last-child), table.tblRuleVert > tbody > tr > th:not(:last-child), table.tblRuleVert > tfoot > tr > td:not(:last-child), table.tblRuleVert > tfoot > tr > th:not(:last-child) { border-right-width: 1px; border-right-style: solid; border-color: #BBBBBB; }

@media screen {
	
	body { background-color: white; font-family: Trebuchet MS, Helvetica, Sans-Serif; font-size: small; }
	a { color: #004da5; text-decoration: none; }
	
	.sectionHeader a { color: white; }
	.sectionHeaderHighlighted a { color: white; }
	.lpGroupLabel a { color: white; }

	#headerWrapper a { color: black; }
	#copyrightWrapper a { color: black; }
	#pageWrapper { width: 960px; margin: 0 auto; border: solid 1px black; }
	#copyrightWrapper { width: 960px; margin: 0 auto; font-size: small; text-align: center; padding-top: 5px; color: black; }
	#headerWrapper { height: 30px; vertical-align: top; background-color: white; padding: 5px; color: black; }
	#contentWrapper { padding: 5px; background-color: white; }
	
	.twoToneBox { background-color: #9cbdec; border: solid 1px #004da5; border-radius: 5px; background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#9cbdec)); background: -moz-linear-gradient(top,  #FFFFFF,  #9cbdec); background: linear-gradient(to bottom, #ffffff, #9cbdec); }
	
    .module { width: 725px; margin: 0 auto 5px auto; }
    .module ul { margin: 15px 0 0 0; list-style: none; }
	.module ul > li:not(.groupHeader) { display: inline; float: left; margin-left: 15px; width: 125px; text-align: center; margin-bottom: 15px; height: 90px; }
    .module ul > li.groupHeader { display: inline; float: left; width: 100%; margin-bottom: 15px; padding-left: 5px; }
    .module ul > li.groupHeader > div { border-bottom: 1px solid black; font-size: 100%; font-weight: bold; }
	.module img { height: 48px; width: 48px; border: 0; margin-bottom: 5px; }

    ul.seatlist { list-style: none; }
	.seatlist li { display: inline; float: left; margin-left: 3px; width: 20px; text-align: center; margin-bottom: 5px; height: 20px; line-height: 18px; font-size: 9pt; }
	.liUniformItem { display: block; float: left; width: 450px; padding: 5px; margin: 0 0 5px 0; }
	.liUniformItem select { font-size: 9pt; }
	
	.divOutlinedBox { padding: 5px; background-color: #9cbdec; border: 1px solid black; }
	#divTooltip { display: none; position: absolute; padding: 5px; border: 1px solid black; border-radius: 5px; background-color: white; font-size: 8pt; z-index: 9999; }
	
	.tblHoverHighlight tr:not(:first-child):not(.noHoverHighlight):not(.good):not(.bad):hover { background-color: #D8DCFF; }
	
	fieldset { padding: 5px; border: 1px solid black; border-radius: 5px; background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#9cbdec)); background: -moz-linear-gradient(top,  #FFFFFF,  #9cbdec); background: linear-gradient(to bottom, #ffffff, #9cbdec); }
	input.tcSquare { width: 75px; height: 75px; border: 1px solid black; font-size: 20pt; color: white; background-color: #004da5; }
	input.tcRect { width: 160px; height: 75px; border: 1px solid black; font-size: 20pt; color: white; background-color: #004da5; }
	input.hideEdges { border: 0; margin: 0; padding: 5px; font-size: 9pt; background-color: transparent; }
    input.hideEdgesEdit { border: 1px solid black; margin: 0; padding: 4px; background-color: #D8DCFF; font-size: 9pt; }
    a.level2 { font-weight: normal; }
    .allowhtml { border: solid 1px; background-color: #FFFDD0; padding: 2px; }
    
    #divAvailContainer { overflow: auto; width: 950px; height: 690px; }
    #divAvailBlocks { overflow: auto; height: 480px; }
    
    .printonly { display: none; }
}

@media print {
	
	body { background-color: white; color: black; font-family: Trebuchet MS, Helvetica, Sans-Serif; }
	a { color: black; text-decoration: underline; }
	#headerWrapper { display: none; }
	#copyrightWrapper { text-align: center; font-size: 8px; margin-top: 10px; }
	#divTooltip { display: none; }
	.availabilityBlock th { font-size: 8pt; }
	
	.noprint { display: none; }
}

.good { background-color: #90EE90; }
.neutral { background-color: white; }
.bad { background-color: #FF3333; color: white; }
.bad a { color: white; }
.hide { display: none; }

.dayPreEvent { color: black; background-color: #FFFF70; }
.dayPostEvent { color: black; background-color: #FFFF70; }

.seatAcc { color: black; background-color: #5CB3FF; border: 1px solid black; }
.seatCur { color: black; background-color: #EEE8AA; border: 1px solid black; }
.seatNon { border: 1px solid #DDDDDD; }
.seatOpen { color: black; background-color: #90EE90; border: 1px solid black; }
.seatRes { color: white; background-color: #FF3333; border: 1px solid black; }

.seatHold0 { color: black; background-color: #90EE90; border: 1px solid black; }
.seatHold1 { color: black; background-color: #FFA500; border: 1px solid black; }
.seatHold2 { color: white; background-color: #006400; border: 1px solid black; }
.seatHold3 { color: white; background-color: #00008B; border: 1px solid black; }
.seatHold4 { color: white; background-color: #8B4513; border: 1px solid black; }
.seatHold5 { color: white; background-color: #800080; border: 1px solid black; }
.seatHold6 { color: black; background-color: #E6E6FA; border: 1px solid black; }
.seatHold7 { color: black; background-color: #FFC0CB; border: 1px solid black; }
.seatHold8 { color: black; background-color: #D3D3D3; border: 1px solid black; }
.seatHold9 { color: white; background-color: #696969; border: 1px solid black; }
.seatHold10 { color: white; background-color: #000000; border: 1px solid black; }
.seatHold11 { color: black; background-color: #8FFE09; border: 1px solid black; }
.seatHold12 { color: black; background-color: #7CB9E8; border: 1px solid black; }
.seatHold13 { color: black; background-color: #FF6FFF; border: 1px solid black; }
.seatHold14 { color: white; background-color: #008080; border: 1px solid black; }
.seatHold15 { color: black; background-color: #FFFF00; border: 1px solid black; }
.seatHold16 { color: black; background-color: #D4AF37; border: 1px solid black; }

.seatPri0 { color: white; background-color: #FF006E; border: 1px solid black; }
.seatPri1 { color: white; background-color: #B200FF; border: 1px solid black; }
.seatPri2 { color: white; background-color: #0026FF; border: 1px solid black; }
.seatPri3 { color: white; background-color: #0094FF; border: 1px solid black; }
.seatPri4 { color: black; background-color: #00FFFF; border: 1px solid black; }
.seatPri5 { color: black; background-color: #00FF90; border: 1px solid black; }
.seatPri6 { color: black; background-color: #4CFF00; border: 1px solid black; }
.seatPri7 { color: black; background-color: #B6FF00; border: 1px solid black; }
.seatPri8 { color: black; background-color: #FFD800; border: 1px solid black; }
.seatPri9 { color: white; background-color: #FF6A00; border: 1px solid black; }
.seatPri10 { color: white; background-color: #FF0000; border: 1px solid black; }

.seatHold2 a, .seatHold3 a, .seatHold4 a, .seatHold5 a, .seatHold9 a, .seatHold10 a, .seatHold14 { color: white; }

.label { font-weight: bold; text-align: right; }
.sectionHeader { font-weight: bold; text-align: left; background-color: #0067AC; color: white; padding: 5px; }
.sectionHeaderHighlighted { font-weight: bold; text-align: left; background-color: #F48126; color: white; padding: 5px; }

.lpGroupLabel {  margin: 20px 0 5px 0; font-weight: bold; text-align: left; background-color: #0067AC; color: white; padding: 5px; }
.lpGroupText { margin: 0 auto 10px auto; }
.lpTicketDesc { padding: 0 5px 5px 5px; }
.lpTicketInclude { padding: 5px 0; }
.lpTicketName { font-size: 11pt; font-weight: bold; }

#divAvailContainer ul { list-style: none; }
#divAvailContainer li { display: table-cell; width: 35px; float: left; padding: 0; text-align: center; }
#divAvailContainer li.leftBlock { clear: both; width: 165px; text-align: left; border-left: 0; padding-left: 5px; overflow: hidden; }
.available { background-color: #5CB3FF; }
.assigned { background-color: #EEE8AA; }

#ulHeaders li { height: 45px; line-height: 13px; border-left: 1px solid black; }
#ulBlocks li { height: 35px; line-height: 35px; border-top: 1px solid black; border-left: 1px solid black; }
#ulTotals li { height: 35px; line-height: 35px; border-top: 1px solid black; border-left: 1px solid black; background-color: #90EE90; }

.aspNetDisabled { color: #aaaaaa; }
.soldOut { color: red; font-size: 12pt; font-weight: bold; }

.lightbox img { border: 0; }
#lightboxOverlay { position: absolute; top: 0; left: 0; height: 100%; width: 100%; background-color: black; }
#lightbox { position: absolute; }

.shiftCount { display: inline-block; width: 14px; height: 14px; margin: 0 0 0 5px; padding: 1px 0 0 0; font-size: 10px; font-weight: bold; vertical-align: 1px; line-height: 14px; text-align: center; background: url(/Images/Icons/mini_calendar.png) 14px 14px; }
.workWith { display: inline-block; width: 14px; height: 14px; margin: 0 0 0 5px; padding: 1px 0 0 0; background: url(/Images/Icons/mini_user.png); }
.assignmentNotes { display: inline-block; width: 14px; height: 14px; margin: 0 0 0 5px; padding: 1px 0 0 0; background: url(/Images/Icons/mini_info.png); }
.hasNote:not(.good) { background-color: #5CB3FF; }
.hasNote.good { background: linear-gradient(to right, #90EE90, #5CB3FF) !important; background-attachment: fixed !important; }

/* Page Specific Styles */

/* MerchMove.aspx */
#tblMove tr.nor { color: white; background-color: black; }
#tblMove tr.norg { color: white; background: linear-gradient(to right, #000000, #90EE90); background-attachment: fixed; }
#tblMove tr.norb { color: white; background: linear-gradient(to right, #000000, #FF3333); background-attachment: fixed; }
#tblMove.nowrap td { white-space: nowrap; overflow: hidden; }
#tblMove tr:nth-child(1) { border: 0; }
#tblMove tr:nth-child(2) { border-top: 0; }
#tblMove tr.trCat, #tblMove tr.trVen { border-top: 0; }
#tblMove tr.trTotal { border-bottom: 0; }
#tblMove tr:last-child { border-top: 0; }
#tblMove tr.trTotal td:nth-child(2), #tblMove tr.trTotal td:nth-child(3), #tblMove tr.trTotal td:nth-child(4) { text-align: right; }
#tblMove tr:nth-child(1) td:nth-child(7), #tblMove tr:nth-child(1) td:nth-child(12) { background-color: #eeeeee; }
#tblMove tr:not(.trTotal):not(.trHighlight) td:nth-child(5), #tblMove tr:not(.trTotal):not(.trHighlight):not(:nth-child(1)) td:nth-child(6), #tblMove tr:not(.trTotal):not(.trHighlight) td:nth-child(10), #tblMove tr:not(.trTotal):not(.trHighlight):not(:nth-child(1)) td:nth-child(11), #tblMove tr:not(.trTotal):not(.trHighlight) td:nth-child(14), #tblMove tr:not(.trTotal):not(.trHighlight) td:nth-child(15), #tblMove tr:not(.trTotal):not(.trHighlight) td:nth-child(18), #tblMove tr:not(.trTotal):not(.trHighlight) td:nth-child(19) { background-color: #eeeeee; }
#tblMove tr.trTotal:not(.trHighlight) td:nth-child(5), #tblMove tr.trTotal:not(.trHighlight) td:nth-child(6), #tblMove tr.trTotal:not(.trHighlight) td:nth-child(9), #tblMove tr.trTotal:not(.trHighlight) td:nth-child(10), #tblMove tr.trTotal:not(.trHighlight) td:nth-child(13), #tblMove tr.trTotal:not(.trHighlight) td:nth-child(14) { background-color: #eeeeee; }

/* POSearch.aspx */
#divItemSearch { width: 700px; margin: 10px auto; }
#divItemSearch > div:nth-child(odd) { float: left; width: 50%; margin: 5px 0; }
#divItemSearch > div:nth-child(odd) > div:nth-child(1) { font-size: large; }
#divItemSearch > div:nth-child(odd) > div:nth-child(2) { margin: 3px 0 0 5px; }
#divItemSearch > div:nth-child(even) { float: right; width: 50%; margin: 5px 0; text-align: right; }
#divItemSearch > div:nth-child(even) > div:nth-child(1) { font-size: large; }
#divItemSearch > div:nth-child(even) > div:nth-child(2) { margin: 3px 5px 0 0; }
#divItemSearch > div:nth-child(even) > div:nth-child(3) { margin: 5px 5px 0 0; font-size: larger; }

/* RegisterBanks.aspx */
#tblBanks { margin: 5px auto; }
#tblBanks td { width: 80px; height: 40px; text-align: center; vertical-align: middle; }
#tblBanks td:nth-child(1), #tblBanks tr:nth-child(1) { font-weight: bold; }

/* RegisterSweep.aspx */
#tblSweep { width: 1460px; margin: 5px auto; }
#tblSweep tr:first-child td:not(:nth-child(11)) { text-align: center; }
#tblSweep td:nth-child(1) { width: 90px; }
#tblSweep td:nth-child(1) > input[type=text] { width: 80px; }
#tblSweep td:nth-child(2), #tblSweep td:nth-child(3), #tblSweep td:nth-child(4), #tblSweep td:nth-child(5), #tblSweep td:nth-child(6), #tblSweep td:nth-child(7), #tblSweep td:nth-child(8) , #tblSweep td:nth-child(9) , #tblSweep td:nth-child(10) , #tblSweep td:nth-child(11) { width: 60px; }
#tblSweep td:nth-child(2) > input[type=text], #tblSweep td:nth-child(3) > input[type=text], #tblSweep td:nth-child(4) > input[type=text], #tblSweep td:nth-child(5) > input[type=text], #tblSweep td:nth-child(6) > input[type=text], #tblSweep td:nth-child(7) > input[type=text], #tblSweep td:nth-child(8) > input[type=text], #tblSweep td:nth-child(9) > input[type=text], #tblSweep td:nth-child(10) > input[type=text], #tblSweep td:nth-child(11) > input[type=text] { width: 50px; text-align: right; }
#tblSweep td:nth-child(12), #tblSweep td:nth-child(13), #tblSweep td:nth-child(14) { width: 85px; }
#tblSweep td:nth-child(12) > input[type=text], #tblSweep td:nth-child(13) > input[type=text], #tblSweep td:nth-child(14) > input[type=text] { width: 75px; text-align: right; }
#tblSweep td:nth-child(15) { width: 125px; }
#tblSweep td:nth-child(16) { width: 400px; }

/* UniformDistribution.aspx */
#divUnifDist { width: 615px; float: left; }
#divUnifDist > div { border: 1px solid black; margin-bottom: 5px; padding: 5px; }
#divUnifDist input[type=checkbox][data-cbchild] { float: left; margin-right: 5px; }
#divUnifDist > div > span:nth-child(2) { float: left; font-size: larger; }
#divUnifDist > div > span:nth-child(3) { float: right; }
#divUnifDist span.printonly { font-size: large; }
#divUnifDist > div > div:last-child { margin: 5px; }

/* jQuery UI Base */
.ui-draggable-handle { -ms-touch-action: none; touch-action: none; }
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; border-collapse: collapse; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
.ui-front { z-index: 100; }
.ui-state-disabled { cursor: default !important; pointer-events: none; }
.ui-icon { display: inline-block; vertical-align: middle; margin-top: -.25em; position: relative; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
.ui-widget-icon-block { left: 50%; margin-left: -8px; display: block; }
.ui-widget-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; }
.ui-resizable { position: relative; }
.ui-resizable-handle { position: absolute; font-size: 0.1px; display: block; -ms-touch-action: none; touch-action: none; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px; }
.ui-selectable { -ms-touch-action: none; touch-action: none; }
.ui-sortable-handle { -ms-touch-action: none; touch-action: none; }
.ui-button { padding: .4em 1em; display: inline-block; position: relative; line-height: normal; margin-right: .1em; cursor: pointer; vertical-align: middle; text-align: center; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; overflow: visible; }
.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active { text-decoration: none; }
.ui-button-icon-only { width: 2em; box-sizing: border-box; text-indent: -9999px; white-space: nowrap; }
input.ui-button.ui-button-icon-only { text-indent: 0; }
.ui-button-icon-only .ui-icon { position: absolute; top: 50%; left: 50%; margin-top: -8px; margin-left: -8px; }
.ui-button.ui-icon-notext .ui-icon { padding: 0; width: 2.1em; height: 2.1em; text-indent: -9999px; white-space: nowrap; }
input.ui-button.ui-icon-notext .ui-icon { width: auto; height: auto; text-indent: 0; white-space: normal; padding: .4em 1em; }
input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner { border: 0; padding: 0; }
.ui-controlgroup { vertical-align: middle; display: inline-block; }
.ui-controlgroup > .ui-controlgroup-item { float: left; margin-left: 0; margin-right: 0; }
.ui-controlgroup > .ui-controlgroup-item:focus, .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus { z-index: 9999; }
.ui-controlgroup-vertical > .ui-controlgroup-item { display: block; float: none; width: 100%; margin-top: 0; margin-bottom: 0; text-align: left; }
.ui-controlgroup-vertical .ui-controlgroup-item { box-sizing: border-box; }
.ui-controlgroup .ui-controlgroup-label { padding: .4em 1em; }
.ui-controlgroup .ui-controlgroup-label span { font-size: 80%; }
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item { border-left: none; }
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item { border-top: none; }
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content { border-right: none; }
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content { border-bottom: none; }
.ui-controlgroup-vertical .ui-spinner-input { width: 75%; width: calc( 100% - 2.4em ); }
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up { border-top-style: solid; }
.ui-checkboxradio-label .ui-icon-background { box-shadow: inset 1px 1px 1px #ccc; border-radius: .12em; border: none; }
.ui-checkboxradio-radio-label .ui-icon-background { width: 16px; height: 16px; border-radius: 1em; overflow: visible; border: none; }
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon { background-image: none; width: 8px; height: 8px; border-width: 4px; border-style: solid; }
.ui-checkboxradio-disabled { pointer-events: none; }
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position: relative; padding: .2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position: absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left: 2px; }
.ui-datepicker .ui-datepicker-next { right: 2px; }
.ui-datepicker .ui-datepicker-prev-hover { left: 1px; }
.ui-datepicker .ui-datepicker-next-hover { right: 1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size: 1em; margin: 1px 0; }
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year { width: 45%; }
.ui-datepicker table { width: 100%; font-size: .9em; border-collapse: collapse; margin: 0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding: 0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width: auto; overflow: visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float: left; }
.ui-datepicker.ui-datepicker-multi { width: auto; }
.ui-datepicker-multi .ui-datepicker-group { float: left; }
.ui-datepicker-multi .ui-datepicker-group table { width: 95%; margin: 0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width: 50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width: 33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width: 25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width: 0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear: left; }
.ui-datepicker-row-break { clear: both; width: 100%; font-size: 0; }
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear: right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group { float: right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width: 0; border-left-width: 1px; }
.ui-datepicker .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; left: .5em; top: .3em; }
.ui-dialog { position: absolute; top: 0; left: 0; padding: .2em; outline: 0; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative; }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 0; white-space: nowrap; width: 90%; overflow: hidden; text-overflow: ellipsis; }
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 20px; margin: -10px 0 0 0; padding: 1px; height: 20px; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin-top: .5em; padding: .3em .5em .2em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-n { height: 2px; top: 0; }
.ui-dialog .ui-resizable-e { width: 2px; right: 0; }
.ui-dialog .ui-resizable-s { height: 2px; bottom: 0; }
.ui-dialog .ui-resizable-w { width: 2px; left: 0; }
.ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw, .ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw { width: 7px; height: 7px; }
.ui-dialog .ui-resizable-se { right: 0; bottom: 0; }
.ui-dialog .ui-resizable-sw { left: 0; bottom: 0; }
.ui-dialog .ui-resizable-ne { right: 0; top: 0; }
.ui-dialog .ui-resizable-nw { left: 0; top: 0; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
.ui-menu { list-style: none; padding: 0; margin: 0; display: block; outline: 0; }
.ui-menu-nostyle { background-color: transparent !important; border: 0 !important; padding: 0 !important; }
.ui-menu .ui-menu { position: absolute; }
.ui-menu .ui-menu-item:not(.ui-menu-nostyle) { margin: 0; cursor: pointer; }
.ui-menu .ui-menu-item-wrapper { position: relative; padding: 3px .5em 3px .5em; }
.ui-menu .ui-menu-divider { margin: 5px 0; height: 0; font-size: 0; line-height: 0; border-width: 1px 0 0 0; }
.ui-menu .ui-state-focus, .ui-menu .ui-state-active { margin: -1px; }
.ui-menu-icons { position: relative; }
.ui-menu-icons .ui-menu-item-wrapper { padding-left: 2em; }
.ui-menu .ui-icon { position: absolute; top: 0; bottom: 0; left: .2em; margin: auto 0; }
.ui-menu .ui-menu-icon { left: auto; right: 0; }
.ui-menu:not(.ui-menu-nostyle) .ui-state-focus, .ui-menu:not(.ui-menu-nostyle) .ui-state-active { margin: -1px; }
.ui-menu li, .ui-menu-nostyle li { list-style: none; }
.ui-widget { font-family: Arial,Helvetica,sans-serif; font-size: 1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Arial,Helvetica,sans-serif; font-size: 1em; }
.ui-widget.ui-widget-content { border: 1px solid #c5c5c5; }
.ui-widget-content { border: 1px solid #dddddd; background: #ffffff; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active { border: 1px solid #c5c5c5; background: #f6f6f6; font-weight: normal; color: #454545; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button { color: #454545; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus { border: 1px solid #cccccc; background: #ededed; font-weight: normal; color: #2b2b2b; }
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus { color: #2b2b2b; text-decoration: none; }
.ui-visual-focus { box-shadow: 0 0 3px 1px rgb(94, 158, 214); }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover { border: 1px solid #003eff; background: #007fff; font-weight: normal; color: #ffffff; }
.ui-icon-background, .ui-state-active .ui-icon-background { border: #003eff; background-color: #ffffff; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff; text-decoration: none; }
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight { border: 1px solid #dad55e; background: #fffa90; color: #777620; }
.ui-state-checked { border: 1px solid #dad55e; background: #fffa90; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a { color: #777620; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error { border: 1px solid #f1a899; background: #fddfdf; color: #5f3f3f; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #5f3f3f; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #5f3f3f; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-state-disabled .ui-icon { filter:Alpha(Opacity=35); }
.ui-icon { width: 16px; height: 16px; }
.ui-icon, .ui-widget-content .ui-icon { background-image: url("/Images/ui-icons_444444_256x240.png"); }
.ui-widget-header .ui-icon { background-image: url("/Images/ui-icons_ffffff_256x240.png"); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon { background-image: url("/Images/ui-icons_555555_256x240.png"); }
.ui-state-active .ui-icon, .ui-button:active .ui-icon { background-image: url("/Images/ui-icons_ffffff_256x240.png"); }
.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon { background-image: url("/Images/ui-icons_777620_256x240.png"); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon { background-image: url("/Images/ui-icons_cc0000_256x240.png"); }
.ui-button .ui-icon { background-image: url("/Images/ui-icons_777777_256x240.png"); }
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {border-top-left-radius : 3px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { border-top-right-radius: 3px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { border-bottom-left-radius: 3px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { border-bottom-right-radius: 3px; }
.ui-widget-overlay { background: #aaaaaa; opacity: .3; filter: Alpha(Opacity=30); }
.ui-widget-shadow { -webkit-box-shadow: 0px 0px 5px #666666; box-shadow: 0px 0px 5px #666666; }
.ui-menu-nostyle li.ui-state-disabled { color: black !important; font-weight: bold !important; opacity: 1.0; }

/* jQuery UI Custom */
.ui-widget-header { border: 1px solid black; background-color: #0067AC; color: white; font-weight: bold; }
.ui-widget-header a { color: white; }
.ui-selectable-helper { position: absolute; z-index: 100; border: 1px dotted black; }
li.ui-selecting, li.ui-selected { color: black; background-color: orange; border: 1px solid orange; font-weight: bold; }
tr.ui-selecting th, tr.ui-selecting td, tr.ui-selected th, tr.ui-selected td, th.ui-selecting, td.ui-selecting, th.ui-selected, td.ui-selected, div.ui-selecting, div.ui-selected { color: black; background-color: orange !important; }

/* wysihtml */
#wysihtml-toolbar { border-radius: 2px; background-color: #eeeeee; box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2); font-size: 0; }
#wysihtml-toolbar a { display: inline-block; width: 30px; height: 30px; margin: 0; padding: 0; color: black; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; background-image: url("Images/rte_icons.png"); }
#wysihtml-toolbar a:hover { background-color: #cccccc; }
#wysihtml-toolbar a.wysihtml-command-active { background-color: #cccccc; }
#wysihtml-toolbar a.wysihtml-bold { background-position: 0 0; }
#wysihtml-toolbar a.wysihtml-italic { background-position: -30px 0; }
#wysihtml-toolbar a.wysihtml-underline { background-position: -60px 0; }
#wysihtml-toolbar a.wysihtml-ul { background-position: -90px 0; }
#wysihtml-toolbar a.wysihtml-ol { background-position: -120px 0; }
#wysihtml-toolbar a.wysihtml-left { background-position: -150px 0; }
#wysihtml-toolbar a.wysihtml-center { background-position: -180px 0; }
#wysihtml-toolbar a.wysihtml-right { background-position: -210px 0; }
#wysihtml-toolbar a.wysihtml-remove { background-position: -240px 0; }

/* CEMS Responsive Style Overrides */
.cems-sectionheader-main { background-color: #0067AC; color: white; }
.cems-sectionheader-main a { color: white; }
.cems-sectionheader-alt { background-color: #F48126; color: white; }
.cems-sectionheader-alt a { color: white; }
.cems-copyright, .cems-copyright a { color: black; }