/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		subsilver2
	Based on style:	subSilver (the default phpBB 2 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:		psoTFX and the phpBB team ( http://www.phpbb.com )
	
	This is an alternative style for phpBB3 for those wishing to stay with
	the familiar subSilver style of phpBB version 2.x
	
	Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/
.gsc-control-cse.gsc-control-cse-ru {
    background: #c3ccd4 !important;
    border: medium none !important;
}
.icon-notification	{
   /* background-image: url("./images/icon_notification.gif");*/
    position: relative;
}

.icon-mark {
    background-image: url("./images/icon_mark.gif");
}

/* Notifications
---------------------------------------- */
.notification_list p.notification-time {
    color: #4C5D77;
}

li.notification-reported strong, li.notification-disapproved strong {
    color: #D31141;
}

.notification_list ul li img {
    float: left;
    max-height: 50px;
    max-width: 50px;
    width: auto !important;
    height: auto !important;
    margin-right: 5px;
}

.notification_list ul li p {
    margin-bottom: 4px;
    font-size: 1em;
}

.notification_list p.notification-reference,
.notification_list p.notification-location,
.notification_list li a p.notification-reason {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notification_list p.notification-time {
    font-size: 0.9em;
    margin: 0;
    text-align: right;
}

.notification_list div.notifications {
    margin-left: 50px;
    padding: 5px;
}

.notification_list div.notifications a {
    display: block;
}

.notification_list p.notifications_title {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1.2em !important;
}

.notification_list p.notifications_title strong {
    font-weight: bold;
}

.notification_list p.notifications_time {
    font-size: 0.9em !important;
}

.notification_text {
    margin-left: 58px;
}

.compact .icon-notification > a > span, .compact .icon-pm > a > span {
    display: none;
}

.notification_text:after {
    clear: both;
    content: '';
    display: block;
}


/* Dropdown menu
---------------------------------------- */
.rtl .dropdown-container.topic-tools {
    float: right;
}

.rtl .dropdown li {
    text-align: right;
}

.rtl .dropdown-contents > li {
    padding-left: 15px;
    padding-right: 0;
}

.rtl .dropdown-nonscroll > li {
    padding-left: 0;
}

.rtl .dropdown li li {
    padding-left: 0;
    padding-right: 18px;
}

.rtl .dropdown-extended .header {
    text-align: right;
}

.rtl .dropdown-extended .header .header_settings {
    float: left;
}

/* Notification mark read link */
.rtl .dropdown-extended a.mark_read {
    border-radius: 0 3px 3px 0;
    left: 0;
    right: auto;
}

.dropdown .small-icon > a {
    display: block;
}

/* Notification mark read link */
.dropdown-extended a.mark_read {
    background-color: #FFFFFF;
}

.dropdown-extended ul li {
    border-top-color: #B9B9B9;
}

.dropdown-extended ul li:hover {
    background-color: #dfe4e7;
    color: #000000;
}

.dropdown-extended .header, .dropdown-extended .footer {
    border-color: #B9B9B9;
    color: #000000;
}

.dropdown-extended .footer {
    border-top-style: solid;
    border-top-width: 1px;
}

.dropdown-extended .header {
    background: #C7D0D7;
    background: -moz-linear-gradient(top, #C7D0D7 0%, #E0E5E9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C7D0D7), color-stop(100%, #E0E5E9));
    background: -webkit-linear-gradient(top, #C7D0D7 0%, #E0E5E9 100%);
    background: -o-linear-gradient(top, #C7D0D7 0%, #E0E5E9 100%);
    background: -ms-linear-gradient(top, #C7D0D7 0%, #E0E5E9 100%);
    background: linear-gradient(to bottom, #C7D0D7 0%, #E0E5E9 100%);
}

.dropdown-up .dropdown-contents {
    box-shadow: 1px 0 5px rgba(0, 0, 0, 0.2);
}

.dropdown li, .dropdown li li {
    border-color: #DCDCDC;
}

.dropdown li.separator {
    border-color: #DCDCDC;
}

ul.linklist .dropdown {
    top: 22px;
}

ul.linklist .dropdown-up .dropdown {
    bottom: 18px;
    top: auto;
}

/* Dropdown menu
----------------------------------------*/
.dropdown-container {
    position: relative;
}

.dropdown-container-right {
    float: right;
}

.dropdown-container-left {
    float: left;
}

.nojs .dropdown-container:hover .dropdown {
    display: block !important;
}

.dropdown {
    position: absolute;
    left: 0;
    top: 1.2em;
    z-index: 2;
    border: 1px solid transparent;
    padding: 9px 0 0;
}

.dropdown span.corners-top, .dropdown span.corners-bottom {
    margin: 0 -10px;
}

.dropdown.live-search {
    top: auto;
}

.dropdown-container.topic-tools {
    float: left;
}

.dropdown-up .dropdown {
    top: auto;
    bottom: 1.2em;
    padding: 0 0 9px;
}

.dropdown-left .dropdown, .nojs .rightside .dropdown {
    left: auto;
    right: 0;
    margin-left: -500px;
    margin-right: 0;
}

.dropdown-button-control .dropdown {
    top: 24px;
}

.dropdown-button-control.dropdown-up .dropdown {
    top: auto;
    bottom: 24px;
}

.dropdown .pointer, .dropdown .pointer-inner {
    position: absolute;
    width: 0;
    height: 0;
    border-top-width: 0;
    border-bottom: 10px solid transparent;
    border-left: 10px dashed transparent;
    border-right: 10px dashed transparent;
    -webkit-transform: rotate(360deg); /* better anti-aliasing in webkit */
    display: block;
}

.dropdown .pointer {
    border-color: #B9B9B9 transparent;
}

.dropdown .pointer-inner {
    border-color: #FFF transparent;
}

.dropdown-extended .pointer-inner {
    border-color: #C7D0D7 transparent;
}
li.bg2 {
    background: #d0d7dd none repeat scroll 0 0;
}
.inner::after, ul.linklist::after, .notification_text::after{
    clear: both;
    content: "";
    display: block;
}
.navbar ul.overflow-visible {
    overflow: visible;
}

.dropdown-up .pointer, .dropdown-up .pointer-inner {
    border-bottom-width: 0;
    border-top: 10px solid transparent;
}

.dropdown .pointer {
    right: auto;
    left: 10px;
    top: 0;
    z-index: 3;
}

.dropdown-up .pointer {
    bottom: 0;
    top: auto;
}

.dropdown-left .dropdown .pointer, .nojs .rightside .dropdown .pointer {
    left: auto;
    right: 10px;
}

.dropdown .pointer-inner {
    top: auto;
    bottom: -11px;
    left: -10px;
}

.dropdown-up .pointer-inner {
    bottom: auto;
    top: -11px;
}

.dropdown .dropdown-contents {
    z-index: 2;
    overflow: hidden;
    overflow-y: auto;
    border: 1px solid #b9b9b9;
    border-radius: 5px;
    padding: 5px;
    position: relative;
    min-width: 40px;
    max-height: 300px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
}

.dropdown li {
    border-top: 1px dotted transparent;
    float: none !important;
    line-height: normal !important;
    font-size: 1em !important;
    list-style: none;
    margin: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    white-space: nowrap;
    text-align: left;
}

.dropdown-contents > li {
    padding-right: 15px;
}

.dropdown-nonscroll > li {
    padding-right: 0;
}

.dropdown li:first-child, .dropdown li.separator + li, .dropdown li li {
    border-top: 0;
}

.dropdown li li:first-child {
    margin-top: 4px;
}

.dropdown li li:last-child {
    padding-bottom: 0;
}

.dropdown li li {
    border-top: 1px dotted transparent;
    padding-left: 18px;
}

.wrap .dropdown li, .dropdown.wrap li, .dropdown-extended li {
    white-space: normal;
}

.dropdown li.separator {
    border-top: 1px solid transparent;
    margin: 4px 0;
    padding: 0;
}

.dropdown li.separator:first-child, .dropdown li.separator:last-child {
    display: none !important;
}

.dropdown-extended {
    display: none;
    z-index: 999;
}

.dropdown-extended ul {
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
    clear: both;
}

.dropdown-extended ul li {
    padding: 0;
    margin: 0 !important;
    float: none;
    border-top: 1px solid;
    list-style-type: none;
    font-size: 0.95em;
    clear: both;
    position: relative;
}

.dropdown-extended ul li:first-child {
    border-top: none;
}

.dropdown-extended ul li.no_notifications {
    padding: 10px;
}

.dropdown-extended .dropdown-contents {
    max-height: none;
    padding: 0;
    position: absolute;
    width: 340px;
}

.nojs .dropdown-extended .dropdown-contents {
    position: relative;
}

.dropdown-extended .header {
    padding: 0 10px;
    font-family: Arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-align: left;
    text-shadow: 1px 1px 1px white;
    text-transform: uppercase;
    line-height: 3em;
    border-bottom: 1px solid;
    border-radius: 5px 5px 0 0;
}

.dropdown-extended .header .header_settings {
    float: right;
    font-weight: normal;
    text-transform: none;
    font-size: 11px;
}

.dropdown-extended .header:after {
    content: '';
    display: table;
    clear: both;
}

.dropdown-extended .footer {
    text-align: center;
    font-size: 1.1em;
}

.dropdown-extended ul li a, .dropdown-extended ul li.no-url {
    padding: 8px;
}

.dropdown-extended .footer > a {
    padding: 5px 0;
}

.dropdown-extended ul li a, .notification_list dt > a, .dropdown-extended .footer > a {
    display: block;
    text-decoration: none;
}

/* Show scrollbars for items with overflow on iOS devices
----------------------------------------*/
.dropdown-extended ul::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    -webkit-appearance: none;
    background: rgba(0, 0, 0, .1);
    border-radius: 3px;
}

.dropdown-extended ul::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .3);
    border-radius: 3px;
}

/* Notification mark read link */
.dropdown-extended a.mark_read {
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 3px 0 0 3px;
    display: none;
    margin-top: -20px;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 50%;
    width: 30px;
    height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dropdown-extended li:hover a.mark_read {
    display: block;
}

.dropdown-extended a.mark_read:hover {
    width: 40px;
}

/* Notifications list
----------------------------------------*/
@media only screen and (max-width: 350px), only screen and (max-device-width: 350px) {
    .dropdown-extended .dropdown-contents {
        width: auto;
    }
}
#viewtopic_filter_popup {
    font-size: 1.1em;
}

#viewtopic_filter {
    height: 1%; /* IE tweak (holly hack) */
    width: auto;
    text-align: right;
    margin-right: 5px;
    float: right;
    cursor: pointer;
}

.upLink, .downLink {
    display: inline-block;
    height: 13px;
    margin-left: 2px;
    margin-top: -2px;
    vertical-align: middle;
    width: 13px;
}

.upLink {
    background-image: url("./images/icon_up.gif");
}

.downLink {
    background-image: url("./images/icon_down.gif");
}

#viewtopic_filter_popup {
    display: none;
}

#viewtopic_filter_popup .dropdown-contents {
    width: 290px !important;
}

.dropdown-extended .footer > input {
    margin: 5px 0;
    cursor: pointer;
}

#viewtopic_filter_popup input[type="radio"], #viewtopic_filter_popup input[type="checkbox"] {
    margin-left: 10px;
}

#viewtopic_filter_popup li div {
    margin: 2px 10px;
}

