* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	}

body {
	background: white;
	text-align: center;
	}

a, a:link, a:visited {
	width: auto;
	display: block;
	text-decoration: none;
	color: #4B4B4B;
	cursor: pointer;
	}

a:hover, a:focus, a.active {
	background: #4B4B4B;
	color: #fff !important;
	}

a:hover .s, a:focus .s, a.active .s {
	background: red;
	color: #fff !important;
	}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	text-align: left;
	}

#banner {
	width: 950px;
	height: 200px;
	}

.banner-default {
	background: url(../images/racchetta3.jpg) no-repeat top left;	
	}

#banner span {
	position: absolute;
	top: -9999px;
	left: -9999px;
	}

#banner ul {
	display: none;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-type: none;
	}

#banner a,
#banner a:visited,
#banner a:link,
#banner a:hover,
#banner a:focus {
	cursor: pointer;
	display: block;
	text-decoration: none;
	width: 950px;
	}

#banner img {
	border: none;
	}
	
#banners {
	font-size: 13px;
	border: 1px solid #ddd;
	background: #eee;
	margin: 10px 0px 20px 0px;
	padding: 10px;
	display: none;
	}

#banners p {
	margin: 5px 0px;
	font-size: 12px;
	font-weight: normal;
	text-shadow: rgba(0,0,0,0.5) 1px 1px 1px;
	}

#calendar {
	clear: both;
	width: 950px;
	}

#header {
	width: 950px;
	margin: 5px 0px 10px 0px;
	}
	
#header div.left {
	width: 300px;
	float: left;
	}

#header div.right {
	width: 650px;
	float: right;
	}

#header div.right ul {
	float: right;
	list-style: none;
	}

#header div.right ul li {
	float: left;
	border-right: 1px solid #aaa;
	width: 60px;
	height: 35px;
	}

#header div.right ul li.login {
	float: left;
	border-right: 1px solid #aaa;
	height: 35px;
	width: 100px;
	}

#header div.right ul li a {
	font-size: 12px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	}

#header div.right ul li.login a, #header div.right ul li.login a:link, #header div.right ul li.login a:visited {
	color: #fff;
	background: red;
	padding: 0px 10px;
	}

#header div.right ul li.login a:hover, #header div.right ul li.login a:focus {
	background: #aaa;
	}

#title {
	font-size: 30px;
	color: #4B4B4B;
	}

#subtitle {
	font-size: 16px;
	color: #4B4B4B;
	padding: 5px 0px;
	}

.o {
	font-style: italic;
	}

.a {
	text-transform: lowercase;
	color: #aaa;
	}

.n {
	text-transform: uppercase;
	}

.s {
	color: red !important;
	}

.we {
	background: #ddd;
	}

.m {
	font-style: italic;
	color: #aaa;
	}

input, select, textarea {
	font-size: 1em;
	border: 1px solid #aaaaaa;
	padding: 2px 3px;
	margin: 5px 2px 2px 2px;
	font-family: Verdana, sans-serif;
	line-height: normal;
	font-weight: normal;
	background: url(../images/shadow.gif) no-repeat left top;
	}

*select {
	background: transparent;
	}

input.button {
	background: #626262 none repeat scroll 0% 50%;
	border-color: #eee #ccc #bbb #aaa;
	border-width: 1px;
	font-size: 1em;
	padding: 3px;
	color: #fff;
	cursor: pointer;
	width: 350px;
	letter-spacing: 1.1pt;
	}

input.button:focus, input.button:hover {
	background: #eee none repeat scroll 0% 50%;
	border-color: #aaa;
	color: #535353;
	}

input.long {
	height: 40px;
	width: 948px;
	}

input.small {
	font-size: .8em;
	margin: 0px;
	padding: 1px;
	width: 80px;
	}

/* gestione a divs */

#calendar {
	clear: both;
	position: relative;
	margin: 10px 0px;
	}
	
#calendar div.court {
	width: 237px;
	float: left;
	}

#calendar div.court div.slot {
	width: 100%;
	min-height: 25px;
	height: auto;
	padding: 9px 0px;
	border: 1px solid #ddd;
	float: left;
	}
	
