.forum_menu {
	display: block;
	margin: 0;
	padding: 0;
}

.forum_menu li {
	display: block;
	line-height: 48px;
	margin: 0;
	padding: 0;
	border-top: 1px solid #e3e4df;
	font-size: 16px;
}

.forum_menu li li {
	padding-left: 15px;
	line-height: 24px;
	font-size: 12px;
}

.forum_menu ul {
	display: block;
	margin: 0;
	padding: 0;
}

/* ----- */

#forum_contextMenu {
	display: block;
	position: absolute;
	background: #fff;
	border: 1px solid #999;
	list-style: none;
	box-shadow: 0 2px 5px rgba(0,0,0,0.3);
	margin: 0;
	padding: 0;
}

#forum_contextMenu li {
	display: block;
	margin: 0;
	padding: 0;
}

#forum_contextMenu a {
	display: block;
	padding: 3px 5px;
	color: #000;
}

#forum_contextMenu a:hover {
	background: #9cf;
}

#forum_contextMenu img {
	float: left;
	margin-right: 5px;
}

.middle {
	vertical-align: middle;
}

table.forum img
{
	max-width: 100%;
	max-height: 400px;
}

table.forum em{font-style:italic;}
table.forum blockquote,
table.forum ul,
table.forum ol,
table.forum dl{margin:1em;}
table.forum ol,
table.forum ul,
table.forum dl{margin-left:2em;}
table.forum ol li{list-style: decimal outside;}
table.forum ul li{list-style: disc outside;}

table.forum .forum_header
{
	background: #ddd;
	color: #666666;
}

table.forum .forum_category
{
	background-color: #f1f1f1;
	color: #333333;
}

table.forum .forum_category th {
	line-height: 20px;
	font-size: 14px;
	padding: 8px 10px;
}

table.forum tr {
	background-color: #ffffff;
}

table.forum th {
	border-bottom: 1px solid #a8b2bb;
	padding: 5px;
}

table.forum th th
{
	border-bottom: 0px;
	padding: 0px;
}

table.forum td
{
	border-bottom: 1px solid #a8b2bb;
	padding: 5px;
	font-size: 14px;
}

table.forum td td
{
	border-bottom: 0px;
	padding: 0px;
}

table.forum td.small {
	font-size: 12px;
	line-height: normal;
	color: #999;
}

table.forum td.small strong {
	color: #666;
}

table.forum td.big {
	font-size: 16px;
}

table.forum td.post_left {
	width: 125px;
	max-width: 125px;
	font-size: 12px;
	vertical-align: top;
	white-space: nowrap;
	overflow: hidden;
	border-right: 1px solid #a8b2bb;
}

table.forum.striping tr:nth-child(4n+3) td {
	background-color: #f9f9fc;
}

table.forum.striping tr:nth-child(4n+4) td {
	background-color: #f9f9fc;
}

table.forum tr.employee td {
	background-color: #ffe !important;
}

table.forum tr.removed_reply td {
	font-style: italic;
	font-size: 10px;
	line-height: normal;
	color: #666;
}

.forum_path {
	background: #eee;
	color: #666;
	font-size: 12px;
	font-weight: bold;
}

.forum_path a {
}

.forum_errors {
	background-color:#ffc;
}

.forum_errors ul {
	margin:0;
	padding:0;
	list-style-position:inside;
}

.forum_errors li {
	margin:0;
	padding:0;
}

.expandable {
	display: block;
	padding: 10px;
	margin: 5px 0;
	border: 1px dotted #eee;
	background: #fff;
}

.expandable img {
	max-width: 100%;
}

.balloon {
	display: inline-block;
	position: relative;
	margin-right: 10px;
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666;
}

.balloon:before {
	content: "";
	display: block;
	position: absolute;
	border-color: transparent #ccc;
	border-style: solid;
	border-width: 8px 10px 8px 0;
	bottom: auto;
	top: 50%;
	left: -10px;
	margin-top: -8px;
	width: 0;
}

.balloon:after {
	content: "";
	display: block;
	position: absolute;
	border-color: transparent #fff;
	border-style: solid;
	border-width: 7px 9px 7px 0;
	bottom: auto;
	top: 50%;
	left: -9px;
	margin-top: -7px;
	width: 0;
}

.balloon.right:before {
	border-width: 8px 0 8px 10px;
	left: auto;
	right: -10px;
}

.balloon.right:after {
	border-width: 7px 0 7px 9px;
	left: auto;
	right: -9px;
}

.actionbar a, .actionbar a:active, .actionbar a:visited {
	display: block;
	float: left;
	margin-right: 10px;
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #999;
	/*text-transform: lowercase;*/
}

.actionbar a:hover {
	color: #333;
}

/*
a.subscribe, a:active.subscribe, a:visited.subscribe,
a.unsubscribe, a:active.unsubscribe, a:visited.unsubscribe {
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #999;
}

a:hover.subscribe, a:hover.unsubscribe {
	color: #333;
}
*/