#viewtopic_filter_popup input[type="text"] {
    height: 1.3em;
}

#viewtopic_filter_popup h4 {
    margin-left: 10px;
}

.viewtopicFilters .filtersHeading {
    color: rgb(123, 113, 92);
    float: left;
    font-weight: bold;
    margin: 5px 5px 0 0;
}

.viewtopicFilters {
    font-size: 1.1em;
    overflow: hidden;
    background: #f2f1eb none repeat scroll 0 0;
    padding: 0 10px;
    margin-bottom: 5px;
}

.viewtopicFilters span.corners-top, .viewtopicFilters span.corners-bottom {
    margin: 0 -10px;
}

.viewtopicFilters .pairsInline dl, .viewtopicFilters .pairsInline dt, .viewtopicFilters .pairsInline dd {
    display: inline-block;
    margin: 5px 0;
    white-space: nowrap;
}

.viewtopicFilters .removeFilter, .viewtopicFilters .removeAllFilters {
    background: rgb(225, 225, 225) repeat-x scroll center top;
    border: 1px solid rgb(225, 225, 225);
    border-radius: 5px;
    color: rgb(14, 89, 70);
    padding: 2px 10px;
}

.viewtopicFilters .gadget {
    color: rgb(123, 113, 92);
    font-weight: bold;
    margin-left: 3px;
}

