/* SLIK START */

#licenseview {
	padding: 1px;
    border: 1px solid #696969;
    background-color: #ecedf3;
}

.admin_menu, .admin_menu ul
{
	list-style: none;
	line-height: 1em;
	padding: 0;
	margin: 0;
}
.admin_menu
{
	padding: 0 0.5em;
}
.admin_menu h4 {
    font-size: 12px;
    font-weight: 600;
}
.admin_menu a
{
	display: block;
	color: #000;
	text-decoration: none;
}
.admin_menu a span
{
	display: block;
	padding: 0 0 0 5px;
	font-size: 0.9em;
}
/* the background's first level only */
.admin_menu li a.firstlevel
{
	margin-right: 8px;
}
.admin_menu li a.firstlevel span.firstlevel
{
	display: block;
	position: relative;
	left: -5px;
	padding-left: 5px;
	height: 22px;
	line-height: 19px;
	white-space: pre;
}
.admin_menu li
{
	float: left;
	padding: 0;
	margin: 0;
	position: relative;
	background: url(images/bg_menu.gif) repeat-x top left;
    padding: 4px 10px; margin: 0 10px 10px;
}
.admin_menu li ul
{
	z-index: 90;
	display: none;
	position: absolute;
	width: 19.2em;
	font-weight: normal;
	border-bottom: 1px solid #999;
    background-color: #ecedf3;
	padding: 0; margin-left: -11px; margin-top: 5px;
}
.admin_menu li li
{
	width: 19em;
	margin: 0; padding: 0;
	background: transparent;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}
.admin_menu li li a { padding: 5px 10px; }
.admin_menu li li a span
{
	display: block;
	padding: 8px;
}
.admin_menu li ul ul
{
	margin: -1.8em 0 0 13em;
}

/* the active button */
.admin_menu li a.active
{
	background: url(../images/theme/menu_gfx.png) no-repeat 100% 0;
	color: #fff;
	font-weight: bold;
}
.admin_menu li a.active span.firstlevel
{
	background: url(../images/theme/menu_gfx.png) no-repeat 0 0;
}
/* the hover effects */
.admin_menu li a.firstlevel:hover, .admin_menu li:hover a.firstlevel
{
	background: url(../images/theme/menu_gfx.png) no-repeat 100% -30px;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}
.admin_menu li a.firstlevel:hover span.firstlevel, .admin_menu li:hover a.firstlevel span.firstlevel
{
	background: url(../images/theme/menu_gfx.png) no-repeat 0 -30px;
}
/* the hover effects on level2 and 3 */
.admin_menu li li a:hover, .admin_menu li li:hover>a
{
	background: #d4dbe4;
	color: #000;
	text-decoration: none;
}
.admin_menu li:hover ul ul, .admin_menu li:hover ul ul ul
{
	top: -999em;
}
.admin_menu li li:hover ul
{
	border-top: 1px solid #999;
	top: auto;
}
.admin_menu li:hover ul
{
	display: block;
}
.admin_menu li li.additional_items
{
	background-color: #fff;
}

/* The dropdown menu toggle image */
#menu_toggle
{
	float: right;
	margin-right: 10px;
	padding-top: 3px;
}
#menu_toggle span
{
	position: relative;
	right: 5000px;
}

.moderatorbar {
	display: inline-block;
	width: calc(100% - 16em);
    box-sizing: border-box;
}

.marginbottom {
	margin-bottom: 3ex;
}

.modbuttons {
	box-sizing: border-box;
    padding: 3px;
	height: 20px;
    width: 100%;
    margin: 0px;
    background: url(images/bg_menu.gif) repeat-x top left;
}

#modbuttons_top, #modbuttons_bottom {
	display: flex;
}
	#modbuttons_top .floatleft,
	#modbuttons_bottom .floatleft { flex-grow: 1; order: 1; text-align: right; }

#topic_icons .titlebg2 {
	display: flex;
	padding: 5px;
}

#postbuttons {
	height: 20px;
    width: 100%;
    margin: 0px;
    background: url(images/bg_menu.gif) repeat-x top left;
    box-sizing: border-box;
    padding: 3px;
}
	#postbuttons .nav { margin: 0 !important; }

.largepadding { box-sizing: border-box; padding: 10px; }

#postbuttons_lower {
	height: 20px;
    width: 100%;
    margin: 0px;
    background: url(images/bg_menu.gif) repeat-x top left;
	box-sizing: border-box;
    padding: 3px;
}

.nolist { display: flex; }

/* SLIK END */

#container {
	position: absolute;
	left: 50%;
	width: 990px;
	margin: 0px 0px 0px -495px;
	padding: 0;
	border: 1px solid #AAA;
	background-color: #999;
	}

#header {
	width: 100%;
	height: 181px;
	margin: 0 0 20px 0;
	padding: 0px;
	}
	
#topmenu ul { 
	position: absolute; 
	display: block;
	width: 100%;
	top: 181px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	background: url('images/bg_menu.gif') repeat-x top left;
	}
	
#topmenu li {
	list-style-type: none;
	display: block;
	float: left;
	height: 20px;
	width: 90px;
	}

