/*
    archiverso.css
    Copyright (C) 2005-2006, Roberto Giorgetti <archiverso@quantiverso.com>

    This file is part of archiverso

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

body {
	font-family:Arial,sans-serif;
	font-size:12px;
	color:#000000;
	background-color:#ffffff;
}

hr.top{
	background-color:#000000;
	color:#000000; //IE
	border:1px solid; //IE and Mozilla
	width:795px;
	height:1px;
	margin:10px 0 10px 0;
	text-align:left;
}

div.hr {
	width:795px;
}

form {
	margin:0;
	width:795px;
}

table.core{
	margin:10px 0 10px 0;
}

td.core_left {
	vertical-align:top;
}

li.core_left {
	list-style-type: none;
	padding:8px 0 0 0;
}

div.core_left {
	width:500px;
	font-size:10px;
	color:#999;
}

span.core_left {
	font-size:10px;
	color:#afafff;
}

span.protection_core_left {
	font-size:10px;
	color:#e00;
}

span.blue {
	color:#00e;
}

td.core_right {
	vertical-align:top;
	background-color:#eeeeee;
}

li.core_right {
	list-style-type: none;
	padding:0 5px 0 0;
	font-size:10px;
}

div.titles {
	text-decoration: none;
	font-family:Arial,sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000000;
}

div.one {
	font-family:Arial,sans-serif;
	font-size:14px;
	color:#000000;
	margin:10px 0 0 0;
}

legend.two {
	padding: 10px 0 10px 0;
}

div.two {
	padding: 0 0 10px 0;
}

a.core {
	text-decoration: none;
}

ol.core {
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

input.core {
	margin:0;
}

input.left {
	color:#000;
}

input.right {
	color:#00e;
}