.viewtopicFilters .removeAll {
    float: right;
}

.viewtopicFilters .filterPairs {
    float: left;
    width: 75%;
}


/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000; /*323D4F;*/
	background-color: #FFFFFF;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	margin: 0;
}

#wrapheader {
	height: auto !important;
	padding: 0;
}

#wrapcentre {
	margin: 15px 25px 0 25px;
}

#wrapfooter {
	text-align: center;
	clear: both;
}

#wrapnav {
	width: 100%;
	margin: 0;
	background-color: #ECECEC;
	border-width: 1px;
	border-style: solid;
	border-color: #A9B8C2;
}

#logodesc {
	background-color: #C1CAD2;
	/* background-image: url('./images/background.gif');
	background-repeat: repeat-x;
	background-position: center bottom; */
	background-image: url('./images/bg-ny-gir.png');
	background-position: center top
	height: 160px;
	padding: 0 25px 15px 25px;
}

#menubar {
	margin: 0 25px;
}

#datebar {
	margin: 10px 25px 0 25px;
}

#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.forumrules {
	background-color: #F9CC79;
	border-width: 1px;
	border-style: solid;
	border-color: #BB9860;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.forumrules h3 {
	color: red;
}

#pageheader { }
#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }


/*  Text
 --------------------- */
h1 {
	color: black;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 120%;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}