button.forum_button,
a.forum_button,
a:visited.forum_button {
	display: inline-block;
	margin-right: 10px;
	padding: 10px;
	background: #f1f5f9;
	background-image: -webkit-linear-gradient(top, #fff, #d0d5dc);
	background-image: -moz-linear-gradient(top, #fff, #d0d5dc);
	border: 1px solid #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	font-family: arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #333;
}

button:active.forum_button,
button:hover.forum_button,
a:active.forum_button,
a:hover.forum_button {
	font-size: 14px;
	background: #cef;
	background-image: -webkit-linear-gradient(top, #fff, #cef);
	background-image: -moz-linear-gradient(top, #fff, #cef);
}

button:disabled.forum_button,
a.forum_button.disabled {
	background: #f1f5f9;
	background-image: -webkit-linear-gradient(top, #fff, #d0d5dc);
	background-image: -moz-linear-gradient(top, #fff, #d0d5dc);
	border-color: #ccc;
	color: #999;
}

a .undo {
	font-size: 12px;
	color: #999;
}

a:hover .undo {
	color: #333;
}

a .icon, button .icon {
	background: url('images/actions.png');
	float: left;
	width: 16px;
	height: 16px;
	margin-right: 2px;
}

a .icon.loading, button .icon.loading {
	background: url('images/ajax-loader.gif');
	background-position: 0 0 !important;
}

a.forum_button .icon {
	margin-right: 5px;
}

a.voting .icon { background-position: 0 0; }
a.comment .icon { background-position: -32px 0; }
a.edit .icon { background-position: -16px 0; }
a.delete .icon { background-position: -48px 0; }
a.promoting .icon { background-position: -64px 0; }
a.lock .icon { background-position: -160px 0; }
a.unlock .icon { background-position: -176px 0; }
a:hover.voting .icon { background-position: 0 -16px; }
a:hover.comment .icon { background-position: -32px -16px; }
a:hover.edit .icon { background-position: -16px -16px; }
a:hover.delete .icon { background-position: -48px -16px; }
a:hover.promoting .icon { background-position: -64px -16px; }
a:hover.lock .icon { background-position: -160px -16px; }
a:hover.unlock .icon { background-position: -176px -16px; }
a.unvote .icon { background-position: 0 -16px; }
a.demote .icon { background-position: -64px -16px; }

a.forum_button.vote .icon { background-position: 0 -16px; }
a.forum_button.unvote .icon { background-position: -144px -16px; }
a.forum_button.subscribe .icon { background-position: -96px -16px; }
a.forum_button.unsubscribe .icon { background-position: -112px -16px; }
a.forum_button.create .icon { background-position: -80px -16px; }
a.forum_button.reply .icon { background-position: -32px -16px; }
a.forum_button.share .icon { background-position: -128px -16px; }

.support_status {
	position: absolute;
	right: -13px;
	top: -20px;
	background: url('images/support_ribbons.png');
	width: 122px;
	height: 40px;
	padding-left: 5px;
	line-height: 36px;
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #444;
}

.support_status.status_0 { /* no status */
	background: none;
	color: #444;
}

.support_status.status_1 { /* blue */
	background-position: 0 -120px;
	color: #024;
}

.support_status.status_2 { /* yellow */
	background-position: 0 -80px;
	color: #442;
}

.support_status.status_3 { /* green */
	background-position: 0 0;
	font-size: 13px;
	color: #242;
}

.support_status.status_4 { /* red */
	background-position: 0 -40px;
	color: #422;
}

/*
div.star {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 24px;
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 13px;
	color: #666;
	background: url('../images/star_yellow.png') right center no-repeat;
	padding-right: 26px;
}
*/

div.star, div.stars {
	display: inline-block;
	font-size: 16px;
}

div.stars:before {
	font-family: FontAwesome;
	content: "\f005";
	color: #fc3;
}

div.star {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 14px;
}

div.star:after {
	font-family: FontAwesome;
	content: " \f005";
}

div.star.nul {
	color: #999;
}

/*
div.stars {
	display: inline-block;
	line-height: 16px;
	font-family: arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	background: #f1f5f9;
	background-image: -webkit-linear-gradient(top, #fff, #d0d5dc);
	background-image: -moz-linear-gradient(top, #fff, #d0d5dc);
	padding: 8px;
	border: 1px solid #ccc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	white-space: nowrap;
	overflow: hidden;
}

div.stars.zero {
	color: #999;
}

div.stars.zero img {
	opacity: 0.5;
}

div.stars img {
	float:left;
	margin-right: 5px;
}
*/

/*
div.star.nul {
	background: url('../images/star_grey.png') right center no-repeat;
	color: #999;
}
*/

span.small
{
	font-size: 12px;
	/*color: #888888;*/
}

span.gray
{
	color: #888888;
}

span.status1 {
	color: #63A8E3;
	font-weight: bold;
}

span.status2 {
	color: #cc6;
	font-weight: bold;
}

span.status3 {
	color: #6c6;
	font-weight: bold;
}

span.status4 {
	color: #c66;
	font-weight: bold;
}

div.pages
{
}

div.pages a
{
	border: 1px solid #555555;
	background-color: #f1f1f1;
	color: #333333;
	text-decoration: none;
	padding: 2px;
	margin-left: 2px;
}

div.pages a:hover
{
	background-color: #21a5ff;
	color: #ffffff;
}

div.pages a.selected
{
	background-color: #21a5ff;
	color: #ffffff;
}

.errors ul {
	margin:0;
	padding:0;
	list-style-position:inside;
}
.errors li {
	margin:0;
	padding:0;
}

.forum_message {
	display: none;
}