@CHARSET "UTF-8";

html, body {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	font-family: Arial;
	font-size: 11px;
	height: 100%;
}

#dialogBox, #dialogRosa {
overflow:	hidden;	/* eliminate space for scrollbar in dialog - not needed when using a layout */
padding:	0;		/* use padding inside 'panes' instead - looks better if pane is 'closed' */
display:	none;
}
#playerStats {
	height:		100%; /* a layout container MUST have a 'height' */
}
#playerStats .ui-widget-content {
	/* nullify ui-widget-content bg-image - but KEEP widget bg-color */
	background-image: none;
}
#dialogBox .ui-layout-pane {
	/* start by removing all padding & scrolling */
	padding:	0;
	overflow:	hidden;
}
#dialogBox .pane-header ,
#dialogBox .ui-layout-content ,
#dialogBox .ui-layout-south {
	padding:	5px 10px;
}
#dialogBox .pane-header {
	border-width:	0 0 1px;
}
#dialogBox .ui-layout-content {
	border-top:		0; /* header.border-bottom already creates a dividing border */
}
#dialogBox .ui-layout-resizer-west {
	/* NOTE: SOMETHING in the theme CSS is setting opacity here */
	opacity:	.01;
	filter:		alpha(opacity=1);
	/*background: #F00 url(../lib/img/resizable-w.gif) no-repeat 0 center;*/
	background: #7cbaf7;
}
#dialogBox .ui-layout-resizer-west-closed,
#dialogBox .ui-layout-resizer-south-closed {
	/*background-image: url(../lib/img/resizable-e.gif); /* looks better */
	border:			1px solid #6C0;
	border-width:	1px 0;
	opacity:		.70;
	filter:			alpha(opacity=70);
	background: #777777;
}
#dialogBox .ui-layout-resizer-dragging ,
#dialogBox .ui-layout-resizer-sliding ,
#dialogBox .ui-layout-resizer:hover {
	opacity:		1;
	filter:			alpha(opacity=100);
}
#dialogBox .ui-layout-toggler {
	/*background:	#CCC;*/
}
	
#mainContainer {
	width: 900px;
	margin: 0 auto;
}

#header {
	height: 184px;
	background: url(../images/logo.jpg);
}

#menubar {
	height: 26px;
	/*background: url(../images/sfondomenu.jpg) repeat-x;*/
	margin-bottom: 5px;
	
}

#content {
	width: 900px;
}

#leftbar {
	float: left;
	width: 200px;
}

#mainContent {
	float: left;
	width: 690px;
	padding-left: 10px;
	margin-bottom: 25px;
	background-image: url(../images/erba.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#menu {
	list-style-type: none;
	height: 35px;
	margin: 0;
	padding: 0;
}

#menu li {
	float: left;
	width: 85px;
	text-align: center;
	line-height: 25px;
}

#menu li a {
	text-decoration: none;
	width: 100%;
	height: 25px;
	/*background: url(../images/sfondomenu.jpg) repeat-x;*/
	display: block;
}

#menu li a:hover {
	font-weight: bold;
	/*background: url(../images/sfondomenuover.jpg) repeat-x;*/
}

#footer {
	clear:both;
	border-top: 1px solid black;
	margin-top: 25px;
	height: 25px;
	text-align:center;
}

#divLogin {
	padding-left: 10px;
}

input {
	border: 1px solid #5c99f4;
}

.formButton {
	border: 1px solid #777777;
}

.news h3 {
	background-color: #dddddd;
	border: 1px solid #888888;
	height: 25px;
	margin-bottom:0;
	padding-top: 5px;
	padding-left: 10px;
}

.news .testoNews {
	background-color: #dddddd;
	border-bottom: 1px solid #888888;
	border-left: 1px solid #888888;
	border-right: 1px solid #888888;
	padding: 10px;
}

a {
	text-decoration: none;
	font-weight: bold;
}

#playerStats {
	height: 450px;
	margin-top: 10px;
}

.playerInfo {
	float: left;
	width: 200px;
	height: 330px;
}

.playerCareer {
	float:left;
	padding: 0;
	padding-left: 5px;
	width: 300px;
	height: 330px;
}

.playerOptions {
	clear: both;
	width: 500px;
	height: 25px;
}

p {
	padding: 0;
}

.error {
	border: 3px solid red;
	background: #ff5d5d;
	font-weight: bold;
	padding-left: 10px;
}