/* definitions for the main tab, active means the tab reflects which page is displayed */
.main2tab_first, .main2tab_back, .main2tab_last, .main2tab_active_first, .main2tab_active_back, .main2tab_active_last
{
	
	text-transform: uppercase;
	height: 46px;
	vertical-align: middle;
	font-size: 90%;
	background: url(images/english/menu.jpg) repeat-x;
	background-position: bottom;
}
.main2tab_back
{
	color: #DDAA22;
	text-decoration: none;
	vertical-align: middle;
	padding: 0px 4px 0px 4px;
	font-family: tahoma, sans-serif;
	height: 46px;
}

.main2tab_first
{
	display: none;
	height: 46px;
}
.main2tab_back
{
	
	height: 46px;
}
.main2tab_last
{
	display: none;
	height: 46px;
}
.main2tab_active_first
{
	background: url(images/english/menu.jpg) repeat-x;
	background-position: bottom;
	height: 46px;
}
.main2tab_active_back, .main2tab_active_back a:link,
{
	height: 46px;
	color: #FFFF99;
	background: url(images/english/menu.jpg) repeat-x;
	background-position: bottom;
	padding: 0px 4px 0px 4px;
}
.main2tab_active_last
{
	background: url(images/english/menu.jpg) repeat-x;
	background-position: bottom;
	width: 10px;
	height: 46px;
}

/* how links behave in main tab. */
.main2tab_back a:link , .main2tab_back a:visited  
{
	color: #DDAA22;
	text-decoration: none;
	font-weight: 100;
}
.main2tab_active_back a:hover, .main2tab_active_back a:visited
{
	color: gold;
	text-decoration: none;
	font-weight: 700;
}
.main2tab_back a:hover 
{
	color: gold;
	text-decoration: none;
	
}
/* Normal, standard links. */
#slogan{
	position: absolute;
	top: 16px;
	right: 112px;
	z-index: 50;
	color:#FF9933;
	font-style: italic;
	font-weight: bold;
	font-family: Georgia, sans-serif; 
	font-size: xx-large;
 }

.mytopbar
{
        background-image: url(images/mytopmid.gif);
}

.mytop
{
       padding: 10px;
        border-top: solid 1px #DDAA22;
       border-left: solid 1px  #DDAA22;
       border-bottom: solid 1px #DDAA22;
       border-right: solid 1px #DDAA22;
       background-color: #6A4427;
       background-image: url(images/mytop.jpg);
       background-repeat: repeat-x;
       }
.mybar1
{
       padding: 8px;
        border-top: solid 1px #DDAA22;
       border-left: solid 1px  #DDAA22;
       border-bottom: solid 1px #DDAA22;
       border-right: solid 1px #DDAA22;
       background-color: #FF69B4;
       }
.mybar
{
       padding: 8px;
        border-top: solid 1px #DDAA22;
       border-left: solid 1px  #DDAA22;
       border-bottom: solid 1px #DDAA22;
       border-right: solid 1px #DDAA22;
       background-color: #6A4427;
       }
.mypic
{
       padding: 0px;
       border-top: solid 1px #000000;
       border-left: solid 1px  #000000;
       border-bottom: solid 1px #000000;
       border-right: solid 1px #000000;
       background-color: #000000;
       }
a:link , a:visited
{
        text-decoration: none; color: #DDAA22;
}
 a:hover
{
       text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
        color: #e5e0dd;
        text-decoration: none;
}
a.nav:hover
{
        font-weight: bold;
        color: #DDAA22;
        text-decoration: underline;
}

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

/* By default (td, body..) use Tahoma in black. */
body, td
{
       color: #E5E0DD;
              font-size: 13px;
              font-family: verdana, helvetica, sans-serif;
}

/* The main body of the entire forum. */
body
{
         background: #3A2821;
	margin-top:0px;
       margin-left: 0px;
       margin-right: 0px;
       margin-bottom: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, arial, helvetica, 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, arial, helvetica, serif;
}

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

/* A quote, perhaps from another post. */
.quote
{
        font-size: 8pt;
            //background: #4C1607;
            background: #2F2F2F;
	     padding-left: 7px;
            padding-bottom: 1px;
            padding-top: 1px;
            border-bottom: 1px solid black;
            border-right: 1px solid black;
}

