/* BEGIN: GLOBAL */

hr {
	margin: 0px;
}

#XojoContainer {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
}

#XojoLoader {
	top: 100%;
	display: none;
}

#XojoDisconnect {
	top: 100%;
	display: none;
}

#XojoLoader, #XojoDisconnect {
	position: absolute;
	left: 0%;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); 
	-webkit-transition: top 0.35s ease-out;
	-moz-transition: top 0.35s ease-out;
	transition: top 0.35s ease-out;
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
}

#XojoLoaderBar {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 76px;
	margin-left: -85px;
	width: 170px;
	height: 21px;
	background-image: url(/coffeestamp/index.cgi/framework/loadprogress.png);
}

#XojoLoaderIcon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -64px;
	margin-left: -64px;
	width: 128px;
	height: 128px;
	background-image: url(/coffeestamp/index.cgi/framework/appicon128.png);
}

#XojoLoaderCaption {
	position: absolute;
	left: 0%;
	width: 100%;
	text-align: center;
	top: 50%;
	margin-top: -106px;
	height: 32px;
	font-size: 18pt;
	font-weight: bold;
	color: #7F7F7F;
	text-shadow: 0px 1px 0px #FFFFFF;
}

#XojoDisconnectIcon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -67px;
	margin-left: -67px;
	width: 133px;
	height: 133px;
	background-image: url(/coffeestamp/index.cgi/framework/pagestop.png);
}

#XojoDisconnectCaption {
	color: #7F7F7F;
	text-shadow: 0px 1px 0px #FFFFFF;
	text-align: center;
	position: absolute;
	left: 50%;
	width: 300px;
	margin-left: -150px;
	top: 50%;
	margin-top: 106px;
	bottom: 20px;
	font-size: 1.2em;
}

#XojoOverlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

img,form {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

#XojoAlerter {
	position: fixed;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	background-image: url(/coffeestamp/index.cgi/framework/dimmer.png);
	font-family: Helvetica, sans-serif;
	text-shadow: 0px 1px 0px #000000;
	-webkit-transition: opacity 0.25s ease-out;
	display: none;
	opacity: 0;
}

#XojoAlerterDialog {
	position: absolute;
	width: 680px;
	overflow: visible;
	margin-left: -350px;
	margin-top: -200px;
	left: 50%;
	top: 50%;
	background-color: #000000;
	background: rgba(0,0,0,0.75);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 3px 8px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 3px 8px rgba(0,0,0,0.5);
	-o-box-shadow: 0px 3px 8px rgba(0,0,0,0.5);
	-ms-box-shadow: 0px 3px 8px rgba(0,0,0,0.5);
	box-shadow: 0px 3px 8px rgba(0,0,0,0.5);
	color: #FFFFFF;
	padding: 10px;
	display: block;
	-webkit-animation-name: pop;
	-webkit-animation-duration: 0.25s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-direction: normal;
}

#XojoAlerterDialog textarea {
	width: 668px;
	height: 120px;
	padding: 5px;
	border: 1px solid #000000;
	resize: none;
	margin: 0px;
	display: block;
}

.XojoErrorButton {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	height: 30px;
	min-width: 80px;
	width:auto;
	border: 1px solid #000;
	vertical-align: middle;
	line-height: 28px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-left: 5px;
	padding: 0px 10px 0px 10px;
	cursor: pointer;
	/* Don't allow selections */
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#XojoErrorSend {
	background-color: #E3CC67;
	text-shadow: 1px 1px 2px black;
	background: linear-gradient(to bottom, rgba(243,238,134,1) 0%,rgba(212,173,73,1) 100%);
	float:left;
}
#XojoErrorSend:active {
	background-color: #807339;
	text-shadow: 1px 1px 2px black;
	color:#999;
	background: linear-gradient(to bottom, rgba(121,100,43,1) 0%,rgba(136,131,74,1) 100%);
}

#XojoErrorDontSend {
	background-color: #464646;
	color: #FFF;
	text-shadow: 1px 1px 2px black;
	background: linear-gradient(to bottom, rgba(94,94,94,1) 0%,rgba(41,41,41,1) 100%);
	float:left;
}

#XojoErrorDontSend:active {
	background-color: #252525;
	color:#777;
	background: linear-gradient(to bottom, rgba(23,23,23,1) 0%,rgba(48,48,48,1) 100%);
}

#nojs_mask {
	background-color: #000;
	opacity: 0.25;
	filter: alpha(opacity=25);
	z-index: 999;
	height: 100%;
	background-attachment: fixed;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
}

#nojs_warning {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #000;
	background-color: #FFF;
	text-align: left;
	border: 1px solid #000;
	vertical-align: middle;
	padding: 50px;
	position: absolute;
	left: 25%;
	top: 30%;
	width: 40%;
	z-index:10000;
}

#nojs_warning .explaintext {
	font-size: 18px;
}

@-webkit-keyframes pop {
	0% {
		-webkit-transform: scale(0.0);
	}
	80% {
		-webkit-transform: scale(1.1);
	}
	100% {
		-webkit-transform: scale(1.0);
	}
}

#XojoMenus {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
}

ul.menu {
	margin: 0px;
	min-width: 125px;
	min-height: 40px;
	background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); 
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 5px;
	border: 2px solid #1B6ABA;
	position: absolute;
}

ul.menu li {
	list-style: none;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	cursor: default;
	white-space: nowrap;
}

ul.menu li.item {
}

ul.menu li.disabled {
	color: #7F7F7F;
}

ul.menu li.separator {
	max-height: 8px;
	min-height: 8px;
}

ul.menu li span.submenu {
	padding-right: 20px;
	display: block;
	background-image: url(/coffeestamp/index.cgi/framework/submenu-normal.png);
	background-position: right center;
	background-repeat: no-repeat;
}

ul.menu li:hover span.submenu {
	background-image: url(/coffeestamp/index.cgi/framework/submenu-hover.png);
}

ul.menu li.item:hover {
	background: linear-gradient(135deg, rgba(61,129,199,1) 0%,rgba(27,106,186,1) 100%);
	color: #FFFFFF;
	text-shadow: 0px 1px 0px #124980;
}

img.pointer {
	background-image: url(/coffeestamp/index.cgi/framework/pointer.png);
	position: absolute;
}

.disabled {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

.disabled p, .disabled a, .disabled .toolbar div.caption {
	color:#777777\9; /* \9 targets IE8 and lower */
}

#XojoAlerterSmall {
	position: fixed;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	font-family: Helvetica, sans-serif;
	display: visible;
	opacity: 0;
}

.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectable {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  cursor: auto;
}

/* These styles are for the app being viewed as a website */
/* Portrait */
@media screen and (max-width: 320px) {
	#XojoAlerterSmallDialog {
		position: absolute;
		width: 300px;
		height:460px;
		left:0px;
		top:0px;
		overflow: visible;
		margin-left: 0px;
		margin-top: 0px;
		background-color: #000000;
		background: rgba(0,0,0,0.75);
		color: #FFFFFF;
		padding: 10px;
		display: block;
		-webkit-animation-name: pop;
		-webkit-animation-duration: 0.25s;
		-webkit-animation-iteration-count: 1;
		-webkit-animation-direction: normal;
	}

	#XojoAlerterSmallDialog textarea {
		width: 290px;
		height: 190px;
		padding: 5px;
		border: 1px solid #000000;
		resize: none;
		margin: 0px;
		display: block;
	}
}

/* Landscape */
@media screen and (min-width: 321px) {
	#XojoAlerterSmallDialog {
		position: absolute;
		width: 460px;
		height: 300px;
		left:0px;
		top:0px;
		overflow: visible;
		margin-left: 0px;
		margin-top: 0px;
		background-color: #000000;
		background: rgba(0,0,0,0.75);
		color: #FFFFFF;
		padding: 10px;
		display: block;
		-webkit-animation-name: pop;
		-webkit-animation-duration: 0.25s;
		-webkit-animation-iteration-count: 1;
		-webkit-animation-direction: normal;
	}

	#XojoAlerterSmallDialog textarea {
		width: 450px;
		height: 42px;
		padding: 5px;
		border: 1px solid #000000;
		resize: none;
		margin: 0px;
		display: block;
	}
}

