/*
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 {
	margin-top:5px; 
	margin-bottom:0;
	background: #F2F2F2;
}
.table_ceres {
	border: 0px;
	background-color: #FFF;
	height: 100%;
	width: 780px;
	margin: 0 auto;
	padding: 4px;
	-moz-box-shadow: 0px 0px 5px #CCC;
	-webkit-box-shadow: 0px 0px 5px #CCC;
	box-shadow: 0px 0px 5px #CCC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.table_ceres img {
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
}
.menu_top {
	height: 25px;
	background:url(images/bgmenu.jpg);
	width: 100%;
	text-align: center;
	text-shadow: 1px 1px 0px #72A637;
}
.menu_bottom {
	height: 25px;
	background: #000;
	width: 100%;
	text-align: center;
	-moz-border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
}
input, select, option, textarea { 
	font-family: verdana,arial;
	font-size: 10px;
	background-color: #FFF;
	color: #000000;
	border: 1px solid #70A336;
	height: 20px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
input:focus, select:focus, option:focus, textarea:focus {
	-moz-box-shadow: inset 0px 0px 2px #FFF;
	-webkit-box-shadow: inset 0px 0px 2px #FFF;
	box-shadow: inset 0px 0px 2px #FFF;
	background: #F8FCF3;
}

tr, td {
	font-size: 10px;
	FONT-FAMILY: verdana,arial;
	color: 000000;
}

.head {
	font-weight: bold;
}

.title { 
	font-family: verdana,arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-shadow: 1px 1px 0px #FFF;
}
.back_green {
	background-color: #EBFCDF;
	border-left: 1px solid #A4CFA4;
	border-right: 1px solid #A4CFA4;
}

.link {
	font-size: 8pt;
	color:#000000; 
	line-height: 8pt;
	font-family: arial;
	font-weight: bold;
	border-bottom: 0;
	text-decoration: none;
}

.copyright {
	background-color: #000;
	height: 40px;
	-moz-border-radius: 3px 0px 3px 3px;
	-webkit-border-radius: 3px 0px 3px 3px;
	border-radius: 3px 0px 3px 3px;
}
.copyright_link {
	font-size: 8pt;
	color:#FFFFFF; 
	line-height: 8pt;
	font-family: arial;
	font-weight: bold;
	border-bottom: 0;
	text-decoration: none;
}
