img { border: 0 none; }

/* Normal, standard links. */
a:link
{
	color: #000000;
	text-decoration: underline;
}
a:visited, a:hover
{
	color: #323232;
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	height: 13px;
	text-decoration: none;
	
}
a.nav:hover
{
	text-decoration: underline;
}

/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use Tahoma in black. */
body, td, th
{
	color: #666666;
	font-size: 12px;
	font-family: tahoma, sans-serif;
}

/* The main body of the entire forum. */
body
{
	background-color: white;
	margin: 0px;
	padding: 0px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	font-size: 9pt;
	color: #000000;
	font-family: tahoma, 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: 8pt;
	font-weight: normal;
	color: #000000;
	font-family: tahoma, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #E5E5E5;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #666666;
	background: #F0F5FE url(images/others/quote-bg.gif) no-repeat top right;
	border-top: 2px solid #B6C5DE;
	border-bottom: 2px solid #B6C5DE;
	margin: 1px;
	padding: 5px;
	font-size: 11px;
	line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #666666;
	background: #FEFEF3 url(images/others/code-bg.gif) no-repeat top right;
	font-family: "courier new", "times new roman", monospace;
	font-size: 11px;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #E8E9D1;
	margin: 1px 2px 1px 2px;
	padding: 2px;
	/* 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
{
	color: #000000;
	background-color: #FFFFFF;
}
.windowbg2
{
	color: #000000;
	background-color: #F6F7F7;
}

/* 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, .titlebg a:link, .titlebg a:visited, .titlebg2, tr.titlebg2 th, tr.titlebg2 td, .titlebg2 a:link, .titlebg2 a:visited
{
	color: #999999;
	font-style: normal;

}
.titlebg a:hover, .titlebg2 a:hover
{
	color: #dfdfdf;
}

/* This is used for categories, page indexes, and several other areas in the forum. */
.catbg, .catbg3
{
	background-image: url(images/catbg.jpg);
}

/* This is used for a category that has new posts in it... to make it light up. */
.catbg2
{
	background-image: url(images/catbg2.jpg);
}

.catbg, .catbg2, .catbg3
{
	font-weight: bold;
	background-color: silver;
	color: #000000;
}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #cccccc;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	border: 1px solid #828181;
	background-color: #FFFFFF;
	padding: 2px;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: 11px;
	font-family: tahoma, sans-serif;
}
.normaltext
{
	font-size: 12px;
}
.largetext
{
	font-size: 14px;
}

/* This is the white header area where the title, menu bars, and header boxes are. */
#headerarea
{

}
/* This is the main area of the forum, the part that's gray. */
#bodyarea
{

}
/* And this is the bottom, where the copyright is, etc. */
#footerarea
{
	color: black;
}

/* This is for the special header boxes on the top (user info, key stats, news box.) */
.headertitles
{
	background-color: #6B8EAE;
	border: 1px solid #6B8EAE;
	height: 12px;
}
.headerbodies
{
	border: 1px solid #7A7777;
	background-color: #EFEFEF;
	background-repeat: repeat-x;
	background-position: bottom;
}

/* 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;
	font-size: 10px;
}
/* No image should have a border when linked */
a img{
	border: 0;
}

