ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,td,body {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}

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

a:hover {
	text-decoration: underline;
}

ul, ol {
	list-style: inside;
}

img.car_avatar {
	width: 130px;
	height: 100px;
}

table.list {
	border-collapse: collapse;
	border: 1px solid #f0f0f0;
	margin: 0 0 5px 3px;
	width: 99.5%;
}

table.list tr { /* item list in frontend like users, cars, etc. */
	margin: 5px;
	list-style-type: none;
	text-align: center;
	background: url('../images/layout/entry_bg.png') repeat-x;
}

table.list tr.mandatory th:after {
	content: "*";
	color: #c64;
}

table.list th {
	font-size: 1.1em;
	vertical-align: middle;
	padding: 3px 1em;
	background: url('../images/layout/gradient_grey_fast.png') repeat-x;
	border-bottom: 1px solid #eee;
}

table.list td {
	text-align: left;
	padding: 8px 10px;
	vertical-align: middle;
	border-bottom: 1px solid #f5f5f5;
}

table.list td.avatar {
	text-align: center;
}

table.list h5 {
	padding: 6px 3px;
	margin: 1px;
	text-shadow: 1px 1px 1px #fff;
	color: #ccc;
}

table.list td li {
	list-style: none;
}

table.list td li:before {
	content: " ▪ ";
	color: #ccc;
	padding-left: 3px;
}

table.list .admin img {
	height: auto !important;
}

table.list thead th {
	text-align: left;
}

h2.dot {
	background: url('../images/layout/link_dot.gif') no-repeat 0 8px;
}

h2.default, h3.default {
	color: #ce0202;
	background: url('../images/icons/pw.png') no-repeat;
	padding-left: 26px;
	font-size: 13px;
	font-family: Verdana, sans-serif;
}

h2.default {
	margin-top: 0.2em;
	font-size: 1.4em;
}

h3.default {
	margin: 1em;
}

h3.forum a {
	color: #666;
}

h3.module_label {
	float: left;
	margin: 7px 0 0 8px;
	color: #111;
	font-size: 1.2em;
}

h3.dot {
	background: url('../images/layout/link_dot.gif') no-repeat 0 8px;
	color: #C71903;
	font-family: Verdana;
	font-size: 1.2em;
}

h3.dot span {
	font-weight: normal;
	color: #222;
	font-size: 0.7em;
}

h6.dot {
	background: url('../images/layout/link_dot.gif') no-repeat 0 0;
	padding-left: 20px;
}

h2, .show h2 a {
	color: #b72503;
	font-size: 11pt;
}

a.major, a.new, input.new {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-shadow: none;
	color: #404040;
	background: url('../images/button_grey.png') repeat-x;
	padding: 4px 10px 5px;
	border: 1px solid #6e6d6d;
	-moz-border-radius: 2.5px;
	-webkit-border-radius: 2.5px;
	border-radius: 2.5px;
	cursor: pointer;
}

a.major:hover,
a.major.active {
	color: #bf2f03;
	background: url('../images/button_grey_hover.png') repeat-x;
	text-decoration: none;
}

a.major {
	line-height: 280%;
	font-size: 100%;
}


a.new, input.new {
	background: #ca0000 url('../images/button_red.png') repeat-x;
	color: white;
	display: block;
	float: right;
	margin: 0 5px 1em 0;
	border: 1px solid #bb0000;
	-moz-border-radius: 2.5px;
	-webkit-border-radius: 2.5px;
	border-radius: 2.5px;
}

a.new:hover {
	background: url('../images/button_red_hover.png') repeat-x;
	text-decoration: none;
}

a.video {
	display: block;
	width: 129px;
	height: 100px;
	position: relative;
}

a.video .icon {
	position: absolute;
	top: 32px;
	left: 47px;
	width: 36px;
	height: 36px;
	background: url('../images/icons/video_play.png') no-repeat;
}

a.video:hover .icon {
	background: url('../images/icons/video_play_hover.png') no-repeat;
}

#submenu h2 {
	float: left;
}

#submenu a.new {
	float: right;
	margin: 3px 4px 0 0;
	display: inline;
}

#submenu a.major {
	margin-left: 5px;
}

h3, h3 a {
	color: #fd401b;
}

h3 span {
	color: #bbb;
	text-shadow: none;
}

h3 span a {
	color: inherit;
	text-shadow: inherit;
}

h4 {
	font-size: 11pt;
	color: #777;
	margin: 12px 0 7px;
}

hr {
	height: 1px;
	background: #ddd;
	border: none;
	margin: 12px 0 16px;
}

strong, strong a {
	color: #B42201;
}

p.links a {
	font-weight: bold;
	font-size: 14px;
	margin-left: 2px;
	margin-right: 2px
}

p.links {
	margin-top: 2px;
	margin-bottom: 10px;
}

.medium p.links {
	width: 95%;
}

p.hint {
	width: 575px;
	padding: 15px 15px 15px 60px;
	margin: 5px auto 10px;
	background: #fafafa url('../images/icons/hint.png') no-repeat 10px;
	color: #666;
	border-bottom: 3px groove #fbba00;
}

.gallery_preview {
	padding: 1px 0 0 0;
	background: #fff url('../images/layout/gradient_gray.png') repeat-x center bottom;
	height: 250px;
}

.gallery_preview h3.default {
	margin: 16px;
}

.gallery_preview .gallery_grid {
	margin-left: 6px;
	clear: left;
}

.gallery_preview .gallery_grid li {
	margin: 10px 0 0 0;
}

.news_preview {
	padding: 15px 0 0 0;
	background: #fff url("../images/layout/gradient_gray.png") repeat-x center top;
	border-top: 1px solid #ccc;
}

.news_preview h3.default {
	margin: 3px 0 19px 16px;
}

.news_preview #pending_news {
}

.news_preview #pending_news th {
	font-weight: normal;
	font-size: 0.9em;
}

