html, body {
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    color: #000;
    background-color: #fff;
    font-family: Verdana,Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 1.3em;
    -webkit-text-size-adjust: none;
}
html { height: 100%; }
body { position: relative; }

a, a:visited {
    color: #4e7299;
    text-decoration: underline;
}
a.link-new, a.link-new:visited {
    color: #bc2a4d;
}
a:hover, a.link-new:hover {
    color: #bc2a4d;
}

p { 
    margin: 4px; 
    padding: 0;
}

h2, h3 { 
    font-size: 14px;
    margin: 4px 0;
    padding: 0;
    color: #4a88b1;
    text-shadow: none;
}

img { display: inline-block; }

/* 
    header / footer
*/
#page-header, #page-footer {
    margin: 0;
    padding: 0;
    height: 30px;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 1px;
}
.gradient, .button1, .button2, th {
    background: #77a1be;
    background: -webkit-gradient(linear, left top, left bottom, from(#4a88b1), to(#77a1be));
    background: -moz-linear-gradient(top, #4a88b1, #77a1be);
    background: linear-gradient(to bottom, #4a88b1, #77a1be);
    color: #fff !important;
    text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 1px;
}
.gradient.link:hover, .button1:hover, .button2:hover, #page-header > ul > li:hover, #page-header > ul > li.menu-hover {
    background: #4a88b1;
    background: -webkit-gradient(linear, left top, left bottom, from(#497897), to(#4a88b1));
    background: -moz-linear-gradient(top, #497897, #4a88b1);
    background: linear-gradient(to bottom, #497897, #4a88b1);
}
.header.gradient, th, #page-header > ul > li {
    background: -webkit-gradient(linear, left top, left bottom, from(#77a1be), to(#4a87b0));
    background: -moz-linear-gradient(top, #77a1be, #4a87b0);
    background: linear-gradient(to bottom, #77a1be, #4a87b0);
}
.header.link.gradient:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#4a87b0), to(#77a1be));
    background: -moz-linear-gradient(top, #4a87b0, #77a1be);
    background: linear-gradient(to bottom, #4a87b0, #77a1be);
}
#page-header {
    z-index: 2;
}
#page-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.gradient a, .gradient a:visited, .gradient a:hover, th a, th a:visited, th a:hover {
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 1px;
}

#page-header h1, #page-footer > p {
	position: absolute;
    display: block;
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    top: 0;
    left: 35px;
    right: 0;
    padding: 7px 6px 5px;
    line-height: 1em;
    white-space: nowrap;
    overflow: hidden;
}
#page-header.menu-1 h1, #page-footer.menu-1 > p {
	right: 35px;
}
#page-header.menu-2 h1, #page-footer.menu-2 > p {
	right: 70px;
}
#page-header.menu-3 h1, #page-footer.menu-3 > p {
	right: 105px;
}
#page-footer > p {
	left: 0;
}
#page-header h1 a { text-decoration: none; }
#page-header > p { display: none; }

#page-header {
    transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
}

.nav-block ul, .nav-block li, .sub, .sub li {
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 0;
}
.nav-block > ul, .nav-block > ul > li {
    float: right;
}
#page-header-start { 
	float: left; 
	width: 35px;
}
.nav-block > ul > li {
    height: 30px;
}
.nav-block li.li-hover, .tabs-list:hover {
    background-color: #4a88b1;
}
ul.sub { 
    display: none; 
    position: absolute;
    z-index: 3;
    top: 29px;
    left: 4px;
    right: 4px;
    background-color: #77a1be;
    background: -webkit-gradient(linear, left top, left bottom, from(#77a1be), to(#6093b4));
    background: -moz-linear-gradient(top, #77a1be, #6093b4);
    background: linear-gradient(to bottom, #77a1be, #6093b4);
    padding: 2px;
    border: solid 2px #fff;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
#page-footer ul.sub {
    top: auto;
    bottom: 29px;
}
.nojs li:hover ul.sub, ul.sub-hover {
    display: block;
}
ul.sub li {
    border-top: solid 1px #fff;
    border-color: rgba(255, 255, 255, 0.6);
    padding: 0;
}
ul.sub li:first-child { border-top-width: 0; }
ul.sub li a, ul.sub li a:visited, ul.sub li span {
    display: block;
    padding: 8px;
    line-height: 1em;
    color: #fff;
}
ul.sub li span {
    color: rgba(255, 255, 255, 0.7);
    text-shadow: none;
    padding: 4px 8px;
}
ul.sub li a:hover {
    background-color: #4a88b1;
    color: #fff;
}

.nav-block .menu-link {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
    width: 34px;
    height: 30px;
    margin: 0;
    padding: 0;
    border-left: solid 1px #fff;
    border-color: rgba(255, 255, 255, 0.2);
}
#page-header-start .menu-link {
    border-right: solid 1px #fff;
    border-color: rgba(255, 255, 255, 0.2);
    border-left-width: 0;
}
.nav-block .menu-link strong { font-weight: normal; }
.nav-block .menu-link span { display: none; }
.nav-block .menu-link.back,
.nav-block .menu-link.main,
.nav-block .menu-link.search {
	background-image: url("images/menu_sprite.png");
	background-size: 125px 16px;
	background-repeat: no-repeat;
}
.nav-block .menu-link.back { background-position: 8px 50%; }
.nav-block .menu-link.main { background-position: -42px 50%; }
.nav-block .menu-link.search { background-position: -92px 50%; }

.operaMini .nav-block .menu-link.back { background-image: url("images/menu_up.png"); }
.operaMini .nav-block .menu-link.main { background-image: url("images/menu_main.png"); }
.operaMini .nav-block .menu-link.search { background-image: url("images/menu_search.png"); }
.operaMini .nav-block .menu-link.back,
.operaMini .nav-block .menu-link.main,
.operaMini .nav-block .menu-link.search {
	background-position: 50% 50%;
	background-size: auto auto;
}

.pages .menu-link { 
    padding-top: 6px;
    height: 24px;
    text-align: center;
}
.pages ul.sub li:first-child {
    padding: 6px;
}
.pages ul.sub li:first-child span, .pages ul.sub li:first-child a { 
    display: inline; 
    padding: 0;
}

div.copyright {
    clear: both;
    margin: 6px 0 0;
    padding: 0;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    height: 14px;
    overflow: hidden;
}
p.copy-left, p.copy-right {
    margin: 0;
    padding: 0;
    float: left;
    color: #888;
}
p.copy-right { float: right; }

/* content */
#page-body {
    margin: 0;
    padding: 4px 4px 36px;
}

#page-body > p, #page-body > form > p {
    margin: 0;
    margin-bottom: 4px;
}

/*
    Blocks
*/
.block {
    margin: 4px 0;
    border: 1px solid #ccc;
    padding: 4px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
div.copyright, #information { text-align: center; }
.rules, .notice {
    background-color: #f9eaef;
    border-color: #eeaabf;
    padding: 4px;
}
.rules h2 {
    color: #dc1818;
}
p.block { padding: 6px 4px; }

/*
    Forums list
*/
div.forums {
    margin: 4px 0 8px;
}
.block > p.header, .forums > p.header {
    font-size: 14px;
    font-family: Arial;
    line-height: 1.2em;
    margin: 0;
    padding: 4px 6px 6px;
    border: 0px solid #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
ul.forums, ul.forums > li {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.forums > li, .search .post-details {
    border: solid 1px #dde2e8;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: 2px 0;
    position: relative;
}
ul.forums > li:after, .search .post-details:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 20px;
	pointer-events: none;
	background: url("images/link_sprite.png") 0 50% no-repeat;
	background-size: 40px 16px;
}
.operaMini ul.forums > li:after, .operaMini .search .post-details:after {
    background: url("images/link.png") right 50% no-repeat;
    background-size: auto auto;
}

ul.forums > li.locked { 
    border-color: #ccc; 
    background-image: none;
}
ul.forums > li.locked:after { display: none; }

ul.forums > li.row-new, ul.forums > li.pm-new { 
    border-color: #e9cad3;
}
ul.forums > li.row-new:after, ul.forums > li.pm-new:after { 
	background-position: -20px 50%;
}
.operaMini ul.forums > li.row-new:after, .operaMini ul.forums > li.pm-new:after { 
    background-image: url("images/link_new.png");
    background-position: right 50%;
}

ul.forums > li.row-new {
    border-width: 2px;
}
ul.forums > li:last-child { margin-bottom: 0; }

ul.forums > li.has-pagination {
	margin-bottom: 0;
	border-bottom-width: 0;
	border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
}
ul.forums > li.has-pagination > p:last-child {
	margin-bottom: 0;
	padding-bottom: 4px;
	border-bottom: 1px dashed #ccc;
}

ul.forums > li.row-pagination {
	margin-top: 0;
	padding: 2px 4px 4px;
	border-top-width: 0;
	border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
}
ul.forums > li.row-pagination:after { display: none; }

ul.forums > li > p {
    color: #888;
    font-size: 11px;
}
ul.forums > li.locked > p {
    color: #aaa;
}
ul.forums > li a {
    text-decoration: none;
    font-family: Arial;
    line-height: 1.4em;
}
ul.forums > li.locked a, ul.forums > li.locked a:visited {
    color: #888;
}
ul.forums > li.locked a:hover, ul.forums > li.row-new a, ul.forums > li.row-new a:visited, ul.forums > li.pm-new a.topictitle, ul.forums > li.pm-new a.topictitle:visited {
    color: #e02451;
}
ul.forums > li.row-new a:hover, ul.forums > li.pm-new a.topictitle:hover { color: #bc2a4d; }
ul.forums > li > p:first-child {
    font-size: 14px;
}
ul.forums strong { color: #888; font-weight: normal; }

span.replies {
    display: inline-block;
    border: solid 0px transparent;
    padding: 0 6px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    color: #fff;
    background-color: #77a1be;
}
span.replies.empty { background-color: #ccc; }

/*
    Posts
*/
.post { position: relative; }
.post-header {
    min-height: 16px;
}
.post-author {
    float: right;
    padding: 3px 6px;
    margin-left: 4px;
    border: solid 0px transparent;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.post-author.settings > a {
    display: inline-block;
    width: 16px;
    background-image: url("images/menu_sprite.png");
	background-size: 125px 16px;
	background-repeat: no-repeat;
	background-position: -50px 50%;
}
.operaMini .post-author.settings > a
{
    background-image: url("images/menu_main.png");
    background-position: 50% 50%;
    background-size: auto auto;
}
.post-author .sub, .tabs-list .sub { 
    display: none;
    top: 30px;
}
.post-header h2, .post-author > a {
    font-family: Arial;
    text-decoration: none;
}
.nojs .post-author:hover .sub, .post-author .sub-hover, .nojs .tabs-list:hover .sub, .tabs-list .sub-hover { 
    display: block; 
}
.post-time { 
    margin: 0 0 4px; 
    color: #888;
    font-size: 11px;
}
.search .post-time { margin: 0; }
.post .rules { margin: 4px 10px; }
.search .post-details {
    color: #888;
    font-size: 11px;
    line-height: 1.2em;
    border-width: 1px;
    padding: 4px;
    margin: 2px 10px;
}

.arrow-up, .arrow-down {
	display: inline-block;
	padding-left: 5px;
	font-weight: normal;
	position: relative;
	top: -1px;
}
.arrow-up, .menu-hover .arrow-down { display: none; }
.menu-hover .arrow-up { display: inline-block; }

/*
    BBCode
*/
blockquote, .codebox, .attachbox, .inline-attachment {
    margin: 4px 10px;
    border: solid 1px #ccc;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 4px;
    color: #444;
    font-size: 11px;
}
blockquote cite, .codebox dt {
    display: block;
    color: #999;
    font-style: normal;
    font-weight: normal;
}
.codebox dd, .codebox code {
    display: block;
    margin: 0;
    padding: 0;
}
.attachbox dt, .file dt {
    margin: 0;
    padding: 0;
    color: #999;
}
dl.file, .attachbox dd, .file dd {
    margin: 0;
    padding: 0;
}

/*
    Pagination
*/
ul.forums .pages a, ul.forums p.pages {
    margin-top: 0;
    line-height: 1em;
}
ul.forums .pages a, ul.forums a.newest {
    display: inline-block;
    padding: 4px;
    border: solid 0px transparent;
    background-color: #77a1be;
    color: #fff !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
ul.forums .pages a:hover { background-color: #4a88b1; }
ul.forums a.newest, ul.forums span.pages a { 
    line-height: 1em;
    font-size: 11px; 
    padding: 2px 4px;
    margin: 0;
    margin-left: 4px;
}
.pages .page-sep { display: none; }

/*
    Buttons
*/
div.buttons a, a.button1, a.button2 {
    display: inline-block;
    text-decoration: none !important;
}
div.buttons a, .button1, .button2 {
    font-family: Arial;
    padding: 4px 8px 4px;
    border: solid 0px transparent;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
div.buttons a { margin-bottom: 2px; }

/*
    Forms
*/
form, fieldset {
    margin: 0;
    padding: 0;
    border-width: 0;
}

fieldset dl, dl.polls {
    height: 1%;
    overflow: hidden;
}
fieldset dl {
    margin: 0;
    padding: 4px 0;
}
fieldset dt, .details dt {
    display: block;
    float: left;
    text-align: left;
    width: 40%;
}
fieldset.fields1 dt {
    border-right-width: 0;
    width: 75px;
    clear: left;
}
fieldset.fields2 dt, .details dt {
    border-right-width: 0;
    width: 115px;
}
fieldset dd, .details dd {
    margin-bottom: 3px;
    margin-left: 41%;
    vertical-align: top;
}
fieldset.fields1 dd {
    border-left-width: 0;
    margin-left: 80px;
}
fieldset.fields2 dd, .details dd {
    border-left-width: 0;
    margin-left: 120px;
}

fieldset dd input[type="text"] { width: 200px; }
fieldset dd textarea { width: 160px; height: 40px; }
#message-box textarea { width: 285px; height: 100px; }


fieldset.polls dd.resultbar {
    width: 50%;
}
fieldset.polls dd {
    border-left: medium none;
    float: left;
    font-size: 1.1em;
    margin-left: 0;
    padding: 0 5px;
    width: auto;
}
fieldset.polls dd div {
    color: #fff;
    background-color: #a92346;
    border: solid 0px transparent;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    font-family: Arial;
    font-weight: bold;
    min-width: 14px;
    overflow: visible;
    padding: 0 2px;
    text-align: right;
}

p.explain { 
    margin: 0 0 6px; 
    color: #666;
    font-size: 11px;
}

select {
	max-width: 250px;
}

/*
    Table
*/
table {
    width: 100%;
    margin: 4px 0;
}
table td, table th {
    margin: 1px;
    padding: 3px;
    border: solid 1px #ccc;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
table th { 
    border-width: 0; 
    font-weight: normal; 
}

/*
    UCP
*/
.tabs-container { 
    position: relative; 
    margin: 0 0 6px 0;
}
.tabs-list { 
    display: inline-block; 
    border: solid 0px transparent;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 0 6px;
}
.tabs-list > a {
    display: inline-block;
    padding: 3px 6px 6px;
}

.tabs-list .sub { top: 22px; }

/*
    Misc stuff
*/
.clear { clear: both; }
.float-right { float: right; }

dl.faq { margin: 0 0 6px; }
dl.faq:last-child { margin: 0; }
dl.faq dt { 
    margin: 0 0 4px; 
    color: #000;
    text-shadow: none;
    font-size: 14px;
}
dl.faq dd { margin: 2px 4px; }

.mobile-style-switch a {
	display: inline-block;
	padding: 3px 8px 4px;
	border: 1px solid transparent;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	text-decoration: none !important;
    background: #77a1be;
    color: #fff !important;
}

span.zoom-container {
	position: relative;
	display: inline-block;
	padding-top: 30px;
}
span.zoom-image { display: none; }
img.zoom + span.zoom-image {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	background: url("images/zoom.png") 0 0 no-repeat;
	cursor: pointer;
}
img.zoom.zoomed-in + span.zoom-image { 
	background-position: 0 -30px; 
}

.highlight {
	background-color: #d4f0cc !important;
}

ul.post-reputation {
	float: right;
	width: auto;
	padding: 0;
	list-style: none;
}

ul.post-reputation li {
	float: left;
	margin-right: 3px;
	background-position: 0 100%;
}

ul.post-reputation li a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0;
}

ul.post-reputation li span { display:none; }
ul.post-reputation li a:hover { background: none; }

ul.post-reputation li.rate-good-icon { width: 20px; height: 20px; }
ul.post-reputation li.rate-bad-icon { width: 20px; height: 20px; }

ul.post-reputation li.rate-good-icon a { background-image: url("http://forumcoin.com/styles/Mobile/imageset/icon_rate_good.gif"); }
ul.post-reputation li.rate-bad-icon a { background-image: url("http://forumcoin.com/styles/Mobile/imageset/icon_rate_bad.gif"); }

ul.post-reputation li.rate-good-icon a:hover,
ul.post-reputation li.rate-bad-icon a:hover { background-position: center bottom }

.reputation.zero a {
	color: #6E6E6E;
	text-decoration: none;
	cursor: pointer;
}

.reputation.positive a, .reputation.negative a {
	color: white;
	text-decoration: none;
	cursor: pointer;
}

.reputation.positive {
	background: #6F8F52;
	color: white;
	text-align: center;
}

.reputation.negative {
	background: #B82929;
	color: white;
	text-align: center;
}

.reputation.zero {
	background: #FFF;
	color: #6E6E6E;
	text-align: center;
}

.reputation.span {
	color: #FFF;
}

.reputation {
	font-weight: bold;
	padding: 1px 6px;
	display: inline-block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	line-height: normal;
}

li.reputation {
	font-size: 14px;
}

.positive {
	color: #6F8F52;
}

.negative {
	color: #B82929;
}

.new-repo {
	color: red;
	font-weight: bold;
}

.rated_good .rate-good-icon a, .rated_bad .rate-bad-icon a {
	width: 100%;
	opacity: 0.3;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	cursor: default;
	background-position: center top !important;
}

.own .rate-good-icon a, .own .rate-bad-icon a {
	display: none;
}

.rated_good .rate-bad-icon a, .rated_bad .rate-good-icon a {
	display: none;
}

#reputation-popup {
	font-size: 0.9em;
	z-index: 500;
	display: none;
	background: white;
	box-shadow: 2px 2px 4px #555555;
	border-radius: 11px;
	padding: 5px;
	border: 5px solid #4e7198;
}

#reputation-popup div.error {
	text-align: center;
	font-size: 1.2em;
}

/* Fix - do not show white space at the bottom of reputation popup */
#reputation-popup div.panel {
	margin-bottom: 0px;
}

#reputation-popup h3 {
	font-size: 1.4em;
	padding-left: 10px;
	text-transform: none;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	margin: 0;
	border: none;
}

#reputation-popup p {
	padding: 0 10px;
}

#post-reputation-list {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

#user-reputation-list {
	float: right;
	width: 58%;
}

.small-popup {
	position: absolute;
	width: 300px;
}

.normal-popup {
	position: fixed;
	width: 570px;
}

.normal-popup #post-reputation-list {
	max-height: 350px;
	overflow: auto;
}

.new-popup {
	position: fixed;
	width: 400px;
	height: 115px;
	text-align: center;
	position: fixed !important;
}

.footer-popup {
	padding: 2px 10px 0 10px;
}
.vote_status_positive, .vote_status_negative {
	text-align: center;
	font-size: 120%;
}

.vote_status_positive {
	background: #d4f0cc;
}

.vote_status_negative {
	background: #ffe6e6;
}

.hidden  .postbody, .hidden .postprofile {
	display: none;
}

div.online.hidden {
	background-image: none;
}

.progress-bar {
	width: 100%;
	height: 10px;
	border-radius: 3px;
	border: 1px solid #a4bdcb;
	background: #a4bdcb;
	background: -moz-linear-gradient(left,  #dc4a5b 0%, #ffb489 8%, #fcfaba 18%, #54d077 70%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#dc4a5b), color-stop(8%,#ffb489), color-stop(18%,#fcfaba), color-stop(70%,#54d077));
	background: -webkit-linear-gradient(left,  #dc4a5b 0%,#ffb489 8%,#fcfaba 18%,#54d077 70%);
	background: -o-linear-gradient(left,  #dc4a5b 0%,#ffb489 8%,#fcfaba 18%,#54d077 70%);
	background: -ms-linear-gradient(left,  #dc4a5b 0%,#ffb489 8%,#fcfaba 18%,#54d077 70%);
	background: linear-gradient(to right,  #dc4a5b 0%,#ffb489 8%,#fcfaba 18%,#54d077 70%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc4a5b', endColorstr='#54d077',GradientType=1 );
}

.empty-progress {
	background: white;
	height: 10px;
	float: right;
}

.reputation-list {
	border: 1px #4e7198 solid;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	margin: 5px;
	padding: 6px;
	overflow: hidden;
}

.empty {
	text-align: center;
}

.reputation-detail {
	padding-left: 5px;
}

.reputation-avatar {
	float: left;
	padding: 2px;
	background-color: white;
	border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #D5D5D5;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.reputation-avatar  img{
	display: block !important;
}

.reputation-rating {
	display: block;
	float: right;
	font-weight: bold;
	font-size: 1.4em;
	padding-right: 10px;
}

.comment_message {
	border: 1px #dadada solid;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	margin: 5px;
	background-color: white;
	padding: 5px;
	overflow: hidden;
}

.reputation-delete {
	background-image: url("{T_THEME_PATH}/images/reputation_delete.png");
	background-repeat: no-repeat;
	font-size: 0px;
	width: 16px;
	height: 16px;
	padding: 0;
	float: right;
	opacity: 0.3;
}

.reputation-delete:hover {
	opacity: 1.0;
}

#post-reputation-list::-webkit-scrollbar {
	height: 10px;
	width: 10px;
}

#post-reputation-list::-webkit-scrollbar-button:start:decrement,
#post-reputation-list::-webkit-scrollbar-button:end:increment  {
	height: 5px;
	display: block;
	background-color: transparent;
}

#post-reputation-list::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
	border-radius: 10px;
}
 
#post-reputation-list::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}