/* Normal, standard links. */
a:link
{

	color: #7F0000;
	text-decoration: none;
	
}
a:visited
{
		color: #7F0000;
	text-decoration: none;
}
a:hover
{
			color: #7F0000;
	
	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;
}
.nav-tree
{
font-size: 90%;
}
/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
	
font: 9pt Tahoma;}

/* The main body of the entire forum. */
body
{
	background-color: #861414;
	color: #000000;
	margin: 0px;
	padding: 12px 45px 4px 45px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	color: #000000;
	font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
input, button
{
	font-size: 100%;
}

textarea
{
	font-size: 100%;
	color: #000000;
	font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, 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, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

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

/* No image should have a border when linked */
a img
{
	border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #e8edf0;
	border: 1px solid #4794c7;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #e8edf0;
	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 #e8edf0;
	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
{
	background: #FFFFFF;
	color: #000000;
	font-family: Tahoma;
	border: 1px solid #FFFFFF;
}
.windowbg2
{	background: #FFFFFF;
	color: #000000;
	font-family: Tahoma;
	border: 1px solid #FFFFFF;
}
.windowbg4
{
	background: #ffffff;
	color: #000000;
	font-family: Tahoma;
	border: 1px solid #FFFFFF;
}
.windowbg3
{
	background: #FFFFFF;
	color: #0e6399;
	font-family: Tahoma;
	border: 1px solid #FFFFFF;
}
.windowbg7
{
	background: #253243; 
	color: #aac0d7;
	
}
.windowbg5
{
	BORDER-RIGHT: #000000 1px solid; 
	BORDER-TOP: #000000 1px solid; 
	BACKGROUND: #FFFFFF; 
	BORDER-LEFT: #000000 1px solid; 
	COLOR: #3f3f3f; 
	BORDER-BOTTOM: #000000 1px solid;
}
.windowbg6
{
	BORDER-RIGHT: #000000 1px solid; 
	BORDER-TOP: #000000 1px solid; 
	BACKGROUND: #FFFFFF; 
	BORDER-LEFT: #000000 1px solid; 
	COLOR: #3f3f3f; 
	BORDER-BOTTOM: #000000 1px solid;
}
/* 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
{
	padding-left: 10px;
	padding-right: 10px;
	background: #ffe8a6;
	color: #FFFFFF;
	font: bold 11px Tahoma;
	background-image: url(images/fantasia/th.gif) ;
	background-repeat: repeat;
	height: 15px;
	margin: 0px;
	
}
.titlebg5
{
	padding-left: 10px;
	padding-right: 10px;
	background: #ffe8a6;
	color: #FFFFFF;
	font: bold 11px Tahoma;
	background-image: url(images/fantasia/th.gif) ;
	background-repeat: repeat;
	height: 15px;
	margin: 0px;

}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	
	color: #ffffff;
	font-style: normal;
font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

.titlebg a:hover
{
	color: #ffffff;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: white;
	font-style: normal;
	text-decoration: underline;
}

.titlebg2 a:hover
{
color: #FFFF66;
	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: #2680bc url(images/fantasia/ort.gif) repeat-x;
	color: #FFFFFF;
	font: bold 8pt Tahoma;
}
.catbg2 , tr.catbg2 td
{
	background: #2680bc url(images/fantasia/ort.gif) repeat-x;
	color: #FFFFFF;
	font: bold 8pt Tahoma;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
	
}
.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: #FFFF66;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background: #EFF6FF;
	color: #000000;
	font-family: Tahoma;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	background: #EFF6FF;
	color: #000000;
	font-family: Tahoma;
}
.xborder
{
	background: #EFF6FF;
	color: #000000;
	font-family: Tahoma;

}
.xborder2
{
	background: #861414;
	color: #FFFFFF;
	font: bold 8pt Tahoma;

}
/* This is used on tables that should just have a border around them. */
.tborder2
{

	background: #861414;
	color: #000000;
	font-family: Tahoma;
}
.tborder2 A:link {
	COLOR: #22229c; TEXT-DECORATION: none
FONT: 10px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.tborder2 A:hover {
BACKGROUND: #8a939e;
	COLOR: #ffffff; TEXT-DECORATION: none
FONT: 10px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext {
	FONT: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif
}
.smalltext2 {
	FONT: 10px verdana, geneva, lucida, 'lucida grande', arial, helvetica, 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;
}


/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
font-weight: bold;
	background-position: left bottom;
	color: white;
	background: #2680bc url(images/fantasia/ort.gif) repeat-x;
	vertical-align: middle;

}
.maintab_back, .maintab_active_back
{
font-weight: bold;
	background: #2680bc url(images/fantasia/ort.gif) repeat-x;
	color: white;
	text-decoration: none;
	font-size:  10px;
	vertical-align: top;
	padding: 6px 2px 6px 2px;
	font-family: tahoma, sans-serif;
}
.maintab_back a:link , .maintab_active_back a:link 
{
font-weight: bold;
	color: white;
	text-decoration: none;
	font-size: 10px;
	vertical-align: middle;
	
	font-family: tahoma, sans-serif;
}
.maintab_back a:visited , .maintab_active_back a:visited 
{
font-weight: bold;
	color: white;
	text-decoration: none;
	font-size: 10px;
	vertical-align: middle;
	
	font-family: tahoma, sans-serif;
}



/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
font-weight: bold;
	background-position: left top;
	color: white;
			background: #2680bc url(images/fantasia/ort.gif) repeat-x;
	vertical-align: middle;

}
.mirrortab_back, .mirrortab_active_back
{
font-weight: bold;
	background: #2680bc url(images/fantasia/ort.gif) repeat-x;
	color: white;
	text-decoration: none;
	font-size: 10px;
	vertical-align: top;
	padding: 6px 2px 6px 2px;
	font-family: tahoma, sans-serif;
}

.mirrortab_back a:link , .mirrortab_active_back a:link 
{
font-weight: bold;
	color: white;
	text-decoration: none;
	font-size: 10px;
	vertical-align: middle;
	
	font-family: tahoma, sans-serif;
}
.mirrortab_back a:visited , .mirrortab_active_back a:visited 
{
font-weight: bold;
	color: white;
	text-decoration: none;
	font-size: 10px;
	vertical-align: middle;
	
	font-family: tahoma, sans-serif;
}
.arsivD{
font-color: #990000;
font-size: 8px;
font-family: Verdana ;
}

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




.navbar
{

	color: #FFFFFF;
	font: 12px Tahoma;
}

.navbar a:link
{

	color: #a8d8f7;
	font: 12px Tahoma;
}

.navbar a:visited
{

	color: #a8d8f7;
	font: 12px Tahoma;
}



.page
{
	background: #f7f7f7;
	color: #000000;
	font-family: Tahoma;
}

.vbmenu_control
{
	background: #FFAE7E url(prfantasia/fantasia/ort.gif) repeat-x top left;
	color: #FFFFFF;
	font: bold 11px Tahoma;
	border-bottom: 1px solid #344966;
	white-space: nowrap;
}
.vbmenu_control a:link, .vbmenu_control_alink
{
	color: #FFFFFF;
	text-decoration: none;
}
.vbmenu_control a:visited, .vbmenu_control_avisited
{
	color: #FFFFFF;
	text-decoration: none;
}
.vbmenu_control a:hover, .vbmenu_control a:active, .vbmenu_control_ahover
{
	color: #FFFFFF;
	text-decoration: none;
}
.vbmenu_popup
{
	background: #ffffff;
	color: #FFFFFF;
	font-family: Tahoma;
	border: 1px solid #ffffff;
}
.vbmenu_option
{
	background: E8ECF1;
	color: #000000;
	font: 11px Tahoma;
	white-space: nowrap;
	cursor: pointer;
}
.vbmenu_option a:link, .vbmenu_option_alink
{
	color: #000000;
	text-decoration: none;
}
.vbmenu_option a:visited, .vbmenu_option_avisited
{
	color: #000000;
	text-decoration: none;
}
.vbmenu_option a:hover, .vbmenu_option a:active, .vbmenu_option_ahover
{
	color: #666666;
	text-decoration: none;
}
.vbmenu_hilite
{
	background: #FFFFFF;
	color: #000000;
	font: 11px Tahoma;
	white-space: nowrap;
	cursor: pointer;
}
.vbmenu_hilite a:link, .vbmenu_hilite_alink
{
	color: #000000;
	text-decoration: none;
}
.vbmenu_hilite a:visited, .vbmenu_hilite_avisited
{
	color: #000000;
	text-decoration: none;
}
.vbmenu_hilite a:hover, .vbmenu_hilite a:active, .vbmenu_hilite_ahover
{
	color: #666666;
	text-decoration: none;
}


.smallfont
{
color: #ffffff;
	font: 11px Tahoma;
}
.smallfont a:link
{
color: #ffffff;
	font: 11px Tahoma;
}
.smallfont a:visited
{
color: #ffffff;
	font: 11px Tahoma;
	}
	
	.info {
padding-left: 3px;
padding-right: 0px;
padding-top: 3px;
padding-bottom: 3px;
background-color: #FFFFFF;
border-top: 1px solid #D9D9D9;
border-right: 2px solid #D9D9D9;
border-left: 1px solid #D9D9D9;
border-bottom: 2px solid #D9D9D9;
margin-bottom: 3px;
}

.info2 {
height:150;
padding-left: 3px;
padding-right: 0px;
padding-top: 3px;
padding-bottom: 3px;
background-color: #FFFFFF;
border-top: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
border-left: 1px solid #FFFFFF;
border-bottom: 1px solid #FFFFFF;
margin-bottom: 3px;

}

.logoark
{background: #2680bc url(images/fantasia/logark.gif) repeat-x;
}
.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
border: 1px solid #861414;
border-width: 1px 0;
background: black url(images/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 15px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(images/blockactive.gif) center center repeat-x;
}


<!--[if IE]>

p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}
</style>
<![endif]-->