.news_preview #pending_news th span {
	color: #fd401b;
}

.entry {
	padding: 10px 20px;
	background: #f4f4f4 url('../images/layout/entry_bg.png') repeat-x;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	overflow: hidden;
}

.entry .infobar {
	width: 100%;
	height: 24px;
}

.entry .infobar .comments_no {
	float: right;
	margin: 2px 10px 0 10px;
	background: url('../images/icons/comments.png') no-repeat 3px 3px;
	height: 16px;
	font-size: 1.2em;
	font-weight: bold;
	color: #555;
}

.entry .infobar .comments_no a {
	color: #555;
	display: block;
	padding: 0 0 0 20px;
}

.entry .infobar .dates {
	color: #999;
	float: left;
	margin-right: 1em;
}

.entry .infobar .author {
	color: #cb2009;
	float: left;
	margin-right: 1em;
}

.entry h3 span {
	font-size: 11px;
}

.entry .text {
	margin-top: 6px;
	line-height: 150%;
	color: #444;
	padding: 0 12px 10px 0;
	text-align: justify;
	font-size: 1.2em;
}

.entry .text a {
	color: #fd401b;
}

.entry .text a:hover {
	text-decoration: none;
	background: #f3f3f3;
}


.slot .entry {
	padding: 3px 5px 6px;
	height: 12px;
	overflow: hidden;
	border: none;
	border-bottom: 1px solid #eee;
}

.slot .entry .text {
	color: #444;
	font-size: 0.92em;
	padding: 0;
	margin: 0;
	text-align: left;
}

.slot .entry .text .author a,
.slot .entry .text .topic a {
	color: #fd401b;
}

.slot .entry .text a {
	color: #666;
}

.slot .entry .text .comments_no {
	float: right;
	display: block;
}

.slot .entry a {
	vertical-align: top;
}

.slot h6.dot {
	margin: 6px 4px;
	color: #f22700;
}

/*----------*/

p.slot-hint {
	background:url('../images/slot-hint.png') no-repeat top left;
	padding: 1em 1.5em 0 1.5em;
	margin-right:10px;
	color: #CCC;
	font-style:italic;
}
p.slot-hint q {
	font-size:1.09em;
}

p.slot-hint span {
	color: #888;
	display:block;
	text-align:right;
}

/*----------*/

.blog {
	clear: left;
}

.blog .entry {
	padding: 10px 20px;
}

div.show {
	padding: 10px;
	background: url('../images/layout/entry_bg.png') repeat-x;
	overflow: auto;
}

div.show h2 {
	padding-top: 5px;
	padding-bottom: 5px;
}

div.show h3.dot {
	margin-left: 1em;
	padding: 6px 0 1px 22px;
}

div.show h5 {
	margin: 10px 0 0 0;
	color: #666;
}

div.show h6 {
	font-size: 1.0em;
}

div.show img.avatar {
	float: left;
	margin: 10px 0 0 15px;
}

div.show .place_desc {
	background: url("../images/layout/gradient_1.png") repeat-x;
	float: left;
	width: 328px;
}

div.show .place_desc h5 {
	color: #000;
	margin-top: 0.5em;
	font-size: 1.1em;
}

div.show .place_desc h6 {
	margin-top: 0.5em;
}

div.show .place_desc .description {
	color: #444;
	text-align: left;
	width: auto;
	padding: 0.5em;
}

div.show .place_desc .group {
	border-top: 1px solid #ddd;
	background: #f3f3f3 url("../images/layout/gr_vertical_white_to_gray_30px.png") repeat-x;
	padding: 0.5em 0 0.5em 1em;
}

div.show .description {
	width: 45em;
	text-align: justify;
}

div.show .tags {
	margin: 1em;
}

p.tags {
	margin: 1em 0;
}

.best th {
	width: 2em;
}

.best .stars {
	width: 140px;
	margin-top: 4px;
}

.best .points {
	width: 6em;
	font-weight: bold;
}

.adm_links {
	float: right;
	margin: 4px 8px 4px 0;
}

.adm_links a {
	padding: 4px 8px 4px 22px;
	background-repeat: no-repeat;
	background-position: 0 4px;
}

.adm_links a.edit { background-image: url('../images/icons/edit.png'); }
.adm_links a.delete { background-image: url('../images/icons/delete.png'); }
.adm_links a.cancel { background-image: url('../images/icons/cancel.png'); }
.adm_links a.image_add { background-image: url('../images/icons/image_add.png'); }

/* div.grades = vote stars */
div.grades {
	overflow: hidden;
	position: relative;
	margin: 0 0 10px 11px;
	width: 160px;
}

div.grades h6 {
	float: left;
	line-height: 15px;
	margin: 0 10px 0 0;
}

div.grades #your_vote {
	clear: left;
}

div.grades #stars {
	margin-top: 1px;
}

div.grades .star {
	float: left;
	cursor: pointer;
	width: 12px;
	height: 15px;
	background: url('../images/stars.gif') no-repeat 0 -40px;
}

div.grades .star.on { background: url('../images/stars.gif') no-repeat 0 0px; }
div.grades .star.half { background: url('../images/stars.gif') no-repeat 0 -60px; }
div.grades .star.over { background: url('../images/stars.gif') no-repeat 0 -19px; }

div.grades b {
	display:block;
	position:absolute;
	right:5px;
	top:5px;
	line-height:15px;
}

/* table.grades = table with labels, vote stars and optionally numeric grades */
table.grades {
	margin-top: 6px;
	border-spacing: 0;
}

table.grades th {
	text-align: left;
	font-size: 0.8em;
	font-weight: normal;
	color: #666;
}

table.grades th,
table.grades td {
	border-bottom: 1px solid #ddd;
}

table.grades td.stars {
	text-align: left;
}

table.grades td.stars.disabled .star {
	cursor: default;
}

table.grades td.stars img {
	margin: 0;
}

