/*
    CoreManager, PHP Front End for ArcEmu, MaNGOS, and TrinityCore
    Copyright (C) 2010  CoreManager Project

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

/*
 * Date: 17.10.2006 inital version (0.0.1a)
 * Author: SixSixNine
 */

.table_top {
	width: 1045px;
}

.table_top_middle {
	width: 460px;
}
#menubar a {
	font-size: .90em;
}

/*********** MENU BAR END***********/

#username {
	font:13pt Verdana,sans-serif;
}
#version {
	font:9pt Verdana,sans-serif;
}

form {
   margin: 0px;
}

input, input.mouseover, a.button {
   line-height:130%;
}

fieldset.half_frame{
	width: 650px;
}
fieldset.tquarter_frame{
	width: 780px;
}
fieldset.full_frame{
	width: 860px;
}


/*****TABLES******/

table.top_hidden {
	width: 960px;
}

table.lined {
	width: 960px;
}

table.lined tr th{	
	font-size: 12px;
}

/*****TABLES END******/

#body_main {
    width: 1000px;
    margin-left: -500px; /* half of the width */
	font-size: 12px;
}

.bold {
	font:14pt Trebuchet MS,sans-serif;
}
.small {
	font-size: 9px;
}	
.large_bold {
	font-size: 14px;
	font-weight:bold;
}
.large {
	font-size: 14px;
}
.half_line {
	font-size: 13px;
}

.table_bottom {
	width: 1000px;
}

table.stat_hidden {
	width: 960px;
}

tr td.bar span.rank{
	position: absolute;
	width: auto;
}

/*** link tabs ***/

#tab ul {
	padding: 0px 50px;
}

#tab_content {
	width: 900px;
}

#tab_content2 {
	width: 860px;
}

/*** Java layer tabs ***/

.jtabs a  {
	top: -27px;
}
.jtab-container {
	width: 900px;
}

/*** item tooltips***/
.item_tooltip  td{
	font-size: 12px;
}
.info_tooltip  td{
	font-size: 12px;

}

