body
{
	font-family: verdana;
	font-size: 12px;
	background: silver;
	color: black;
	text-align:center;
	
	background: url(images/background_offline.jpg);

	background-repeat: repeat-y;
	background-position: top center;
	background-attachment:fixed;
	background-color: white;
	
}
#maincontent
{
	margin: auto;
	width: 1015px;
	padding: 0px;
	padding-bottom: 70px;
	text-align: left;
	
	
}

h1
{
	border-bottom: 1px solid silver;
}
h2
{
	clear: both;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	border-bottom: 1px solid silver;
}
a
{
	color: black;
	font-weight: bold;
}
.actionCluster
{
	width: 470px;
	padding: 0px;
	float: left;
	margin: 5px; 

}

.actionCluster input
{
	background: black;
	color: #659094;
	color: white;
	border: none;
	font-weight: normal;
	width: 88px;
	font-size: 14px;
	padding: 5px;
	cursor: pointer;
}

.actionCluster.block
{
	margin-left: 290px;
}

.actionCluster.block input.nbDice,
.actionCluster.block input.successDice

{
	display: inline;
	width:auto;
	padding: 0px;
	background: none;
	
}

.actionCluster.block input.successDice
{
	position:relative; 
	left: 10px;
}

.action
{
	float: left;
	background: silver;
	color: black;
	border: 1px solid black;
	padding:5px;
	margin: 0px 1px 1px 0px;
	white-space: nowrap;
	
	
	
	
}

.negative
{
	color: red;
	font-style: italic;	
}

.action .removeAction
{
	background: black;
	color: white;
	cursor: pointer;
	margin: -5px -5px 3px -5px;
	padding: 3px;
	text-align: right;
}

.action .useProSkillBlock
{
	line-height: 22px;
	padding: 2px;
}


input.interception
{
	width: 10px;
	background: none;
}

.interceptionLabel
{
	width: 10px;
	padding-left: 	0px;
	padding-right: 10px;
}

#armorvalue,
input.armordown,
input.armorup
{
	width: 45px;
	text-align: center;
}

.player
{
	padding: 13px;
}
.player .playerName
{
	border: 1px solid black;
}
.player .changePlayer
{
	border: none;;
	background: black;
	color: white;
}

#sequence
{
	float:left;
	margin: 5px 0px;
}

#probaNoReroll, #probaYesReroll
{
	margin: 10px auto;
	padding: 10px;
	background: #95ADEF;
	color: black;
	text-align: center;
	width: 400px;
	font-weight: bold;

}

.player1
{
	background: #9bb3e7;
}
.player2
{
	background: #8391ae;
}
.player3
{
	background: #345397;
}
.player4
{
	background: #b8cbf3;
}
.player5
{
	background: #c8d6f3;
}

.reset
{
	font-weight: bold;

	cursor: pointer;

}

.notices
{
	font-size: 10px;
	padding: 40px 0px;
}

#storecontainer
{
	padding: 2px;
	margin: 10px;
	padding-top: 30px;
	width: 80%;
	
	margin: auto;text-align: center;
}
#storecontainer .container
{
	margin: 1px;
	border: 1px solid black;
	
}

#storecontainer .container span,
#storecontainer .container div
{
	opacity: 0.5;
}

#storecontainer .container .sequence
{
	line-height: 20px;
}

#storecontainer .container .proba
{
	background: violet;
	padding: 3px;
	
}
#storecontainer .container input
{
	border: none;
	background: silver;
	margin: 3px;
}

.deprecated{
	font-size: 20px;
	font-weight: bold;
	color: darkorange;
	text-align: center;
}

.redirect{
	background: #6D8E93;
	padding: 30px;
	border: 5px solid darkorange;
}

.redirect a{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}