table.grades div.grades {
	margin: 6px;
	width: auto;
}

.medium {
	clear: left;
	text-align: center;
	background: #fff url("../images/layout/gradient_gray_short.png") repeat-x;
	padding: 1em 0;
	overflow: auto;
}

.medium img {
	padding: 1px;
	border: solid 1px #ccc;
}

.medium a img:hover {
	border: 1px solid #EE554D;
}

.medium .description {
	float: right;
	width: 460px;
	text-align: left;
	margin: 17px 10px 10px 10px;
}
.medium .description .content {
	margin-bottom: 10px;
	font-weight: bold;
}

.medium p.links {
	background: #fff url("../images/layout/gradient_gray.png") repeat-x center bottom;
	padding: 0 10px;
	overflow: auto;
	margin: 2px 0;
}

.medium p.links a {
	font-weight: normal;
	font-size: 1em;
}

.medium div.grades {
	float: left;
	border: 1px solid #eee;
	background: #fff url("../images/layout/gradient_gray.png") repeat-x center bottom;
	margin-top: 10px;
	padding: 5px;
	text-align: left;
}

.medium div.grades h6 {
	color: #e70000;
	font-size: 1em;
}

.medium div.grades b {
	font-size: 1.2em;
	color: #e70000;
}

.page {
	padding: 1em 2em;
	background: #f2f2f2 url("../images/layout/gr_vertical_white_to_gray.png") repeat-x;
	font-size: 1.2em;
}

.page dt {
	font-size: 1.1em;
	margin-bottom: 4px;
	color: #d11;
}

.page dd {
	margin: 0 0 1.5em 0;
	color: #333;
}

.comments {
	padding: 10px;
	clear: both;
}

.comments h3.dot {
	margin-left: 3px;
	padding: 5px 0 1px 22px;
}

.comments li {
	list-style: none;
	padding: 12px;
	margin: 6px 0 6px 70px;
	border: 1px solid #ddd;
	border-bottom: 2px ridge #eee;
	border-left-color: #bbb;
	background: #fff url("../images/layout/gradient_gray.png") repeat-x 0 -190px;
	position: relative;
}

.comments li .corner,
.add_comment .corner {
	width: 7px;
	height: 9px;
	background: url('../images/layout/dialog_triangle.gif') no-repeat 0 0;
	position: absolute;
	top: -1px;
	left: -7px;
}

.comments li li { /* fix for in-comment lists */
	border: none;
	padding: 0;
	background: none;
}

.comments li ul li {
	list-style: square;
}

.comments li ol li {
	list-style: decimal inside;
}

.comments p {
	line-height: 140%;
	text-align: left;
	padding: 0 0 14px 0;
	font-family: Verdana;
	overflow: hidden;
}

.comments h5 { /* username */
	color: #fd401b;
	height: 20px;
}

.comments h5 span { /* created at */
	color: #ccc;
	font-size: 70%;
}

.comments h5 i { /* anonymous indication */
	color: #ccc;
}

.comments .links a {
	font-weight: normal;
	font-size: 10px;
	float: right;
}

.comments .avatar,
.add_comment .avatar {
	position: absolute;
	left: -70px;
	top: -1px;
	width: 50px;
	height: 50px;
	background: #fff;
	padding: 2px;
	border: 1px solid #dfdfdf;
}

.add_comment {
	float: left;
	margin: 10px;
	position: relative;
	width: 650px;
}

.add_comment .avatar {
	float: left;
	position: static;
}

.add_comment .corner {
	top: 27px;
	left: 60px;
}

.add_comment h3.dot {
	padding: 5px 0 5px 20px;
}

.add_comment textarea {
	background: url('../images/layout/entry_bg.png') repeat-x;
	border: 1px solid #ddd;
	border-left-color: #bbb;
	border-bottom-color: #bbb;
	margin: 0 0 5px 10px;
	padding: 5px;
	height: 8em;
	width: 566px;
}

.add_comment button.submit {
	padding: 1px 10px 1px 6px;
	white-space: nowrap;
	margin-bottom: 5px;
}

.add_comment button.submit img {
	padding: 3px 2px 0 0;
}

.add_comment button.submit span {
	position: relative;
	top: -4px;
}

.gallery_grid {
	text-align: center;
	list-style: none;
	margin-bottom: 10px;
	overflow: auto;
	width: 100%;
}

.gallery_grid li {
	float: left;
	margin: 10px 0 0 25px;
	position: relative;
	width: 132px;
	height: 152px;
	list-style: none;
	background: url('../images/gallery_item_bg.png') no-repeat;
	font-size: 0.9em;
}

.gallery_grid li:hover {
	background: url('../images/gallery_item_bg_hover.png') no-repeat;
}

.gallery_grid li .image {
	height: 98px;
	overflow: hidden;
}

.gallery_grid li .image a img {
	width: 129px;
	height: 98px;
}

.gallery_grid li .details {
	padding: 2px 4px 2px 3px;
	font-family: Verdana, sans-serif;
	color: #555;
	height: 30px;
	float: none !important;
}

.gallery_grid li .details a {
	color: inherit;
}

.gallery_grid li .subdetails {
	margin: 0 4px 0 3px;
	height: 20px;
}

.gallery_grid li .subdetails strong,
.slot_gallery li .subdetails strong {
	color: #777;
}

.gallery_grid li .subdetails .comments_no,
.slot_gallery li .subdetails .comments_no {
	float: left;
	background: url('../images/icons/comments.png') no-repeat 0 1px;
	height: 16px;
	padding-left: 16px;
	font-weight: bold;
}

.gallery_grid li .subdetails .comments_no a,
.slot_gallery li .subdetails .comments_no a {
	color: #555;
}

.gallery_grid li .subdetails .grade,
.slot_gallery li .subdetails .grade {
	float: right;
	color: #777;
}

.gallery_grid .as_avatar, .gallery_grid .set_hidden, .gallery_grid .fight {
	display: none;
}