h4 {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}

p {
	font-size: 1.1em;
}

p.moderators {
	margin: 0;
	float: left;
	color: black;
	font-weight: bold;
}

.rtl p.moderators {
	float: right;
}

p.linkmcp {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.linkmcp {
	float: left;
}

p.breadcrumbs {
	margin: 0;
	float: left;
	color: black;
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
}

.rtl p.breadcrumbs {
	float: right;
}

p.datetime {
	margin: 0;
	float: right;
	white-space: nowrap;
	font-size: 1em;
}

.rtl p.datetime {
	float: left;
}

p.searchbar {
	padding: 2px 0;
	white-space: nowrap;
} 

p.searchbarreg {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.searchbarreg {
	float: left;
}

p.forumdesc {
	padding-bottom: 4px;
}

p.topicauthor {
	margin: 1px 0;
}

p.topicdetails {
	margin: 1px 0;
}

.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
	margin: 1px 0;
	color: red;
	font-weight:bold;
}

.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
	color: green;
	font-weight:bold;
}

.postapprove img, .postreported img {
	vertical-align: bottom;
	padding-top: 5px;
}

.postauthor {
	color: #000000;
}

.postdetails {
	color: #000000;
}
#addQuote {
    position: absolute;
   z-index:100; 
   border: 1px solid #8FBC8F; 
   padding: 3px; 
   background: #E0FFE0; 
   color: #008000;
   cursor: pointer;
   font-size: 11px;
}
.postbody {

	font-size: 1.4em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.rtl .postbody li, .rtl ol, .rtl ul {
	margin: 0 1.5em 0 0;
}

.posthilit {
	background-color: yellow;
}

.nav {
	margin: 0;
	color: black;
	font-weight: bold;
}

.pagination {
	padding: 4px;
	color: black;
	font-size: 1em;
	font-weight: bold;
}

.cattitle {

}

.gen {
	margin: 1px 1px;
	font-size: 1.2em;
}

.genmed {
	margin: 1px 1px;
	font-size: 1.1em;
}

.gensmall {
	margin: 1px 1px;
	font-size: 1em;
}

.copyright {
	color: #444;
	font-weight: normal;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.titles {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
}

.error {
	color: red;
}


/* Tables
 ------------ */
th {
	color: #FFA34F;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #006699;
	background-image: url('./images/cellpic3.gif');
	padding: 7px 5px;
}

td {
	padding: 2px;
}
td.profile {
	padding: 4px;
}

.tablebg {
	background-color: #A9B8C2;
}

.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background: white url('./images/cellpic2.jpg') repeat-y scroll top left;
}
.rtl .catdiv {
	background: white url('./images/cellpic2_rtl.jpg') repeat-y scroll top right;
}

.cat {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #C7D0D7;
	background-image: url('./images/cellpic1.gif');
	text-indent: 4px;
}

.row1 {
	background-color: #EFEFEF /*#ECECEC*/;
	padding: 4px;
}

.row2 {
	background-color: #DFE4E7 /*#DCE1E5*/;
	padding: 4px;
}

.row3 {
	background-color: #C0C8D0;
	padding: 4px;
}

.spacer {
	background-color: #D1D7DC;
}

hr {
	height: 1px;
	border-width: 0;
	background-color: #D1D7DC;
	color: #D1D7DC;
}

.legend {
	text-align:center;
	margin: 0 auto;
}

/* Links
 ------------ */

/* Links adjustment to correctly display an order of rtl/ltr mixed content */
.rtl a {
	direction: rtl;
	unicode-bidi: embed;
}

a:link {
	color: #006597;
	text-decoration: none;
}

a:active,
a:visited {
	color: #005784;
	text-decoration: none;
}

a:hover {
	color: #D46400;
	text-decoration: underline;
}

a.forumlink {
	color: #069;
	font-weight: bold;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
}

a.topictitle {
	margin: 1px 0;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 1.2em; 
}

/*a.topictitle:visited {
	color: #5493B4;
	text-decoration: none;
}*/

a.topictitle:hover { 
	text-decoration: underline; 
	color: #DD6900; 
}

a.topictitle-new {
	margin: 1px 0;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 1.3em; color: #006CC4;
}
a.topictitle-new:hover { 
	text-decoration: underline; 
	color: #DD6900; 
}
/*a.topictitle-new:visited {
	color: #5493B4;
	text-decoration: none;
}*/

th a,
th a:visited {
	color: #FFA34F !important;
	text-decoration: none;
}

th a:hover {
	text-decoration: underline;
}

a.link-new, a.link-new:visited { color: #006cc4; }
a.link-new:hover, a.link-new:visited:hover { color: #BB511B; }


/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #333333;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #A9B8C2;
	background-color: #FAFAFA;
}

textarea {
	background-color: #FAFAFA;
	color: #333333;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.3em; 
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 2px;
}

select {
	color: #333333;
	background-color: #FAFAFA;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 1px;
}

option {
	padding: 0 1em 0 0;
}

option.disabled-option {
	color: graytext;
}

.rtl option {
	padding: 0 0 0 1em;
}

input.radio {
	border: none;
	background-color: transparent;
}

.post {
	background-color: white;
	border-style: solid;
	border-width: 1px;
}

.btnbbcode {
	color: #000000;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	background-color: #EFEFEF;
	border: 1px solid #666666;
}

.btnmain {
	font-weight: bold;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	padding: 1px 5px;
	font-size: 1.1em;
}

.helpline {
	background-color: #DEE3E7;
	border-style: none;
}


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #A9B8C2;
	color: #333333;
	background-color: #A9B8C2;
	font-size: 0.85em;
	font-weight: bold;
}

.quotetitle .quotetitle {
	font-size: 1em;
}

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #A9B8C2;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	background-color: #FAFAFA;
	color: #4B5C77;
}

