/* @override 
	http://localhost:3003/stylesheets/pretty_table.css
*/

/*Yes, it's a table. I'm sorry. Call me when CSS has vertical centering.*/

table.pretty_table {
	padding: 0;
	border: 1px solid #dcdcdc;
	border-bottom-style: none;
	width: 100%;
}

table.pretty_table td {
	padding: 0;
	border-bottom: 1px solid #dcdcdc;
}

table.pretty_table tr {
	background-color: #f3f3f3;
	padding: 10px;
	margin: 0;
	font-size: 16px;
	padding: 0;
}

table.pretty_table tr.odd {
	background-color: #e2effa;
}

table.pretty_table tr.rejected {
	background-color: #fae2e2;
}

table.pretty_table tr.rejected.odd {
	background-color: #fad3d3;
}

table.pretty_table tr td.photo {
	height: 43px;
	width: 43px;
	padding-right: 10px;
	vertical-align: top;
}

table.pretty_table tr td.photo.big {
	height: 56px;
	width: 56px;
}

table.pretty_table tr td.photo .image {
	background-color: #000e3f;
}

table.pretty_table tr td.photo img {
	width: 100%;
	height: 100%;
}

table.pretty_table tr td.buttons {
	text-align: right;
	padding-right: 8px;
}

table.pretty_table .buttons a {
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: white;
	background: #6878a3 url(/images/light_sheen.png) repeat-x 0 center;
	text-shadow: rgba(0,0,0,0.26) 1px 1px 0;
	font-size: 12px;
	display: inline;
	padding: 5px 15px;
	margin-left: 3px;
}

table.pretty_table .buttons a:hover {
	background-color: #7f93c8;
}

table.pretty_table .buttons a:active {
	background-color: #d1923a;
}

table.pretty_table .buttons a.edit_button {
	background-color: #b75b11;
	padding-right: 15px;
	padding-left: 15px;
}

table.pretty_table .buttons a.edit_button:hover {
	background-color: #ce7833;
}

table.pretty_table .buttons a.edit_button:active {
	background-color: #ff943f;
}

table.pretty_table .buttons a.view_button {
	
}

.pretty_table_error {
	border: 1px solid #dcdcdc;
	background-color: #f3f3f3;
	padding: 10px;
	text-align: center;
	font-size: 18px;
	color: #6e6e6e;
	text-transform: lowercase;
}

/* @group Teeny Table */

table.pretty_table.teeny td.number {
	padding: 4px 5px 5px;
	color: #4a4a4a;
	text-align: center;
	width: 11px;
}

table.pretty_table.teeny td.number.on_top {
	vertical-align: top;
}

table.pretty_table.teeny td.name {
	padding: 4px;
}

table.pretty_table.teeny td.name a {
	font-weight: normal;
	font-style: normal;
}

table.pretty_table.teeny td.photo {
	padding: 4px;
	height: 32px;
	width: 32px;
	margin: 0;
}

table.pretty_table.teeny td.photo img {
	height: 32px;
	width: auto;
}

table.pretty_table.teeny td.photo.big {
	padding: 0 4px 0 0;
	height: 48px;
	width: 48px;
	margin: 0;
}

table.pretty_table.teeny td.photo.big img {
	height: 48px;
	width: auto;
}

table.pretty_table.teeny td.name .neighborhood {
	display: block;
	font: 11px "Helvetica Neue", Helvetica, Geneva, sans-serif;
	margin-top: 1px;
	color: #616161;
}

table.pretty_table.teeny td.brownie_points {
	background: transparent;
	text-align: right;
	padding-right: 5px;
}

table.pretty_table.teeny td.brownie_points img {
	padding-right: 4px;
}

/* @end */

/* @group Specific Classes */

table.pretty_table.video_table td {
	padding: 8px;
}

table.pretty_table.offers .name {
	
}

table.pretty_table.offers .name.padded {
	padding: 7px;
}

table.pretty_table.offers .special {
	text-align: center;
	width: 115px;
}

table.pretty_table.offers .photo {
	margin: 0;
	padding: 0;
}

table.pretty_table.offers .print_button {
	width: 88px;
	padding-right: 10px;
}

table.pretty_table.offers .special strong {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	color: white;
	padding: 2px 5px;
	margin-left: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #e36c1c url(/images/light_sheen.png) 0 center;
	text-shadow: rgba(0,0,0,0.15) 1px 1px 0;
	text-align: center;
	margin-right: 10px;
}