.gallery_grid li:hover .as_avatar, .gallery_grid li:hover .set_hidden, .gallery_grid li:hover .fight {
	display: block;
	position: absolute;
	right: 3px;
	top: 2px;
}

.gallery_grid li:hover .set_hidden { top: 42px; right: 3px; }
.gallery_grid li:hover .fight {	top: 22px; right: 3px; }
.gallery_grid li:hover .as_avatar { top: 2px; right: 3px; }

.gallery_grid a img.icon {
	border: none;
	padding: 0;
	background: transparent;
	width: auto !important;
	height: auto !important;
}

.slot_gallery {
	list-style: none;
}

.slot_gallery li {
	background: url('../images/slot_gallery_item_bg.png') repeat-x;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	margin-bottom: 0.5em;
	height: 97px;
	overflow: hidden;
	position: relative;
	clear: both;
}

.slot_gallery li .image {
	float: left;
	width: 129px;
	height: 98px;
}

.slot_gallery li .image img {
	width: 100%;
	height: 100%;
}

.slot_gallery li .details {
	float: left;
	clear: right;
	width: 120px;
	height: 69px;
	padding: 5px;
	font-size: 0.8em;
}

.slot_gallery li .details .description {
	height: 3.8em;
}

.slot_gallery li .details p.added_by {
	text-align: right;
	color: #c0c0c0;
}

.slot_gallery li .details .date {
	color: #808080;
}

.slot_gallery li .subdetails {
	float: left;
	width: 120px;
	height: 20px;
	padding: 0 3px;
}

.pagination {
	clear: both;
	text-align: right;
	font-size: 9pt;
	margin: 10px;
}

.pagination span {
	padding: 0 0.5em 0 0.2em;
	color: #b42201;
}

.pagination span.current {
	font-weight: bold;
}

.search_entry {
	border: solid 1px #ff1a00;
	padding: 10px;
	margin: 3px;
}

._step0b, ._step1, ._step2 {
	display: none;
}

.jslink {
	cursor: pointer;
	color: #1D3CA3;
}

.jslink:hover {
	text-decoration: underline;
}

.car_choose {
	margin: 14px 0 0 16px;
	padding-bottom: 10px;
}

#kind_results, #kind_chooser {
	margin: 4px 0;
	list-style-position: inside;
}

#kind_chooser li {
	font-size: 12px;
}

.popup {
	position: fixed;
	top: 180px;
	left: 200px;
	width: 540px;
	height: 140px;
	background: url('../images/layout/entry_bg.png') repeat-x;
	border: 3px solid #FD9C9C;
	padding-left: 60px;
	display: none;
}

.popup2 {
	display: none; 
	background: white;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    padding: 10px;
    width: 250px;
    border: 1px solid #D7D7D7;
}

.hint_popup {
	position: absolute;
	border: 1px solid #F1D0CB;
	border-right-width: 2px;
	border-bottom-width: 2px;
	padding: 3px 6px;
	background: #f8f8f8 url('../images/layout/entry_bg.png') repeat-x;
	color: #666;
}

.info_popup {
	position: absolute;
	padding: 1em 2em 1em 1em;
	background: #333;
	border: 1px solid #aaa;
	border-top-color:#333;
	color: #ccc;
	background: url('../images/dark-background.png') repeat;
	-moz-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
}

.info_popup	h6 {
	font-size:1.5em
}

.info_popup dt {
	font-weight: bold;
}

.info_popup dd {
	margin: 0 0 0.5em 0.5em;
}

.info_popup .jslink {
	float: right;
	color: #ccc;
	padding: 0;
	margin: 0 0 0.5em 1em;
}

#user_intro {
	top: 261px;
	left: 60px;
	width: 530px;
}

span.tag {
	margin: 3px;
	cursor: pointer;
}

span.tag:hover {
	color: #dc4
}

/* Events styles */

div.event div.place {
	margin: 10px;
	color: #777
}

div.event .description {
	margin: 10px;
	color: #444;
	line-height: 150%;
	text-align: justify;
}

div.event div.added_by {
	margin: 10px;
	text-align: right;
}

div.event div.added_by a {
	color: #fd401b;
}

div.event_splash_version h3 {
	margin:0.2em 0;
}
div.event_splash_version div.place {
	margin:0.2em 0;
	font-size:0.9em;
}

#calendar {
	font-size: 16px
}

#calendar td {
	font-family: "Verdana", serif;
	color: #aaa;
	font-weight: 900;
	text-align: center;
	width: 36px;
	height: 36px;
	line-height:30px;
	background: url("../images/calendar/day.png");
	vertical-align: top;
}

#calendar td.red {
	color: #888;
	background: url("../images/calendar/day_red.png")
}

#calendar td.orange {
	color: #888;
	background: url("../images/calendar/day_orange.png")
}

#calendar td.green {
	color: #888;
	background: url("../images/calendar/day_green.png")
}

#calendar td.weekend {
	color: #888;
	background: url("../images/calendar/day_weekend.png")
}

#calendar td.today {
	color: #888;
	background: url("../images/calendar/day_orange.png")
}

#calendar td.empty {
	background: url("../images/calendar/day_empty.png")
}

#calendar td a {
	color: #aaa;
}

div.shortEvents {
	overflow: auto;
	position: relative;
	left: -5px;
	width: 280px;
	height: 100px;
}

div.shortEvent {
	padding: 0.2em 0 0 1em;
}

div.shortEvent a {
	color: #555;
}

#listCalendarMonths {
	float: right;
	word-spacing: 3px;
	margin: 8px 4px 0 0;
	font-weight: 900;
	font-size: 11px
}

#listCalendarMonths a {
	color: #7f7f7f
}

#listCalendarMonths a.month {
	color: #b42201 !important
}

div.navbar .prev {
	margin-left: 0.8em;
}