/* A code block - maybe even PHP ;). */
.code
{
         font-size: 8pt;
            //background: #4C1607;
            backgruond: #2F2F2F;
	     padding-left: 7px;
            padding-bottom: 1px;
            padding-top: 1px;
            border-bottom: 1px solid black;
            border-right: 1px solid black;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
       font-size: 8pt;
            //background: #4C1607;
            background: #2F2F2F;
	     padding-left: 7px;
            padding-bottom: 1px;
            padding-top: 1px;
            border-bottom: 1px solid black;
            border-right: 1px solid black;
}

/* 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: #cccccc;
        //background-color: #410D11;
	 background-color: #08083C;
	 //border-top: solid  1px #C13F00;
        //border-left: solid 1px #C13F00;
	 border-top:solid 1px #FFBF18;
	 border-left: solid 1px #FFBF18;
        border-right: solid  1px black;
        border-bottom: solid 1px black;
}
.windowbg2
{
        color: #cccccc;
        //background-color: #4D3830;
	 background-color: #112A40;
	 //border-top: solid  1px #C13F00;
	 //border-left: solid 1px #C13F00;
        border-top:solid 1px #FFBF18;
	 border-left: solid 1px #FFBF18;
        border-right: solid  1px black;
        border-bottom: solid 1px black;
}
.windowbg3
{
	color:  #DDAA22;
	background-color: #000000;
       border-top:solid 1px #FFBF18;
	border-left: solid 1px #FFBF18;
       border-right: solid  1px black;
       border-bottom: solid 1px black;
}
/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
a.titlebg, .titlebg, tr.titlebg td
{
         background-image:url(images/section_header_off.gif);
              color: #D9D4D4;  
              padding-left: 7px;
              text-decoration:none;
			 
}
.titlebg a:visited, .titlebg a:link
{
              color: #D9D4D4;  
              padding-left: 7px;
              text-decoration:none;
			 
}
a.titlebg:hover, .titlebg a:hover
{
            color: #DDAA22;  
            text-decoration:none;
			font-weight:bold;
}

/* This is used for categories, page indexes, and several other areas in the forum. */

.catbg, .catbg2
{
        background-image:url(images/cat2.png);
        font-weight: bold;
        font-size: 12px;
        color: #fec501;
              
}

.catbg3, td.catbg3
{
       font-weight: bold;
       font-size: 12px;
       color: #fec501;
       background-color: #03032B;
       border-top:solid 1px #FFBF18;
	border-left: solid 1px #FFBF18;
       border-right: solid  1px black;
       border-bottom: solid 1px black;
}

.mycat, a.mycat
{
        font-weight: bold;
        font-size: 12px;
        color: #cccccc;
        text-decoration: none;
}

a.mycat:hover
{
        color: #ffffff;
        text-decoration: none;
}