.attachcontent {
	font-size: 0.85em;
}
.attach-preview {
	width: 90px;
	height: 90px;
}

.attach-preview img {
	max-width: 100%;
	max-height: 100%;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #A9B8C2;
	color: #333333;
	background-color: #A9B8C2;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #A9B8C2;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #006600;
	font-size: 0.85em;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #FAFAFA;
}

.syntaxbg {
	color: #FFFFFF;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #000000;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #DD0000;
}


/* Private messages
 ------------------ */
.pm_marked_colour {
	background-color: #000000;
}

.pm_replied_colour {
	background-color: #A9B8C2;
}

.pm_friend_colour {
	background-color: #007700;
}

.pm_foe_colour {
	background-color: #DD0000;
}

.pm-bar-outer {
    width: 300px;
    height: 12px;
    padding: 1px;
    margin: 2px 4px 0 4px;
    border: solid 1px #555555;
}

.pm-bar-inner {
    width: 100%;
    height: 100%;
    background-color: #E6E6E6;
}

.pm-bar-ok {
    height: 100%;
    background-color: #007700;
}

.pm-bar-alert {
    height: 100%;
    background-color: #D31141;
}
/* Misc
 ------------ */
img {
	border: none;
}

.sep {
	color: black;
	background-color: #FFA34F;
}