div.navbar a.month {
	margin: 0 0.3em;
	font-weight: bold;
}

#calendarNavBottom {
	padding-top: 15px;
	position: relative;
	left: -10px;
	height: 21px;
	width: 670px;
	background: url("../images/calendar/nav_bottom_bg.png");
}

#calendarNavBottom a {
	margin-left: 10px;
	font-weight: 900;
	word-spacing: 4px;
	color: #404040
}

#calendarNavBottom a.right {
	margin-left: 410px;
}

#list_calendar {
	clear: left;
}

#list_calendar table td a.add {
	position: relative;
	float: right
}

#list_calendar table {
	position: relative;
	width: 670px;
	border-collapse: collapse;
}

#list_calendar table td {
	height: 70px;
	padding: 4px;
}


#list_calendar table th {
	padding-left: 20px;
	width: 50px;
}

#list_calendar table th p {
	padding-top: 2px;
	font-size: 7pt;
	text-align: center;
	font-family: "Verdana", serif;
	color: #aaa;
	width: 36px;
	height: 42px;
	line-height: 10px;
	background-image: url('../images/calendar/day.png');
 	background-repeat: no-repeat;
}

#list_calendar table tr.event td {
	padding: 10px 4px 16px;
}

#list_calendar table tr.event th p {
	color: #888;
	background-image: url("../images/calendar/day_red.png");
}

#list_calendar table th p.today {
	color: #888;
	background-image: url("../images/calendar/day_orange.png");
}

#list_calendar table th p.weekend {
	color: #888;
	background-image: url("../images/calendar/day_weekend.png");
}

#list_calendar table td.hr {
	height: 5px;
	width: 600px;
	background-image: url("../images/calendar/hr_grey.jpg")
}

#list_calendar .details p.date a {
	display: inline;
	background-color: #FC6658;
	padding: 0.4em 0.8em;
	font-weight: bold;
	font-size: 8pt;
	color: #fff;
	-moz-border-radius: 1.5px;
	-webkit-border-radius: 1.5px;
	border-radius: 1.5px;
}

#list_calendar tr.weekend td.day p, #list_calendar tr.today td.day p {
	color: #888;
}

#list_calendar tr.event td div.event {
	margin-top: 1em;
}

#list_calendar tr.event td .description {
	margin: 0 2em 0 0;
	text-align: justify;
	color: #555;
}

#list_calendar tr.event td a {
	font-weight: bold;
}

#list_calendar tr.event .details {
	width: 80%;
}

#list_calendar tr.event .details p {
	margin: 6px 0;
}

#list_calendar tr.event .details p.name a {
	font-size: 120%;
}

#list_calendar td.day p.gray {
	margin-top: 10px;
}

/* hyde park */
table.forum tr {
	cursor: pointer;
}

table.forum tr:hover td {
	background: #f9f9f9;
}

table.forum .title {
	font-size: 10pt;
	font-weight: normal;
}

table.forum .date, table.posts .date {
	font-size: 7pt;
	color: #ccc;
	width: 12em;
}

table.forum .count {
	width: 1em;
	color: #999;
	background: #fafafa;
}

table.forum tr.unread td {
	font-weight: bold;
}

table.posts td.user {
	width: 120px;
}

table.posts td {
	padding: 10px !important;
}

table.posts .content {
	font-size: 10pt;
}

table.posts .grades {
	float: none;
	margin: 3em 0 1em 0;
	font-size: 70%;
}

table.posts .grades .grade {
	font-style: italic;
}

/**** Atlas/Filtrators (specific searchers) ****/

.filtrator {
	padding: 0 32px 0 12px;
	color: #404040;
	vertical-align: middle;
	line-height: 30px;
	position: relative;
	float: left;
}

.filtrator select,
.filtrator input {
	border: solid 1px #757373;
	border-color: #757373 #d9d9d9 #d9d9d9 #757373;
	height: 21px;
	padding: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-left: 2px;
	color: #515151;
	background: #fff url(../images/input_background.png) no-repeat scroll 0 0;
	font-size: 0.9em;
}

.filtrator select {
	width: 140px;
	vertical-align: middle;
}

.filtrator input {
	width: 210px;
	height: 13px;
	padding: 3px 5px;
	margin-left: 5px;
	vertical-align: middle;
}

.filtrator button {
	border: none;
	padding: 0;
	margin: -1px 0 0 2px;
	width: 58px;
	height: 20px;
	text-indent: -999em;
	background: url('../images/atlas_search_button.gif') no-repeat scroll 0 0;
	vertical-align: middle;
}

.filtrator .in-progress-indicator {
	position: absolute;
	top: 0;
	right: 0;
	margin: 8px;
}

.filtrator .in-progress-indicator img {
	display: block;
}

#search-button {
	cursor: pointer;
}

.winner {
	background-color: #FBFFBE;
}

/**** Atlas ****/

#atlas-form input {
	width: 175px
}

.atlas-slot {
}

#atlas-results {
	overflow: auto;
	zoom: 1;
	position: relative;
	left: -1px;
}

#atlas-results ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#atlas-results li {
	font-family: Verdana, sans-serif;
	padding: 6px 0 0;
	margin: 1px 0;
	display: block;
	min-height: 26px;
	background: #fff url(../images/layout/gr_vertical_gray_to_white_56px_noise.png) repeat-x scroll 0 0;
	border-top: solid 1px #adabab;
	border-bottom: solid 1px #e3e3e3;
	font-size: 90%;
	overflow: hidden;
}

#atlas-results li p.name {
	font-weight: bold;
	padding: 0 8px;
}

#atlas-results li p.type_and_city {
	padding: 0 8px 5px;
	margin: 4px 0 1px;
}

#atlas-results li .footer {
	margin: 0;
	overflow: auto;
	background: url('../images/layout/gradient_gray_short.png') repeat-x center top;
}