/* CSS for high-resolution devices */
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
    #XojoLoaderIcon {
		background-image: url(/coffeestamp/index.cgi/framework/appicon256.png);
		background-size: 128px 128px;
        background-repeat: no-repeat;
    }
    
    #XojoLoaderBar {
/*     	background-image: url(/coffeestamp/index.cgi/framework/loadprogress@2x.png); */
    	background-size: 170px 21px;
        background-repeat: no-repeat;
    }
    
	#XojoDisconnectIcon {
        background-image: url(/coffeestamp/index.cgi/framework/pagestop@2x.png);
        background-size: 133px 133px;
        background-repeat: no-repeat;
    }

    ul.menu li span.submenu {
    	background-image: url(/coffeestamp/index.cgi/framework/submenu-normal@2x.png);
    	background-size: 8px 16px;
        background-repeat: no-repeat;
    }
    
    ul.menu li:hover span.submenu {
		background-image: url(/coffeestamp/index.cgi/framework/submenu-hover@2x.png);
		background-size: 8px 16px;
        background-repeat: no-repeat;
	}

	img.pointer {
		background-image: url(/coffeestamp/index.cgi/framework/pointer@2x.png);
		background-size: 40px 40px;
        background-repeat: no-repeat;
	}
}

/* END: GLOBAL */

/* BEGIN: TEXTCONTROL */

.textcontrol
{
    background-color: rgb(255,255,255);
    padding: 3px;
    border-top: 1px solid rgba(182,182,182,1);
    border-bottom: 1px solid rgba(204,204,204,1);
    border-left: 1px solid rgba(182,182,182,1);
    border-right: 1px solid rgba(204,204,204,1);
    font-size: 10pt;
}

.textcontrol::-ms-clear
{
    width: 0;
    height: 0;
}

/* END: TEXTCONTROL */

/* BEGIN: SPINNER */

div.spinner
{
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: translucent;
}

div.spinner.large
{
	width: 32px;
	height: 32px;
	max-width: 32px;
	max-height: 32px;
	min-width: 32px;
	min-height: 32px;
}

div.spinner.small
{
	width: 16px;
	height: 16px;
	max-width: 16px;
	max-height: 16px;
	min-width: 16px;
	min-height: 16px;
}

div.spinner.large.black
{
	background-image: url(/coffeestamp/index.cgi/framework/spinner-black-large.png);
}

div.spinner.large.white
{
	background-image: url(/coffeestamp/index.cgi/framework/spinner-white-large.png);
}

div.spinner.small.black
{
	background-image: url(/coffeestamp/index.cgi/framework/spinner-black-small.png);
}

div.spinner.small.white
{
	background-image: url(/coffeestamp/index.cgi/framework/spinner-white-small.png);
}

/* CSS for high-resolution devices */
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
	div.spinner.large.black {
		background-image: url(/coffeestamp/index.cgi/framework/spinner-black-large@2x.png);
		background-size: 384px 32px;
		background-repeat: no-repeat;
	}

	div.spinner.large.white {
		background-image: url(/coffeestamp/index.cgi/framework/spinner-white-large@2x.png);
		background-size: 384px 32px;
		background-repeat: no-repeat;
	}
	
	div.spinner.small.black {
		background-image: url(/coffeestamp/index.cgi/framework/spinner-black-small@2x.png);
		background-size: 192px 16px;
		background-repeat: no-repeat;
	}

	div.spinner.small.white {
		background-image: url(/coffeestamp/index.cgi/framework/spinner-white-small@2x.png);
		background-size: 192px 16px;
		background-repeat: no-repeat;
	}
}

/* END: SPINNER */

/* BEGIN: TOOLBAR */

.toolbar {
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); 
	border-bottom: 1px solid #7E7E7E;
	text-align: center;
	font-size: 11px;
	border-collapse: separate;
}

.toolbar .item.vertical {
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}

.toolbar .item.horizontal {
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	position:relative;
}

.toolbar .button:active {
	background-color: rgba(0,0,0,0.35);
}