h4.offers {
	color: #e36c1c;
}

table.pretty_table.offers .special.buy_one_get_one strong {
	font-size: 12px;
}

table.pretty_table.offers .name a {
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
}

table.pretty_table.video_table td.video_icon {
	width: 16px;
}

table.pretty_table.video_table td.buttons {
	width: 90px;
}

table.pretty_table.video_table td.date {
	text-align: right;
}

table.pretty_table .authority {
	font-weight: bold;
	font-size: 11px;
	text-transform: lowercase;
}

table.pretty_table .authority.authority_1 {
	color: #47800d;
}

table.pretty_table .authority.authority_2 {
	color: #1764d1;
}

table.pretty_table .authority.authority_9, table.pretty_table .authority.authority_10 {
	color: #732faf;
}

table.pretty_table .authority.restaurant {
	color: #9b2d19;
}

.neighborhood {
	font-weight: bold;
	font-size: 11px;
	color: #686868;
}

.chain {
	font-weight: bold;
	font-size: 11px;
	color: #1764d1;
	text-transform: lowercase;
}

table.pretty_table .title a {
	font-weight: normal;
	font-style: normal;
}

table.pretty_table .title.offer_name {
	padding: 5px;
}

table.pretty_table .name .restaurant {
	font: normal normal 12px "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #447710;
}

table.pretty_table .name .restaurant em {
	font-weight: normal;
	font-style: normal;
	color: #9d967f;
}

table.pretty_table .name .restaurant a {
	font: normal normal 12px "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #447710;
}

table.pretty_table .name .restaurant a:hover {
	text-decoration: underline;
}

table.pretty_table .byline {
	color: #a1a1a1;
	text-align: center;


/*

min-width: 170px;*/
}

table.pretty_table .logline {
	font: 12px "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #5f5f5f;
}

table.pretty_table .date, table.pretty_table .byline .date {
	color: #818181;
	font-size: 12px;
	text-align: center;
	min-width: 100px;
	font-weight: normal;
	font-style: normal;
}

table.pretty_table .byline a {
	padding: 0;
	margin: 0;
	display: inline;
	color: #a1a1a1;
}

table.pretty_table .byline.with_image, table.pretty_table .byline.with_image .date {
	text-align: right;
}

table.pretty_table .byline.with_image a:hover {
	text-decoration: underline;
}

table.pretty_table td.author_photo img {
	width: 36px;
	height: 36px;
}

table.pretty_table td.author_photo {
	width: 36px;
	height: 36px;
	padding-left: 8px;
	padding-right: 8px;
}

table.pretty_table .star.featured a {
	color: #732faf;
	text-shadow: rgba(115,47,175,0.44) 0 0 7px;
}

table.pretty_table .star.unfeatured a {
	color: #c8c8c8;
}

table.pretty_table .star.unfeatured a:hover {
	color: #f5dd2d;
}

table.pretty_table tr.draftline {
	background-color: #fffbdc;
}

.author_review_list td.video_icon {
	padding-right: 10px;
	width: 26px;
}

.pretty_table td.video_icon, .pretty_table td.video_icon img {
	float: none;
	padding-right: 5px;
	padding-left: 2px;
}

table.pretty_table.offers tr {
	background-color: #fffbec;
}

table.pretty_table.offers tr.odd {
	background-color: #fff5cf;
}

table.pretty_table.reviews tr td.buttons {
	text-align: right;
	padding-right: 8px;
	width: 150px;
}

ul.classy_review_list .score_number {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	float: right;
	margin-right: 6px;
	font-size: 12px;
	color: #767676;
	margin-top: 5px;
}

table.pretty_table td.rejection_reason {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	margin-right: 6px;
	font-size: 12px;
	color: #b60d0d;
	text-align: right;
	width: 200px;
}

ul.classy_review_list .score {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	float: right;
	font-weight: bold;
	margin-right: 5px;
	background-color: white;
	padding: 2px 8px 1px;
	border: 1px solid #dcdcdc;
	width: 41px;
	text-align: center;
}

ul.classy_review_list .score.passing {
	color: #499100;
}

ul.classy_review_list .score.failing {
	color: #a34200;
}

/* @end */