/*** *** *** *** *** ***
* @package Quadodo Login Script
* @file    tabbed_pane.css
* @start   October 28th, 2007
* @author  Douglas Rennehan
* @license http://www.opensource.org/licenses/gpl-license.php
* @version 1.0.0
* @link    http://webhelp.pcriot.com
*** *** *** *** *** ***
* 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 2 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, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
*** *** *** *** *** ***
* Comments are always before the code they are commenting.
*** *** *** *** *** ***/


body,td,th {

	font-size: 12px;

	color: #CCC;

}

body {

	background-color: #000;
	margin:0px;
	text-align:center;
	vertical-align:middle;
}

.boddy {
	height:100%;
	width:100%;
	text-align:center;
	vertical-align:middle;
	
	margin:10px;
}

.main {

	background-image:url(../index.jpg);

	width: 1024px;

	height: 768px;

	float:none;

	margin:0px;
	border:#CCC solid;
	border-width: 1px;

	

}

.head {

	width: 1024px;

	height: 165px;

	float:left;

	margin:0px;

}

.content {

	width: 924px;

	height: 490px;

	float:left;

	margin-top:0px;

	margin-left:100px;

	margin-bottom:0px;

}

.center_box {

	width: 38px;

	height: 450px;

	float:left;

}

.right_box {

	width: 485px;

	height: 450px;

	float:left;

}
.right_box img{
	border:#CCC solid;
}
.right_box ul li a{
	font:"Arial Black", Arial, Verdana, Gadget, sans-serif;
	font-size:12px;
	color:#FFF;
}


.foot {

	width: 1024px;

	height: 160px;

	float:left;

	margin:0px;

}


.menulogo {

	width: 100%;
	height:100%;
	float:left;
	margin:0px;
	text-align:center;
	vertical-align:bottom;

}

.left_box {

	width: 300px;

	height: 450px;

	float:left;
	text-align:left;

}
.left_box h1{
	font:"Arial Black", Arial, Verdana, Gadget, sans-serif;
	font-size:20px;
	color:#DDD;
	width:100%;
	text-align:center;
	padding:5px;
}
.left_box ul li a{
	font:"Arial Black", Arial, Verdana, Gadget, sans-serif;
	font-size:18px;
	color:#FFF;
}

hr {
	color:#666;
	height:1px;
	width:100%;
}

#tabs {
	width: 75%;
}

#sub_menu {
	padding-top: 10px;
}

#page_content {
	padding: 5px;
	padding-top: 10px;
}

td.tab_selected {
	border: 1px solid #FFF;
	border-bottom: 0px;
	padding: 3px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 15px;
}

td.tab_unselected {
	border: 1px solid #FFF;
	padding: 3px;
	background-color: #cfcfcf;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 15px;
}

td.hidden {
	border: 0px;
	border-bottom: 1px solid #FFF;
}

a.sub_menu_link {
	color: #FFF;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

a.sub_menu_link:hover {
	color: #FFF;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

a.activate, a.main {
	color: #FFF;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

a.activate:hover, a.main:hover {
	color: #FFF;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

td, p, {
	color: #FFF;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
}

th {
	color: #FFF;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding: 5px;
}

iframe {
	width: 400px;
	height: 50px;
	border: 1px solid #FFF;
}
