@charset "utf-8";

/* CSS Document */

body{	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;}
.calendarContainer
{
	
}
.calendar{
	width: 700px;
	height: 540px;
	 
}
.NavBg{
	background-image:url(../images/Grip.png);
	background-repeat: repeat;
	background-position: 0px 0px;
}


.hovered
{
	background-image: url(../images/CalendarDayOverBg.jpg);
	cursor: pointer;
}

.premonth{
	padding: 0px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 88px;
	width: 100px;
	float: left;
}
.placeDate{
	color: #FFF;
	text-align: left;
	vertical-align: top;
	font-size: 1.1em;
	font-weight: bolder;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 2px;
	padding-left: 6px;
	display: inline-block;
	clear: both;
}
.currentday .calendarDayContent
{
	color: #FFF;
}
.currentday .placeDate
{
	color: #FFF;	
}
.currentday{
	width: 100px;
	height: 90px;
	background-image: url(../images/CalendarTodayBg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	color: #000;
	cursor: pointer;
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,.3);
	box-shadow: 5px 5px 5px rgba(0,0,0,.3);
}
.calendarDay {
	width: 100px;
	height: 90px;

	float: left;
	cursor: pointer;
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,.3);
	box-shadow: 5px 5px 5px rgba(0,0,0,.3);
    border: 1px solid #000;
    box-sizing: border-box;
}
.weekdaysContainer{
	color: #FFFFFF;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(../images/CalendarWeekdayHeaderBg.jpg);
	font-weight: bolder;
	height: 21px;
	width: 700px;
	background-color: #0000FF;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	float: left;
	padding: 0px;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.weekdays {
	height: 21px;
	border: thin solid #FFF;
	width: 98px;
	float: left;
}

.calendarHeader {
	background-image: url(../images/ContentHeaderBg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin: 0px;
	height: 40px;
	width: 620px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	font-size: 1.5em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 80px;
}

.clearBoth {
	line-height: 1px;
	clear: both;
}
.calendarDayContent {
	height: 88px;
	width: 98px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 0.8em;
	text-align: center;
	font-weight: bold;
	padding-bottom: 1px;
	padding-left: 2px;
	margin-top: -2px;
}
.calendarEvtBg {
	height: 90px;
	width: 100px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: .9em;
	text-align: center;
	font-weight: bold;
	background-image: url(../images/CalendarEventBg.png);
	background-repeat: no-repeat;
	background-position: 0px -20px;
	line-height: 14px;
}

.calendarDayOpen {
	
	margin: 0px;
	padding: 0px;
/*	float: left;*/
	height: 450px;
	width: 700px;
	color: #FFF;
	cursor: pointer;
	position:relative;
}
h5 {
	font-size: 0.7em;
	color: #FFF;
	display: inline;
	padding-left: 30px;
}
h6 {
	font-size: 0.7em;
	color: #000;
	display: inline;
	padding-left: 30px;
}


.Promo{
	width: 300px;
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,.3);
	box-shadow: 5px 5px 5px rgba(0,0,0,.3);
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.Promo h1{
	color: #000;
	background: rgb(204,204,204); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(204,204,204,1) 0%, rgba(238,238,238,1) 10%, rgba(238,238,238,1) 90%, rgba(238,238,238,1) 90%, rgba(204,204,204,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(204,204,204,1)), color-stop(10%,rgba(238,238,238,1)), color-stop(90%,rgba(238,238,238,1)), color-stop(90%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(204,204,204,1) 0%,rgba(238,238,238,1) 10%,rgba(238,238,238,1) 90%,rgba(238,238,238,1) 90%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(204,204,204,1) 0%,rgba(238,238,238,1) 10%,rgba(238,238,238,1) 90%,rgba(238,238,238,1) 90%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(204,204,204,1) 0%,rgba(238,238,238,1) 10%,rgba(238,238,238,1) 90%,rgba(238,238,238,1) 90%,rgba(204,204,204,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(204,204,204,1) 0%,rgba(238,238,238,1) 10%,rgba(238,238,238,1) 90%,rgba(238,238,238,1) 90%,rgba(204,204,204,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#cccccc',GradientType=1 ); /* IE6-9 */
	line-height: 24px;

	font-size: 1.4em;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 0px;
}

.Promo h2{
	color: #FFF;
	font-size: 1.2em;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.32) 0%, rgba(0,0,0,0.25) 68%, rgba(255,255,255,0.21) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.32)), color-stop(68%,rgba(0,0,0,0.25)), color-stop(100%,rgba(255,255,255,0.21))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.32) 0%,rgba(0,0,0,0.25) 68%,rgba(255,255,255,0.21) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.32) 0%,rgba(0,0,0,0.25) 68%,rgba(255,255,255,0.21) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.32) 0%,rgba(0,0,0,0.25) 68%,rgba(255,255,255,0.21) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.32) 0%,rgba(0,0,0,0.25) 68%,rgba(255,255,255,0.21) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52000000', endColorstr='#36ffffff',GradientType=0 ); /* IE6-9 */
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;

}