#atlas-results li p.show_on_map {
	float: left;
	margin: 2px 0 0 0;
	background: url(../images/atlas_show_on_map_button.gif) no-repeat;
	width: 88px;
	height: 21px;
}

#atlas-results li p.street {
	float: right;
	margin: 5px 8px 0 2px;
}

#atlas-results .pagination {
	margin: 0;
	padding: 0 0 1px 0;
	overflow: auto;
	font-size: 1em;
	font-weight: bold;
	line-height: 250%;
}

#atlas-results .pagination a {
	cursor: pointer;
	padding: 0 1em;
}

#atlas-results .pagination a.disabled {
	color: silver;
	cursor: default;
}

#atlas-results .pagination a.disabled:hover {
	text-decoration: none;
}

#atlas-results .prev {
	float: left;
}

#atlas-results .next {
	float: right;
}

#flash {
	color: #fff;
	font-weight: bold;
	font-size: 9pt;
	width: 975px;
	height: 30px;
	margin-bottom:1.5em;
}

#flash p {
	padding: 10px 0 0 36px;
	height: 100%;
	background-repeat: no-repeat
}

#flash p.info {
	background-image: url('../images/flash_info.gif');
}

#flash p.warning {
	background-image: url('../images/flash_warning.gif');
}

#hint {
	background: url('../images/hint_bg.jpg') no-repeat 0 0;
	height: 90px;
	width: 675px;
	color: #fff;
	font-family: Verdana;
	font-size: 8pt;
	margin-bottom:1.5em;
}

#hint h6 {
	background: url('../images/icons/pw_darkbg.png') no-repeat 0 0;
	padding: 1px 0 3px 22px;
	float: left;
	margin: 12px 0 0 12px;
	font-weight: normal;
	font-family: inherit;
	font-size: inherit;
}

#hint strong {
	color: inherit;
}

#hint a.close {
	float: right;
	margin: 12px 9px 0 0;
}

#hint p {
	clear: left;
	padding: 10px 0 0 20px;
	width: 500px;
}

.no_results_hint ul, .no_results_hint h4 {
	padding: 0.3em 1em;
}

.no_results_hint li {
	margin-left: 1em;
	line-height: 160%;
	font-size: 0.9em;
}

/* forms */

ul.error_list {
	color: #C24A3A;
	margin: 0.5em 0;
	font-size: 1.1em;
}

/* news */

#boards,
#news {
	font-family: Verdana, "Trebuchet MS", sans-serif;
	padding: 10px;
}

#boards li,
#news li {
	list-style: none;
	clear: left;
	padding: 8px 5px 12px 10px;
	background: #fff url('../images/layout/gradient_gray_short.png') repeat-x;
}

#news h2 a {
	font-size: 0.9em;
}

#news h4 {
	margin: 0;
}

#boards .description,
#news .description {
	text-align: justify;
	padding-right: 3em;
	margin: 0.5em 0;
	color: #444;
}

#news a.outside {
	color: #666;
}

#news .voter {
	float: left;
	width: 52px;
	height: 59px;
	margin: 0 6px 2em 0;
	background: url('../images/voter.png') no-repeat;
}

#news .voter:hover { background: url('../images/voter.png') no-repeat 0 -59px; }
#news .undo { background: url('../images/voter.png') no-repeat 0 -118px; }
#news .undo:hover { background: url('../images/voter.png') no-repeat 0 -118px; }
#news .disabled { background: url('../images/voter.png') no-repeat 0 -177px; }
#news .disabled:hover { background: url('../images/voter.png') no-repeat 0 -177px; }

#news .voter p {
	padding: 3px 0;
	width: 100%;
	text-align: center;
}

#news .voter p.votes {
	color: #d40b02;
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 7px;
}

#news .voter p.jslink {
	margin-top: 8px;
	width: 50px;
	height: 14px;
}

#news .subdetails {
	margin-top: 2px;
	font-size: 0.9em;
}

#news .details {
	margin-left: 60px;
}

#news .details .comments_no {
	text-align: right;
	margin-right: 32px;
}

#news .details .comments_no a {
	padding-left: 20px;
	background: url('../images/icons/comments.png') no-repeat 3px;
}

#news .details .comments_no a span {
	font-weight: bold;
	color: #666;
}

#news .details span {
	color: #c0c0c0;
}

#news .tag_box {
	float: left;
	color: #ccc;
}

#news .tag_box .tags a {
	color: #ff6060;
}

#pending_news {
	margin-top: 4em;
}

#pending_news th {
	width: 50%;
	text-align: left;
	background: url('../images/layout/gradient_gray_short.png') repeat-x center top;
	padding: 5px 1em;
}

#pending_news p.votes {
	float: left;	
	background: #fff;
	color: #222;
	padding: 3px 2px;
	margin: 0 5px 0 0;
	width: 20px;
	text-align: center;
	border: 1px solid #eee;
	border-right-width: 2px;
	border-bottom-width: 2px;
}

#pending_news td {
	background: url('../images/layout/gradient_grey_fast.png') repeat-x;
}

#news .similar_newses li {
	padding:4px 5px 6px 10px;
}

.tags a::after {
	content: ", ";
}

.tags a:last-child::after {
	content: "";
}

ul.compact {
	clear: left;
	list-style-position: inside;
	list-style-type: none;
	line-height: 20px;
	color: #999;
}

ul.compact li {
	padding: 0 5px;
	background: #fff url('../images/layout/gradient_grey_fast.png') repeat-x;
	height: 24px;
	position:relative;
}

ul.compact li img.avatar,
ul.compact li a {
	vertical-align: middle;
}

ul.compact li a {
	color: #333;
}

ul.compact li .has_media {
	display:block;
	position:absolute;
	right:5px;
	top:7px;
}

ul.important {
	overflow: auto;
	background: #fff;
}

ul.important li {
	font-size: 1.3em;
	float: left;
	width: 45%;
}