/* 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;
}





#news {
	background: #FFFF66 url(images/news.gif) no-repeat center left;
	border-top: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #666666;
	border-bottom: solid 1px #666666;
	padding: 10px !important;
}



#pls_register {
	width: auto;
	background: #FCFDC4;
	color: #CC0000;
	padding: 10px;
	text-align: center;
	border: dashed 2px #CC0000;
}



#board_index div.module1 {
	background: transparent url(images/mod_bottom_left.gif) no-repeat bottom left;
	margin: 0;
	padding: 0;
	margin-bottom: -5px !important;
	padding-bottom: 0 !important;
	padding-bottom: 5px;
}
#board_index div.module h3 {
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	margin-top: 10px !important;
	font-size: 14px;
}
#board_index div.module2 {
	background: transparent url(images/mod_bottom_right.gif) no-repeat bottom right;
}
#board_index div.module3 {
	background: transparent url(images/mod_board_top_left.gif) 0 0 no-repeat;
}
#board_index div.module4 {
	background: transparent url(images/mod_board_top_right.gif) 100% 0 no-repeat;
	padding: 5px 4px 4px 2px !important;
	padding: 0px 5px 1px 2px;
	text-align: left;
}
.board_title, a.board_title:link, a.board_title:hover, a.board_title:visited {
	color: #666666;
	font-size: 12px;
}
.board_title_td {
	height: 35px !important;
	height: 31px;
}


#jmy_infocenter div.module {
	background: transparent url(images/mod_bottom_left.gif) no-repeat bottom left;
	margin: 0;
	padding: 0;
	margin-bottom: 10px !important;
}
#jmy_infocenter div.module h3 {
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	margin-top: 10px !important;
	font-size: 14px;
}
#jmy_infocenter div.module div {
	background: transparent url(images/mod_bottom_right.gif) no-repeat bottom right;
}
#jmy_infocenter div.module div div {
	background: transparent url(images/mod_top_left.gif) 0 0 no-repeat;
}
#jmy_infocenter div.module div div div {
	background: transparent url(images/mod_top_right.gif) 100% 0 no-repeat;
	padding: 5px 8px 15px 5px !important;
	padding: 5px 8px 5px 5px;
	text-align: left;
}
#jmy_infocenter div.module div div div div, 
#jmy_infocenter div.module div div div div div, 
#jmy_infocenter div.module div div div div div div,
#jmy_infocenter div.module div div div div div div div {
	background: none;
	text-align: left;
}


a:link {
	color: #3366CC; 
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #6699CC; 
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #00c;	
	text-decoration: underline;
	font-weight: bold;
}






ul#mainlevel-nav {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
}

ul#mainlevel-nav li {
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	font-size: 12px;
	line-height: 38px;
	white-space: nowrap;
	border-right: 1px solid #666666;
}

ul#mainlevel-nav li a {
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	color: #CCCCCC;
	background: transparent;
	font-weight: normal;
	float: left;
}

#buttons>ul#mainlevel-nav li a { width: auto; }

ul#mainlevel-nav li a:hover {
	color: #99CCFF;
	border-bottom: solid 2px #99CCFF;
	background: transparent url(images/topmenu_hover.gif) no-repeat top center;
}

#active_menu-nav,  a.mainlevel-nav:link #active_menu-nav , a.mainlevel-nav:visited #active_menu-nav,
a#active_menu-nav:link, a#active_menu-nav:active, a#active_menu-nav:visited  {
	color: #FFFF00;
	border-bottom: solid 2px #FFFF00;
	background: transparent url(images/topmenu_active.gif) no-repeat top center;
}

.jmy_copyright a:link, .jmy_copyright a:visited, .jmy_copyright {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	font-family: tahoma, san-serif;
	font-size: 11px;
}
.jmy_copyright a:hover {
	text-decoration: underline;
}


.post_mid_left {
	background: transparent url(images/post/post_mid_left.gif) repeat-y top left;
}
.post_mid_right {
	background: transparent url(images/post/post_mid_right.gif) repeat-y top right;
}
.post_top_left {
	background: transparent url(images/post/post_top_left.gif) no-repeat top left;
}
.post_top_right {
	background: transparent url(images/post/post_top_right.gif) no-repeat top right;
}
.post_bottom_left {
	background: transparent url(images/post/post_bottom_left.gif) no-repeat bottom left;
}
.post_bottom_right {
	background: transparent url(images/post/post_bottom_right.gif) no-repeat bottom right;
	padding: 5px 10px 5px 35px !important;
	padding: 5px 10px 0px 35px;
}
.post_content_others {
	padding: 5px 10px 5px 35px;
	display: block;
}


.post_mid_left2 {
	background: transparent url(images/post/post_mid_left_2.gif) repeat-y top left;
}
.post_mid_right2 {
	background: transparent url(images/post/post_mid_right_2.gif) repeat-y top right;
}
.post_top_left2 {
	background: transparent url(images/post/post_top_left_2.gif) no-repeat top left;
}
.post_top_right2 {
	background: transparent url(images/post/post_top_right_2.gif) no-repeat top right;
}
.post_bottom_left2 {
	background: transparent url(images/post/post_bottom_left_2.gif) no-repeat bottom left;
}
.post_bottom_right2 {
	background: transparent url(images/post/post_bottom_right_2.gif) no-repeat bottom right;
	padding: 5px 10px 5px 35px !important;
	padding: 5px 10px 5px 35px;
}


.post_title {
	font-size: 14px;
	font-family: Tahoma, Arial, Helvetica;
	color: #FFFFFF;
	font-weight: bold;
	height: 30px;
	background: #0099FF url(images/post/post_title.gif) no-repeat center left;
	border-top: solid 1px #0077C7;
	border-left: solid 1px #0077C7;
	border-right: solid 1px #0077C7;
}

td.sticky_sep, tr.titlebg_sep {
	height: 3px;
	background: #F3F3F4;
}

.minisearch {
	height: 90px;
	width: 200px;
	border: solid 1px #0099FF;
	background: #DAEEFB;
	z-index: 100; 
	position: absolute;
	margin-top: 40px;
	text-align: center;
	margin-left: 0 !important;
	margin-left: -72px;
	color: #FFFFFF;
}
.searchtxtbox {
	width: 150px; 
	margin-top: 10px; 
	color: #999999;
}
#mainlevel-nav #topsearchtxt, #mainlevel-nav a#topsearchtxt:link, #mainlevel-nav a#topsearchtxt:visited {
	clear: both;
	background: none;
	color: #0066CC;
	font-weight: bold;
	line-height: 12px;
	border: none;
	padding: 0;
	width: 100%;
	text-align: center;
	margin: 5px auto;
}
#mainlevel-nav a#topsearchtxt:hover {
	color: #666666;
	background: none;
	line-height: 12px;
	border: none;
	padding: 0;
	margin: 5px auto;
	text-decoration: underline;
}
	
	