#calendar div.court div.pome {
	background: #E5E5E5;
	}

#calendar div.court div.lezione {
	background: #E4CAFF;
	border: 1px solid #aaa;
	min-height: 25px;
	height: auto;
	padding: 3px 0px;
	}

#calendar div.court div.t {
	font-size: 14px;
	line-height: 25px;
	text-indent: 7px;
	letter-spacing: 1.5;
	width: 239px;
	_width: 237px;
	height: 25px;
	padding: 2px 0px;
	background-color: #4B4B4B;
	color: #eee;
	}

#calendar div.court div.t span.a {
	text-transform: uppercase;
	width: 200px;
	float: left;
	color: #fff;
	}

#calendar div.court div.t span.b {
	text-indent: 0px;
	width: 25px;
	margin: 1px 0px 0px 0px;
	padding: 0px;
	height: 24px;
	float: right;
	}

#calendar div.court div.t span.b a, #calendar div.court div.t span.b a:link, #calendar div.court div.t span.b a:visited {
	background: #bbb;
	width: 22px;
	height: 22px;
	}

#calendar div.court div.t span.b a:hover, #calendar div.court div.t span.b a:focus {
	background: transparent;
	}
	
#calendar div.court div.t span.b img {
	border: none;
	}

#calendar div.court div.details {
	width: 35px;
	float: left;
	font-size: 10px;
	padding: 0px 5px;
	height: 25px;
	color: #4B4B4B;
	}

#calendar div.court div.status {
	width: 22px;
	float: left;
	height: 25px;
	}

#calendar div.court div.status img {
	border: none;
	}

#calendar div.court div.players {
	width: 160px;
	*width: 170px;
	_width: 167px;
	float: left;
	font-size: 10px;
	padding: 0px 5px;
	color: #4B4B4B;
	font-family: Arial;
	}

#calendar div.court div.players a {
	width: 100%;
	}

#calendar div.court div.players a span {
	display: block;
	}

#calendar div.court div.date {
	width: 30px;
	font-size: 11px;
	float: left;
	height: 25px;
	}

#calendar div.court div.date a {
	width: 100%;
	color: red;
	cursor: pointer;
	}

#calendar div.court div.date a:hover, #calendar div.court div.date a:focus, #calendar div.court div.date a:active {
	background: red;
	color: white;
	}

.popup {
	margin: 10px 5px;
	}

.popup h1 {
	color: #535353;
	font-size: 13px;
	line-height: 22px;
	margin: 0px 0px 10px 25px;
	}

.popup h1.noindent {
	margin: 0px 0px 10px 0px;
	}

.popup h2.noindent {
	font-size: 14px;
	color: #535353;
	line-height: 25px;
	}
	
#TB_ajaxWindowTitle {
	text-transform: uppercase;
	}

#info {
	margin: 10px 0px;
	}

.ll {
	padding: 2px;
	float: left;
	background: #f5f5f5 !important;
	border: 1px solid #eee;
	width: 140px;
	}

.vv {
	padding: 2px;
	float: left;
	border: 1px solid #eee;
	width: 210px;
	}

.vv input {
	margin: 0px;
	}

#search, #idUtente, #descrizione {
	font-family: "courier new";
	width: 350px;
	font-size: 16px;
	}

#descrizione {
	width: 300px;
	}
	
.disclaimer {
	border: 1px solid #bbb;
	font-size: 10px;
	overflow-y: auto;
	margin: 20px 0px;
	padding: 3px;
	background: #eee;
	}

#commands {
	position: absolute;
	bottom: 0px;
	padding: 5px 0px;
	margin: 0px;
	width: 350px;
	border-top: 4px solid #ccc;
	text-align: left;
	}

#commands a {
	float: left;
	width: 150px;
	}

.hidden {
	left: -9999px;
	top: -9999px;
	position: absolute;
	}

#footer {
	clear: both;
	width: 950px;
	height: 30px;
	background-color: #4B4B4B;
	line-height: 30px;
	text-indent: 10px;
	color: #fff;
	font-size: 10px;
	}

#footer a, #footer a:link, #footer a:visited {
	display: inline;
	color: white;
	font-weight: bold;
	background: transparent;
	text-decoration: underline;
	}