ul.default {
	margin: 0.3em 1em;
	list-style-type: none;
	line-height: 200%;
}

ul.default li {
	background: url('../images/layout/gradient_grey_fast.png') repeat-x;
	border-bottom: 1px solid #eee;
}

ul.default li b {
	color: #666;
}

ul.default li span {
	float: right;
	color: #999;
}

ul.default.places li {
	padding: 0 0.5em;
	cursor: pointer;
}

ul.default.places li:hover {
	background: #FFFAC6;
}

.brand .description img {
	float: left;
	margin: 0 1em 1em 0;
}

.brand .description {
	clear: both;
}

#profile {
	border-top: 1px solid #000;
	width: 670px;
}

#user_menu .username,
#carname {
	background: #fff url('../images/layout/dark_content_bg_670x65.gif') no-repeat;
	overflow: auto;
}

#carname {
	background: #fff url('../images/layout/light_content_bg_670x65.gif') no-repeat;
}

#user_menu .username h2,
#carname h2 {
	font-weight: normal;
	color: #c71903;
	font-size: 1.8em;
	font-family: Verdana;
}

#carname h2 a,
#user_menu .username h2 a {
	color: #d11903;
	text-shadow: 1px 1px 1px #333;
}

#user_menu .username p,
#carname p {
	color: #c0c0c0;
	font-size: 0.8em;
}

#carname p {
	color: #444;
}

#carname p a {
	color: #444;
	margin-left: 0.5em;
}

#carname p a.active {
	font-weight: bold;
}

#user_menu .username .avatar,
#carname .avatar {
	float: left;
	margin: 4px;
}

#user_menu .username .avatar img,
#carname .avatar img {
	border: 1px solid #d3d3d3;
	width: 45px;
	height: 45px;
}

#profile .profile_details {
	width: 100%;
	background: #f5f5f5 url('../images/layout/gr_vertical_white_to_gray.png') repeat-x 0 -10px;
	min-height: 100px;
	border-bottom: 1px solid #ccc;
	overflow: auto;
}

#profile .profile_details .car {
	background: #f5f5f5 url('../images/layout/gr_vertical_white_to_gray.png') repeat-x 0 -10px;
	overflow: auto;
}

#profile .profile_details .car .sidebar {
	float: left;
	margin: 12px 8px;
	height: 230px;
}

#profile .profile_details .car .column p,
#profile .profile_details .car .colspan p {
	overflow: auto;
	padding: 5px 10px;
	border-bottom: 1px solid #eee;
}

#profile .profile_details .mainbar {
	width: 480px;
	float: left;
}

#profile .profile_details .column {
	float: left;
	width: 280px;
	margin: 0 25px;
	color: #404040;
	font-weight: bold;
	padding-bottom: 1em;
}

#profile .profile_details .car .column {
	width: 220px;
	margin: 0 10px;
}

#profile .profile_details .column p,
#profile .profile_details .colspan p {
	width: 100%;
	padding: 10px;
	margin: 3px 0;
	text-align: right;
	font-weight: normal;
}

#profile .profile_details .column span,
#profile .profile_details .colspan span {
	color: #808080;
	font-weight: normal;
	float: left;
	clear: left;
}

#profile .profile_details .column strong,
#profile .profile_details .column a,
#profile .profile_details .colspan strong,
#profile .profile_details .colspan a {
	float: right;
	color: #404040;
}

#profile .profile_details .colspan {
	width: 460px;
	margin: 10px;
	clear: left;
}

#profile h3.dot {
	margin-left: 1em;
	padding: 5px 0 1px 22px;
}

#profile .group {
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #ccc;
	width: 100%;
	margin: 0 10px 0 0;
	padding: 10px 0 0 0;
	background: #f5f5f5 url('../images/layout/gr_vertical_gray_to_white.png') repeat-x center top;
	overflow: auto;
}

#profile .media {
	overflow: auto;
	background: #f5f5f5 url('../images/layout/gr_vertical_gray_to_white.png') repeat-x center top;
	border-bottom: 1px solid #ddd;
	height: 200px;
}

.contextual_menu {
	height: 41px;
	width: 100%;
	background: url('../images/layout/gr_vertical_gray_to_white_41px_with_bottom.png') repeat-x;
	position: relative;
	clear: left;
	overflow: auto;
	margin-bottom: 5px;
}

.contextual_menu ul {
	height: 100%;
}

.contextual_menu ul li {
	list-style: none;
	margin: 0 0 0 7px;
	float: left;
	position: relative;
	top: 5px;
}

.contextual_menu a.major {
	-moz-border-radius: 2.5px 2.5px 0 0;
	-webkit-border-radius: 2.5px 2.5px 0 0;
	border-radius: 2.5px 2.5px 0 0;
	border-bottom-color: #727272;
	padding-top: 4px;
	padding-bottom: 4px;
}

.contextual_menu li.active a.major,
.contextual_menu a.major:hover {
	background: url('../images/button_grey_active.png') repeat-x;
	color: #c71903;
	border-bottom-color: #f8f8f8;
}

#car_profile.show,
#brand_profile.show {
	background: none;
}

#car_profile h2,
#brand_profile h2 {
	padding: 0;
}

#car_profile h3.dot,
#brand_profile h3.dot {
	margin: 0.5em 0;
}

#car_profile .details,
#brand_profile .details {
	float: right;
}

#car_profile .details p,
#brand_profile .details p {
	width: 24em;
	padding: 0.5em 0;
	border-bottom: 1px solid #e2e2e2;
}

#car_profile .details p span,
#brand_profile .details p span {
	color: #777;
	float: left;
}

#car_profile ul.compact li span a,
#brand_profile ul.compact li span a {
	color: #c71903;
}

#user_stats {
	background: #f5f5f5 url('../images/layout/gr_vertical_white_to_gray.png') repeat-x;
	border-bottom: 1px solid #ccc;
	overflow: auto;
}

