/*
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
*/

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

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;
}

.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;
}
.main_div {
	text-align:center;
	width:100%;
	height:100%;
	position:relative;
	overflow:auto;
}
.item {
	text-align:left;
	margin:0px auto;
	background-color:#FFF0FF;
	width:550px;
	height:100px;
}
.item_header {
	font-size: 22px;
	text-align:center;
	margin:0px auto;
	background-color:#D0D9E0;
	width:550px;
	height:30px;
}
.mob {
	margin:auto;
	background-color:#FFF0FF;
	width:575px;
	height:250px;
	position:relative;
}
.mob_header {
	font-size: 24px;
	text-align:center;
	margin:0px auto;
	background-color:#D0D9E0;
	width:575px;
	height:30px;
}
.mob_info {
	width:100%;
	height:105px;
}
.drop {
	float:left;
	border:1px #3050A0 solid;
	text-align:left;
	font-size: 10px;
	margin-left: 2px;
	margin-top: 2px;
	background-color:#C0C8E0;
	width:170px;
	height:auto;
}

div.transparent_rect1 {
	width: 624px;
	height: 100%;
	position:absolute; top:0px; left:0px;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	opacity: .7; filter: alpha(opacity=70);
	z-index: -1;
}
div.transparent_rect2 {
	width: 156px;
	height: 100%;
	position:absolute; top:0px; left:0px;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #D0D9E0;
	opacity: .80; filter: alpha(opacity=80);
	z-index: -1;
}