@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1C1C1C;
	margin: auto;
	padding-top:10px;
	width: 930px;
}

input.greenPut
{
	border: 2px solid #1F6E1B;
}

input {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1C1C1C;
	margin-bottom:6px;
}

.header {
	height: 85px;
	width: 930px;
	position:relative;
	top:0px;
}

.menu {
	height: 35px;
	width: 930px;
	position:relative;
	top:0px;
}

.menuelements {
	margin-left: 4px;
}

.left_div
{
 float: left;
 border: 0px solid blue;
}

.leftmenu {
	width: 195px;
	position:relative;
	top:50px;
}

.login {
	width: 195px;
	position:relative;
	top:0px;
}

.login a
{
 text-decoration: none;
}

.login a:hover
{
 text-decoration: underline;
}

a.greentext:visited
{
 color: #3D9539;
}

a.greentext:hover
{
 color: green;
}

.greentext {
	color:#3D9539;
}
	
.redtext {
	color:#CB1212;
}
	
.leftmenuelement {
	width: 195px;
	position:relative;
	top:0px;
}
.leftmenuitems {
	padding-top:10px;
	padding-bottom:5px;
}

.loggedin {
	width: 200px;
	position:relative;
	top:0px;
}

.playername {
	color:white;
	width: 166px;
	margin-right: 5px;
	text-align: center;
	font-size:16px;
	margin-top: 2px;
	display: block;
	float: right;
}
.miosigiocaelement {
	padding-left:20px;
	padding-top:6px;
	padding-bottom:0px;
	font-weight: bold;
}

.maincontent {
	width:700px;
	min-height:100px;
	/*position:relative;
	top: -680px;
	left:220px;*/
	float: right;
	margin-top: 50px;
	margin-right: 8px;
	margin-bottom: 50px;
}

.text_gray {
	position:relative;
	top:0px;
	left:0px;
	width:660px;
	text-align:left;
}

.content_gray {
	position:relative;
	top:0px;
	left:0px;
	background-image: url(../img/elements/gray_mid_fixed.png);
	background-repeat:repeat-y;
	padding-bottom: 10px;
	text-align:center;
	width:683px;
	/* min-height: 380px; */
}

.head_gray {
	position:relative;
	top:0px;
	left:0px;
	width:683px;
}

.bottom_gray {
	position:relative;
	top:0px;
	left:0px;
	width:683px;
}

.bottom_button {
	position:relative;
	top:-15px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:230px;
}

.art_tab {
	background-image: url(../img/elements/art_bkg.png);
	background-repeat: no-repeat;
	background-position: top;
	height:580px;
}

.art_hover {
	background-image: url(../img/elements/art_gray.png);
	background-repeat: no-repeat;
	background-position:center;
}

.art_hover_border {
	border-color:#3b3b3b;
	}

.art_percent {
	width:30px;
	font-size:12px;
	text-align:center;
	position:relative;
	right:0px;
	left: 164px;
	top: -16px;
	}
	
.art_value {
	padding-left:5px;
	padding-top: 5px;
	text-align:left;
	}

.art_singleStat {
	width: 250px;
	position: relative;
	height: 32px;
}
	
.art_content {
	width:198px;
	height: 28px;
	position:absolute;
	top:0px;
	left:26px;
	}
	
.art_wing_l {
	background-image: url(../img/elements/art_wing_l.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size:16px;
	height: 2px;
	}
	
.art_wing_r {
	background-image: url(../img/elements/art_wing_r.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-size:16px;
	}


.art_prop {
   position: relative;
	text-align:left;
	font-size:13px;
	padding-left:8px;
	padding-top: 3px;
	width:200px;
	}
	
.art_percent {
	width: 20px;
	padding-left: 2px;
}

/* Scritto da SIMONE */
/*.main_div
{
 float: right;
 width: 720px;
 margin-right: 2px;
 margin-top: 50px;
}*/


.underMatchButtonBack
{
 cursor: pointer;
 border: 0px solid gray;
 background-color: #c6c6c6;
 background-color: white;
}

.underMatchButtonOver
{
 color: #d92323;
 cursor: pointer;
}

.underMatchButton
{
 cursor: pointer;
 background-color: darkgray;
 background-color: white;
 color: #d92323;
}

.underMatchButton, .underMatchButtonBack, .underMatchButtonOver
{
 height: 18px;
 padding-top: 4px;
 float: left;
 padding-left: 5px;
 padding-right: 5px;
 border-bottom: 0px;
 font-size: 13px;
 font-weight: bold;
}

.underMatchDiv
{
 border: 2px solid #c6c6c6;
 border-left: 0px;
 border-right: 0px;
}

