:root {
	/* colors that can be overridden in the Admin -> Configurations panel */
	--colorOrange: #ffa34f;
	--colorDarkBlue: #01336b;
	--colorVeryLight: #fafafa;
	--colorQuiteLight: #f7f7f7;
	--colorLightGray: #dee3e7;
}
img, table { border: 0px; }
font, th, td, p { font-family: verdana, arial, helvetica, sans-serif; }

/* Links */
a:link   { color: var(--colorDarkBlue); text-decoration: none; }
a:active { color: var(--colorDarkBlue); }
a:visited{ color: var(--colorDarkBlue); text-decoration: none; }
a:hover  { color: #dd6900; text-decoration: underline; }

/* make links in posts stand out */
a.snap_shots:link   { color: var(--colorDarkBlue); text-decoration: underline; }
a.snap_shots:active { color: var(--colorDarkBlue); text-decoration: underline; }
a.snap_shots:visited{ color: var(--colorDarkBlue); text-decoration: underline; }

hr         { border: #dfdfdf 1px solid; height: 0px; }
.bodyline  { border: #cccccc 1px solid; }
.forumline { border: #006699 2px solid; }

/* td */
table.forumlist td.row1 { height: 50px; }
td.row1 { background-color: var(--colorVeryLight); }
td.row2 { background-color: var(--colorQuiteLight); }
td.row3, td.row3right, td.spacerow { background-color: #dfdfdf; }
td.spacerow     { height: 1px; }
td.row1announce { background-color: #fff8dd; }
td.row1sticky   { background-color: #efefef; }
td.row2announce { background-color: #f5ecd4; }
td.row2sticky   { background-color: #dee3e7; }
td.row3announce { background-color: #efe0c3; }
td.row3sticky   { background-color: #d1d7dc; }
td.rowpic       { background-color: #ffffff; background-image: url(../images/cellpic2.jpg); background-repeat: repeat-y; }

th, td { border: #ffffff 1px none; }
th { font-weight: bold; font-size: 11px; text-align: center; color: var(--colorOrange); height: 25px;
	background-color: var(--colorDarkBlue); background-image: url(../images/cellpic3.gif); }
td.cat, td.cathead, td.catsides, td.catleft, td.catright, td.catbottom { height: 28px; 
	background-color: #dfdfdf; background-image: url(../images/cellpic1.gif); }
th.thhead, th.thtop, th.thcornerl, th.thcornerr, td.cathead	{ border-top-style:		solid; }
th.thhead, th.thsides, th.thbottom, td.catsides, td.cathead, td.catbottom, td.spacerow,
	th.thright, th.thcornerr, td.catright, td.row3right		{ border-right-style:	solid; }
th.thhead, th.thsides, th.thbottom, td.catsides, td.cathead, td.catbottom, td.spacerow,
	th.thleft, th.thcornerl, td.catleft						{ border-left-style:	solid; }
th.thbottom, td.catbottom									{ border-bottom-style:	solid; }
th.thhead, td.cathead { font-size: 12px; }
th.thsides { height: 12px; }

.maintitle, .boardtitle { font-weight: bold; font-size: 18px; color: #000000; line-height: 120%; font-family: "trebuchet ms",verdana, arial, helvetica, sans-serif; text-decoration: none }
.boardtitle { font-size: 22px; }

.gen, .poll { font-size: 12px }
.genmed, .name { font-size: 11px; }
.gensmall, .postdetails { font-size: 10px; }
.strong { font-weight: bold; }

.mainmenu { font-size: 11px; color: #000000 }
.cattitle { font-weight: bold; font-size: 12px; color: var(--colorDarkBlue); letter-spacing: 1px; }
.forumlink { font-weight: bold; font-size: 12px; color: var(--colorDarkBlue); }
.nav, .topictitle { font-weight: bold; font-size: 11px; color: #000000; }

blockquote {
	background:#E1EBF2 none no-repeat scroll 6px 8px;
	border:1px dashed #DBDBDB;
	font-size:0.95em;
	margin:0.5em 10px 0pt 10px;
	overflow:hidden;
	padding:5px;
}

blockquote {
	background-color:#E1EBF2;
	background-image:url(../images/quote.gif);
	border-color:#DBDBCE;
}

blockquote cite {
	display:block;
	font-size:0.9em;
	font-style:normal;
	font-weight:bold;
	margin-left:20px;
}

blockquote.uncited {
	padding-top:25px;
}

.pre-error { font-size: 1em; color: #000000; font-family: verdana, arial, helvetica, sans-serif; background-color: var(--colorVeryLight); border: 0; padding-left: 0; }
.copyright { font-size: 10px; color: #444444; font-family: verdana, arial, helvetica, sans-serif; letter-spacing: -1px }

/* posts */
.postbody { font-size: 12px; line-height: 1.5em; }

.postinfo { font-size: 10px; color: #000000; background-color: var(--colorLightGray); padding-right: 5px; height: 2em; }
.postinfo .date { float: left; }
.postinfo .subject { float: left; }
.postinfo .action { float: right; }

a.copyright { color: #444444; text-decoration: none; }
a.copyright:hover { color: #000000; text-decoration: underline; }
input, textarea, select { border: 1px solid #ccc; font: 11px verdana, arial, helvetica, sans-serif; color: #000000; }
textarea { width: 100%; }
input { text-indent: 2px; }
input[type='checkbox'], input[type='radio'] { border-style: none; }

input.button, input.mainoption, input.liteoption, .inlineedit input { 
	font-size: 11px; 
	color: #000000; 
	font-family: 
	verdana, arial, helvetica, sans-serif; 
	background: var(--colorVeryLight) none repeat-x scroll center top; 
	background-image: url(../images/button.gif);
	cursor: pointer;
}

input.button:hover, input.mainoption:hover, input.liteoption:hover, .inlineedit input:hover {
	background-image: url(../images/button_hover.gif);
}

input[type="submit"]:disabled, input[type="button"]:disabled, input[type="reset"]:disabled {
	font-size: 11px; 
	color: gray; 
	font-family: 
	verdana, arial, helvetica, sans-serif; 
	background: #f5f5f5 none repeat-x scroll center top; 
	background-image: url(../images/button.gif);
	cursor: pointer;
	border-color: #dedede #bfbfbf #bfbfbf #dedede;
}

.helpline { background-color: var(--colorQuiteLight); border: 0px; font-weight: bold; font-style: italic; color: green; }

input[type='text']:hover, input[type='text']:focus, 
	input[type='password']:hover, input[type='password']:focus, 
	textarea:focus, textarea:hover, 
	select:hover, select:focus { border-style:inset; }

.moderatortitle { font-weight: bold; font-size: 12px; color: var(--colorOrange); }
.moderator { font-size: 10px; color: #006600; }
.admin { font-size: 10px; color: var(--colorOrange); }
.online { color: #006600; }
.offline { color: #ff0000; }

.bg_yellow { background-color:#ffeea7; }
.moderation_highlight, .bg_small_yellow { background-color: #fff8dd; }

td.attachrow		{ font: normal 11px verdana, arial, helvetica, sans-serif; color : #000000; border-color : #000000; border: 1px; border-style: solid; }
td.attachheader     { font: normal 11px verdana, arial, helvetica, sans-serif; color : #000000; border-color : #000000; background-color: #d1d7dc; border: 1px; border-style: solid; }
table.attachtable	{ font: normal 12px verdana, arial, helvetica, sans-serif; color : #000000; border-color : #000000;	border-collapse : collapse; border: 1px; border-style: solid; }

.inputSearchForum {
	background-image: url(../images/icon_mini_search.gif);
	background-position:left 1px;
	background-repeat:no-repeat;
	padding-left:17px;
}

/* highlighting search results */
.sr {
	color: #ff0000;
	text-decoration: underline;
	font-weight: bold;
}

#icon_saving { background-image: url(../images/indicator.gif); width: 16px; height: 16px; display: none;}
.icon_folder_announce { background-image: url(../images/folder_announce.gif); width: 19px; height: 18px; display: inline; }
.icon_folder_sticky { background-image: url(../images/folder_sticky.gif); width: 19px; height: 18px; display: inline; }
.icon_folder_wiki { background-image: url(../images/folder_wiki.gif); width: 19px; height: 18px; display: inline; }
.icon_folder_hot { background-image: url(../images/folder_hot.gif); width: 19px; height: 18px; display: inline; }
.icon_folder { background-image: url(../images/folder.gif); width: 19px; height: 18px; display: inline; }
.icon_folder_lock { background-image: url(../images/folder_lock.gif); width: 19px; height: 18px; display: inline; }
.icon_folder_announce_new { background-image: url(../images/folder_announce_new.gif); width: 19px; height: 18px; display: inline; }
.icon_folder_sticky_new { background-image: url(../images/folder_sticky_new.gif); width: 19px; height: 18px; display: inline; }
.icon_folder_wiki_new { background-image: url(../images/folder_wiki_new.gif); width: 19px; height: 18px; display: inline; }
.icon_folder_new_hot { background-image: url(../images/folder_new_hot.gif); width: 19px; height: 18px; display: inline; }
.icon_folder_new { background-image: url(../images/folder_new.gif); width: 19px; height: 18px; display: inline; }
.icon_folder_lock_new { background-image: url(../images/folder_lock_new.gif); width: 19px; height: 18px; display: inline; }
.icon_vote_lcap { background-image: url(../images/vote_lcap.gif); width: 4px; height: 12px; display: inline; }
.icon_vote_rcap { background-image: url(../images/vote_rcap.gif); width: 4px; height: 12px; display: inline; }
.icon_topic_delete { background-image: url(../images/topic_delete.gif); width: 19px; height: 18px; display: inline; }
.icon_topic_move { background-image: url(../images/topic_move.gif); width: 19px; height: 18px; display: inline; }
.icon_topic_unlock { background-image: url(../images/topic_unlock.gif); width: 19px; height: 18px; display: inline; }
.icon_topic_lock { background-image: url(../images/topic_lock.gif); width: 19px; height: 18px; display: inline; }
.icon_latest_reply { background-image: url(../images/icon_latest_reply.gif); width: 18px; height: 9px; display: inline; }


/* Default buttons, in English. For localized ones, see <locale_name>.css in the "styles" directory */
.icon_new_topic img { background-image: url(../images/en_US/post.gif); width: 82px; height: 25px; }
.icon_reply img { background-image: url(../images/en_US/reply.gif); width: 82px; height: 25px; }
.icon_reply_locked img { background-image: url(../images/en_US/reply_locked.gif); width: 82px; height: 25px; }
.icon_quote img { background-image: url(../images/en_US/icon_quote.gif); width: 59px; height: 18px; }
.icon_edit img { background-image: url(../images/en_US/icon_edit.gif); width: 59px; height: 18px; }
.icon_profile img { background-image: url(../images/en_US/icon_profile.gif); width: 59px; height: 18px; }
.icon_pm img { background-image: url(../images/en_US/icon_pm.gif); width: 59px; height: 18px; }

/*CSS Sabrosus style pagination*/
.pagination {
	padding:3px;
	margin:3px;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Times;
}

.pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #9aafe5;
	text-decoration: none; 
	color: #2e6ab1;
}
.pagination a:hover, .pagination a:active {
	border: 1px solid #dd6900;
	color: #000;
	background-color: #ffffe0;
	text-decoration: none;
}
.pagination .current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid navy;
	font-weight: bold;
	background-color: #2e6ab1;
	color: #FFF;
}
.pagination .disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #929292;
	color: #929292;
}

#goToBox {
	position:absolute; 
	display:none; 
	border: 1px solid black;
	background-color: var(--colorVeryLight); 
	padding: 2px;
	width: 190px;
}

#goToBox .title {
	padding: 1px;
	background-color: #dd6900;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	color: #fff;
}

#goToBox .form {
	padding: 5px;
	text-align: left;
}

#goToBox .form input {
	font-weight: bold;
}

blockquote dl.codebox code { font-size: 1.0em; }
input.subject, textarea.message { width: 100%; }
.postTabContents { padding-top: 24px; }
.postTabContents div { background-color: #E5EDF3; }

/* Admin search_stats_list.htm  */
.bottomLine {
	border-bottom: 1px solid #000;
}

.leftLine {
	border-left: 1px solid #000;
}

.announcementBar {
    font-weight: bold;
    font-family: sans-serif;
    text-align: center;
    font-size: small;
}

.error {
    font-weight: bold;
    font-family: sans-serif;
    text-align: center;
	color: #FF0000;
}