#user_stats ul {
	padding: 5px 8px 15px;
	list-style-type: none;
}

#user_stats ul li {
	float: left;
	width: 45%;
	margin-left: 12px;
	line-height: 24px;
	border-bottom: 1px solid #eee;
	color: #808080;
}

#user_stats ul li strong {
	float: right;
	margin-right: 0.2em;
	color: #404040;
}

#user_stats ul li span {
	float: left;
}

#user_stats .completness {
	background: url('../images/layout/dark_content_bg_670x65.gif');
	height: 28px;
	color: #aaa;
	padding: 8px 0 0 10px;
}

#user_stats .completness strong {
	color: inherit;
}

.car_preview {
	float: left;
	margin: 0 6px 6px;
}

.car_preview .box {
	width: 308px;
	height: 156px;
	border: 1px solid #ccc;
	background: #fff;
}

.car_preview h5 {
	background: url('../images/layout/gr_vertical_white_to_gray_30px.png') repeat-x;
	padding: 7px 8px;
	margin: 0 !important;
	font-size: 1.1em;
	border-bottom: 1px solid #ccc;
}

.car_preview h5 a {
	color: #e70000;
}

.car_preview .car_avatar {
	margin: 5px;
	float: left;
}

.car_preview table.grades {
	float: left;
	margin: 6px 2px 0 6px;
}

.car_preview table.grades td.header {
	border-bottom: none;
	font-weight: bold;
	font-size: 0.9em;
	color: #000;
}

.car_preview table.grades th {
	font-weight: normal;
	font-size: 0.9em;
	border-bottom: 1px solid #e2e2e2;
	text-align: left;
	color: #777;
}

.car_preview table.grades td {
	border-bottom: 1px solid #e2e2e2;
}

.car_preview table.grades tr.last th {
	border-bottom: none;
}

.car_preview table.grades tr.last td {
	border-bottom: none;
}

.car_preview table.grades div.grades {
	margin: 5px 2px;
	width: 60px;
}

.car_preview .links ul {
	clear: left;
}

.car_preview .links a.details {
	float: right;
	margin-top: 2px;
	background: url('../images/button_details_gray.png') no-repeat;
	display: block;
	height: 21px;
	width: 79px;
}

.car_preview .links a.details:hover {
	text-decoration: none;
}

.car_preview .links li {
	float: right;
	list-style: none;
	margin-right: 5px;
	padding-top: 4px;;
}

.car_preview .links li a {
	color: #888;
}

form.default {
	margin: 10px;
}

form.default fieldset {
	border: 1px solid #d7d7d7;
	margin: 10px auto;
	background: #fff url('../images/layout/gradient_gray_short.png') repeat-x 0 -1px;
}

form.default fieldset legend {
	background: url('../images/layout/gr_vertical_white_to_gray_30px.png') repeat-x 0 -4px;
	padding: 3px 10px;
	margin-left: 1em;
	border: 1px solid #ddd;
	color: #aaa;
}

form.default dl {
	margin: 10px;
}

form.default dt {
	margin-top: 10px;
	clear: left;
}

form.default dt.mandatory:after {
	content: "*";
	color: #c64;
}

form.default dd {
	margin: 5px 0;
}

form.default dd select,
form.default dd input[type='text'],
form.default dd input[type='password'] {
	min-width: 18em;
	max-width: 24em;
}

form.default dd.zatrab textarea {
	height: 5em;
}

form.default dd textarea {
	width: 27em;
	height: 7em;
}

form.default dd select,
form.default dd input,
form.default dd textarea {
	margin: 0 0.5em 0.2em 0;
	font-size: 1.3em;
	padding-left: 0.2em;
}

form.default dl label {
	color: #977;
	font-size: 1.1em;
}

form.default dl ul {
	list-style-type: none;
	margin: 10px 0;
	width: 31em;
	overflow: auto;
}

form.default dl ul li {
	float: left;
}

form.default dl ul label {
	color: #111;
}

form.default dl ul input {
	margin: 0;
}

form.default dl p.help {
	float: right;
	color: #999;
	text-align: right;
	width: 20em;
}

form.default dl p.expanded {
	min-height: 6em;
}

form.default dl p.full textarea {
	width: 90%;
}

form.default dl p.errors {
	clear: left;
	width: 630px;
}

form.default dl p.extended {
	overflow: auto;
}

form.default dl p.extended input,
form.default dl p.extended button {
	float: left;
}

form.default .footer input {
	padding: 4px 10px;
	font-size: 1.4em;
	text-align:center;
}

form.default .footer input[type='submit'] {
	min-width: 18em;
}

form.default button {
	padding: 1px 10px 1px 6px;
	white-space: nowrap;
	display: block;
	float: right;
	margin-right: 7px;
	font-size: 1.2em;
}

form.default button img {
	vertical-align: middle;
}

form.default dl.login dd p.input input {
	min-width: 9em !important;
	margin-bottom: 0.8em;
}

.dl_categories img {
	margin-left: 3px;
}

.fast_tromp {
	width:282px;
	height:138px;
	background:url('../images/fast-tromp.png') no-repeat;
	position:relative;
	margin-bottom:10px;
}
.fast_tromp .header {
	margin-left:45px;
	line-height:30px;
}
.fast_tromp .header strong {
	color:#FFF;
}

.fast_tromp fieldset {
	border:none;
}
.fast_tromp textarea {
	display:block;
	margin:16px auto;
	width:254px;
	height:50px;
	font-size:1em;
	background-color:transparent;
	border:0;
}
.fast_tromp button {
	display:block;
	position:absolute;
	right:8px;
	top:105px;
	font-size:0.91em;
	height:25px;
	line-height:25px;
	width:64px;
	text-transform:uppercase;
	color:#FFF;
	font-weight:bold;
	border:none;
	background-color:transparent;
}
.fast_tromp button:focus, .fast_tromp button:hover {
	text-decoration:underline;
}