.Promo h3{
	color: #FFF;
	font-size: 1em;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.32) 0%, rgba(0,0,0,0.25) 68%, rgba(255,255,255,0.21) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.32)), color-stop(68%,rgba(0,0,0,0.25)), color-stop(100%,rgba(255,255,255,0.21))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.32) 0%,rgba(0,0,0,0.25) 68%,rgba(255,255,255,0.21) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.32) 0%,rgba(0,0,0,0.25) 68%,rgba(255,255,255,0.21) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.32) 0%,rgba(0,0,0,0.25) 68%,rgba(255,255,255,0.21) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.32) 0%,rgba(0,0,0,0.25) 68%,rgba(255,255,255,0.21) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52000000', endColorstr='#36ffffff',GradientType=0 ); /* IE6-9 */
	margin: 0px;
	font-weight: normal;
}

.DiningToday{
	width: 300px;
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,.3);
	box-shadow: 5px 5px 5px rgba(0,0,0,.3);
		position:absolute;
	left: 350px;
	top: 0px;
}

.DiningToday h1{
	color: #FFF;
	background: rgb(40,27,27); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(40,27,27,1) 0%, rgba(99,0,0,1) 46%, rgba(142,17,17,1) 49%, rgba(89,20,20,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(40,27,27,1)), color-stop(46%,rgba(99,0,0,1)), color-stop(49%,rgba(142,17,17,1)), color-stop(100%,rgba(89,20,20,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(40,27,27,1) 0%,rgba(99,0,0,1) 46%,rgba(142,17,17,1) 49%,rgba(89,20,20,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(40,27,27,1) 0%,rgba(99,0,0,1) 46%,rgba(142,17,17,1) 49%,rgba(89,20,20,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(40,27,27,1) 0%,rgba(99,0,0,1) 46%,rgba(142,17,17,1) 49%,rgba(89,20,20,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(40,27,27,1) 0%,rgba(99,0,0,1) 46%,rgba(142,17,17,1) 49%,rgba(89,20,20,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#281b1b', endColorstr='#591414',GradientType=0 ); /* IE6-9 */

	line-height: 10px;
	font-size: 1.6em;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin: 0px;
	border-top-width: thick;
	border-right-width: thin;
	border-bottom-width: thick;
	border-left-width: thin;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #666;
	border-left-color: #333;
}

.DiningToday h2{
	color: #FFF;
	font-size: 1.2em;
background: -moz-linear-gradient(top,  rgba(0,0,0,0.69) 0%, rgba(0,0,0,0.69) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.69)), color-stop(100%,rgba(0,0,0,0.69))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.69) 0%,rgba(0,0,0,0.69) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0.69) 0%,rgba(0,0,0,0.69) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0.69) 0%,rgba(0,0,0,0.69) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0.69) 0%,rgba(0,0,0,0.69) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0000000', endColorstr='#b0000000',GradientType=0 ); /* IE6-9 */
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	font-style: italic;
}

.DiningToday h3{
	color: #FFF;
	background-image: url(../images/MobileHeaderTileBg2.jpg);
	font-size: 1em;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
background: -moz-linear-gradient(top,  rgba(0,0,0,0.69) 51%, rgba(0,0,0,0.57) 64%, rgba(191,191,191,0.32) 91%, rgba(255,255,255,0.32) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(51%,rgba(0,0,0,0.69)), color-stop(64%,rgba(0,0,0,0.57)), color-stop(91%,rgba(191,191,191,0.32)), color-stop(100%,rgba(255,255,255,0.32))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.69) 51%,rgba(0,0,0,0.57) 64%,rgba(191,191,191,0.32) 91%,rgba(255,255,255,0.32) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0.69) 51%,rgba(0,0,0,0.57) 64%,rgba(191,191,191,0.32) 91%,rgba(255,255,255,0.32) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0.69) 51%,rgba(0,0,0,0.57) 64%,rgba(191,191,191,0.32) 91%,rgba(255,255,255,0.32) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0.69) 51%,rgba(0,0,0,0.57) 64%,rgba(191,191,191,0.32) 91%,rgba(255,255,255,0.32) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0000000', endColorstr='#52ffffff',GradientType=0 ); /* IE6-9 */
	margin: 0px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	font-weight: normal;
}