/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	border-top: solid 2px #DDAA22;
	border-left: solid 1px  #DDAA22;
       border-bottom: solid 1px #DDAA22;
       border-right: solid 1px #DDAA22;
       background-color: #002041;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	border-top: solid 1px #DDAA22;
       border-left: solid 1px  #DDAA22;
	border-bottom: solid 1px #DDAA22;
       border-right: solid 1px #DDAA22;
       background-color: #000000;
       padding: 3px;
}
/* This is used on tables that should just have a border around them. */
.myborder
{
       background-color: #5e3c20;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
        font-size: x-small;
        font-family: Tahoma, arial, helvetica, serif;
}
.header15
{
    font-size: x-large;
	font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#DDAA22;
	
}
.smalltextwhite
{
         color: #e5e0dd;
        font-size: x-small;
        font-family: Tahoma, arial, helvetica, serif;
}
.smalltextwhite a:link ,.smalltextwhite a:visited , .smalltextwhite a:active
{
        color: #DDAA22;
        font-size: x-small;
        font-family: Tahoma, arial, helvetica, serif;
}
.smalltext a:link ,.smalltext a:visited , .smalltext a:active
{
        color: #FFCC99;
        font-size: x-small;
        font-family: Tahoma, arial, helvetica, serif;
}
.smalltext a:hover
{
        color:#FFffff;
        font-size: x-small;
        font-family: Tahoma, arial, helvetica, serif;
}
.headtext a:link ,.headtext a:visited , .headtext a:active
{
        color: #FFFFFF;
        font-weight: bold;
		text-decoration:none;
        font-family: Tahoma, arial, helvetica, serif;
}
.headtext a:hover
{
        color: gold;
        font-weight: bold;
		text-decoration: underline;
        font-family: Tahoma, arial, helvetica, serif;
}
bliz			{ font-family: Arial,Helvetica,Sans-Serif; color: #45acf6; font-size: 10pt; }
	

blizz a:link			{ font-family: Arial,Helvetica,Sans-Serif; color: #45acf6; font-weight: bold; }
blizz a:visited 		{ font-family: Arial,Helvetica,Sans-Serif; color: #aaaaaa; font-weight: bold; }
blizz a:hover			{ font-family: Arial,Helvetica,Sans-Serif; color: #ffffff; font-weight: bold; }
blizz a:active 		    { font-family: Arial,Helvetica,Sans-Serif; color: #ffffff; font-weight: bold; }
/* 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;
}
/* No image should have a border when linked */
a img{
	border: 0;
}
.smalltextwhite a:hover
{
        color: #DDAA22;
}
.normaltext
{
        font-size: small;
}
.largetext
{
        font-size: large;
}
.summ1 {
	background-image: url(images/wow4_12.jpg);
	padding-bottom: 15px;
}
.summ2 {

	background-image: url(images/wow4_18.jpg);
}
.summ3 {
	background-image: url(images/wow4_19.jpg);
}
.summ4 {



	background-image: url(images/wow4_20.jpg);
}
.summ5 {




	background-image: url(images/wow4_22.jpg);
}
.left1 {
	background-image: url(images/wow4_08.jpg);
	background-repeat: repeat-x;
	padding-bottom: 15px;
	color: #d0a700;
	font-weight: bold;
}
.left2 {

	background-image: url(images/wow4_15.jpg);
}
.left3 {


	background-image: url(images/wow4_16.jpg);
}
.left4 {



	background-image: url(images/wow4_17.jpg);
}
.left5 {




	background-image: url(images/wow4_25.jpg);
}
.header1 {
	background-image: url(images/wow4_02.jpg);
	background-position:bottom left;
	background-repeat:repeat-x;
}
.header2 {
	background-image: url(images/wow4_04.jpg);
	background-repeat: repeat-y;
	padding-left: 5px;
}
.header3 {
	background-image: url(images/wow_08.gif);
}
.header4 {
	background-image: url(images/wow_17.gif);
}
.header5 {
	background-image: url(images/wow_11.gif);
}
.header6 {
	background-image: url(images/wow_19.gif);
}
.headerl2 {
	background-image:url(images/wow4_04left.jpg);
	background-position:right;
	background-repeat: repeat-y;
	padding-left: 3px;
	
	}
.headerr2 {
	background-image:url(images/wow4_04right.jpg);
	background-position:left;
	background-repeat: repeat-y;
	background-position:right;
	}
.summtable {
	background-image: url(images/tileback.gif);
}
.center1 {
	background-image: url(images/bordoupcornice.jpg);
	background-position: top center;
}
.center2 {
	background-image: url(images/bordoleftcornice.jpg);
	
}
.center3 {
	background-image: url(images/wow4center_05.jpg);
}
.center4 {
	background-image: url(images/bordorightcornice.jpg);
}
.center5 {
	background-image: url(images/bordodowncornicecentrale.jpg);
}
.footer1 {
	background-image:url(images/wow4_08lg.jpg);
	background-repeat: repeat-x;
	padding-bottom: 5px;
	color: #d0a700;
	font-weight: bold;
	WIDTH: 100%;
	height: 100px;
	background-position:left;
	
}
.footertop {
	background-image:url(images/wow4_08top.jpg);
	background-repeat: repeat-x;
	WIDTH: 100%;
	height: 7px;
	background-position:left;
	
}
.footerbot {
	background-image:url(images/wow4_08bot.jpg);
	background-repeat: repeat-x;
	WIDTH: 100%;
	height: 18px;
	background-position:left;
	
}