.toolbar .buttonDisabled {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.toolbar .toggled {
	background-color: rgba(0,0,0,0.15);
}

.toolbar .toggled.vertical {
	border-top: 1px solid rgba(0,0,0,0.35);
	border-bottom: 1px solid rgba(0,0,0,0.35);
}

.toolbar .toggled.horizontal {
	border-left: 1px solid rgba(0,0,0,0.35);
	border-right: 1px solid rgba(0,0,0,0.35);
}

.toolbar .toggledDisabled {
	background-color: rgba(0,0,0,0.15);
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.toolbar .toggledDisabled.vertical {
	border-top: 1px solid rgba(0,0,0,0.35);
	border-bottom: 1px solid rgba(0,0,0,0.35);
}

.toolbar .toggledDisabled.horizontal {
	border-left: 1px solid rgba(0,0,0,0.35);
	border-right: 1px solid rgba(0,0,0,0.35);
}

.toolbar .toggled:active {
	background-color: rgba(0,0,0,0.65);
	color: #FFFFFF;
}

.toolbar .toggled.vertical:active {
	border-top: 1px solid rgba(0,0,0,0.85);
	border-bottom: 1px solid rgba(0,0,0,0.85);
}

.toolbar .toggled.horizontal:active {
	border-left: 1px solid rgba(0,0,0,0.85);
	border-right: 1px solid rgba(0,0,0,0.85);
}

.toolbar .item .caption {
	padding-left: 8px;
	padding-right: 8px;
	white-space: nowrap;
	filter:alpha(opacity=95); /* To combat the aliasing problem on IE */
}

.toolbar .toggled > img, .toolbar .button > img, .toolbar .toggledDisabled > img, .toolbar.buttonDisabled > img {
	margin-left: 8px;
	margin-right: 8px;
}

/* END: TOOLBAR */

/* BEGIN: SCROLLBAR */

div.scrollbar
{
	position: absolute;
	overflow: hidden;
	background-color: #EBEBEB;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

div.scrollbar.vertical
{
	top: 0px;
	right: 0px;
	bottom: 15px;
	width: 14px;
	border-left: 1px solid #B6B6B6;
	background: linear-gradient(to right, rgba(252,252,252,1) 0%,rgba(235,235,235,1) 100%); 
}

div.scrollbar.horizontal
{
	left: 0px;
	right: 15px;
	bottom: 0px;
	height: 14px;
	border-top: 1px solid #B6B6B6;
	background: linear-gradient(to bottom, rgba(252,252,252,1) 0%,rgba(235,235,235,1) 100%); 
}

div.scrollbar div.track
{
	position: absolute;
	background-color: #F8F8F8;
	border: 1px solid #B6B6B6;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	overflow: hidden;
}

div.scrollbar.vertical div.track
{
	top: 15px;
	right: -1px;
	bottom: 15px;
	left: -1px;
	background: linear-gradient(to right, rgba(202,202,202,1) 0%,rgba(252,252,252,1) 73%,rgba(242,242,242,1) 100%);
}

div.scrollbar.horizontal div.track
{
	top: -1px;
	left: 15px;
	bottom: -1px;
	right: 15px;
	background: linear-gradient(to bottom, rgba(202,202,202,1) 0%,rgba(252,252,252,1) 73%,rgba(242,242,242,1) 100%);
}

div.scrollbar div.thumb
{
	position: absolute;
	background-color: #A9B8CB;
	border: 1px solid #6D7F97;
	border-radius: 7px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
	-webkit-border-radius: 7px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
	-moz-border-radius: 7px;
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
}

div.scrollbar.vertical div.thumb
{
	top: 0px;
	left: 0px;
	right: 0px;
	background-image: -webkit-gradient(linear, left top, right top, from(#A9B8CB), to(#7185A4));
	background-image: -moz-linear-gradient(left, #A9B8CB, #7185A4);
}

div.scrollbar.horizontal div.thumb
{
	left: 20px;
	top: 0px;
	bottom: 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#A9B8CB), to(#7185A4));
	background-image: -moz-linear-gradient(top, #A9B8CB, #7185A4);
}

div.scrollbar.vertical div.decrease
{
	position: absolute;
	top: 0px;
	height: 30px;
	width: 100%;
	background-image: url(/coffeestamp/index.cgi/framework/up.png);
	background-repeat: no-repeat;
	background-position: -1px top;
}

div.scrollbar.vertical div.increase
{
	position: absolute;
	bottom: 0px;
	height: 30px;
	width: 100%;
	background-image: url(/coffeestamp/index.cgi/framework/down.png);
	background-repeat: no-repeat;
	background-position: -1px bottom;
}

div.scrollbar.horizontal div.decrease
{
	position: absolute;
	left: 0px;
	width: 30px;
	height: 100%;
	background-image: url(/coffeestamp/index.cgi/framework/left.png);
	background-repeat: no-repeat;
	background-position: left -1px;
}

div.scrollbar.horizontal div.increase
{
	position: absolute;
	right: 0px;
	width: 30px;
	height: 100%;
	background-image: url(/coffeestamp/index.cgi/framework/right.png);
	background-repeat: no-repeat;
	background-position: right -1px;
}

div.scrollbar.vertical div.pressed
{
	background-color: #B8C5D9;
}

div.scrollbar.horizontal div.pressed
{
	background-color: #B8C5D9;
}

/* CSS for high-resolution devices */
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
	div.scrollbar.vertical div.decrease
	{
		background-image: url(/coffeestamp/index.cgi/framework/up@2x.png);
		background-repeat: no-repeat;
		background-size: 15px 15px;
	}

	div.scrollbar.vertical div.increase
	{
		background-image: url(/coffeestamp/index.cgi/framework/down@2x.png);
		background-repeat: no-repeat;
		background-size: 15px 15px;
	}

	div.scrollbar.horizontal div.decrease
	{
		background-image: url(/coffeestamp/index.cgi/framework/left@2x.png);
		background-repeat: no-repeat;
		background-size: 15px 15px;
	}

	div.scrollbar.horizontal div.increase
	{
		background-image: url(/coffeestamp/index.cgi/framework/right@2x.png);
		background-repeat: no-repeat;
		background-size: 15px 15px;
	}
}

/* END: SCROLLBAR */

/* BEGIN: LISTBOX */

div.listbox
{
	overflow: hidden;
	cursor: default;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

div.listbox div.scrollbar.vertical
{
	border-bottom: 1px solid #B6B6B6;
	bottom: 14px;
}

div.listbox div.scrollbar.horizontal
{
	border-right: 1px solid #B6B6B6;
	right: 14px;
}

div.listbox > table
{
table-layout: fixed; 
}

div.listbox > table.headers
{
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(235,235,235,1) 100%); 
	border-bottom: 1px solid #B6B6B6;
	position: relative;
	color: #000000;
	text-shadow: 0px 1px 0px #FFFFFF;
    cursor: default;
}

div.listbox > table.headers td
{
	border-right: 1px solid #B6B6B6;
}

div.listbox > table.headers td.padder
{
	min-width: 15px;
	border-width: 0px;
	padding: 0px;
}

div.listbox > div.content
{
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 21px;
	overflow: hidden;
}

div.listbox > div.corner
{
	background-color: #FFFFFF;
	display: none;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 14px;
	height: 14px;
}

div.listbox td
{
	padding: 3px;
	overflow: hidden;
}

div.listbox table.rows
{
	position: relative;
	top: 0px;
	width: 100%;
	min-width: 100%;
	cursor: default;
}

div.listbox tr.selected td
{
	background-color: #3875D7;
	color: #FFFFFF;
}

/* END: LISTBOX */

/* BEGIN: PROGRESS */

div.progressbar
{
	position: absolute;
	overflow: hidden;
	background-color: transparent;
}

div.progressbar div.fill
{
	background-image: url(/coffeestamp/index.cgi/framework/progress_fill.png);
	background-repeat: repeat-x;
	background-size: 74px 18px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	width: 100px;
	top: 1px;
	bottom: 0px;
}

div.progressbar div.track
{
	background-image: url(/coffeestamp/index.cgi/framework/progress_track.png);
	background-repeat: repeat-x;
	background-size: 74px 18px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	width: 100px;
	top: 0px;
	bottom: 0px;
}

div.progressbar div.indeterminate
{
	background-image: url(/coffeestamp/index.cgi/framework/progress_indeterminate.png);
	background-repeat: repeat-x;
	background-size: 74px 18px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	width: 100px;
	top: 1px;
	bottom: 0px;
}

/* CSS for high-resolution devices */
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
	div.progressbar div.fill
	{
		background-image: url(/coffeestamp/index.cgi/framework/progress_fill@2x.png);
	}

	div.progressbar div.track
	{
		background-image: url(/coffeestamp/index.cgi/framework/progress_track@2x.png);
	}

	div.progressbar div.indeterminate
	{
		background-image: url(/coffeestamp/index.cgi/framework/progress_indeterminate@2x.png);
	}
}

/* END: PROGRESS */

/* BEGIN: DIALOG */

div.sheet, div.modal
{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-image: url(/coffeestamp/index.cgi/framework/dimmer.png);
	overflow: hidden;
}

div.sheet > div.body, div.modal > div.body
{
	background-color: rgb(255,255,255);
	position: absolute;
	box-shadow: 0px 5px 8px rgba(0,0,0,0.50);
	-webkit-box-shadow: 0px 5px 8px rgba(0,0,0,0.50);
	-moz-box-shadow: 0px 5px 8px rgba(0,0,0,0.50);
}

div.sheet > div.title, div.modal > div.title
{
	display: none;
}

div.sheet img.resize, div.modal img.resize, div.palette img.resize
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 15px;
	height: 15px;
}

div.palette
{
	position: absolute;
	box-shadow: 0px 5px 8px rgba(0,0,0,0.50);
	-webkit-box-shadow: 0px 5px 8px rgba(0,0,0,0.50);
	-moz-box-shadow: 0px 5px 8px rgba(0,0,0,0.50);
	background-color: #FFFFFF;
	border: 1px solid #959E99;
}

div.palette div.body
{
	position: absolute;
	top: 19px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

div.palette table.title
{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 19px;
	width: 100%;
	text-align: center;
	background: linear-gradient(to bottom, rgba(230,231,233,1) 0%,rgba(193,196,201,1) 100%); 
	border-bottom: 1px solid #959E99;
	text-shadow: 0px 1px 0px #FFFFFF;
	cursor: default;
}

/* END: DIALOG */

body {
font-family: Helvetica, sans-serif;
font-size: 10pt;
}
.Shree22greyBold {
font-family: "Shree Devanagari 714", sans-serif !important;
font-weight: bold !important;
font-style: normal !important;
text-decoration: none !important;
font-size: 22pt !important;
text-align: center !important;
color: rgba(53,53,53,1.00) !important;
}
.Shree16grey {
font-family: "Shree Devanagari 714", sans-serif !important;
font-weight: normal !important;
font-style: normal !important;
text-decoration: none !important;
font-size: 16pt !important;
text-align: center !important;
color: rgba(53,53,53,1.00) !important;
}
.Shree14grey {
font-family: "Shree Devanagari 714", sans-serif !important;
font-weight: normal !important;
font-style: normal !important;
text-decoration: none !important;
font-size: 14pt !important;
text-align: center !important;
color: rgba(53,53,53,1.00) !important;
}
.Shree18greyBold {
font-family: "Shree Devanagari 714", sans-serif !important;
font-weight: bold !important;
font-style: normal !important;
text-decoration: none !important;
font-size: 18pt !important;
text-align: center !important;
color: rgba(53,53,53,1.00) !important;
}
.NumericBtn {
font-family: "Arial", sans-serif !important;
font-weight: bold !important;
font-style: normal !important;
text-decoration: none !important;
font-size: 20px !important;
text-align: center !important;
color: rgba(255,255,255,1.00) !important;
border-top: 2px solid rgba(255,255,255,1.00) !important;
border-left: 2px solid rgba(255,255,255,1.00) !important;
border-bottom: 2px solid rgba(255,255,255,1.00) !important;
border-right: 2px solid rgba(255,255,255,1.00) !important;
padding-bottom: 3px !important;
border-top-left-radius: 5px !important;
border-bottom-left-radius: 5px !important;
border-bottom-right-radius: 5px !important;
border-top-right-radius: 5px !important;
background-color: rgba(54,55,56,0.98) !important;
background-image: none !important;
}
.NumericBtn:active {
color: rgba(0,0,0,1.00) !important;
border-top: 1px solid rgba(182,182,182,1.00) !important;
border-left: 1px solid rgba(182,182,182,1.00) !important;
border-bottom: 1px solid rgba(182,182,182,1.00) !important;
border-right: 1px solid rgba(182,182,182,1.00) !important;
background-color: rgba(236,236,236,1.00) !important;
background-image: none !important;
}
.NumericBtn:visited {
background-color: rgba(202,202,202,0.65) !important;
background-image: none !important;
}
.VouchersAvailableStyle {
font-family: "Arial", sans-serif !important;
font-weight: bold !important;
font-style: normal !important;
text-decoration: none !important;
font-size: 18px !important;
text-align: center !important;
color: rgba(255,255,255,1.00) !important;
border-top: 1px none rgba(182,182,182,1.00) !important;
border-left: 1px none rgba(182,182,182,1.00) !important;
border-bottom: 1px none rgba(182,182,182,1.00) !important;
border-right: 1px none rgba(182,182,182,1.00) !important;
}
.LinkOne {
font-size: 16pt !important;
}
.WhiteBackground {
border-top: 1px none rgba(182,182,182,1.00) !important;
border-left: 1px none rgba(182,182,182,1.00) !important;
border-bottom: 1px none rgba(182,182,182,1.00) !important;
border-right: 1px none rgba(182,182,182,1.00) !important;
background-color: rgba(255,255,255,1.00) !important;
background-image: none !important;
}
.CoffeeColour {
border-top: 1px none rgba(182,182,182,1.00) !important;
border-left: 1px none rgba(182,182,182,1.00) !important;
border-bottom: 1px none rgba(182,182,182,1.00) !important;
border-right: 1px none rgba(182,182,182,1.00) !important;
background-color: rgba(25,17,9,0.98) !important;
background-image: none !important;
}
.EntryMessageStyle {
font-family: "Arial", sans-serif !important;
font-weight: bold !important;
font-style: normal !important;
text-decoration: none !important;
font-size: 20px !important;
text-align: center !important;
color: rgba(67,58,41,1.00) !important;
}
.EntryFieldStyle {
font-family: "Arial", sans-serif !important;
font-weight: bold !important;
font-style: normal !important;
text-decoration: none !important;
font-size: 30px !important;
text-align: center !important;
color: rgba(67,58,41,0.49) !important;
border-top: 1px solid rgba(182,182,182,1.00) !important;
border-left: 1px solid rgba(182,182,182,1.00) !important;
border-bottom: 1px solid rgba(182,182,182,1.00) !important;
border-right: 1px solid rgba(182,182,182,1.00) !important;
border-top-left-radius: 0px !important;
border-bottom-left-radius: 0px !important;
border-bottom-right-radius: 0px !important;
border-top-right-radius: 0px !important;
background-color: rgba(246,246,246,1.00) !important;
background-image: none !important;
}
.CoffeeColouredTextSize25 {
font-family: "Arial", sans-serif !important;
font-weight: bold !important;
font-style: normal !important;
text-decoration: none !important;
font-size: 27px !important;
text-align: center !important;
color: rgba(56,49,34,1.00) !important;
border-top: 1px none rgba(182,182,182,1.00) !important;
border-left: 1px none rgba(182,182,182,1.00) !important;
border-bottom: 1px none rgba(182,182,182,1.00) !important;
border-right: 1px none rgba(182,182,182,1.00) !important;
}
.CoffeeColour2 {
border-top: 1px none rgba(182,182,182,1.00) !important;
border-bottom: 1px none rgba(182,182,182,1.00) !important;
background-color: rgba(41,23,6,0.98) !important;
background-image: none !important;
}
.CoffeeColouredTextSize15 {
font-family: "Arial", sans-serif !important;
font-weight: bold !important;
font-style: italic !important;
text-decoration: none !important;
font-size: 25px !important;
text-align: center !important;
color: rgba(56,49,34,1.00) !important;
border-top: 1px none rgba(182,182,182,1.00) !important;
border-left: 1px none rgba(182,182,182,1.00) !important;
border-bottom: 1px none rgba(182,182,182,1.00) !important;
border-right: 1px none rgba(182,182,182,1.00) !important;
}
.CoffeeColouredTextSize40 {
font-family: "Arial", sans-serif !important;
font-weight: bold !important;
font-style: normal !important;
text-decoration: none !important;
font-size: 40px !important;
text-align: center !important;
color: rgba(56,49,34,1.00) !important;
}
.FadedBox {
border-top: 1px none rgba(182,182,182,1.00) !important;
border-left: 1px none rgba(182,182,182,1.00) !important;
border-bottom: 1px none rgba(172,172,172,1.00) !important;
border-right: 1px none rgba(182,182,182,1.00) !important;
background-color: rgba(235,235,235,1.00) !important;
background-image: none !important;
}
.WhoopsRed {
border-top: 1px none rgba(182,182,182,1.00) !important;
background-color: rgba(88,5,7,1.00) !important;
background-image: none !important;
}
.WhiteBox_Rounded {
border-top: 2px none rgba(25,17,9,0.99) !important;
border-left: 2px none rgba(25,17,9,0.98) !important;
border-bottom: 2px none rgba(25,17,9,0.98) !important;
border-right: 2px none rgba(25,17,9,0.98) !important;
border-top-left-radius: 5px !important;
border-bottom-left-radius: 5px !important;
border-bottom-right-radius: 5px !important;
border-top-right-radius: 5px !important;
background-color: rgba(232,236,236,1.00) !important;
background-image: none !important;
}
.GreyBox_Rounded {
border-top: 2px none rgba(25,17,9,0.99) !important;
border-left: 2px none rgba(25,17,9,0.98) !important;
border-bottom: 2px none rgba(25,17,9,0.98) !important;
border-right: 2px none rgba(25,17,9,0.98) !important;
border-top-left-radius: 5px !important;
border-bottom-left-radius: 5px !important;
border-bottom-right-radius: 5px !important;
border-top-right-radius: 5px !important;
background-color: rgba(155,158,161,1.00) !important;
background-image: none !important;
}
.GreyBox_Btn {
border-top: 1px solid rgba(67,70,71,0.99) !important;
border-left: 2px none rgba(25,17,9,0.98) !important;
border-bottom: 1px solid rgba(67,70,71,0.99) !important;
border-right: 2px none rgba(25,17,9,0.98) !important;
border-top-left-radius: 0px !important;
border-bottom-left-radius: 5px !important;
border-bottom-right-radius: 5px !important;
border-top-right-radius: 0px !important;
background-color: rgba(155,158,161,1.00) !important;
background-image: none !important;
}
.GreyBox_Btn:hover {
background-color: rgba(131,134,137,1.00) !important;
background-image: none !important;
}
.ListSelection {
border-top: 2px none rgba(25,17,9,0.99) !important;
border-left: 2px none rgba(25,17,9,0.98) !important;
border-bottom: 2px none rgba(25,17,9,0.98) !important;
border-right: 2px none rgba(25,17,9,0.98) !important;
border-top-left-radius: 5px !important;
border-bottom-left-radius: 5px !important;
border-bottom-right-radius: 5px !important;
border-top-right-radius: 5px !important;
background-color: rgba(196,201,207,1.00) !important;
background-image: none !important;
}
.BlackBox_Square {
border-top: 0px none rgba(25,17,9,0.98) !important;
border-left: 0px none rgba(25,17,9,0.98) !important;
border-bottom: 0px none rgba(25,17,9,0.98) !important;
border-right: 0px none rgba(25,17,9,0.98) !important;
border-top-left-radius: 0px !important;
border-bottom-left-radius: 0px !important;
border-bottom-right-radius: 0px !important;
border-top-right-radius: 0px !important;
background-color: rgba(45,45,45,1.00) !important;
background-image: none !important;
}
.MyListBackground {
border-top: 0px none rgba(25,17,9,0.98) !important;
border-left: 0px none rgba(25,17,9,0.98) !important;
border-bottom: 0px none rgba(25,17,9,0.98) !important;
border-right: 0px none rgba(25,17,9,0.98) !important;
border-top-left-radius: 10px !important;
border-bottom-left-radius: 10px !important;
border-bottom-right-radius: 10px !important;
border-top-right-radius: 10px !important;
background-color: rgba(71,71,71,1.00) !important;
background-image: none !important;
}
.VoucherHistory {
font-family: "Arial", sans-serif !important;
font-weight: bold !important;
font-style: normal !important;
text-decoration: none !important;
font-size: 18px !important;
text-align: center !important;
color: rgba(112,112,112,1.00) !important;
border-top: 1px none rgba(182,182,182,1.00) !important;
border-left: 1px none rgba(182,182,182,1.00) !important;
border-bottom: 1px none rgba(182,182,182,1.00) !important;
border-right: 1px none rgba(182,182,182,1.00) !important;
}
.OfferReceived1 {
font-family: "Arial", sans-serif !important;
font-weight: bold !important;
font-style: normal !important;
text-decoration: none !important;
font-size: 18pt !important;
text-align: center !important;
color: rgba(255,255,255,1.00) !important;
border-top: 1px none rgba(182,182,182,1.00) !important;
border-left: 1px none rgba(182,182,182,1.00) !important;
border-bottom: 1px none rgba(182,182,182,1.00) !important;
border-right: 1px none rgba(182,182,182,1.00) !important;
}
.OfferReceived2 {
font-family: "Arial", sans-serif !important;
font-weight: normal !important;
font-style: normal !important;
text-decoration: none !important;
font-size: 15pt !important;
text-align: center !important;
color: rgba(255,255,255,1.00) !important;
border-top: 1px none rgba(182,182,182,1.00) !important;
border-left: 1px none rgba(182,182,182,1.00) !important;
border-bottom: 1px none rgba(182,182,182,1.00) !important;
border-right: 1px none rgba(182,182,182,1.00) !important;
}
.MyLink {
font-family: "Arial", sans-serif !important;
font-size: 15pt !important;
text-align: center !important;
color: rgba(0,51,255,1.00) !important;
}
.MyLink:hover {
color: rgba(102,153,255,1.00) !important;
}
.Iphone12White {
font-family: "Arial", sans-serif !important;
font-weight: normal !important;
font-style: normal !important;
text-decoration: none !important;
font-size: 12pt !important;
text-align: center !important;
color: rgba(255,255,255,1.00) !important;
border-top: 1px none rgba(182,182,182,1.00) !important;
border-left: 1px none rgba(182,182,182,1.00) !important;
border-bottom: 1px none rgba(182,182,182,1.00) !important;
border-right: 1px none rgba(182,182,182,1.00) !important;
background-color: rgba(255,255,255,0.00) !important;
background-image: none !important;
}
.Iphone13WhiteBold {
font-family: "Arial", sans-serif !important;
font-weight: bold !important;
font-style: normal !important;
text-decoration: none !important;
font-size: 13pt !important;
text-align: center !important;
color: rgba(255,255,255,1.00) !important;
border-top: 1px none rgba(182,182,182,1.00) !important;
border-left: 1px none rgba(182,182,182,1.00) !important;
border-bottom: 1px none rgba(182,182,182,1.00) !important;
border-right: 1px none rgba(182,182,182,1.00) !important;
background-color: rgba(255,255,255,0.00) !important;
background-image: none !important;
}
.Iphone14BrownBold {
font-family: "Arial", sans-serif !important;
font-weight: bold !important;
font-style: normal !important;
text-decoration: none !important;
font-size: 14pt !important;
text-align: center !important;
color: rgba(56,49,34,1.00) !important;
border-top: 1px none rgba(182,182,182,1.00) !important;
border-left: 1px none rgba(182,182,182,1.00) !important;
border-bottom: 1px none rgba(182,182,182,1.00) !important;
border-right: 1px none rgba(182,182,182,1.00) !important;
background-color: rgba(255,255,255,0.00) !important;
background-image: none !important;
}
.Iphone9White {
font-family: "Arial", sans-serif !important;
font-weight: normal !important;
font-style: normal !important;
text-decoration: none !important;
font-size: 10pt !important;
text-align: center !important;
color: rgba(255,255,255,1.00) !important;
border-top: 1px none rgba(182,182,182,1.00) !important;
border-left: 1px none rgba(182,182,182,1.00) !important;
border-bottom: 1px none rgba(182,182,182,1.00) !important;
border-right: 1px none rgba(182,182,182,1.00) !important;
background-color: rgba(255,255,255,0.00) !important;
background-image: none !important;
}
.Iphone9grey {
font-family: "Arial", sans-serif !important;
font-weight: normal !important;
font-style: normal !important;
text-decoration: none !important;
font-size: 10pt !important;
text-align: center !important;
color: rgba(87,87,87,1.00) !important;
border-top: 1px none rgba(182,182,182,1.00) !important;
border-left: 1px none rgba(182,182,182,1.00) !important;
border-bottom: 1px none rgba(182,182,182,1.00) !important;
border-right: 1px none rgba(182,182,182,1.00) !important;
background-color: rgba(255,255,255,0.00) !important;
background-image: none !important;
}
.Iphone18grey {
font-family: "Arial", sans-serif !important;
font-weight: normal !important;
font-style: italic !important;
text-decoration: none !important;
font-size: 18px !important;
text-align: center !important;
color: rgba(255,254,254,1.00) !important;
border-top: 1px none rgba(182,182,182,1.00) !important;
border-left: 1px none rgba(182,182,182,1.00) !important;
border-bottom: 1px none rgba(182,182,182,1.00) !important;
border-right: 1px none rgba(182,182,182,1.00) !important;
}
.ListBox1 {
font-family: "Arial", sans-serif !important;
font-size: 18px !important;
text-align: left !important;
border-top: 1px none rgba(182,182,182,1.00) !important;
border-left: 1px none rgba(182,182,182,1.00) !important;
border-bottom: 1px none rgba(182,182,182,1.00) !important;
border-right: 1px none rgba(182,182,182,1.00) !important;
}
.ListBoxRed {
font-family: "Arial", sans-serif !important;
font-weight: normal !important;
font-style: normal !important;
text-decoration: none !important;
font-size: 18px !important;
text-align: center !important;
color: rgba(56,49,34,1.00) !important;
border-top: 1px none rgba(182,182,182,1.00) !important;
border-left: 1px none rgba(182,182,182,1.00) !important;
border-bottom: 1px none rgba(182,182,182,1.00) !important;
border-right: 1px none rgba(182,182,182,1.00) !important;
border-top-left-radius: 5px !important;
border-bottom-left-radius: 5px !important;
border-bottom-right-radius: 5px !important;
border-top-right-radius: 5px !important;
background-color: rgba(45,45,45,1.00) !important;
background-image: none !important;
}
.Rollover {
border-top-left-radius: 10px !important;
border-bottom-left-radius: 10px !important;
border-bottom-right-radius: 10px !important;
border-top-right-radius: 10px !important;
background-color: rgba(255,255,255,0.00) !important;
background-image: none !important;
}
.Rollover:hover {
background-color: rgba(255,255,255,0.51) !important;
background-image: none !important;
}
.Rollover1 {
font-family: "Helvetica Neue", sans-serif !important;
font-size: 18pt !important;
text-align: center !important;
color: rgba(255,255,255,1.00) !important;
border-top: 1px solid rgba(255,255,255,1.00) !important;
border-left: 1px solid rgba(255,255,255,1.00) !important;
border-bottom: 1px solid rgba(255,255,255,1.00) !important;
border-right: 1px solid rgba(255,255,255,1.00) !important;
border-top-left-radius: 10px !important;
border-bottom-left-radius: 10px !important;
border-bottom-right-radius: 10px !important;
border-top-right-radius: 10px !important;
background-color: rgba(255,255,255,0.00) !important;
background-image: none !important;
}
.Rollover1:hover {
background-color: rgba(255,255,255,0.51) !important;
background-image: none !important;
}
.PayBtn {
font-family: "Helvetica Neue", sans-serif !important;
font-size: 20pt !important;
text-align: center !important;
color: rgba(255,255,255,1.00) !important;
border-top: 1px solid rgba(255,255,255,1.00) !important;
border-left: 1px solid rgba(255,255,255,1.00) !important;
border-bottom: 1px solid rgba(255,255,255,1.00) !important;
border-right: 1px solid rgba(255,255,255,1.00) !important;
border-top-left-radius: 10px !important;
border-bottom-left-radius: 10px !important;
border-bottom-right-radius: 10px !important;
border-top-right-radius: 10px !important;
background-color: rgba(54,54,54,1.00) !important;
background-image: none !important;
}
.PayBtn:hover {
background-color: rgba(54,54,54,0.88) !important;
background-image: none !important;
}
.PayBtn:active {
background-color: rgba(54,54,54,1.00) !important;
background-image: none !important;
}
.PayBtnRoll {
font-family: "Helvetica Neue", sans-serif !important;
font-size: 20pt !important;
text-align: center !important;
color: rgba(255,255,255,1.00) !important;
border-top: 1px solid rgba(255,255,255,1.00) !important;
border-left: 1px solid rgba(255,255,255,1.00) !important;
border-bottom: 1px solid rgba(255,255,255,1.00) !important;
border-right: 1px solid rgba(255,255,255,1.00) !important;
border-top-left-radius: 10px !important;
border-bottom-left-radius: 10px !important;
border-bottom-right-radius: 10px !important;
border-top-right-radius: 10px !important;
background-color: rgba(54,54,54,0.00) !important;
background-image: none !important;
}
.PayBtnRoll:hover {
background-color: rgba(255,255,255,0.20) !important;
background-image: none !important;
}
.PayBtnText {
font-family: "Helvetica", sans-serif !important;
font-size: 18px !important;
text-align: left !important;
color: rgba(255,255,255,1.00) !important;
}
.BrownGradient {
background-color: rgba(71,40,12,1.00) !important;
background-image: none !important;
}
.CoffeeColouredTextSize22 {
font-family: "Helvetica", sans-serif !important;
font-weight: bold !important;
font-style: normal !important;
text-decoration: none !important;
font-size: 22px !important;
text-align: center !important;
color: rgba(56,49,34,1.00) !important;
border-top: 1px none rgba(182,182,182,1.00) !important;
border-left: 1px none rgba(182,182,182,1.00) !important;
border-bottom: 1px none rgba(182,182,182,1.00) !important;
border-right: 1px none rgba(182,182,182,1.00) !important;
}
.Section2 {
background-color: rgba(71,40,12,0.18) !important;
background-image: none !important;
}
.Mustard {
background-color: rgba(210,177,114,1.00) !important;
background-image: none !important;
}
.MustardLight {
border-top: 1px none rgba(182,182,182,1.00) !important;
border-left: 1px none rgba(182,182,182,1.00) !important;
border-bottom: 1px none rgba(182,182,182,1.00) !important;
border-right: 1px none rgba(182,182,182,1.00) !important;
background-color: rgba(210,177,114,0.16) !important;
background-image: none !important;
}
.MustardLight2 {
border-top: 1px none rgba(182,182,182,1.00) !important;
border-left: 1px none rgba(182,182,182,1.00) !important;
border-bottom: 1px none rgba(182,182,182,1.00) !important;
border-right: 1px none rgba(182,182,182,1.00) !important;
background-color: rgba(210,177,114,0.24) !important;
background-image: none !important;
}
.OrangeColouredTextSize40 {
font-family: "Arial", sans-serif !important;
font-weight: bold !important;
font-style: normal !important;
text-decoration: none !important;
font-size: 40px !important;
text-align: center !important;
color: rgba(156,104,7,1.00) !important;
}
.OrangeColouredTextSize30 {
font-family: "Arial", sans-serif !important;
font-weight: bold !important;
font-style: normal !important;
text-decoration: none !important;
font-size: 30px !important;
text-align: center !important;
color: rgba(156,104,7,1.00) !important;
}
.OrangeColouredHelvetica {
font-family: "Helvetica", sans-serif !important;
font-weight: normal !important;
font-style: normal !important;
text-decoration: none !important;
font-size: 19px !important;
text-align: center !important;
color: rgba(156,104,7,1.00) !important;
border-top: 1px none rgba(182,182,182,1.00) !important;
border-left: 1px none rgba(182,182,182,1.00) !important;
border-bottom: 1px none rgba(182,182,182,1.00) !important;
border-right: 1px none rgba(182,182,182,1.00) !important;
}
.Cell_OrangeColouredHelvetica {
font-family: "Helvetica", sans-serif !important;
font-weight: normal !important;
font-style: normal !important;
text-decoration: none !important;
font-size: 23px !important;
text-align: center !important;
color: rgba(156,104,7,1.00) !important;
border-top: 1px none rgba(182,182,182,1.00) !important;
border-left: 1px none rgba(182,182,182,1.00) !important;
border-bottom: 1px none rgba(182,182,182,1.00) !important;
border-right: 1px none rgba(182,182,182,1.00) !important;
}
.OrangeColouredHelBold {
font-family: "Helvetica", sans-serif !important;
font-weight: bold !important;
font-style: normal !important;
text-decoration: none !important;
font-size: 19px !important;
text-align: center !important;
color: rgba(156,104,7,1.00) !important;
border-top: 1px none rgba(182,182,182,1.00) !important;
border-left: 1px none rgba(182,182,182,1.00) !important;
border-bottom: 1px none rgba(182,182,182,1.00) !important;
border-right: 1px none rgba(182,182,182,1.00) !important;
}
.Cell_OrangeColouredHelBold {
font-family: "Helvetica", sans-serif !important;
font-weight: bold !important;
font-style: normal !important;
text-decoration: none !important;
font-size: 25px !important;
text-align: center !important;
color: rgba(156,104,7,1.00) !important;
border-top: 1px none rgba(182,182,182,1.00) !important;
border-left: 1px none rgba(182,182,182,1.00) !important;
border-bottom: 1px none rgba(182,182,182,1.00) !important;
border-right: 1px none rgba(182,182,182,1.00) !important;
}
.Helvetica20White {
font-family: "Arial", sans-serif !important;
font-weight: bold !important;
font-style: normal !important;
text-decoration: none !important;
font-size: 20pt !important;
text-align: center !important;
color: rgba(255,255,255,1.00) !important;
}
.Cell_Helvetica20White {
font-family: "Arial", sans-serif !important;
font-weight: bold !important;
font-style: normal !important;
text-decoration: none !important;
font-size: 23pt !important;
text-align: center !important;
color: rgba(255,255,255,1.00) !important;
}
.CoffeeColouredHelvetica {
font-family: "Helvetica", sans-serif !important;
font-weight: normal !important;
font-style: normal !important;
text-decoration: none !important;
font-size: 18px !important;
text-align: center !important;
color: rgba(56,49,34,1.00) !important;
border-top: 1px none rgba(182,182,182,1.00) !important;
border-left: 1px none rgba(182,182,182,1.00) !important;
border-bottom: 1px none rgba(182,182,182,1.00) !important;
border-right: 1px none rgba(182,182,182,1.00) !important;
}
.Cell_CoffeeColouredHelvetica {
font-family: "Helvetica", sans-serif !important;
font-weight: normal !important;
font-style: normal !important;
text-decoration: none !important;
font-size: 21px !important;
text-align: center !important;
color: rgba(56,49,34,1.00) !important;
border-top: 1px none rgba(182,182,182,1.00) !important;
border-left: 1px none rgba(182,182,182,1.00) !important;
border-bottom: 1px none rgba(182,182,182,1.00) !important;
border-right: 1px none rgba(182,182,182,1.00) !important;
}
.RedHelvetica18 {
font-family: "Arial", sans-serif !important;
font-weight: normal !important;
font-style: normal !important;
text-decoration: none !important;
font-size: 18px !important;
text-align: center !important;
color: rgba(251,0,28,1.00) !important;
border-top: 1px none rgba(182,182,182,1.00) !important;
border-left: 1px none rgba(182,182,182,1.00) !important;
border-bottom: 1px none rgba(182,182,182,1.00) !important;
border-right: 1px none rgba(182,182,182,1.00) !important;
}
.Cell_RedHelvetica18 {
font-family: "Arial", sans-serif !important;
font-weight: normal !important;
font-style: normal !important;
text-decoration: none !important;
font-size: 23px !important;
text-align: center !important;
color: rgba(251,0,28,1.00) !important;
border-top: 1px none rgba(182,182,182,1.00) !important;
border-left: 1px none rgba(182,182,182,1.00) !important;
border-bottom: 1px none rgba(182,182,182,1.00) !important;
border-right: 1px none rgba(182,182,182,1.00) !important;
}
.GreenHelvetica18 {
font-family: "Arial", sans-serif !important;
font-weight: normal !important;
font-style: normal !important;
text-decoration: none !important;
font-size: 18px !important;
text-align: center !important;
color: rgba(50,110,43,1.00) !important;
border-top: 1px none rgba(182,182,182,1.00) !important;
border-left: 1px none rgba(182,182,182,1.00) !important;
border-bottom: 1px none rgba(182,182,182,1.00) !important;
border-right: 1px none rgba(182,182,182,1.00) !important;
}
.GreenHelvetica20Bold {
font-family: "Arial", sans-serif !important;
font-weight: bold !important;
font-style: normal !important;
text-decoration: none !important;
font-size: 23px !important;
text-align: center !important;
color: rgba(50,110,43,1.00) !important;
border-top: 1px none rgba(182,182,182,1.00) !important;
border-left: 1px none rgba(182,182,182,1.00) !important;
border-bottom: 1px none rgba(182,182,182,1.00) !important;
border-right: 1px none rgba(182,182,182,1.00) !important;
}
.BlueHelvetica18 {
font-family: "Arial", sans-serif !important;
font-weight: normal !important;
font-style: normal !important;
text-decoration: none !important;
font-size: 18px !important;
text-align: center !important;
color: rgba(52,88,203,1.00) !important;
border-top: 1px none rgba(182,182,182,1.00) !important;
border-left: 1px none rgba(182,182,182,1.00) !important;
border-bottom: 1px none rgba(182,182,182,1.00) !important;
border-right: 1px none rgba(182,182,182,1.00) !important;
}
.CofColHelitalic {
font-family: "Helvetica", sans-serif !important;
font-weight: normal !important;
font-style: italic !important;
text-decoration: none !important;
font-size: 22px !important;
text-align: center !important;
color: rgba(56,49,34,0.85) !important;
border-top: 1px none rgba(182,182,182,1.00) !important;
border-left: 1px none rgba(182,182,182,1.00) !important;
border-bottom: 1px none rgba(182,182,182,1.00) !important;
border-right: 1px none rgba(182,182,182,1.00) !important;
}
.CoffeeColouredHelvetica15 {
font-family: "Helvetica", sans-serif !important;
font-weight: normal !important;
font-style: normal !important;
text-decoration: none !important;
font-size: 15px !important;
text-align: center !important;
color: rgba(56,49,34,1.00) !important;
border-top: 1px none rgba(182,182,182,1.00) !important;
border-left: 1px none rgba(182,182,182,1.00) !important;
border-bottom: 1px none rgba(182,182,182,1.00) !important;
border-right: 1px none rgba(182,182,182,1.00) !important;
}
.Helvetica18White {
font-family: "Helvetica", sans-serif !important;
font-weight: normal !important;
font-style: normal !important;
text-decoration: none !important;
font-size: 18px !important;
text-align: center !important;
color: rgba(255,255,255,1.00) !important;
border-top: 1px none rgba(182,182,182,1.00) !important;
border-left: 1px none rgba(182,182,182,1.00) !important;
border-bottom: 1px none rgba(182,182,182,1.00) !important;
border-right: 1px none rgba(182,182,182,1.00) !important;
}
.Helvetica16White {
font-family: "Helvetica", sans-serif !important;
font-weight: normal !important;
font-style: normal !important;
text-decoration: none !important;
font-size: 16px !important;
text-align: center !important;
color: rgba(255,255,255,1.00) !important;
border-top: 1px none rgba(182,182,182,1.00) !important;
border-left: 1px none rgba(182,182,182,1.00) !important;
border-bottom: 1px none rgba(182,182,182,1.00) !important;
border-right: 1px none rgba(182,182,182,1.00) !important;
}
.Cell_Helvetica18White {
font-family: "Helvetica", sans-serif !important;
font-weight: normal !important;
font-style: normal !important;
text-decoration: none !important;
font-size: 23px !important;
text-align: center !important;
color: rgba(255,255,255,1.00) !important;
border-top: 1px none rgba(182,182,182,1.00) !important;
border-left: 1px none rgba(182,182,182,1.00) !important;
border-bottom: 1px none rgba(182,182,182,1.00) !important;
border-right: 1px none rgba(182,182,182,1.00) !important;
}
.MyLink1 {
font-family: "Courier", "Monaco", monospace !important;
font-weight: normal !important;
font-style: normal !important;
text-decoration: underline !important;
font-size: 10pt !important;
text-align: center !important;
color: rgba(0,51,255,1.00) !important;
}
.MyLink1:hover {
color: rgba(102,153,255,1.00) !important;
}
.MyLink3 {
font-family: "Helvetica", sans-serif !important;
font-weight: normal !important;
font-style: normal !important;
text-decoration: underline !important;
font-size: 15px !important;
text-align: center !important;
color: rgba(255,255,255,1.00) !important;
}
.MyLink3:hover {
color: rgba(102,153,255,1.00) !important;
}
.MyLink4 {
font-family: "Helvetica", sans-serif !important;
font-weight: normal !important;
font-style: normal !important;
text-decoration: underline !important;
font-size: 16px !important;
text-align: center !important;
color: rgba(0,51,255,1.00) !important;
}
.MyLink4:hover {
color: rgba(102,153,255,1.00) !important;
}
.OpacityBkGrnd {
border-top: 1px none rgba(182,182,182,1.00) !important;
border-left: 1px none rgba(182,182,182,1.00) !important;
border-bottom: 1px none rgba(182,182,182,1.00) !important;
border-right: 1px none rgba(182,182,182,1.00) !important;
background-color: rgba(0,0,0,0.87) !important;
background-image: none !important;
}
.WhiteCourier18 {
font-family: "Courier New", sans-serif !important;
font-weight: normal !important;
font-style: normal !important;
text-decoration: none !important;
font-size: 18px !important;
text-align: center !important;
color: rgba(255,255,255,1.00) !important;
border-top: 1px none rgba(182,182,182,1.00) !important;
border-left: 1px none rgba(182,182,182,1.00) !important;
border-bottom: 1px none rgba(182,182,182,1.00) !important;
border-right: 1px none rgba(182,182,182,1.00) !important;
}
.WhiteCourier20 {
font-family: "Courier New", sans-serif !important;
font-weight: normal !important;
font-style: normal !important;
text-decoration: none !important;
font-size: 20px !important;
text-align: center !important;
color: rgba(255,255,255,1.00) !important;
border-top: 1px none rgba(182,182,182,1.00) !important;
border-left: 1px none rgba(182,182,182,1.00) !important;
border-bottom: 1px none rgba(182,182,182,1.00) !important;
border-right: 1px none rgba(182,182,182,1.00) !important;
}
.InviteSendBtn {
font-family: "Helvetica", sans-serif !important;
font-size: 20pt !important;
text-align: center !important;
color: rgba(12,12,12,1.00) !important;
border-top: 1px solid rgba(58,58,58,1.00) !important;
border-left: 1px solid rgba(58,58,58,1.00) !important;
border-bottom: 1px solid rgba(58,58,58,1.00) !important;
border-right: 1px solid rgba(58,58,58,1.00) !important;
border-top-left-radius: 10px !important;
border-bottom-left-radius: 10px !important;
border-bottom-right-radius: 10px !important;
border-top-right-radius: 10px !important;
background-color: rgba(255,255,255,0.00) !important;
background-image: none !important;
}
.InviteSendBtn:hover {
background-color: rgba(110,110,110,0.51) !important;
background-image: none !important;
}
.InviteSendBtn:active {
background-color: rgba(110,110,110,0.84) !important;
background-image: none !important;
}
.CoffeeColouredCourierSml {
font-family: "Courier", "Monaco", monospace !important;
font-weight: normal !important;
font-style: normal !important;
text-decoration: none !important;
font-size: 16px !important;
text-align: center !important;
color: rgba(14,14,14,1.00) !important;
border-top: 1px none rgba(182,182,182,1.00) !important;
border-left: 1px none rgba(182,182,182,1.00) !important;
border-bottom: 1px none rgba(182,182,182,1.00) !important;
border-right: 1px none rgba(182,182,182,1.00) !important;
}
.CoffeeColouredCourierHeadingSml {
font-family: "Courier New", "Courier", "Monaco", monospace !important;
font-weight: bold !important;
font-style: normal !important;
text-decoration: none !important;
font-size: 20px !important;
text-align: center !important;
color: rgba(56,49,34,1.00) !important;
border-top: 1px none rgba(182,182,182,1.00) !important;
border-left: 1px none rgba(182,182,182,1.00) !important;
border-bottom: 1px none rgba(182,182,182,1.00) !important;
border-right: 1px none rgba(182,182,182,1.00) !important;
}
.RHyellowbkground {
border-top: 1px solid rgba(182,182,182,1.00) !important;
border-left: 1px none rgba(182,182,182,1.00) !important;
border-bottom: 1px none rgba(182,182,182,1.00) !important;
border-right: 1px none rgba(182,182,182,1.00) !important;
background-color: rgba(246,240,227,1.00) !important;
background-image: none !important;
}
.robertharristext {
font-family: "Verdana", "Arial", sans-serif !important;
font-weight: normal !important;
font-style: normal !important;
text-decoration: none !important;
font-size: 18px !important;
text-align: center !important;
border-top: 1px none rgba(182,182,182,1.00) !important;
border-left: 1px none rgba(182,182,182,1.00) !important;
border-bottom: 1px none rgba(182,182,182,1.00) !important;
border-right: 1px none rgba(182,182,182,1.00) !important;
}
.robertharristextHeader {
font-family: serif !important;
font-weight: bold !important;
font-style: normal !important;
text-decoration: none !important;
font-size: 25px !important;
text-align: center !important;
border-top: 1px none rgba(182,182,182,1.00) !important;
border-left: 1px none rgba(182,182,182,1.00) !important;
border-bottom: 1px none rgba(182,182,182,1.00) !important;
border-right: 1px none rgba(182,182,182,1.00) !important;
}
.ListBoxCentered {
font-family: "Arial", sans-serif !important;
font-size: 18px !important;
text-align: center !important;
border-top: 1px none rgba(182,182,182,1.00) !important;
border-left: 1px none rgba(182,182,182,1.00) !important;
border-bottom: 1px none rgba(182,182,182,1.00) !important;
border-right: 1px none rgba(182,182,182,1.00) !important;
}
.Cell_ListBoxCentered {
font-family: "Arial", sans-serif !important;
font-size: 21px !important;
text-align: center !important;
border-top: 1px none rgba(182,182,182,1.00) !important;
border-left: 1px none rgba(182,182,182,1.00) !important;
border-bottom: 1px none rgba(182,182,182,1.00) !important;
border-right: 1px none rgba(182,182,182,1.00) !important;
}
.LogField {
font-family: "Courier New", sans-serif !important;
font-weight: normal !important;
font-style: normal !important;
text-decoration: none !important;
font-size: 11pt !important;
color: rgba(0,224,0,1.00) !important;
border-top: 1px none rgba(182,182,182,1.00) !important;
border-left: 1px none rgba(182,182,182,1.00) !important;
border-bottom: 1px none rgba(182,182,182,1.00) !important;
border-right: 1px none rgba(182,182,182,1.00) !important;
background-color: rgba(0,0,0,1.00) !important;
background-image: none !important;
}
.BusLogin {
font-family: "Helvetica", sans-serif !important;
font-weight: normal !important;
font-style: normal !important;
text-decoration: none !important;
font-size: 20px !important;
text-align: left !important;
color: rgba(56,49,34,1.00) !important;
border-top: 1px none rgba(182,182,182,1.00) !important;
border-left: 1px none rgba(182,182,182,1.00) !important;
border-bottom: 1px none rgba(182,182,182,1.00) !important;
border-right: 1px none rgba(182,182,182,1.00) !important;
}
.AdminMenuDark {
border-top: 1px solid rgba(220,220,220,0.99) !important;
border-left: 1px none rgba(182,182,182,1.00) !important;
border-bottom: 1px solid rgba(220,220,220,1.00) !important;
border-right: 1px none rgba(182,182,182,1.00) !important;
background-color: rgba(41,41,41,0.90) !important;
background-image: none !important;
}
.AdminMenuDark:hover {
background-color: rgba(41,41,41,0.78) !important;
background-image: none !important;
}
.AdminMenuDark:active {
background-color: rgba(41,41,80,0.89) !important;
background-image: none !important;
}
.AdminMenulight {
border-top: 1px none rgba(182,182,182,1.00) !important;
border-left: 1px none rgba(182,182,182,1.00) !important;
border-bottom: 1px none rgba(182,182,182,1.00) !important;
border-right: 1px none rgba(182,182,182,1.00) !important;
background-color: rgba(227,227,227,1.00) !important;
background-image: none !important;
}
.AdminMenulight:active {
background-color: rgba(41,41,80,0.89) !important;
background-image: none !important;
}
.AdminMenuChoices2 {
font-family: "Helvetica", sans-serif !important;
font-weight: bold !important;
font-style: normal !important;
text-decoration: none !important;
font-size: 12pt !important;
text-align: center !important;
color: rgba(255,255,255,1.00) !important;
border-top: 1px solid rgba(255,255,255,1.00) !important;
border-left: 1px solid rgba(255,255,255,1.00) !important;
border-bottom: 1px solid rgba(255,255,255,1.00) !important;
border-right: 1px solid rgba(255,255,255,1.00) !important;
padding-top: 6px !important;
border-top-left-radius: 5px !important;
border-bottom-left-radius: 5px !important;
border-bottom-right-radius: 5px !important;
border-top-right-radius: 5px !important;
}
.AdminMenuChoices2:hover {
font-weight: normal !important;
font-style: italic !important;
text-decoration: none !important;
}
.AdminMenuChoices2:active {
}
.BlackRoundShape {
font-family: "Helvetica", sans-serif !important;
font-size: 20pt !important;
text-align: center !important;
color: rgba(255,255,255,1.00) !important;
border-top-left-radius: 25px !important;
border-bottom-left-radius: 25px !important;
border-bottom-right-radius: 25px !important;
border-top-right-radius: 25px !important;
background-color: rgba(16,16,16,1.00) !important;
background-image: none !important;
}