.HappyHour{
	width: 300px;
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,.3);
	box-shadow: 5px 5px 5px rgba(0,0,0,.3);
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.HappyHour h1{
	color: #000;
	background: rgb(204,204,204); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(204,204,204,1) 0%, rgba(238,238,238,1) 10%, rgba(238,238,238,1) 90%, rgba(238,238,238,1) 90%, rgba(204,204,204,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(204,204,204,1)), color-stop(10%,rgba(238,238,238,1)), color-stop(90%,rgba(238,238,238,1)), color-stop(90%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(204,204,204,1) 0%,rgba(238,238,238,1) 10%,rgba(238,238,238,1) 90%,rgba(238,238,238,1) 90%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(204,204,204,1) 0%,rgba(238,238,238,1) 10%,rgba(238,238,238,1) 90%,rgba(238,238,238,1) 90%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(204,204,204,1) 0%,rgba(238,238,238,1) 10%,rgba(238,238,238,1) 90%,rgba(238,238,238,1) 90%,rgba(204,204,204,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(204,204,204,1) 0%,rgba(238,238,238,1) 10%,rgba(238,238,238,1) 90%,rgba(238,238,238,1) 90%,rgba(204,204,204,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#cccccc',GradientType=1 ); /* IE6-9 */
	line-height: 24px;
	font-size: 1.6em;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 0px;

}
.HappyHour h2{
	color: #FFF;
	font-size: 1.2em;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.32) 0%, rgba(0,0,0,0.25) 68%, rgba(255,255,255,0.21) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.32)), color-stop(68%,rgba(0,0,0,0.25)), color-stop(100%,rgba(255,255,255,0.21))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.32) 0%,rgba(0,0,0,0.25) 68%,rgba(255,255,255,0.21) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.32) 0%,rgba(0,0,0,0.25) 68%,rgba(255,255,255,0.21) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.32) 0%,rgba(0,0,0,0.25) 68%,rgba(255,255,255,0.21) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.32) 0%,rgba(0,0,0,0.25) 68%,rgba(255,255,255,0.21) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52000000', endColorstr='#36ffffff',GradientType=0 ); /* IE6-9 */
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	}
.DrinkSpecials{
	width: 300px;
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,.3);
	box-shadow: 5px 5px 5px rgba(0,0,0,.3);
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	position:absolute;
	right: 30px;
	top: 0px;
}
.DrinkSpecials h1{
	color: #000;
	background: rgb(204,204,204); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(204,204,204,1) 0%, rgba(238,238,238,1) 10%, rgba(238,238,238,1) 90%, rgba(238,238,238,1) 90%, rgba(204,204,204,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(204,204,204,1)), color-stop(10%,rgba(238,238,238,1)), color-stop(90%,rgba(238,238,238,1)), color-stop(90%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(204,204,204,1) 0%,rgba(238,238,238,1) 10%,rgba(238,238,238,1) 90%,rgba(238,238,238,1) 90%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(204,204,204,1) 0%,rgba(238,238,238,1) 10%,rgba(238,238,238,1) 90%,rgba(238,238,238,1) 90%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(204,204,204,1) 0%,rgba(238,238,238,1) 10%,rgba(238,238,238,1) 90%,rgba(238,238,238,1) 90%,rgba(204,204,204,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(204,204,204,1) 0%,rgba(238,238,238,1) 10%,rgba(238,238,238,1) 90%,rgba(238,238,238,1) 90%,rgba(204,204,204,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#cccccc',GradientType=1 ); /* IE6-9 */
	line-height: 24px;
	font-size: 1.6em;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 0px;
}
.DrinkSpecials h2{
	color: #FFF;
	font-size: 1.2em;
		background: -moz-linear-gradient(top,  rgba(0,0,0,0.32) 0%, rgba(0,0,0,0.25) 68%, rgba(255,255,255,0.21) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.32)), color-stop(68%,rgba(0,0,0,0.25)), color-stop(100%,rgba(255,255,255,0.21))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.32) 0%,rgba(0,0,0,0.25) 68%,rgba(255,255,255,0.21) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.32) 0%,rgba(0,0,0,0.25) 68%,rgba(255,255,255,0.21) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.32) 0%,rgba(0,0,0,0.25) 68%,rgba(255,255,255,0.21) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.32) 0%,rgba(0,0,0,0.25) 68%,rgba(255,255,255,0.21) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52000000', endColorstr='#36ffffff',GradientType=0 ); /* IE6-9 */

	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.calendarDayOpen .pageClose{
	font-size: 1.5em;
	color: #FFF;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
	background: rgb(40,27,27); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(40,27,27,1) 0%, rgba(99,0,0,1) 46%, rgba(142,17,17,1) 49%, rgba(89,20,20,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(40,27,27,1)), color-stop(46%,rgba(99,0,0,1)), color-stop(49%,rgba(142,17,17,1)), color-stop(100%,rgba(89,20,20,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(40,27,27,1) 0%,rgba(99,0,0,1) 46%,rgba(142,17,17,1) 49%,rgba(89,20,20,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(40,27,27,1) 0%,rgba(99,0,0,1) 46%,rgba(142,17,17,1) 49%,rgba(89,20,20,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(40,27,27,1) 0%,rgba(99,0,0,1) 46%,rgba(142,17,17,1) 49%,rgba(89,20,20,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(40,27,27,1) 0%,rgba(99,0,0,1) 46%,rgba(142,17,17,1) 49%,rgba(89,20,20,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#281b1b', endColorstr='#591414',GradientType=0 ); /* IE6-9 */
	height: 26px;
	width: 20px;
	top: -8px;
	position: absolute;
	right: 5px;
	text-align: center;
	
	border: thin solid #000;
}