table.colortable td {
	padding: 0;
}

pre {
	font-size: 1.1em;
	font-family: Monaco, 'Courier New', monospace;
}

.nowrap {
	white-space: nowrap;
}

.username-coloured {
	font-weight: bold;
}
.fragment {
	background-color: #FADF00;
	padding: 5px;
}
/*reputation */
table.table1 .reputation{ text-align: center !important; width: 10%; }
table.table1 .row-id	{ text-align: center; }
table.table1 .username-from	{ text-align: center; white-space: nowrap;  }
table.table1 .topic		{ text-align: center; }
table.table1 th.topic	{ white-space: nowrap; }
table.table1 .comment	{ text-align: left; }
table.table1 .type		{ text-align: center; white-space: nowrap; }
table.table1 .time		{ text-align: center; white-space: nowrap; }


.postlink {
	/*background:url('./images/window.gif') no-repeat right center;
	padding-right:16px;*/
}

.postlink:hover {
	/*background-image:url('./images/window_a.gif'); */
}

.pdf_link, .pdf_link:hover {
	/*background:url('./images/pdf.gif') no-repeat right center;
	padding-right:14px; */
}

.hidelink {
	padding: 2px  2px 2px 2px;
	border: 1px solid #D2D8DC;
	color: #78AD78;
	background-color: #FAFAFA;

}

.yellow_back {
	background-color: yellow !important;
}

.yellow2_back {
	background-color: #ffefb3 !important;
}

.bold_title {
	font-size:1.5em !important;
}

#share42 {display: inline;}
.share42init {padding-left: 10px;display: inline;}
.go-up, .go-down {
 display: none;
 position: fixed;
 z-index: 9999; 
 right: 0%; 
 background: #4F4F4F;
 border: 1px solid #ccc;
 border-radius: 5px;
 cursor: pointer;
 color: #fff;
 text-align: center;
 font: normal normal 42px/42px sans-serif;
 text-shadow: 0 1px 2px #000;
 opacity: .5;
 padding: 3px;
 margin-bottom: 5px;
 width: 42px;
 height: 42px;
}
.go-up { bottom: 60px; }
.go-down { bottom: 10px; }
.go-down:hover,
.go-up:hover {
 opacity: 1;
 box-shadow: 0 5px 0.5em -1px #666;
}

#pm-popup {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -200px;
	margin-top: -100px;
	width: 400px;
	z-index: 2;
	text-align: center;
}

#main-block {
	width: 100%;
	background-color: white;
}

#logodesc img {
    margin-top: -2px;
}

td.online > img {
    float: left;
    margin-left: -1px;
    margin-top: -6px;
}
.postauthor.gen > a {
    margin-left: -16px;
}
.cat h4 img {
    float: left;
    margin-top: -6px;
}
.postbody > img {
    max-width: 100%;
}
#attach-panel-info {
    background: #ddf4dd none repeat scroll 0 0 !important;
    font-size: 14px;
    padding: 10px;
    text-align: center;
}

#hypercontext img {
    height: auto;
    max-width: 100%;
}

/* Notifications
---------------------------------------- */

.notification_list p.notification-time {
	color: #4C5D77;
}

li.notification-reported strong, li.notification-disapproved strong {
	color: #D31141;
}
/*.postbody li, ol, ul {
    margin: 0 0 0 1.5em;
}
*/

.postbody ul {
    padding-left: 10px;
}
.postlink, .postlink-local {
    background-image: url("./images/link.png");
    background-repeat: no-repeat;
    padding-left: 16px;
}