/*
Ceres Control Panel

This is a control pannel program for Athena and Freya
Copyright (C) 2005 by Beowulf and Nightroad

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 Street, Fifth Floor, Boston, MA  02110-1301, USA.

To contact any of the authors about special permissions send
a mail to cerescp@gmail.com
*/

body { background-color:#666; border:#000 solid; border-width:0 thin;
	width:801px; height:601px; margin:auto; border-bottom-width:thin; padding:0; }
table { width:100%; margin:0; padding:0; }

#main { background: url('images/index_16.gif') fixed 100% 100%; }

input, select, option, textarea {
	font-family: verdana,arial;
	font-size: 10px;
	background-color: #fff;
	color: #000000;
	border: solid thin #000;
}

tr, td {
	font-size: 10px;
	FONT-FAMILY: verdana,arial;
	color: 000000;
	background-image: url('images/index_16.gif');
}

td[colspan="5"] { height:35px; background-image:url('images/index_24.gif'); border-bottom:#000 solid thin; }
/* #top1 { background-image:url('images/index_24.gif'); } */
#side { background-image:url('images/index_17.gif'); border-left:#000 solid thin; }
#bottom { border-top:#000 solid thin; border-bottom-style:none; background-image: url('images/index_23.gif'); }
#theHead { margin:0; padding:0; float:left; height:63px; width:383px;}
#theMenu { height:63px; margin:0; padding:0;
         background-image:url('images/menubak.gif');
         list-style-type:none; text-align:right; clear:right; }
#theMenu li { display:inline-block; padding:0; margin:0;
         margin-top:31px; margin-right:1em; float:left; }
/* #status_div { border:#000 thin solid; }

a { color:#5294a0; text-decoration:none; font-weight:bold; }
a:hover { color:#000; }*/

.head {
	font-weight: bold;
}

.title {
	font-family: verdana,arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.link {
	font-size: 8pt;
	color:#000000; 
	line-height: 8pt;
	font-family: arial;
	font-weight: bold;
	border-bottom: 0;
	text-decoration: none;
}

.copyright_link {
	font-size: 8pt;
	color:#FFFFFF;
	line-height: 8pt;
	font-family: arial;
	font-weight: bold;
	border-bottom: 0;
	text-decoration: none;
}