#topmenu li a {
	text-align: center;
	display: block;
	height: 20px;
	width: 90px;
	color: #000;
	padding-top: 2px;
	}
	
#topmenu li a:hover {
	text-decoration: none;
	background: url('images/mouse_over.gif') repeat-x top left;
	}
	
#topmenu li a.selected {
	text-decoration: none;
	color: #FFF;
	background: url('images/mouse_down.gif') repeat-x top left;
	}

#main-page { padding: 5px 10px; position: relative; }

#footerarea a:link, #footerarea a:visited, #footerarea span { color: #FFF; }

/* Normal, standard links. */
a:link
{
	color: #232d8d;
	text-decoration: none;
}
a:visited
{
	color: #232d8d;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #000000;
	text-decoration: none;
}
a.nav:hover
{
	color: #cc3333;
	text-decoration: underline;
}

/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
	color: #000;
	font-size: small;
	font-family: verdana, sans-serif;
}

/* The main body of the entire forum. */
body
{
	background-color: #0b1b2f;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	overflow-y: scroll;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	color: #000000;
	font-family: verdana, sans-serif;
}
input, button
{
	font-size: 90%;
}

textarea
{
	font-size: 100%;
	color: #000000;
	font-family: verdana, sans-serif;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 90%;
	font-weight: normal;
	color: #000000;
	font-family: verdana, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #666666;
}

/* No image should have a border when linked */
a img
{
	border: 0;
}

.post img { max-width: 750px; width: expression(this.width > 750 ? 750: true); }

/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #D7DAEC;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #dddddd;
	font-family: "courier new", "times new roman", monospace;
	font-size: x-small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #000000;
	margin: 1px auto 1px auto;
	padding: 1px;
	width: 99%;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
	cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
	color: red;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 96%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg, .popuptext
{
	color: #000000;
	background-color: #DDD;
}
.windowbg2
{
	color: #000000;
	background-color: #EEE;
}
.windowbg3
{
	color: #000000;
	background-color: #E0E1E8;
}
/* the today container in calendar */
.calendar_today
{
	background-color: #FFFFFF;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td, .titlebg2 td
{
	color: #FFF;
	font-style: normal;
	background-image: url('images/titleheader.gif');
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #2D4971;
	border-bottom: solid 1px #FFFFFF;
	border-top: solid 1px #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}

.titlebg2 td { border: 0px; }

.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: #FFF;
	font-style: normal;
}

.titlebg a:hover
{
	color: #404040;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: black;
	font-style: normal;
	text-decoration: underline;
}

.titlebg2 a:hover
{
	text-decoration: underline;
}

/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td
{
	background: url('images/titleheader.gif') repeat top left;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
	background: url('images/titleheader.gif') repeat-x top left;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
	border-bottom: solid 1px #375576;
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: white;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: white;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #e0e0ff;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #ADADAD;
	padding: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	padding: 0px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background-color: #FFFFFF;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: verdana, sans-serif;
}
.middletext
{
	font-size: 90%;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}

/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}

/* Sometimes there will be an error when you post */
.error
{
	color: red;
}

.links_bar, .links_bar2 { 
	height: 20px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: url('images/bg_menu.gif') repeat-x top left;
	}
	
.links_bar2 { background: url('images/mouse_down.gif') repeat-x top left; border-top: 1px solid #FFF; }
	
.links_bar tr, .links_bar2 tr { vertical-align: middle; }
.links_bar td, .links_bar2 td { color: #000; font-size: 10px;	text-indent: 5px; }
.links_bar img, .links_bar2 img { height: 18px; margin: 2px; } 

.links_bar a, .links_bar2 a {
	text-align: center;
	height: 20px;
	width: auto;
	color: #1C3C61;
	padding: 0 5px;
	}
		
.links_bar2 a, .links_bar2 td { color: #FFF; }
	
.links_bar a:hover, .links_bar2 a:hover {
	text-decoration: underline;
	}
		
.menu_bar { 
	display: block;
	width: 100%;
	height: 18px;
	margin: 0px;
	padding: 0px;
	background: url('images/bg_menu.gif') repeat-x top left;
	}

.menu_bar a {
	text-align: center;
	display: block;
	float: left;
	height: 18px;
	width: auto;
	padding: 0 20px;
	color: #000;
	}
	
.menu_bar a:hover {
	text-decoration: none;
	background: url('images/mouse_over.gif') repeat-x top left;
	}
	
.menu_bar a.selected {
	text-decoration: none;
	color: #FFF;
	background: url('images/mouse_down.gif') repeat-x top left;
	}
	
.board_rules {
	background-color: #15304D; @background-color: #102742;
	background-image: url('images/board_rules.png');
	background-repeat: no-repeat;
	background-position: top left;
	border-top: 1px solid #FFF;
	padding-left: 100px;
	color: #FFF;
	padding-top: 5px;
	}
	
.member_ranks img { margin-bottom: 3px; @padding-bottom: 2px; }
.rank_image { margin-right: 5px; }	
.rank_image2 { margin-right: 25px; margin-left: 25px; }	

/* The AJAX notifier */
#ajax_in_progress
{
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

.signature { max-height: 100px; }
.signature img { max-height: 90px; }
