
a {
  color: #ffb700;
  text-decoration: none;
}

body {
  /*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/background_home.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/background_home.jpg', sizingMethod='scale')";*/
  background: #234444 url(/images/back-random-grey-variations.png);
  background: url('/images/back-random-grey-variations.png'), -webkit-gradient(linear, right top, left top, from(#234444) , to(#1A635D));
  background: url('/images/back-random-grey-variations.png'), linear-gradient(to left, #234444 , #1A635D);
  /*background: url(/images/background_home.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
}

#header {
  background-color:rgba(39, 39, 39, 1); /*0.75);*/
  border-bottom: 2px solid rgba(0, 153, 153, 1); /*0.5);*/
  -webkit-box-shadow: 0px 2px 6px #272727;
          box-shadow: 0px 2px 6px #272727;
}

.logo {
  background: url(/images/logo.png) no-repeat left center;
  background-size: 56px;
}

.brand {
  color: #fff;
  font-family: Verdana, sans-serif;
}

.brand a
{
	color: #fff;
}

.rtbFirst
{
	text-transform: uppercase;
	font-weight: bold;
}

.rtbRest
{
	text-transform: uppercase;
	font-weight: bold;
}

.rtbName
{
	position: relative;
	fill: #fff;
}

.rtbTrade
{
	position: relative;
	top: -5px;
}

@media screen and (min-width: 750px)
{
	.rtbFirst
	{
		font-size: 1.6em;
	}

	.rtbRest
	{
		font-size: 1.15em;
	}

	.rtbName
	{
		width: 12.1em;
		top: 0.25em;
		left: 0.12em;
	}

	.rtbName::first-letter
	{
		font-size: 1.4em;
	}

	.rtbTrade
	{
		font-size: 0.7em;
	}

	.siteMenu
	{
		font-family: OpenSans, Verdana, sans-serif;
		font-size: 1.1em;
		color: #FFF;
	}
	.siteMenuTopItem
	{
		color: #FFF;
		text-decoration: none;
	}

	.siteMenu a
	{
		color: #FFF;
	}

	/*--- DROPDOWN ---*/
	.siteMenu ul
	{
		font-size: 0.8em;
		-webkit-box-shadow: 0px 2px 6px #272727;
		        box-shadow: 0px 2px 6px #272727;
	}

	.siteMenuItem, .siteMenuItemLast
	{
		/*border-left: solid 1px #093a3a;*/
	}

	#siteMenuItemSelected
	{
		/*background-color: #093a3a;*/
		background-color: rgba(0, 153, 153, 1); /*0.5);*/
		border-bottom: solid 2px #ffb700;
	}

	.siteMenuItem button:hover, #siteMenuItemSelected:hover
	{
		background-color: #2b5c5c;
		border-bottom: none;
	}

	/*.siteMenuItem:hover, .siteMenuItemLast:hover
	{
		background-color: #2b5c5c;
		padding-bottom: 4px;
	}*/

	/*--- DROPDOWN ---*/
	.siteMenu ul
	{
		background-color: rgba(39, 39, 39, 1); /*0.75);*/
		/*background-color: #0c1e1e;*/
		/*background:rgba(255,255,255,0);*/ /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	}
	.siteMenu ul
	{
		border-left: solid 2px #2b5c5c;
		border-right: solid 2px #2b5c5c;
		border-bottom: solid 2px #2b5c5c;
	}

	#siteMenuListItemSelected
	{
		background-color: #b67a00;
	}

	.siteMenuItem ul li:hover, #siteMenuListItemSelected:hover
	{
		background-color: #740;
	}

	.siteMenuItemLast:hover ul
	{
		border-right: none;
	}
	.siteMenu li:hover
	{
		background-color: rgba(39, 39, 39, 1.0);
		/*background-color: #2b5c5c;*/
	}

	.siteUserMenu a
	{
		color: #FFF;
	}

	.rtb_col_1_of_2
	{
		width: 60%;
		float: left;
		height: 100%;
	}

	.rtb_col_2_of_2
	{
		width: 40%;
		float: left;
		clear: right;
		height: 100%;
	}

	.rtbCol
	{
		border: solid 2px #2b5c5c;
	}
}

@media only screen and (max-width: 750px)
{
	#reset
	{
		width: 100%;
	}

	.rtbName
	{
		width: 8.4em;
		top: 0.10em;
		left: 0.12em;
	}

	.menuButton
	{
		color: #000;
		background: url(/images/mini_menu.png) no-repeat 10px center;
		background-size: 16px 16px;
		border: solid 1px #666;
	}
	.menuButton:hover
	{
		border-color: #fff;
	}

	.menuButton:focus
	{
		border-color: #ffb700;
	}

	.siteMenu
	{
		font-family: OpenSans, Verdana, sans-serif;
		font-size: 1.1em;
		background-color: rgba(39, 39, 39, 1.0); /*0.75);*/
		border: solid 1px rgba(0, 153, 153, 1);
		-webkit-box-shadow: 0px 2px 6px #272727;
		        box-shadow: 0px 2px 6px #272727;
	}

	.siteMenu:after
	{
		border-style: solid;
		border-color: rgba(0, 153, 153, 1) transparent;
	}

	.siteMenu:hover,
	.menuButton:focus + .siteMenu /* Display the dropdown on hover */
	{
		display: block;
		-webkit-animation: simpleFade 0.20s;
		animation:         simpleFade 0.20s;
	}

	.siteMenuTopItem
	{
		color: #FFF;
	}
	.siteMenuItem button
	{
		background-color: #1c3e3e;
	}
	.siteMenuItem a
	{
		display: inline-block;
		min-width: 100%;
		min-height: 100%;
	}
	.siteMenuItem ul
	{
		font-size: 0.8em;
	}
	#siteMenuItemSelected button
	{
		background-color: rgba(0, 153, 153, 1);
	}
	#siteMenuListItemSelected
	{
		background-color: #b67a00;
	}
	#siteMenuListItemSelected a
	{
		color: #fff;
	}

	.siteMenuItem ul li:hover, #siteMenuListItemSelected:hover
	{
		background-color: #740;
		color: fff;
	}

	.rtb_col_1_of_2
	{
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.rtb_col_2_of_2
	{
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.rtbCol
	{
		border-top: solid 2px #2b5c5c;
		border-bottom: solid 2px #2b5c5c;
	}

	.messageBox
	{
		/*
		border-top: solid 2px #2b5c5c;
		border-bottom: solid 2px #2b5c5c;*/
	}

	.rtbTblUser::before { content: "User: "; }
	.rtbTblAddress::before { content: "Address: "; }
	.rtbTblAddDate::before { content: "Date Added: "; }
	.rtbTblTestDate::before { content: "Test Date: "; }
	.rtbTblStatus::before { content: "Status: "; }
	.rtbTblResult::before { content: "Result: "; }

	.rtbTable td
	{
		border-top: 1px solid #1C7D7D;
	}
}

	/* User Menu */

	.siteUserMenu
	{
		font-family: OpenSans, Verdana, sans-serif;
		font-size: 1.1em;
		color: #FFF;
	}

	.siteUserMenuItem
	{
		width: 56px;
		height: 56px;
		cursor: pointer;
	}

	.siteUserMenuImage
	{
		background-color: #ECF3F7;
		color: #000;
		font-size: 1.6em;
	}

	/*--- DROPDOWN ---*/
	.siteUserMenu ul
	{
		font-size: 0.8em;
	}

	/*--- DROPDOWN ---*/
	.siteUserMenu ul
	{
		background-color: rgba(39, 39, 39, 1.0); /*0.75);*/
		/*background-color: #0c1e1e;*/
		/*background:rgba(255,255,255,0);*/ /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	}
	.siteUserMenu ul
	{
		border-left: solid 2px #2b5c5c;
		border-bottom: solid 2px #2b5c5c;
	}
	.siteUserMenu li ul li:hover
	{
		/*background-color: rgba(39, 39, 39, 1.0);*/
		background-color: #740;
		/*background-color: #2b5c5c;*/
	}

.rtbCol
{
	background-color: rgba(39, 39, 39, 0.75);
}

.messageBox
{
	color: #fff;
	font-family: OpenSans, verdana, sans-serif;
	font-size: 0.9em;
	/*background-color: rgba(39, 39, 39, 0.75);*/
}

.messageBox h2
{
	font-size: 1.3em;
}

.messageBox hr
{
	background-color: #c2dbdb;
}

#signIn h1
{
  font-size: 2.4em;
}

.rtbToolBarIcon
{
	background-color: rgb(0, 153, 153);
	color: #c2dbdb;
	border-width: 1px;
	padding: 2px 10px 2px 10px;
	border-radius: 3px;
}

.rtbToolBarIcon:disabled,
.rtbToolBarIcon[disabled]{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}

.rtbInput
{
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f8),to(#ffffff));
	background: linear-gradient(to bottom, #f7f7f8 0%,#ffffff 100%);
	border-radius: 3px;
	border: none;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset, 0 -1px 0 rgba(0,0,0,0.05) inset;
	        box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset, 0 -1px 0 rgba(0,0,0,0.05) inset;
	font-family: "Helvetica Neue", sans-serif;
	font-size: 13px;
	color: #222;
	position: relative;
	margin: 0 auto 0 auto;
	max-width: 100%;
	margin-bottom: 15px;
	padding: 5px;
}

.rtbTextArea
{
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
}

.rtbInput:disabled
{
	background: -webkit-gradient(linear, left top, left bottom, from(#999),to(#AAA));
	background: linear-gradient(to bottom, #999 0%,#AAA 100%);
	color: #444;
	cursor: not-allowed;
}

input[type=text]#rtbUser {
  background: url(/images/user.png) 9px 11px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#f7f7f8),to(#ffffff));
  background: url(/images/user.png) 9px 11px no-repeat, linear-gradient(to bottom, #f7f7f8 0%,#ffffff 100%);
  border-radius: 3px;
  border: none;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset, 0 -1px 0 rgba(0,0,0,0.05) inset;
          box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset, 0 -1px 0 rgba(0,0,0,0.05) inset;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 13px;
  color: #222;
  position: relative;
  height: 36px;
  width: 88%;
  padding-left: 12%;
  max-width: 250px;
  margin-bottom: 15px;
}

input[type=password]#rtbPass {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAPCAQAAACCCB01AAAAV0lEQVQIW2NgYDg74ex/MJzAAOU0nHUA0xMYIOJA7gIQC8KFQwzuASTuAoazAmc/QDkXzgqAzBaAKoQBoDgKF2IJlCNwtgCVi1/xAyD3AUI2AGh3AYgFAImLeCPFitxPAAAAAElFTkSuQmCC') 12px 11px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#f7f7f8),to(#ffffff));
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAPCAQAAACCCB01AAAAV0lEQVQIW2NgYDg74ex/MJzAAOU0nHUA0xMYIOJA7gIQC8KFQwzuASTuAoazAmc/QDkXzgqAzBaAKoQBoDgKF2IJlCNwtgCVi1/xAyD3AUI2AGh3AYgFAImLeCPFitxPAAAAAElFTkSuQmCC') 12px 11px no-repeat, linear-gradient(to bottom, #f7f7f8 0%,#ffffff 100%);
  border-radius: 3px;
  border: none;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset, 0 -1px 0 rgba(0,0,0,0.05) inset;
          box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset, 0 -1px 0 rgba(0,0,0,0.05) inset;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 13px;
  color: #222;
  position: relative;
  height: 36px;
  width: 88%;
  padding-left: 12%;
  max-width: 250px;
  margin-bottom: 15px;
}

input[type=submit]#rtbLogin {
  background: 12px 11px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#099),to(#006161));
  background: 12px 11px no-repeat, linear-gradient(to bottom, #099 0%,#006161 100%);
  background-color: rgb(0, 153, 153);
  border-radius: 3px;
  border: none;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset, 0 -1px 0 rgba(0,0,0,0.05) inset;
          box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset, 0 -1px 0 rgba(0,0,0,0.05) inset;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #ddd;
  position: relative;
  height: 36px;
  width: 100px;
  border: 1px solid #ffb700;
  margin-bottom: 8px;
  cursor: pointer;
}

input[type=checkbox]#rtbRemember {
	margin-bottom: 15px;
}

.signInForm {
  text-align: center;
}

.rtbSoftwareDownload {
	text-align: center;
}

.rtbSoftwareDownload h1 {
	margin: 0px;
	white-space: word-spacing;
}

.rtbSoftwareDownload h2 {
	color: #aaa;
	margin: 0px 10px 10px 0px;
	font-size: 0.9em;
}

.rtbDownloadBtn {
  background: 12px 11px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#b67a00), to(#740));
  background: 12px 11px no-repeat, linear-gradient(to bottom, #b67a00 0%, #740 100%);
  background-color: rgb(0, 153, 153);
  border-radius: 3px;
  border: none;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset, 0 -1px 0 rgba(0,0,0,0.05) inset;
          box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset, 0 -1px 0 rgba(0,0,0,0.05) inset;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #ddd;
  position: relative;
  padding: 13px;
  width: 100%;
  max-width: 250px;
  border: 1px solid #099;
  margin-bottom: 8px;
  cursor: pointer;
  display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.rtbSoftwareView
{
	background-size: 100%; /*  top center no-repeat; */
	background-repeat: no-repeat;
	margin: 0px auto;
	border-radius: 5px;
	max-width: 450px;
}

.rtbSoftwareView img
{
	display: block;
	width: 100%;
	visibility: hidden;
	max-width: 450px;
}

.rtbSoftwareNotes
{
	font-size: 0.7em;
	color: #aaa;
	margin: 0;
	padding: 0;
}

.rtbAddBtn {
  background: 12px 11px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#b67a00), to(#740));
  background: 12px 11px no-repeat, linear-gradient(to bottom, #b67a00 0%, #740 100%);
  background-color: rgb(0, 153, 153);
  border-radius: 3px;
  border: none;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset, 0 -1px 0 rgba(0,0,0,0.05) inset;
          box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset, 0 -1px 0 rgba(0,0,0,0.05) inset;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #ddd;
  position: relative;
  padding: 13px;
  max-width: 250px;
  border: 1px solid #099;
  margin-bottom: 8px;
  cursor: pointer;
  display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.rtbTable
{
	width: 100%;
}

.rtbTable th
{
	background-color: #1C7D7D;
}

.rtbTableItemGreen
{
	background-color: #060;
}

.rtbTableItemYellow
{
	background-color: #660;
}

.rtbTableItemRed
{
	background-color: #600;
}

.rtbTableItemBlue
{
	background-color: #006;
}

.key
{
	display: table;
	margin: 0 auto;
}

.keyHeader
{
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}

.keyItem
{
	padding: 3px;
	margin: 3px;
}

.keyColor
{
	border-left: #fff solid 20px;
}

.rtbScrollable
{
	overflow-x: auto;
}

.rtbAlert
{
		position: absolute;
		margin-top: -1.9em;
		left: 0em;
		padding: 0.4em;
		background-color: #ffff3e;
		text-align: left;
		font-weight: bold;
		color: #000;
		width: 100%;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		text-overflow: ellipsis;
		overflow-x: hidden;
		white-space: nowrap;
}

.rtbAlert a
{
	color: #815200;
}

.stationItem
{
	border-radius: 3px;
	border: 1px solid #099;
	margin-top: 5px;
	margin-bottom: 5px;
}

.stationItem a
{
	font-weight: bold;
	display: inline-block;
	width: 100%;
	font-size: 1.5em;
	line-height: 50px;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: -5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.stationNotification
{
	background-color: green;
	border: 1px solid #0a0;
}

.stationNotificationArea
{
	position: absolute;
	min-width: 2em;
	min-height: 2em;
	border-radius: 1em;
	display: inline-block;
	line-height: 2em;
	text-align: center;
	font-size: 1.2em;
	font-weight:bold;
	font-family: OpenSans;
	cursor: pointer;
	margin-top: 0.5em;
	right: 1em;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	color: #fff;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.stationItem input
{
		display: none;
}

.stationNotificationWarning
{
	background-color: #ceb52a;
	border: 1px solid #f3f36f;
}

.stationNotificationError
{
	background-color: red;
	border: 1px solid #a00;
}

.stationItem input:checked + .serverItemList
{
	background-color: #333;
	display: block;
	opacity: 1;
}

.serverItemList
{
	display: none;
	opacity: 0;
	background-color: #333;
}

.serverItem
{
	width: 100%;
	border-top: solid 1px #666;
	padding: 0.5em;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.serverItem span
{
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 80%;
}

.serverItemDown
{
	color: red;
}

.serverItemLogo
{
	display: inline-block;
	min-width: 0.8em;
}

.serverItemLogo img
{
	min-height: 1em;
	max-height: 1em;
	stroke: #fff;
	max-width: 0.9em;
}

.serverItemListeners
{
	float: right;
	position: relative;
	right: 1em;
}

.rtbReportTable
{
	width: 100%;
}

.rtbReportTable th
{
	background-color: #1C7D7D;
}

.rtbStats div
{/*
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;*/
}

.rtbStatsLabel
{
	display: inline-block;
	min-width: 100px;
}

.rtbStatsEntry
{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.rtbGreen
{
	color: #0F0;
}

.rtbRed
{
	color: #F00;
}

.rtbYellow
{
	color: #FF0;
}

.rtbBold
{
	font-weight: bold;
}

.bgCol a
{
	background-color: #b67a00;
}

.bgColAlt a
{
	background-color: #740;
}

.rtbStatsSong
{
	display: table-cell;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 100px;
}

.rtbHost
{
	padding: 10px;
	border: #666 solid 1px;
	margin: 5px 5px 0px 0px;
}

.rtbHost a
{
	color: #fff;
}

.rtbHostHighLine
{
	float: left;
	width: 100%;
}

.rtbHostName
{
	padding-right: 5px;
	font-size: 1.3em;
}

.rtbHostDescription
{
	position: relative;
	top: 5px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 50%;
}

.rtbHostServices
{
	float: right;
}

.rtbHostCurrentState
{
	float: right;
}

.siteMessageNotifier
{
	font-family: OpenSans, Verdana, sans-serif;
	font-size: 0.75em;
	color: #fff;
}

.siteMessage
{
	font-family: OpenSans, Verdana, sans-serif;
	font-size: 0.75em;
	background-color: #000;
	color: #fff;
	-webkit-box-shadow: 0px 0px 15px #272727;
	        box-shadow: 0px 0px 15px #272727;
	border: 0.1em solid #aaa;
	border-radius: 0.2em;
}

.notifyAlert
{
	top: -15px;
	position: relative;
	right: -10px;
	background-color: rgb(209, 1, 1);
	border-radius: 5px;
	min-width: 20px;
	min-height: 17px;
	max-width: 5px;
	font-size: 0.6em;
	padding-top: 3px;
	text-align: center;
	font-weight: bold;
}

.notification
{
	padding: 5px;
	cursor: pointer;
}

.notificationMsgIcon
{
	float: left;
	padding-right: 5px;
}

.notificationMsgIcon img
{
	max-width: 20px;
	max-height: 20px;
	border-radius: 5px;
}

.notificationMsgBody
{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.notificationMsgTime
{
	font-size: smaller;
	padding-left: 0.5em;
}

.cc-info
{
	background-color: #666;
	border-radius: 1em;
	width: 19em;
	margin: 0 auto;
	padding: 1em;
	text-align: center;
}

.cc-info > div
{
	display: table;
	margin: 0 auto;
	text-align: left;
}

.cc-info label
{
  display: inline-block;
  padding-right: 5px;
}

.cc-info input[type=text]
{
  border-radius: 3px;
  border: none;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset, 0 -1px 0 rgba(0,0,0,0.05) inset;
          box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset, 0 -1px 0 rgba(0,0,0,0.05) inset;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 13px;
  color: #222;
  position: relative;
  height: 36px;
  padding-left: 30px;
  max-width: 250px;
  margin-bottom: 15px;
}

.cc-number
{
  background: url(/images/user.png) 9px 11px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#f7f7f8),to(#ffffff));
  background: url(/images/user.png) 9px 11px no-repeat, linear-gradient(to bottom, #f7f7f8 0%,#ffffff 100%);
}

.progressBar
{
	background: 12px 11px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#b67a00), to(#740));
	background: 12px 11px no-repeat, linear-gradient(to bottom, #b67a00 0%, #740 100%);
	border-radius: 3px;
	border: none;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset, 0 -1px 0 rgba(0,0,0,0.05) inset;
	        box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset, 0 -1px 0 rgba(0,0,0,0.05) inset;
	font-family: "Helvetica Neue", sans-serif;
	font-size: 13px;
	color: #EEE;
	position: relative;
	height: 36px;
	padding: 0 0px 0 0px;
	max-width: 260px;
	width: 260px;
	line-height: 36px;
	margin-bottom: 15px;
}

.progressBarSweep
{
	font-family: "Helvetica Neue", sans-serif;
	font-size: 13px;
	color: #EEE;
	border: none;
	background: 12px 11px no-repeat, -webkit-gradient(linear, left top, left bottom, from(aqua), to(#1C7D7D));
	background: 12px 11px no-repeat, linear-gradient(to bottom, aqua 0%, #1C7D7D 100%);
	border-radius: 3px;
	height: 36px;
	display: block;
	white-space: nowrap;
	font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
	cursor: pointer;
}

.progressBarSweepDelete
{
	background: 12px 11px no-repeat, -webkit-gradient(linear, left top, left bottom, from(red), to(#900)) !important;
	background: 12px 11px no-repeat, linear-gradient(to bottom, red 0%, #900 100%) !important;
}

#footer
{
  background-color:rgba(39, 39, 39, 0.5);
  font-family: OpenSans, Verdana, sans-serif;
  font-size: 0.7em;
  color: #FFF;
 }

 .rtbName
 {
 	/*-moz-animation: bugfix 0.001s;*/
 }
