@charset "UTF-8";

@font-face {
font-family: brandon medium;
src: url(fonts/BrandonGrotesque-Regular.otf);
}

@font-face {
font-family: brandon bold;
src: url(fonts/BrandonGrotesque-Bold.otf);
}

@font-face {
font-family: ARB-187 MODERN CAPS;
src: url(fonts/ARB-187ModerneCapsAUG47CASNormal.otf);
}

@font-face {
font-family: brandon regular;
src: url(fonts/BrandonGrotesque-Regular.otf);
}

@viewport{
    zoom: 1.0;
    width: device-width;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td
{
	padding: 0;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
}
fieldset,img
{
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var
{
	font-style: normal;
	font-weight: normal;
}
li
{
	list-style: none;
}
caption
{
	text-align: left;
}
h1,h2,h3,h4,h5,h6
{
	font-size: 100%;
	font-weight: normal;
}

input,textarea,select
{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	outline: none;
	resize: none;
	margin-bottom: 5px;
}

body
{
	color: #211922;
	font-family: brandon bold,"helvetica neue",arial,sans-serif;
	font-size: 12px;
	background: #f7f5f5 url(https://fr-sysimg.s3.amazonaws.com/paper.jpg) repeat;
}

em
{
	font-style: italic;
}
strong
{
	font-weight: bold;
}
h1
{
	font-size: 2em;
}
h2
{
	font-size: 1.5em;
	padding: 0 0 8px;
}
h1, h2
{
	font-weight: bold;
	letter-spacing: -0.0125em;
}
p
{
	line-height: 1.3em;
}
.small {
	font-size: 60%;
}
.big {
	font-size: 150%;
	word-break: break-all;
}
a
{
	color: #000;
	outline: none;
	text-decoration: none;
}
a:hover
{
	color: #cb2027;
	text-decoration: underline;
}
textarea, input
{
	background: #fcf9f9;
	border: 1px solid;
	border-color: #ddd #e1dfdf #d1cdcd;
	box-shadow: inset 0 0 2px rgba(255,255,255,0.75);
	color: #8c7e7e;
	line-height: 1em;
	moz-box-shadow: inset 0 0 2px rgba(255,255,255,0.75);
	padding: 5px;
	webkit-box-shadow: inset 0 0 2px rgba(255,255,255,0.75);
}
textarea:focus, input:focus
{
	background-color: #fff;
	box-shadow: inset 0 1px 1px rgba(34,29,29,0.1);
	moz-box-shadow: inset 0 1px 1px rgba(34,29,29,0.1);
	webkit-box-shadow: inset 0 1px 1px rgba(34,29,29,0.1);
}
.hidden
{
	display: none !important;
}
.highlighted
{
	background-color: #ff0 !important;
	color: #211922;
}
.error
{
	color: #f00 !important;
	font-size: 18px;
	font-weight: 300;
}
.clear
{
	clear: both !important;
}
.noFloat
{
	float: none !important;
}
.floatRight
{
	float: right !important;
}
.floatLeft
{
	float: left !important;
}

.invisible
{
	visibility: hidden !important;
}
.red
{
	color: red !important;
}
.noscroll
{
	overflow: hidden !important;
}
.noscroll.extraScroll
{
	margin-right: 15px;
}
.clearfix:after
{
	clear: both;
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
}
.ImgLink
{
	background-color: #fff;
	display: block;
}
.ImgLink:active
{
	background-color: #221919;
}
.ImgLink img
{
	display: block;
	margin: 0 auto;
}
.ImgLink:hover img,
.ImgLink:active img
{
	filter: alpha(opacity=90);
	opacity: .9;
}


.LiquidContainer
{
	margin: 0 auto;
}
.FixedContainer
{
	margin: 0 auto;
	width: 852px;
}
.FixedContainer .StaticForm
{
	margin-top: 96px;
}
.pinFixedContainer
{
	margin: 0 auto;
	width: 800px;
}
#wrapper
{
	border: none;
	margin: 0 auto;
	position: relative;
	width: auto;
}
.BoardLayout
{
	opacity: 0;
}
#ColumnContainer
{
	margin: 10px auto 0;
	min-height: 500px;
	position: relative;
	text-align:center;
}
#ContextBar + #ColumnContainer
{
	margin-top: 15px;
}
.Button.Indicator
{
	border-width: 0;
	box-shadow: 0 0 #fff;
	display: block;
	font-size: 15px;
	moz-box-shadow: 0 0 #fff;
	position: fixed;
	text-align: center;
	webkit-box-shadow: 0 0 #fff;
	z-index: 4;
}
.Button.Indicator span
{
	border-width: 0;
	box-shadow: 0 1px 3px rgba(34,25,25,0.5);
	moz-box-shadow: 0 1px 3px rgba(34,25,25,0.5);
	webkit-box-shadow: 0 1px 3px rgba(34,25,25,0.5);
}
#NewIndicator
{
	left: -3px;
	moz-transition: left 1s ease-in-out;
	padding: 10px;
	top: 88px;
	webkit-transition: left 1s ease-in-out;
	width: 145px;
}
#NewIndicator.Offscreen
{
	left: -175px;
	moz-transition-duration: 250ms;
	webkit-transition-duration: 250ms;
}
#ScrollToTop
{
	bottom: -10px;
	moz-transition: bottom 250ms ease-in-out;
	padding: 20px 10px 30px;
	right: 15px;
	webkit-transition: bottom 250ms ease-in-out;
	width: 50px;
	z-index: 140;
}
#ScrollToTop.Offscreen
{
	bottom: -100px;
	moz-transition-duration: 250ms;
	webkit-transition-duration: 250ms;
}
#LoadingPins
{
	border: double rgba(34,25,25,0.14);
	border-width: 3px 0;
	display: none;
	font-weight: bold;
	margin-bottom: 15px;
	padding: 15px 0;
	text-align: center;
}
#LoadingPins img
{
	display: inline-block;
	margin-right: 6px;
}
#LoadingPins span
{
	font-size: 1.3em;
}

#mmenu #UserImg {
    float: left;
    height: 30px;
    width: 30px;
    padding-right: 5px;
    padding-top: 5px;
}

.pin
{
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	font-size: 11px;
	moz-box-shadow: 0 1px 2px rgba(34,25,25,0.4);
	padding: 10px 3px 0px;
	position: unset;
	webkit-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	width: 215px;
	border-radius: 10px;
	overflow:hidden;
	margin: 10px;
	display: inline-block;
	vertical-align: top;
}
.pin .PriceContainer
{
	height: 110px;
	left: -15px;
	overflow: hidden;
	position: absolute;
	top: -15px;
	width: 110px;
	z-index: 2;
}
.pin .price
{
	background-color: #f2f0f0;
	color: #524d4d;
	font-size: 11px;
	height: 22px;
	left: -28px;
	moz-transform: rotate(-45deg);
	ms-transform: rotate(-45deg);
	o-transform: rotate(-45deg);
	overflow: hidden;
	padding-top: 8px;
	position: absolute;
	text-align: center;
	top: 19px;
	webkit-transform: rotate(-45deg);
	width: 125px;
	z-index: 2;
}
.pin .ImgLink
{
	position: relative;
}
.pin .ImgLink:hover
{
	text-decoration: none;
}
.pin .ImgLink img
{
	max-width: 100%;
	opacity: 1;
	webkit-transition: opacity 0.3s;
	border-radius: 10px;
}
.pin .ImgLink img.lazy
{
	opacity: 0;
}
.pin .PinImage
{
	background-color: #f2f0f0;
}
.pin .PinImageImg
{
	background-color: #f2f0f0;
	width: 100%;
	height: auto;
}
.pin .video
{
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 1;
}

.pin .pinTools img {
  margin: 1px;
}

.pin .description
{
	font-size: 16px;
	margin: 0px;
	overflow: hidden;
	text-align: center;
	word-wrap: break-word;
	font-family: brandon regular;}
.pin .BusName
{
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	overflow: hidden;
	text-align: center;
	word-wrap: break-word;
}
.pin .CouCodeLine
{
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.pin .CouCode
{
	border: 1px solid black ;
	background-color: white;
	margin: 3px;
	padding-left: 3px;
	padding-right: 3px;
	text-align: center;
	word-wrap: break-word;
}
.pin .expiry
{
	font-size: 16px;
	font-style: italic;
	margin: 0px;
	overflow: hidden;
	text-align: center;
	word-wrap: break-word;
}
.pin .categoryLabel
{
	font-size: 10px;
	margin: 0px;
	overflow: hidden;
	text-align: center;
	word-wrap: break-word;
}
.pin.activity
{
	background: #fff;
	box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	moz-box-shadow: 0 1px 2px rgba(34,25,25,0.4);
	position: absolute;
	webkit-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
}
.pin.activity div.info
{
	background-position: 15px 0px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #ccc;
	margin: 0 -15px 15px;
	padding: 0 15px 10px 35px;
}
.pin.activity .actions
{
	top: auto;
}
.pinBoard.activity
{
	padding: 15px !important;
	width: 190px !important;
}
.pinBoard.activity h3, .pinBoard.activity h4
{
	display: none;
}
.pinBoard.activity .board
{
	box-shadow: none;
	moz-box-shadow: none;
	webkit-box-shadow: none;
}
.pinBoard.activity .board .followBoard
{
	border: none;
	margin-top: 10px;
}
.pinBoard.activity .board .followBoard .Button
{
	display: block;
}
.pinBoard.activity .link img, .pinBoard.activity .link .thumbs .empty
{
	height: 47px;
	width: 47px;
}
.eyeball {
    bottom: 0;
    margin: auto !important;
    position: absolute;
    right: 0;
    top: 0;
}
.heartfloat {
    bottom: 0;
    margin: auto !important;
    position: absolute;
    left: 0;
    top: 0;
}
.user.activity a.ImgLink
{
	display: block;
	margin-bottom: 10px;
	width: 190px;
}
.user.activity .PersonIdentity
{
	display: none;
}
.pin.activity p.stats
{
	margin: 0.8em 0;
}
p.stats
{
	margin-top: 5px;
	text-align: center;
}

.pin.activity .UserImage, .pin.activity .BoardImage
{
	margin-bottom: 15px;
	overflow: hidden;
}
.convo
{
	background-color: #f2f0f0;
	margin: 0 -3px;
	padding: 10px 10px;
}
.convo:after, .dealhead:after
{
	clear: both;
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
}
.convo p
{
	overflow: hidden;
	word-wrap: break-word;
}
.convo .ImgLink, .dealhead .ImgLink
{
	float: left;
	margin-right: 6px;
	width: 30px;
}
.convo .ImgLink img, .dealhead .ImgLink img
{
	height: 30px;
	width: 30px;
}
.convo img, .dealhead img
{
	vertical-align: middle;
	float: left;
	margin-right: 4px;
	margin-bottom: 2px;
}
a.convo, a.dealhead
{
	display: block;
	padding: 12px 10px;
	text-align: center;
}
a:hover {
	color:#771114;
}
a.convo:hover, a.dealhead:hover
{
	background-color: #f2f0f0;
}
a.convo:active, a.dealhead:active
{
	background-color: #e1dfdf;
	color: #221919;
}
.dealhead {
	background-color: #ffffff;
	margin: 0 -2px;
	padding: 0px 10px 0px 10px;
	font-size: 16px;
	font-family: brandon bold;
}
.dealhead:after
{
	clear: both;
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
}
.dealhead img
{
	vertical-align: middle;
	float: left;
	margin-right: 4px;
	margin-bottom: 2px;
}
a.dealhead
{
	display: block;
	padding: 12px 10px;
	text-align: center;
}
a.dealhead:hover
{
	background-color: #f2f0f0;
}
a.dealhead:active
{
	background-color: #e1dfdf;
	color: #221919;
}
.origin
{
	color: #ad9c9c;
	margin-top: 10px;
}
.origin a
{
	color: #8c7e7e;
}
.origin p
{
	color: #524d4d;
	text-align: center;
}
.attribution
{
	color: #ad9c9c;
}
.attribution a
{
	color: #8c7e7e;
}
.attribution p
{
	display: table-cell;
	height: 30px;
	max-width: 156px;
	vertical-align: middle;
}
.attribution .NoImage
{
	height: auto;
	margin: 0;
}
.pinBoard
{
	padding: 0 !important;
	width: 222px !important;
}
.pinBoard h3
{
	font-size: 13px;
	font-weight: bold;
	overflow: hidden;
	padding: 9px 15px 0;
}
.BoardLayout .pinBoard h3
{
	height: 16px;
}

.pinBoard .link
{
	background: url(https://fr-sysimg.s3.amazonaws.com/BoardBackground.png) 15px 9px no-repeat;
	display: block;
	height: 200px;
	overflow: hidden;
	padding: 9px 0 4px 15px;
}
.pinBoard .link img
{
	float: left;
	height: 61px;
	margin: 0 4px 4px 0;
	width: 61px;
}
/*
.sortable
{
	display: block;
	margin-left: -15px !important;
	zoom: 1;
}
.sortable li
{
	float: left;
	margin: 0 0 15px 15px;
	width: 222px;
}
.sortable .pinBoard
{
	position: relative;
}
*/

.user .ImgLink
{
	background-color: #f2f0f0;
	display: block;
	height: 192px;
	overflow: hidden;
}
.user .ImgLink img
{
	display: block;
	margin: 0 auto;
	width: 192px;
}
.user h2
{
	display: block;
	font-size: 18px;
	font-weight: 300;
	height: 18px;
	line-height: 1em;
	overflow: hidden;
	padding: 10px 0 5px;
	white-space: nowrap;
}
.user .location
{
	font-size: 13px;
	height: 17px;
	margin-bottom: 8px;
	overflow: hidden;
	white-space: nowrap;
}
.user .Button
{
	display: block;
	margin-bottom: 12px;
	padding: 0.5em 0.825em;
}
.pin .actions
{
	display: none;
	/*left: 6px;
	right: 6px; */
	position: absolute;
	top: 40px; /*6px;*/
	z-index: 3;
	width: 205px;
}
.pin .actions div
{
	position: absolute;
}
.pin .left
{
	left: 0;
}
.pin .right
{
	right: 0;
}

.ControlIcon25Div {
float: right;
overflow: hidden;
height: 25px;
margin-left: 5px;
margin-top: 2px;
}

.ControlIcon25 img {
	margin-top: -30px;
	margin-bottom: 5px;
	position: relative;
}

.ControlIcon25 img:hover, .ControlIcon25 img.hover {
	margin-top: 0px;
	margin-bottom: -25px;
}

.ControlIcon32Div {
float: right;
overflow: hidden;
height: 32px;
margin-left: 5px;
margin-top: 2px;
}

.Button
{
	border: 1px solid transparent;
	border-radius: 0.3em 0.3em 0.3em 0.3em;
	box-shadow: 0 1px rgba(255, 255, 255, 0.8), 0 1px rgba(255, 255, 255, 0.35) inset;
	cursor: pointer;
	display: inline-block;
	line-height: 1em;
	moz-transition-duration: 0.05s;
	moz-transition-property: color, -moz-box-shadow, text-shadow;
	moz-transition-timing-function: ease-in-out;
	padding: 0.45em 0.2em;
	position: relative;
	text-align: center;
}
.Button:hover
{
	text-decoration: none;
}
.Button strong
{
	position: relative;
	z-index: 2;
}
.Button span
{
	border: 1px solid;
	border-radius: .3em;
	bottom: -1px;
	box-shadow: inset 0 1px rgba(255,255,255,0.35);
	display: block;
	left: -1px;
	moz-border-radius: .3em;
	moz-box-shadow: inset 0 1px rgba(255,255,255,0.35);
	moz-transition-duration: 0.5s;
	moz-transition-property: opacity;
	moz-transition-timing-function: ease-in-out;
	opacity: 1;
	position: absolute;
	right: -1px;
	top: -1px;
	webkit-border-radius: .3em;
	webkit-box-shadow: inset 0 1px rgba(255,255,255,0.35);
	webkit-transition-duration: 0.5s;
	webkit-transition-property: opacity;
	webkit-transition-timing-function: ease-in-out;
	z-index: 1;
}
.Button:hover span
{
	moz-transition-duration: 0.05s;
	moz-transition-property: opacity;
	moz-transition-timing-function: linear;
	webkit-transition-duration: 0.05s;
	webkit-transition-property: opacity;
	webkit-transition-timing-function: linear;
}
.Button:active span
{
	moz-transition: none;
	webkit-transition: none;
}
.Button11,
.Button11 span
{
	border-radius: 3px;
	font-size: 11px;
	moz-border-radius: 3px;
	webkit-border-radius: 3px;
	padding: 2px 5px 2px 5px;
}
.Button13,
.Button13 span
{
	font-size: 16px;
}
.Button18,
.Button18 span
{
	border-radius: 6px;
	font-size: 18px;
	moz-border-radius: 6px;
	webkit-border-radius: 6px;
}
.Button24,
.Button24 span
{
	border-radius: 8px;
	font-size: 24px;
	moz-border-radius: 8px;
	webkit-border-radius: 8px;
}
.RedButton
{
	color: #fcf9f9;
	text-shadow: 0 -1px rgba(34,25,25,0.5);
	background-color: #990000;
}
.RedButton:hover
{
	color: #fff;
	text-shadow: 0 -1px rgba(34,25,25,0.3);
	background-color: #cc3333;
}
.RedButton:active
{
	color: #f2f0f0;
	text-shadow: 0 -1px rgba(34,25,25,0.6);
	background-color: #cc3333;
}
.RedButton span
{
	background: -moz-linear-gradient(center top, #eb5367, #e04751 50%, #de404a 50%, #d43638);
	background: -o-linear-gradient(top left, #eb5367, #e04751 50%, #de404a 50%, #d43638);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eb5367), to(#d43638), color-stop(.5,#e04751),color-stop(.5,#de404a));
	background-color: #d43638;
	border-color: #910101;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb5367', endColorstr='#d43638');
}
.RedButton:hover span
{
	background: -moz-linear-gradient(center top, #ea5d6e, #e3535d 50%, #e04a54 50%, #d63e40);
	background: -o-linear-gradient(top left, #ea5d6e, #e3535d 50%, #e04a54 50%, #d63e40);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ea5d6e), to(#d63e40), color-stop(.5,#e3535d),color-stop(.5,#e04a54));
	background-color: #d63e40;
	border-color: #ad0303;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea5d6e', endColorstr='#d63e40');
}
.RedButton:active span
{
	background: -moz-linear-gradient(center top, #dd4b5d, #d5414b 50%, #d33d46 50%, #c83031);
	background: -o-linear-gradient(top left, #dd4b5d, #d5414b 50%, #d33d46 50%, #c83031);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d5414b), to(#c83031), color-stop(.5,#d5414b),color-stop(.5,#d33d46));
	background-color: #c83031;
	border-color: #510000;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd4b5d', endColorstr='#c83031');
}
.RedButton.Button11:hover span
{
	box-shadow: 0 1px rgba(255,255,255,0.8), inset 0 1px rgba(255,255,255,0.35), 0 0 5px rgba(235,82,82,0.25);
	moz-box-shadow: 0 1px rgba(255,255,255,0.8), inset 0 1px rgba(255,255,255,0.35), 0 0 5px rgba(235,82,82,0.25);
	webkit-box-shadow: 0 1px rgba(255,255,255,0.8), inset 0 1px rgba(255,255,255,0.35), 0 0 5px rgba(235,82,82,0.25);
}
.RedButton.Button11:active span
{
	box-shadow: inset 0 1px 2px rgba(34,25,25,0.25), 0 0 1px rgba(235,82,82,0.35);
	moz-box-shadow: inset 0 1px 2px rgba(34,25,25,0.25), 0 0 1px rgba(235,82,82,0.35);
	webkit-box-shadow: inset 0 1px 2px rgba(34,25,25,0.25), 0 0 2px rgba(235,82,82,0.35);
}
.RedButton.Button13:hover span
{
	box-shadow: 0 1px rgba(255,255,255,0.8), inset 0 1px rgba(255,255,255,0.35), 0 0 6px rgba(235,82,82,0.25);
	moz-box-shadow: 0 1px rgba(255,255,255,0.8), inset 0 1px rgba(255,255,255,0.35), 0 0 6px rgba(235,82,82,0.25);
	webkit-box-shadow: 0 1px rgba(255,255,255,0.8), inset 0 1px rgba(255,255,255,0.35), 0 0 6px rgba(235,82,82,0.25);
}
.RedButton.Button13:active span
{
	box-shadow: inset 0 1px 2px rgba(34,25,25,0.25), 0 0 2px rgba(235,82,82,0.35);
	moz-box-shadow: inset 0 1px 2px rgba(34,25,25,0.25), 0 0 2px rgba(235,82,82,0.35);
	webkit-box-shadow: inset 0 1px 2px rgba(34,25,25,0.25), 0 0 2px rgba(235,82,82,0.35);
}
.RedButton.Button18:hover span
{
	box-shadow: 0 1px rgba(255,255,255,0.8), inset 0 1px rgba(255,255,255,0.35), 0 0 10px rgba(235,82,82,0.25);
	moz-box-shadow: 0 1px rgba(255,255,255,0.8), inset 0 1px rgba(255,255,255,0.35), 0 0 10px rgba(235,82,82,0.25);
	webkit-box-shadow: 0 1px rgba(255,255,255,0.8), inset 0 1px rgba(255,255,255,0.35), 0 0 10px rgba(235,82,82,0.25);
}
.RedButton.Button18:active span
{
	box-shadow: inset 0 1px 2px rgba(34,25,25,0.25), 0 0 3px rgba(235,82,82,0.35);
	moz-box-shadow: inset 0 1px 2px rgba(34,25,25,0.25), 0 0 3px rgba(235,82,82,0.35);
	webkit-box-shadow: inset 0 1px 2px rgba(34,25,25,0.25), 0 0 3px rgba(235,82,82,0.35);
}
.RedButton.Button24:hover span
{
	box-shadow: 0 1px rgba(255,255,255,0.8), inset 0 1px rgba(255,255,255,0.35), 0 0 14px rgba(235,82,82,0.25);
	moz-box-shadow: 0 1px rgba(255,255,255,0.8), inset 0 1px rgba(255,255,255,0.35), 0 0 14px rgba(235,82,82,0.25);
	webkit-box-shadow: 0 1px rgba(255,255,255,0.8), inset 0 1px rgba(255,255,255,0.35), 0 0 14px rgba(235,82,82,0.25);
}
.RedButton.Button24:active span
{
	box-shadow: inset 0 1px 2px rgba(34,25,25,0.25), 0 0 4px rgba(235,82,82,0.35);
	moz-box-shadow: inset 0 1px 2px rgba(34,25,25,0.25), 0 0 4px rgba(235,82,82,0.35);
	webkit-box-shadow: inset 0 1px 2px rgba(34,25,25,0.25), 0 0 4px rgba(235,82,82,0.35);
}

.RedGreenButton
{
	color: #fcf9f9;
	text-shadow: 0 -1px rgba(34,25,25,0.5);
	background-color: #990000;
}
.RedGreenButton:hover
{
	color: #fff;
	text-shadow: 0 -1px rgba(34,25,25,0.3);
	background-color: #669933;
}
.RedGreenButton:active
{
	color: #f2f0f0;
	text-shadow: 0 -1px rgba(34,25,25,0.6);
	background-color: #669933;
}
.RedGreenButton span
{
	background: -moz-linear-gradient(center top, #eb5367, #e04751 50%, #de404a 50%, #d43638);
	background: -o-linear-gradient(top left, #eb5367, #e04751 50%, #de404a 50%, #d43638);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eb5367), to(#d43638), color-stop(.5,#e04751),color-stop(.5,#de404a));
	background-color: #d43638;
	border-color: #910101;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb5367', endColorstr='#d43638');
}
.RedGreenButton:hover span
{
	background: -moz-linear-gradient(center top, #ea5d6e, #e3535d 50%, #e04a54 50%, #d63e40);
	background: -o-linear-gradient(top left, #ea5d6e, #e3535d 50%, #e04a54 50%, #d63e40);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ea5d6e), to(#d63e40), color-stop(.5,#e3535d),color-stop(.5,#e04a54));
	background-color: #d63e40;
	border-color: #ad0303;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea5d6e', endColorstr='#d63e40');
}
.RedGreenButton:active span
{
	background: -moz-linear-gradient(center top, #dd4b5d, #d5414b 50%, #d33d46 50%, #c83031);
	background: -o-linear-gradient(top left, #dd4b5d, #d5414b 50%, #d33d46 50%, #c83031);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d5414b), to(#c83031), color-stop(.5,#d5414b),color-stop(.5,#d33d46));
	background-color: #c83031;
	border-color: #510000;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd4b5d', endColorstr='#c83031');
}
.RedGreenButton.Button11:hover span
{
	box-shadow: 0 1px rgba(255,255,255,0.8), inset 0 1px rgba(255,255,255,0.35), 0 0 5px rgba(235,82,82,0.25);
	moz-box-shadow: 0 1px rgba(255,255,255,0.8), inset 0 1px rgba(255,255,255,0.35), 0 0 5px rgba(235,82,82,0.25);
	webkit-box-shadow: 0 1px rgba(255,255,255,0.8), inset 0 1px rgba(255,255,255,0.35), 0 0 5px rgba(235,82,82,0.25);
}
.RedGreenButton.Button11:active span
{
	box-shadow: inset 0 1px 2px rgba(34,25,25,0.25), 0 0 1px rgba(235,82,82,0.35);
	moz-box-shadow: inset 0 1px 2px rgba(34,25,25,0.25), 0 0 1px rgba(235,82,82,0.35);
	webkit-box-shadow: inset 0 1px 2px rgba(34,25,25,0.25), 0 0 2px rgba(235,82,82,0.35);
}
.RedGreenButton.Button13:hover span
{
	box-shadow: 0 1px rgba(255,255,255,0.8), inset 0 1px rgba(255,255,255,0.35), 0 0 6px rgba(235,82,82,0.25);
	moz-box-shadow: 0 1px rgba(255,255,255,0.8), inset 0 1px rgba(255,255,255,0.35), 0 0 6px rgba(235,82,82,0.25);
	webkit-box-shadow: 0 1px rgba(255,255,255,0.8), inset 0 1px rgba(255,255,255,0.35), 0 0 6px rgba(235,82,82,0.25);
}
.RedGreenButton.Button13:active span
{
	box-shadow: inset 0 1px 2px rgba(34,25,25,0.25), 0 0 2px rgba(235,82,82,0.35);
	moz-box-shadow: inset 0 1px 2px rgba(34,25,25,0.25), 0 0 2px rgba(235,82,82,0.35);
	webkit-box-shadow: inset 0 1px 2px rgba(34,25,25,0.25), 0 0 2px rgba(235,82,82,0.35);
}
.RedGreenButton.Button18:hover span
{
	box-shadow: 0 1px rgba(255,255,255,0.8), inset 0 1px rgba(255,255,255,0.35), 0 0 10px rgba(235,82,82,0.25);
	moz-box-shadow: 0 1px rgba(255,255,255,0.8), inset 0 1px rgba(255,255,255,0.35), 0 0 10px rgba(235,82,82,0.25);
	webkit-box-shadow: 0 1px rgba(255,255,255,0.8), inset 0 1px rgba(255,255,255,0.35), 0 0 10px rgba(235,82,82,0.25);
}
.RedGreenButton.Button18:active span
{
	box-shadow: inset 0 1px 2px rgba(34,25,25,0.25), 0 0 3px rgba(235,82,82,0.35);
	moz-box-shadow: inset 0 1px 2px rgba(34,25,25,0.25), 0 0 3px rgba(235,82,82,0.35);
	webkit-box-shadow: inset 0 1px 2px rgba(34,25,25,0.25), 0 0 3px rgba(235,82,82,0.35);
}
.RedGreenButton.Button24:hover span
{
	box-shadow: 0 1px rgba(255,255,255,0.8), inset 0 1px rgba(255,255,255,0.35), 0 0 14px rgba(235,82,82,0.25);
	moz-box-shadow: 0 1px rgba(255,255,255,0.8), inset 0 1px rgba(255,255,255,0.35), 0 0 14px rgba(235,82,82,0.25);
	webkit-box-shadow: 0 1px rgba(255,255,255,0.8), inset 0 1px rgba(255,255,255,0.35), 0 0 14px rgba(235,82,82,0.25);
}
.RedGreenButton.Button24:active span
{
	box-shadow: inset 0 1px 2px rgba(34,25,25,0.25), 0 0 4px rgba(235,82,82,0.35);
	moz-box-shadow: inset 0 1px 2px rgba(34,25,25,0.25), 0 0 4px rgba(235,82,82,0.35);
	webkit-box-shadow: inset 0 1px 2px rgba(34,25,25,0.25), 0 0 4px rgba(235,82,82,0.35);
}

.GreenButton
{
	color: #ffff;
	text-shadow: 0 -1px rgba(34,25,25,0.5);

	background: linear-gradient(to bottom, #60A060, #528452 50%, #528452 50%, #385A38);
	background: -moz-linear-gradient(center top, #60A060, #528452 50%, #528452 50%, #385A38);
	background: -o-linear-gradient(top left, #60A060, #528452 50%, #528452 50%, #385A38);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ea5d6e), to(#d63e40), color-stop(.5,#e3535d),color-stop(.5,#e04a54));
	background-color: #60A060;
	border-color: #385A38;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#60A060', endColorstr='#385A38');
}
.GreenButton:hover
{
	color: #fff;
	text-shadow: 0 -1px rgba(34,25,25,0.3);

	background: linear-gradient(to bottom, #385A38, #528452 50%, #528452 50%, #60A060);
	background: -moz-linear-gradient(center top, #385A38, #528452 50%, #528452 50%, #60A060);
	background: -o-linear-gradient(top left, #385A38, #528452 50%, #528452 50%, #60A060);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#385A38), to(#60A060), color-stop(.5,#e04751),color-stop(.5,#60A060));
	background-color: #60A060;
	border-color: #385A38;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#385A38', endColorstr='#60A060');
}

.GreenButton:active
{
	color: #f2f0f0;
	text-shadow: 0 -1px rgba(34,25,25,0.6);

	background: linear-gradient(to bottom, #385A38, #528452 50%, #528452 50%, #385A38);
	background: -moz-linear-gradient(center top, #385A38, #528452 50%, #528452 50%, #385A38);
	background: -o-linear-gradient(top left, #385A38, #528452 50%, #528452 50%, #385A38);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#385A38), to(#60A060), color-stop(.5,#e04751),color-stop(.5,#60A060));
	background-color: #60A060;
	border-color: #385A38;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#385A38', endColorstr='#385A38');

}
.GreenButton span
{
	background: linear-gradient(to bottom, #60A060, #528452 50%, #528452 50%, #385A38);
	background: -moz-linear-gradient(center top, #60A060, #528452 50%, #528452 50%, #385A38);
	background: -o-linear-gradient(top left, #60A060, #528452 50%, #528452 50%, #385A38);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ea5d6e), to(#d63e40), color-stop(.5,#e3535d),color-stop(.5,#e04a54));
	background-color: #60A060;
	border-color: #385A38;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#60A060', endColorstr='#385A38');
}
.GreenButton:hover span
{
	background: linear-gradient(to bottom, #385A38, #528452 50%, #528452 50%, #60A060);
	background: -moz-linear-gradient(center top, #385A38, #528452 50%, #528452 50%, #60A060);
	background: -o-linear-gradient(top left, #385A38, #528452 50%, #528452 50%, #60A060);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#385A38), to(#60A060), color-stop(.5,#e04751),color-stop(.5,#60A060));
	background-color: #60A060;
	border-color: #385A38;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#385A38', endColorstr='#60A060');
}

.GreenButton:active span
{
	background: linear-gradient(to bottom, #385A38, #528452 50%, #528452 50%, #385A38);
	background: -moz-linear-gradient(center top, #385A38, #528452 50%, #528452 50%, #385A38);
	background: -o-linear-gradient(top left, #385A38, #528452 50%, #528452 50%, #385A38);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#385A38), to(#60A060), color-stop(.5,#e04751),color-stop(.5,#60A060));
	background-color: #60A060;
	border-color: #385A38;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#385A38', endColorstr='#385A38');
}
.GreenButton.Button11:hover span
{
	box-shadow: 0 1px rgba(255,255,255,0.8), inset 0 1px rgba(255,255,255,0.35), 0 0 5px rgba(235,82,82,0.25);
	moz-box-shadow: 0 1px rgba(255,255,255,0.8), inset 0 1px rgba(255,255,255,0.35), 0 0 5px rgba(235,82,82,0.25);
	webkit-box-shadow: 0 1px rgba(255,255,255,0.8), inset 0 1px rgba(255,255,255,0.35), 0 0 5px rgba(235,82,82,0.25);
}
.GreenButton.Button11:active span
{
	box-shadow: inset 0 1px 2px rgba(34,25,25,0.25), 0 0 1px rgba(235,82,82,0.35);
	moz-box-shadow: inset 0 1px 2px rgba(34,25,25,0.25), 0 0 1px rgba(235,82,82,0.35);
	webkit-box-shadow: inset 0 1px 2px rgba(34,25,25,0.25), 0 0 2px rgba(235,82,82,0.35);
}
.GreenButton.Button13:hover span
{
	box-shadow: 0 1px rgba(255,255,255,0.8), inset 0 1px rgba(255,255,255,0.35), 0 0 6px rgba(235,82,82,0.25);
	moz-box-shadow: 0 1px rgba(255,255,255,0.8), inset 0 1px rgba(255,255,255,0.35), 0 0 6px rgba(235,82,82,0.25);
	webkit-box-shadow: 0 1px rgba(255,255,255,0.8), inset 0 1px rgba(255,255,255,0.35), 0 0 6px rgba(235,82,82,0.25);
}
.GreenButton.Button13:active span
{
	box-shadow: inset 0 1px 2px rgba(34,25,25,0.25), 0 0 2px rgba(235,82,82,0.35);
	moz-box-shadow: inset 0 1px 2px rgba(34,25,25,0.25), 0 0 2px rgba(235,82,82,0.35);
	webkit-box-shadow: inset 0 1px 2px rgba(34,25,25,0.25), 0 0 2px rgba(235,82,82,0.35);
}
.GreenButton.Button18:hover span
{
	box-shadow: 0 1px rgba(255,255,255,0.8), inset 0 1px rgba(255,255,255,0.35), 0 0 10px rgba(235,82,82,0.25);
	moz-box-shadow: 0 1px rgba(255,255,255,0.8), inset 0 1px rgba(255,255,255,0.35), 0 0 10px rgba(235,82,82,0.25);
	webkit-box-shadow: 0 1px rgba(255,255,255,0.8), inset 0 1px rgba(255,255,255,0.35), 0 0 10px rgba(235,82,82,0.25);
}
.GreenButton.Button18:active span
{
	box-shadow: inset 0 1px 2px rgba(34,25,25,0.25), 0 0 3px rgba(235,82,82,0.35);
	moz-box-shadow: inset 0 1px 2px rgba(34,25,25,0.25), 0 0 3px rgba(235,82,82,0.35);
	webkit-box-shadow: inset 0 1px 2px rgba(34,25,25,0.25), 0 0 3px rgba(235,82,82,0.35);
}
.GreenButton.Button24:hover span
{
	box-shadow: 0 1px rgba(255,255,255,0.8), inset 0 1px rgba(255,255,255,0.35), 0 0 14px rgba(235,82,82,0.25);
	moz-box-shadow: 0 1px rgba(255,255,255,0.8), inset 0 1px rgba(255,255,255,0.35), 0 0 14px rgba(235,82,82,0.25);
	webkit-box-shadow: 0 1px rgba(255,255,255,0.8), inset 0 1px rgba(255,255,255,0.35), 0 0 14px rgba(235,82,82,0.25);
}
.GreenButton.Button24:active span
{
	box-shadow: inset 0 1px 2px rgba(34,25,25,0.25), 0 0 4px rgba(235,82,82,0.35);
	moz-box-shadow: inset 0 1px 2px rgba(34,25,25,0.25), 0 0 4px rgba(235,82,82,0.35);
	webkit-box-shadow: inset 0 1px 2px rgba(34,25,25,0.25), 0 0 4px rgba(235,82,82,0.35);
}
.DeleteButton:hover span
{
	background-color: #a20007;
	background-image: linear-gradient(top, rgb(240, 119, 102), rgb(162, 0, 7));
	background-image: -moz-linear-gradient(top, rgb(240, 119, 102), rgb(162, 0, 7));
	background-image: -ms-linear-gradient(top, rgb(240, 119, 102), rgb(162, 0, 7));
	background-image: -o-linear-gradient(top, rgb(240, 119, 102), rgb(162, 0, 7));
	background-image: -webkit-gradient(linear, left top, left bottom, to(rgb(240, 119, 102)), from(rgb(162, 0, 7)));
	background-image: -webkit-linear-gradient(top, rgb(240, 119, 102), rgb(162, 0, 7));
	border-color: #910101;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f07766', EndColorStr='#a20007');
}
.DeleteButton span
{
	background-color: #ed403d;
	background-image: linear-gradient(top, rgb(237, 64, 61), rgb(147, 0, 0));
	background-image: -moz-linear-gradient(top, rgb(237, 64, 61), rgb(147, 0, 0));
	background-image: -ms-linear-gradient(top, rgb(237, 64, 61), rgb(147, 0, 0));
	background-image: -o-linear-gradient(top, rgb(237, 64, 61), rgb(147, 0, 0));
	background-image: -webkit-gradient(linear, left top, left bottom, to(rgb(237, 64, 61)), from(rgb(147, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgb(237, 64, 61), rgb(147, 0, 0));
	border-color: #ad0303;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ed403d', EndColorStr='#930000');
}
.DeleteButton:active span
{
	background: -moz-linear-gradient(center top, #dd4b5d, #d5414b 50%, #d33d46 50%, #c83031);
	background: -o-linear-gradient(top left, #dd4b5d, #d5414b 50%, #d33d46 50%, #c83031);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d5414b), to(#c83031), color-stop(.5,#d5414b),color-stop(.5,#d33d46));
	background-color: #610007;
	border-color: #510000;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd4b5d', endColorstr='#c83031');
}
.OrangeButton {
	background-color: #FF0600;
	color: white;
	cursor: pointer;
	margin:3px !important;
	transition: background .25s ease;
	font-family: brandon bold;
	padding:8px;
	text-transform: uppercase;
}
.OrangeButton.Button13{
	border-radius:0; 
}
.OrangeButton:hover {
	background-color: #771114;
}
.OrangeButton:focus {
	background-color: #ea4612;
}
.BlueButton{
	background: #0c4da2;
	border-bottom: 2px solid #163764;
	color: #fff;
}

.WhiteButton
{
	color: #524d4d;
	text-shadow: 0 1px rgba(255,255,255,0.9);
	background: #01a600;
	border: none;
	border-bottom: 2px solid #006900;
}
.WhiteButton:hover
{
	color: #666060;
	text-shadow: 0 1px rgba(255,255,255,1);
	border-color: #60A060;
}
.WhiteButton:active
{
	color: #454141;
	text-shadow: 0 1px rgba(255,255,255,0.8);
}
.WhiteButton span
{
	background: -moz-linear-gradient(center top, #fdfafb, #f9f7f7 50%, #f6f3f4 50%, #f0eded);
	background: -o-linear-gradient(top left, #fdfafb, #f9f7f7 50%, #f6f3f4 50%, #f0eded);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fdfafb), to(#f0eded), color-stop(.5,#f9f7f7),color-stop(.5,#f6f3f4));
	background-color: #f0eded;
	border-color: #bbb;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfafb', endColorstr='#f0eded');
}
.WhiteButton:hover span
{
	background: -moz-linear-gradient(center top, #fdfcfc, #fbf9f9 50%, #f7f5f6 50%, #f2f0f0);
	background: -o-linear-gradient(top left, #fdfcfc, #fbf9f9 50%, #f7f5f6 50%, #f2f0f0);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fdfcfc), to(#f2f0f0), color-stop(.5,#fbf9f9),color-stop(.5,#f7f5f6));
	background-color: #f2f0f0;
	border-color: #c3c3c3;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfcfc', endColorstr='#f2f0f0');
}
.WhiteButton:active span
{
	background: -moz-linear-gradient(center top, #f8f4f5, #f3f0f0 50%, #f1eeef 50%, #ebe8e8);
	background: -o-linear-gradient(top left, #f8f4f5, #f3f0f0 50%, #f1eeef 50%, #ebe8e8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f4f5), to(#ebe8e8), color-stop(.5,#f3f0f0),color-stop(.5,#f1eeef));
	background-color: #ebe8e8;
	border-color: #b7b7b7;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f4f5', endColorstr='#ebe8e8');
}
.WhiteButton.Button11:hover span
{
	box-shadow: 0 1px rgba(255,255,255,0.8), inset 0 1px rgba(255,255,255,0.35), 0 0 5px rgba(232,230,230,0.75);
	moz-box-shadow: 0 1px rgba(255,255,255,0.8), inset 0 1px rgba(255,255,255,0.35), 0 0 5px rgba(232,230,230,0.75);
	webkit-box-shadow: 0 1px rgba(255,255,255,0.8), inset 0 1px rgba(255,255,255,0.35), 0 0 5px rgba(232,230,230,0.75);
}
.WhiteButton.Button11:active span
{
	box-shadow: inset 0 1px 2px rgba(34,25,25,0.25), 0 0 1px rgba(232,230,230,0.5);
	moz-box-shadow: inset 0 1px 2px rgba(34,25,25,0.25), 0 0 1px rgba(232,230,230,0.5);
	webkit-box-shadow: inset 0 1px 2px rgba(34,25,25,0.25), 0 0 2px rgba(232,230,230,0.5);
}
.WhiteButton.Button13:hover span
{
	box-shadow: 0 1px rgba(255,255,255,0.8), inset 0 1px rgba(255,255,255,0.35), 0 0 6px rgba(232,230,230,0.75);
	moz-box-shadow: 0 1px rgba(255,255,255,0.8), inset 0 1px rgba(255,255,255,0.35), 0 0 6px rgba(232,230,230,0.75);
	webkit-box-shadow: 0 1px rgba(255,255,255,0.8), inset 0 1px rgba(255,255,255,0.35), 0 0 6px rgba(232,230,230,0.75);
}
.WhiteButton.Button13:active span
{
	box-shadow: inset 0 1px 2px rgba(34,25,25,0.25), 0 0 2px rgba(232,230,230,0.5);
	moz-box-shadow: inset 0 1px 2px rgba(34,25,25,0.25), 0 0 2px rgba(232,230,230,0.5);
	webkit-box-shadow: inset 0 1px 2px rgba(34,25,25,0.25), 0 0 2px rgba(232,230,230,0.5);
}
.WhiteButton.Button18:hover span
{
	box-shadow: 0 1px rgba(255,255,255,0.8), inset 0 1px rgba(255,255,255,0.35), 0 0 10px rgba(232,230,230,0.75);
	moz-box-shadow: 0 1px rgba(255,255,255,0.8), inset 0 1px rgba(255,255,255,0.35), 0 0 10px rgba(232,230,230,0.75);
	webkit-box-shadow: 0 1px rgba(255,255,255,0.8), inset 0 1px rgba(255,255,255,0.35), 0 0 10px rgba(232,230,230,0.75);
}
.WhiteButton.Button18:active span
{
	box-shadow: inset 0 1px 2px rgba(34,25,25,0.25), 0 0 3px rgba(232,230,230,0.5);
	moz-box-shadow: inset 0 1px 2px rgba(34,25,25,0.25), 0 0 3px rgba(232,230,230,0.5);
	webkit-box-shadow: inset 0 1px 2px rgba(34,25,25,0.25), 0 0 3px rgba(232,230,230,0.5);
}
.WhiteButton.Button24:hover span
{
	box-shadow: 0 1px rgba(255,255,255,0.8), inset 0 1px rgba(255,255,255,0.35), 0 0 14px rgba(232,230,230,0.75);
	moz-box-shadow: 0 1px rgba(255,255,255,0.8), inset 0 1px rgba(255,255,255,0.35), 0 0 14px rgba(232,230,230,0.75);
	webkit-box-shadow: 0 1px rgba(255,255,255,0.8), inset 0 1px rgba(255,255,255,0.35), 0 0 14px rgba(232,230,230,0.75);
}
.WhiteButton.Button24:active span
{
	box-shadow: inset 0 1px 2px rgba(34,25,25,0.25), 0 0 4px rgba(232,230,230,0.5);
	moz-box-shadow: inset 0 1px 2px rgba(34,25,25,0.25), 0 0 4px rgba(232,230,230,0.5);
	webkit-box-shadow: inset 0 1px 2px rgba(34,25,25,0.25), 0 0 4px rgba(232,230,230,0.5);
}

.Button.disabled
{
	background: #f2f0f0;
	border-color: #d1cdcd;
	color: #d1cdcd;
	cursor: default;
	text-shadow: 0 -1px rgba(34,25,25,0.01);
}
.Button.disabled:hover
{
	color: #d1cdcd;
	text-decoration: none;
}
.Button.disabled span
{
	background: transparent;
	border: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	opacity: 0;
}
.Button.disabled.clickable
{
	cursor: pointer;
}

#MsgNav {
	position: absolute;
	right: 40px;
}

#MsgNav img {
	margin-right: 5px;
	position: relative;
	top: 5px;
	z-index: 1;
}

#MsgNav a {
	position: relative;
}

#MsgNav span {
	position: absolute;
	top: -2px;
	color: red;
	    text-shadow:
    -1px -1px 0 #FFF,
    1px -1px 0 #FFF,
    -1px 1px 0 #FFF,
    1px 1px 0 #FFF;
	z-index: 5;
	text-align: center;
	font-size: 18px;
	width: 100%;
	text-indent: -10px;
	font-weight: normal;
}

.ProfileHeader {
    background: none repeat scroll 0 0 transparent;
    color: #534F4F;
    font-size: 13px;
    overflow: hidden;
    margin: 10px 0 0px;
	padding-bottom: 8px;
    z-index: 101;
}

.ProfileLinks {
	list-style-type: none;
	position: absolute;
	top: 119px;
}

.ProfileLinks li {
	float: left;
	overflow: hidden;
}

.ProfileLinks a {
	padding-left: 2px;
	padding-right: 2px;
	overflow: hidden;
}

.ProfileLinks > :first-child > a {
	padding-left: 0px;
}

.ProfileLinks img {
	margin-top: -20px;
	margin-bottom: 0px;
}

.ProfileLinks img:hover {
	margin-top: 0px;
	margin-bottom: -20px;
}

.ProfileInfo .ProfileImage {
	float: left;
	padding: 5px;
	border-radius: 10px;
}

.ProfileInfo .ProfileEditIcon {
    	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	overflow: hidden;
}

.ProfileInfo .ProfileEditIcon img {
	margin-top: -25px;
	margin-bottom: 0px;
	position: relative;
}

.ProfileInfo .ProfileEditIcon img:hover {
	margin-top: 0px;
	margin-bottom: -25px;
}

.ProfileInfo .content {
    margin-left: 5px;
    margin-right: 5px;
	margin-top: 0px;
	position: relative;
}

.ProfileInfo h1 {
    color: #534F4F;
    font-size: 20px;
    margin: 0px;
    overflow: hidden;
    white-space: nowrap;
}

.ProfileInfo h2 {
    color: #534F4F;
	font-style: italic;
    font-size: 12px;
    margin-top: 5px;
	margin-bottom: 0px;
	max-width: 400px;
	font-weight: normal;
}

.ProfileInfo p {
    margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
    overflow: hidden;
    /*white-space: nowrap;*/
}

.ProfileBadges {
    position: absolute;
    top: 112px;
    right: 0;
}

.ProfilePanel {
    	background: none repeat scroll 0 0 #FFFFFF;
    	box-shadow: 0 1px 3px rgba(34, 25, 25, 0.5);
    	min-height: 120px;
	max-width: 400px;
	min-width: 300px;
	margin-left: auto ;
  	margin-right: auto ;
  	overflow: hidden;
}

.BusLocProfilePanel {
	border: solid;
	border-width: 2px;
	border-color: #FFCCCC;
	overflow: hidden;
	border-radius: 10px;
}

.BusLocProfilePanel h2 {
	float: right;
	background-color: #FFFFFF;
	border: solid;
	border-width: 1px;
	padding: 5px;
	border-radius: 6px 6px 6px 6px;
	max-width: 300px;
	max-height: 70px;
	margin: 0px;
	margin-right: 10px;
}

.BusLocProfilePanel h3 {
word-wrap: break-word;
overflow: hidden;
}
.BusLocMessagePanelWrapper {
	position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    min-width: 100px;
    display: table;
	}
.BusLocMessagePanel {
    	height: 100px;
    	overflow: hidden;
	box-shadow: 0 1px 3px rgba(34, 25, 25, 0.5);
    	background: none repeat scroll 0 0 #FFFFFF;
	display: table-cell;
	vertical-align: middle;
	min-width: 100px;
	max-width: 400px;
	border-radius: 10px;
}

.BusLocMessagePanel .content {
	padding: 5px;
	font-weight: bold;
	font-size: 16px;
	color: red;
}

.BusLocMessagePanel h1 {
	font-size: 18px;
	margin: 0px;
}

.BusLocMessagePanel p {
	color: #000000;
}

#BusLocMessagePanelExpandControl {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 2em;
    color: #990000;
    text-decoration: none;
}

.socialIcon {
	margin: 1px;
}
.modal
{
	background: #fcf9f9;
	border: 1px solid #f7f5f5;
	box-shadow: 0 2px 5px rgba(34,25,25,0.5);
	left: 50%;
	moz-box-shadow: 0 2px 5px rgba(34,25,25,0.5);
	moz-transition: all 0.3s ease-in-out;
	padding: 20px 20px 20px 20px;
	position: absolute;
	webkit-box-shadow: 0 2px 5px rgba(34,25,25,0.5);
	webkit-transition: all 0.3s ease-in-out;
	z-index: 2;
}
.login_button
{
	border-radius: 5px;
	display: block;
	height: 37px;
	khtml-user-select: none;
	moz-border-radius: 5px;
	moz-user-select: none;
	o-user-select: none;
	user-select: none;
	webkit-border-radius: 5px;
	webkit-user-select: none;
	width: 200px;
}
.login_button:hover
{
	cursor: pointer;
	text-decoration: none;
}
.login_button:active
{
	height: 38px;
	margin-top: 2px;
}
.login_button > span
{
	color: #fff;
	float: left;
	font-size: 14px;
	font-weight: 500;
	margin-top: 7px;
	min-height: 20px;
	padding: 3px 12px;
}
.login_button .logo_wrapper
{
	float: left;
	margin-top: 7px;
	padding: 3px 12px;
}

form.AuthForm
{
	margin: 0 auto;
	width: 260px;
}
form.AuthForm input
{
	min-width: 260px !important;
}
form.AuthForm li
{
	border: none !important;
}

.FancyForm input[type="text"], .FancyForm input[type="password"], .FancyForm textarea, .FancyForm select {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #a4a2a2;
    border-radius: 6px;
    box-shadow: 0 1px rgba(34, 25, 25, 0.15) inset, 0 1px rgba(255, 255, 255, 0.8);
    z-index: 3;
    color: #221919;
    font-size: 16px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.FancyForm input[type="text"] {
    line-height: 18px;
}
.FancyForm input[type=text]:focus,
 .FancyForm input[type=password]:focus,
 .FancyForm textarea:focus
{
	border-color: #930;
	background-color: #ffffff;
	box-shadow: inset 0 1px rgba(34,25,25,0.15), 0 1px rgba(255,255,255,0.8), 0 0 14px rgba(235,82,82,0.35);
	moz-box-shadow: inset 0 1px rgba(34,25,25,0.15), 0 1px rgba(255,255,255,0.8), 0 0 14px rgba(235,82,82,0.35);
	webkit-box-shadow: inset 0 1px rgba(34,25,25,0.15), 0 1px rgba(255,255,255,0.8), 0 0 14px rgba(235,82,82,0.35);
}

.UnFancyForm li {
	font-size: 12px;
	margin-bottom: 2px;
	list-style-position: outside;
	list-style-type: decimal;
	display: list-item;
	text-align: left;
}

.Form input[type=text].error,
 .Form input[type=password].error,
 .Form textarea.error {
	background-color: rgba(235, 82, 82, 0.35);
 }
.loginHelpLinks
{
	display: inline-block;
	font-size: 13px;
	font-weight: normal;
	margin: 40px 0;
}


.PinForm
{
	font-size: 21px;
	font-weight: 300;
}

.BoardSelector {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}

.BoardListOverlay
{
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9998;
}
.BoardPicker
{
	background: -moz-linear-gradient(#fffcfc, #f0eded);
	background: -o-linear-gradient(#fffcfc, #f0eded);
	background: -webkit-linear-gradient(#fffcfc, #f0eded);
	background-color: #f0eded;
	border: 1px solid #cccaca;
	border-radius: 6px;
	box-shadow: inset 0 1px 1px rgba(34,25,25,0.1), 0 2px 2px white;
	cursor: pointer;
	display: block;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcfc', endColorstr='#f0eded');
	margin-bottom: 18px;
	moz-border-radius: 6px;
	moz-box-shadow: inset 0 1px 1px rgba(34,25,25,0.1), 0 2px 2px white;
	padding: 6px 24px 6px 12px;
	position: relative;
	webkit-border-radius: 6px;
	webkit-box-shadow: inset 0 1px 1px rgba(34,25,25,0.1), 0 2px 2px white;
	text-align: left;
}
.BoardPicker:hover
{
	background: -moz-linear-gradient(#f9f6f6, #ebe8e8);
	background: -o-linear-gradient(#f9f6f6, #ebe8e8);
	background: -webkit-linear-gradient(#f9f6f6, #ebe8e8);
	background-color: #ebe8e8;
	border-color: #bfbdbd;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f6f6', endColorstr='#ebe8e8');
}
.BoardPicker:active
{
	background: -moz-linear-gradient(#d62228, #c21f24);
	background: -o-linear-gradient(#d62228, #c21f24);
	background: -webkit-linear-gradient(#d62228, #c21f24);
	background-color: #c21f24;
	border-color: #510000;
	box-shadow: inset 0 1px 1px rgba(34,25,25,0.5), 0 2px 2px white;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d62228', endColorstr='#c21f24');
	moz-box-shadow: inset 0 1px 1px rgba(34,25,25,0.5), 0 2px 2px white;
	webkit-box-shadow: inset 0 1px 1px rgba(34,25,25,0.5), 0 2px 2px white;
}

.BoardPickeroption
{
	background: -moz-linear-gradient(#fffcfc, #f0eded);
	background: -o-linear-gradient(#fffcfc, #f0eded);
	background: -webkit-linear-gradient(#fffcfc, #f0eded);
	background-color: #f0eded;
	border: 1px solid #cccaca;
	border-radius: 6px;
	box-shadow: inset 0 1px 1px rgba(34,25,25,0.1), 0 2px 2px white;
	cursor: pointer;
	display: block;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcfc', endColorstr='#f0eded');
	margin-bottom: 18px;
	moz-border-radius: 6px;
	moz-box-shadow: inset 0 1px 1px rgba(34,25,25,0.1), 0 2px 2px white;
	padding: 6px 4px 6px 4px;
	position: relative;
	webkit-border-radius: 6px;
	webkit-box-shadow: inset 0 1px 1px rgba(34,25,25,0.1), 0 2px 2px white;
}
.BoardPicker .CurrentBoard
{
	display: block;
	overflow: hidden;
	white-space: nowrap;
	padding-right: 5px;
}
.BoardPicker:active .CurrentBoard
{
	color: #fff;
}
.BoardPicker .CurrentBoard,
.BoardPicker .CurrentCategory
{
	display: block;
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
}
.BoardPicker:active .CurrentBoard,
.BoardPicker:active .CurrentCategory
{
	color: #fff;
	text-shadow: none;
}
.BoardPicker .DownArrow
{
	background: url(https://fr-sysimg.s3.amazonaws.com/downArrow.png) center top no-repeat;
	height: 9px;
	position: absolute;
	right: 14px;
	top: 14px;
	width: 11px;
}
.BoardPicker:hover .DownArrow
{
	background-position: center;
}
.BoardPicker:active .DownArrow
{
	background-position: center bottom;
}
.BoardList
{
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 6px;
	box-shadow: 0 0 17px #bbb;
	display: none;
	right: -1px;
	max-height: 300px;
	moz-border-radius: 6px;
	moz-box-shadow: 0 0 17px #bbb;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	top: -1px;
	webkit-border-radius: 6px;
	webkit-box-shadow: 0 0 17px #bbb;
	max-width: 330px;
	z-index: 9999;
}
.BoardList li
{
	color: #524d4d;
	cursor: pointer;
	display: block;
	font-size: 12px;
	line-height: 1.15em;
	list-style: none;
	margin: 0;
	padding: 5px 46px 5px 8px;
	position: relative;
	text-align: left;
}
.BoardList li:hover
{
	background-color: #ebe8e8;
	color: #221919;
}
.BoardList li:active
{
	background-color: #cb2027;
	color: #fff;
	text-shadow: none;
}
.BoardList li:first-child
{
	border-radius: 6px 6px 0 0;
	moz-border-radius: 6px 6px 0 0;
	webkit-border-radius: 6px 6px 0 0;
}
.BoardList li .CollaborativeBoard
{
	background: url(https://fr-sysimg.s3.amazonaws.com/CollaborativeBoardIcon.png) top center no-repeat;
	height: 13px;
	margin-top: -6px;
	position: absolute;
	right: 10px;
	top: 50%;
	width: 28px;
}
.BoardList li:active .CollaborativeBoard
{
	background-position: bottom center;
}
.BoardPicker .CreateBoard,
.BoardPicker .CreateCategory
{
	background-color: #f2f0f0;
	border-radius: 0 0 6px 6px;
	border-top: 1px solid #cccaca;
	cursor: default;
	moz-border-radius: 0 0 6px 6px;
	padding: 8px;
	webkit-border-radius: 0 0 6px 6px;
}
.BoardPicker .CreateBoard input
{
	border: 1px solid #a4a2a2;
	border-radius: 6px;
	box-shadow: inset 0 1px rgba(34,25,25,0.15), 0 1px rgba(255,255,255,0.8);
	box-sizing: border-box;
	display: inline-block;
	font-size: 18px !important;
	font-size: 1em;
	margin: 0 6px 0 0;
	min-width: 236px;
	moz-border-radius: 6px;
	moz-box-shadow: inset 0 1px rgba(34,25,25,0.15), 0 1px rgba(255,255,255,0.8);
	moz-box-sizing: border-box;
	moz-transition: all 0.08s ease-in-out;
	ms-box-sizing: border-box;
	webkit-border-radius: 6px;
	webkit-box-shadow: inset 0 1px rgba(34,25,25,0.15), 0 1px rgba(255,255,255,0.8);
	webkit-box-sizing: border-box;
	webkit-transition: all 0.08s ease-in-out;
	width: 236px;
}

.BoardPicker .CreateBoard input:focus {
	border-color: #930;
	box-shadow: inset 0 1px rgba(34,25,25,0.15), 0 1px rgba(255,255,255,0.8), 0 0 14px rgba(235,82,82,0.35);
	moz-box-shadow: inset 0 1px rgba(34,25,25,0.15), 0 1px rgba(255,255,255,0.8), 0 0 14px rgba(235,82,82,0.35);
	webkit-box-shadow: inset 0 1px rgba(34,25,25,0.15), 0 1px rgba(255,255,255,0.8), 0 0 14px rgba(235,82,82,0.35);
}

.BoardPicker .CreateBoardStatus
{
	display: none;
	font-size: .8em;
	padding: 2px;
	text-align: right;
	float: right;
	margin-top: 3px;
}
.BoardPicker .CreateBoardStatus.error
{
	color: #f00;
}
.BoardPicker .CreateBoardStatus.good
{
	color: green;
}

a.tooltip span
{
	display: none;
	margin-left: -5px;
	padding: 2px 3px;
}
a.tooltip:hover span
{
	background: #ffffff;
	border: 1px solid #cccccc;
	bottom: -17px;
	color: #6c6c6c;
	display: inline-block;
	position: absolute;
}

.BusDealDesc
{
	background-color: #f9f0f0;
	margin-top: unset;
	padding: 5px 5px 5px 5px;
	margin-bottom: 10px;
	border-radius: 10px;
}

.PersDealDesc
{
	background-color: #ffffff;
	margin-top: 5px;
	padding: 5px 5px 5px 5px;
}

.item
{
	float: left;
	margin: 20px;
}
.box-divider
{
	background-color: #E6E6E6;
	clear: both;
	height: 1px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.box-following h1 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 16px;
	text-align: left;
}

.box-following h2 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 12px;
	text-align: left;
}

.box-following p {
	text-align: left;
}

.following-image {
	float: left;
	margin-right: 5px;
}
.savtab-owner-label {
	border-bottom: 1px solid #D9D4D4;
	text-align: center;
	padding-bottom: 3px;
}

.savtab-owner-label img {
	vertical-align: middle;
}

.savtab-owner-label a {
	color: #524D4D;
	font-weight: bold;
    	outline: medium none;
    	text-decoration: none;
	/* vertical-align: top; */
	font-size: 11px;
	margin-top: 40%
}

.savtab-owner-label a:hover {
    	text-decoration: underline;
}

.savtab-owner-label.box-business {
	background-color: #FFCCCC;
}
.box-border
{
	background-color: #FFFFFF;
	border: 1px solid #D6D6D6;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color= '#BBBBBB' );
	margin: 0;
	moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#BBBBBB')";
	padding: 5px;
}

.box-savtab {
	width: 200px;
	margin-left: 10px;
	margin-right: 10px;
}

.box-following {
	width: 310px;
}

.box-business {
	border-color: #FFCCCC;
}

.box-info
{
	float: left;
	font-size: 11px;
	line-height: 15px;
	margin-top: 5px;
	width: 210px;
}
.SavTabEditIcon {
display: none;
}

.SavTabEditIcon img {
display: none;
}

.SavTabEditIcon img:hover {
display: none;
}
.SavTabSharedIcon {
	float: left;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-top: 5px;
}
.boardtitle
{
	color: #000000;
	font-size: 10px;
	padding-bottom: 5px;
	text-align: center;
}

.boardtitle a {
	font-size: 12px;
}

.boardphotoborder
{
	border: solid 1px #F5F5F5;
	margin: 7px;
}
.boardphotoborder:hover
{
	opacity: 0.8;
}
.ui-menu .ui-menu-item a {
 font-size: 12px;
}

.SquashedTable td, .SquashedTable th {
padding: 0px;
}

#EditUserProfileModal th, #EditBLUserProfileModal th {
    font-weight: bold;
    padding-right: 5px;
    text-align: right;
    vertical-align: top;
}

#EditUserProfileModal td, #EditBLUserProfileModal td {
    text-align: left;
}

#headerLogo {
	margin-right: auto;
	margin-left: auto;
	margin-top: 3px;
}

.tabrow {
    text-align: center;
    list-style: none;
    margin-bottom: 15px;
    padding: 0px;
    line-height: 24px;
    height: 26px;
    overflow: hidden;
    font-size: 12px;
    font-family: verdana;
    position: relative;
}
.tabrow li {
    border: 1px solid #AAA;
    background: #D1D1D1;
    background: -o-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: -ms-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: -moz-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: -webkit-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    display: inline-block;
    position: relative;
    z-index: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #FFF;
    text-shadow: 0 1px #FFF;
    margin: 0 -5px;
    padding: 0 20px;
}
.tabrow a {
	  color: #555;
	  text-decoration: none;
}
.tabrow li.selected {
    background: #FFF;
    color: #333;
    z-index: 2;
    border-bottom-color: #FFF;
}
.tabrow:before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #AAA;
    z-index: 1;
}
.tabrow li:before,
.tabrow li:after {
    border: 1px solid #AAA;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: " ";
}
.tabrow li:before {
    left: -6px;
    border-bottom-right-radius: 6px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #D1D1D1;
}
.tabrow li:after {
    right: -6px;
    border-bottom-left-radius: 6px;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 #D1D1D1;
}
.tabrow li.selected:before {
    box-shadow: 2px 2px 0 #FFF;
}
.tabrow li.selected:after {
    box-shadow: -2px 2px 0 #FFF;
}

.closeX {
	/*float: right;*/
	background: url(https://fr-sysimg.s3.amazonaws.com/close_30.png);
	width: 30px;
	height: 30px;
	display: inline-block;
	cursor: pointer;
	position: absolute;
	right: 10px;
}

.closeX:hover {
	background: url(https://fr-sysimg.s3.amazonaws.com/close_30_red.png);
}
.catHeading {
		text-align: center;
}

.stripeHeading {
	/* margin-left: 35%; */
	margin-top: 5px;
	display: inline;
}

.SavTabHeadingIcon {
	margin: 0px;
	overflow: hidden;
}

.SavTabHeadingIcon img {
	margin-top: -25px;
	margin-bottom: 0px;
	position: relative;
}

.SavTabHeadingIcon img:hover {
	margin-top: 0px;
	margin-bottom: -25px;
}

.SavTabHeadingIconDiv {
	width: 50px;
	height: 25px;
	display: inline-block;
	overflow: hidden;
	}

a.button {
    background: -webkit-gradient(linear, left top, left bottom, from(#E0242A), to(#B91E23)); /* for webkit browsers */
    background: linear-gradient(to bottom, #E0242A 0%, #B91E23 100%) repeat scroll 0 0 transparent;
    	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E0242A', endColorstr='#B91E23');
    border: 1px solid #980B0E;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue",Helvetica,sans-serif;
    font-size: 18px;
    height: 44px;
    line-height: 44px;
    padding: 0 18px;
    text-align: center;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.33);
}
a.button:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#DE4348), to(#B91E23)); /* for webkit browsers */
    background: linear-gradient(to bottom, #DE4348 0%, #B91E23 100%) repeat scroll 0 0 transparent;
    	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DE4348', endColorstr='#B91E23');
box-shadow: 0 1px 3px #AAAAAA;
}

.MsgDiv {
	background-color: #ffffff;
	text-align: left;
	border: 1px solid;
	margin: 1px;
	padding: 4px;
	font-size: 1.2em;
}

.MsgDiv textarea {
width: 97%;
resize: vertical;
min-height: 20px;
/*max-height: 80px;*/
}

.MsgImg {
	float: left;
	margin-right: 5px;
}
#SendMessageModal textarea {
resize: vertical;
min-height: 250px;
min-width: 250px;
width: 80%;
}

#SendMessageModal .MessageSubject {
	min-width: 250px;
	width: 80%;
}

.MsgReplyIcon {
    	float: right;
	margin-top: 3px;
	overflow: hidden;
}

.MsgReplyIcon img {
	margin-top: -26px;
	margin-bottom: 0px;
	position: relative;
}

.MsgReplyIcon img:hover {
	margin-top: 0px;
	margin-bottom: -26px;
}


.MsgDeleteIcon {
	float: right;
	overflow: hidden;
	margin-top: 3px;
	margin-left: 3px;
}

.MsgDeleteIcon img {
	margin-top: -26px;
	margin-bottom: 0px;
	position: relative;
}

.MsgDeleteIcon img:hover {
	margin-top: 0px;
	margin-bottom: -26px;
}

.SendMsgIcon22 {
    	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	overflow: hidden;
}

.SendMsgIcon22 img {
	margin-top: -26px;
	margin-bottom: 0px;
	position: relative;
}

.SendMsgIcon22 img:hover {
	margin-top: 0px;
	margin-bottom: -26px;
}

.MsgStripe {
	background-color: #FAF7F7;
	text-align: left;
	margin-bottom: 5px;
}

.MsgSubj {
	border-bottom: 1px dotted;
	color: #010191
}

.floatLogo {
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	height: 43px;
	/* background-color:yellow; */
	display: inline-block;
	padding-top: 2px;
}

.floatCont {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.floatLogo img {
	vertical-align: middle;
	width: 212px; /*270px;*/
	height: 40px;
}

.expiredStamp {
	position: absolute;
    right: 32px; /*65px; */
    top: 10px;
}

#hamburger {
    border: 1px solid #990000;
    border-radius: 3px 3px 3px 3px;
    cursor: pointer;
    display: block;
    height: 28px;
    padding: 3px 4px 3px;
    position: relative;
    width: 30px;
    margin-left: 2px;
    margin-top: 2px;
    background: #4569b2;
    background: -moz-linear-gradient(top,  #8d0f1a 0%, #b31218 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8d0f1a), color-stop(100%,#b31218));
    background: -webkit-linear-gradient(top,  #8d0f1a 0%,#b31218 100%);
    background: -o-linear-gradient(top,  #8d0f1a 0%,#b31218 100%);
    background: -ms-linear-gradient(top,  #8d0f1a 0%,#b31218 100%);
    background: linear-gradient(to bottom,  #8d0f1a 0%,#b31218 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d0f1a', endColorstr='#b31218',GradientType=0 );
}

/*
The white stripes in the hamburger button
*/
#hamburger div {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 2px 2px 2px 2px;
    height: 2px;
    margin-top: 4px;
    width: 90%;
}

.menuNLI {
	color: white;
}

.hrclear {
    clear: both;
    height: 1px;
    margin: 0;
    visibility: hidden;
}

.NBLTable {
	margin-left: auto;
	margin-right: auto;
	border-collapse: separate;
	border-spacing: 5px;
}

.NBLTable td {
	text-align: left;
	font-size: 14px;
}
.searchli {
	padding: 10px 10px 10px 20px !important;
	font-weight: bold;
	outline: medium none;
}

#SearchModal li {
	font-size: 16px;
	text-align: left;
	list-style: circle outside none;
	text-indent: 0px;
}

#cssCatMenu ul,
#cssCatMenu ul li,
#cssCatMenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssCatMenu {
  width: 300px;
  font-family: "helvetica neue",arial,sans-serif;
  color: #ffffff;
}
#cssCatMenu ul ul {
  display: none;
}
.align-right {
  float: right;
}
#cssCatMenu > ul > li > a {
  padding-left: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-top: 1px solid #000000;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  /*color: #ffffff; */
  color: #000000;
  /*text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35); */
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
#cssCatMenu > ul > li > a:hover {
  background: -webkit-linear-gradient(#ffffff, #A8A8A9);
  background: -moz-linear-gradient(#ffffff, #A8A8A9);
  background: -o-linear-gradient(#ffffff, #A8A8A9);
  background: -ms-linear-gradient(#ffffff, #A8A8A9);
  background: linear-gradient(#ffffff, #A8A8A9);
}
/*#cssCatMenu > ul > li.active > a {
  color: #000000;
  background: #ffffff;
}*/
#cssCatMenu > ul > li.open > a {
  color: #000000;
  background: #ffffff;
  background: -webkit-linear-gradient(#ffffff, #A8A8A9);
  background: -moz-linear-gradient(#ffffff, #A8A8A9);
  background: -o-linear-gradient(#ffffff, #A8A8A9);
  background: -ms-linear-gradient(#ffffff, #A8A8A9);
  background: linear-gradient(#ffffff, #A8A8A9);
}
#cssCatMenu > ul > li.open > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid #000000;
}
#cssCatMenu > ul > li:last-child > a,
#cssCatMenu > ul > li.last > a {
  border-bottom: 1px solid #000000;
}
.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.holder::after,
.holder::before {
  display: block;
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  right: 20px;
  z-index: 10;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.holder::after {
  top: 3px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
#cssCatMenu > ul > li > a:hover > span::after,
#cssCatMenu > ul > li.active > a > span::after,
#cssCatMenu > ul > li.open > a > span::after {
  border-color: #eeeeee;
}
.holder::before {
  top: 3px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-color: inherit;
  border-left-color: inherit;
}
#cssCatMenu ul ul li a {
  cursor: pointer;
  border-bottom: 1px solid #32373e;
  border-left: 1px solid #32373e;
  border-right: 1px solid #32373e;
  padding-left: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  z-index: 1;
  text-decoration: none;
  font-weight: normal;
  font-size: 13px;
  color: #eeeeee;
  background: #49505a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#cssCatMenu ul ul li:hover > a,
#cssCatMenu ul ul li.open > a,
#cssCatMenu ul ul li.active > a {
  background: #424852;
  color: #ffffff;
}
#cssCatMenu ul ul li:first-child > a {
  box-shadow: none;
}
#cssCatMenu ul ul ul li:first-child > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#cssCatMenu ul ul li a {
  padding-left: 20px;
}
#cssCatMenu ul ul ul li a {
  padding-left: 30px;
}
#cssCatMenu > ul > li > ul > li:last-child > a,
#cssCatMenu > ul > li > ul > li.last > a {
  border-bottom: 0;
}
#cssCatMenu > ul > li > ul > li.open:last-child > a,
#cssCatMenu > ul > li > ul > li.last.open > a {
  border-bottom: 1px solid #32373e;
}
#cssCatMenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}
#cssCatMenu ul ul li.has-sub > a::after {
  display: block;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  right: 20px;
  z-index: 10;
  top: 3px;
  border-top: 2px solid #eeeeee;
  border-left: 2px solid #eeeeee;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#cssCatMenu ul ul li.active > a::after,
#cssCatMenu ul ul li.open > a::after,
#cssCatMenu ul ul li > a:hover::after {
  border-color: #ffffff;
}

.CatMenu {
	top: 30px;
	/*left: 400px;*/
	overflow-y: scroll;
	overflow-x: hidden;
	display: none;
}
.CatList
{
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 6px;
	box-shadow: 0 0 17px #bbb;
	display: none;
	moz-border-radius: 6px;
	moz-box-shadow: 0 0 17px #bbb;
	position: fixed;
	/*bottom: 10px; */
	webkit-border-radius: 6px;
	webkit-box-shadow: 0 0 17px #bbb;
	z-index: 1000;
}

.CatListOverlay
{
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 998;
}

.RatingDiv {
	display: inline-block;
	background-color: red;
	color: white;
	padding: 2px 7px 2px 7px;
	border-radius: 7px;
	margin: 5px;
	font-size: 13px;
}

#AllReviewsModal td {
	padding: 5px;
	font-size: 150%;
}
#AllReviewsModal th {
	padding: 5px;
	text-align: left;
	font-size: 12px;
	margin: 0;
}
.busResp {
	font-weight: bold;
	font-style: italic;
	margin: 0;
}

.greyhr {
	border: 0;
	height: 1px;
	width: 50%;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}
.RatingStar {
font-size: 32px;
color: red;
cursor: pointer;
}

.RatingTable {
margin-left: auto;
margin-right: auto;
}

#InfoModalRGmobile ul {
	min-width:100px;
	max-width:300px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#InfoModalRGmobile li {
	list-style-image: none;
	list-style-position: inside;
	list-style-type: disc;
	font-size: 14px;
}

.ButtonUp {
	vertical-align: 12px;
}
