@CHARSET "ISO-8859-15";
/* global start */
body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
	padding: 0px;
	text-align: center; /* for IE */
}

/* basic text in all tags [start] */
a:link {color: #000000; text-decoration: none; }
a:visited {color: #000000; text-decoration: none; }
a:hover {color: #000000; text-decoration: underline; }

table, tr, td, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h1 {
	font-size: 14px;
	text-align: center;
}
h2 {
	font-size: 12px;
	text-align: center;
}
/* basic text in all tags [stop] */

/* forms are cool now */
input, select {
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	background-color: #f0f8ff;
	border: 1px #000000 solid;
}
/* forms are cool now */

#container {
	margin: auto;
	padding: 0px;
	width: 760px;
	font-family: verdana,sans-serif;
	text-align: left;
}
/* global stop */

/* top start */
#header {
	margin: 0px auto;
	background-color: #86939c;
	background-image: url("../images/header.png");
	background-position: 50% 100%; /* bottom */
	background-repeat: no-repeat;
	width: 100%;
	height: 170px;
}
#top {
	margin: 0px auto;
	padding: 2px 0 0;
	height: 20px;
	background-image: url("../images/barra top.png");
	background-position: 50% 100%; /* bottom */
	background-repeat: no-repeat;
	text-align: center;
	font-size: 11px;
	width: 100%;
}
#top a:link {color: #000000; text-decoration: none; }
#top a:visited {color: #000000; text-decoration: none; }
#top a:hover {color: #000000; text-decoration: underline; }
#menu {
	font-weight: bold;
	text-align: center;
	position:absolute;
	left: 0px;
	top: 130px;
	width: 100%;
}
/* top stop */

/* middle start */
#middle {
	margin: 0px auto;
	background-color: #849197;
	background-image: url("../images/test1_02.png");
	background-position: 50% 0%; /* top */
	background-repeat: no-repeat;
	width: 760px;
}
#postit {
	display: inline;
	padding-right: 50px;
	float:right;
}
#content {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
}
/* middle stop */

/* bottom start */
#bottom {
	background-color: #849197;
	background-image: url("../images/test1_03.png");
	background-position: 50% 0%; /* top */
	background-repeat: no-repeat;
	position: relative;
	/* background-color: purple; */
	width: 760px;
	height: 230px;
	text-align: center;
}

.selections {
	display: block;
	/* background-color: yellow; */
	margin: 0 auto;
	width: 610px;
	padding: 0;
}
.bottom-big {
	display: inline;
	width: 356px;
	height: 200px;
	/* background-color: blue; */
	padding: 10px;
	padding-top: 20px;
	margin-right: 20px;
	margin-top: -10px;
	float: left;
	background-image: url("../images/sotto-grande.png");
	background-position: 50% 50%; /* center */
	background-repeat: no-repeat;
}

.bottom-small {
	display: inline;
	width: 163px;
	height: 200px;
	/* background-color: red;*/
	padding: 10px;
	padding-top: 20px;
	margin-right: 20px;
	margin-top: -10px;
	float: left;
	background-image: url("../images/sotto-piccolo.png");
	background-position: 50% 50%; /* center */ 
	background-repeat: no-repeat;
}
/* bottom stop */

#bordered {
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	border: 1px #000000 solid;
}
.bordered {
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	border: 1px #000000 solid;
}
.centered, .centered td {
	text-align: center;
}

.borderAll {
	text-decoration: none;
	text-align:left;
	border: 1px solid #000000;
	border-collapse: collapse;
}
.borderAll td {
	border-top: 1px solid #000000;
	border-collapse: separate;
}
.borderAll th {
	font-weight: bold;
	text-align: center;
	font-style: normal;
	background-color: #96dc5a;
	height: 18px;
	border-top: 1px solid #000000;
	border-collapse: separate;
}
.borderAll a {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.borderAll a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}
/***
 * <div id="sms_group_add">
	<h1>Aggiungi Gruppo</h1>
<? require_once("groups/add.php"); ?>
</div>
<div id="sms_group_import">
 */
#sms_group_add {
	display: inline;
	width: 300px;
	height: 150px;
	float: left;
	/*background-image: url("../images/sotto-grande.png");
	background-position: 50% 50%; 
	background-repeat: no-repeat; */
	padding-left: 5px;
	margin: 10px;
}
#sms_group_import {
	display: inline;
	width: 300px;
	height: 150px;
	float: left;
	/*background-image: url("../images/sotto-grande.png");
	background-position: 50% 50%; 
	background-repeat: no-repeat; */
	padding-left: 5px;
	margin: 10px;
}