/* Body. */

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    background-color: #ffffff;   
    padding: 0px;
    margin: 0px;
    width: 100%;
}

/* Links. */

a:link {
    font-weight: bold;
    color: #003265;
    text-decoration: none;
}

a:visited {
    font-weight: bold;
    color: #003265;
    text-decoration: none;
}

a:hover {
    font-weight: bold;
    color: #003265;
    text-decoration: underline;
}


/* Window. */

#window {    
	border: 0px;
    background-color: #ffffff;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

/* Page title. */
#pageTitle {
    background-color: #ffffff;    
    background-image: url(../img/fondo_encabezamento.jpg);
    background-repeat: repeat-x;
    text-align: left;
    padding: 0px;
    width: 100%;
}

/* Menu. */

#menu {
	background-color: #EAF1FB;
	color: #003265;
    text-align: left;
    padding: 5px 0px 5px 5px;
    margin: 0px;
    width: 99%;
    border: #74849E 1px solid;
}

#menuWelcome {
    font-weight: bold;
}

#menuLinks a {
    color: #003265;
}

#mainContent{
	width:100%;
}

#menuLateral{
	float:left;
	width:20%;
	height:467px;	
	text-align:left;
/*	margin: 2px;*/
	line-height:200%;
	color: #686F79;
	background-color: #EAF1FB;
    border: #74849E 1px solid;
/*    padding: 0px 2px 0px 2px;*/
    
	list-style:none;
	margin:0;
	padding:0;
}
#menuLateral li {
	margin:2px;
	padding:2px;
	border:#74849E 1px solid;
}

/* Content. */

.sectionTitle {
	background-color: #EAF1FB;
	color: #003265;
    text-align: left;
    font-weight: bold;
    padding: 5px 0px 5px 5px;
    margin: 0px;
    width: 98%;
    border: #74849E 1px solid;
}

.sectionTitleWithoutBox {
	color: #003265;
    text-align: left;
    font-weight: bold;
    padding: 5px 0px 5px 5px;
    margin: 0px;
    width: 98%;
}

.centeredSectionTitleWithoutBox {
	background-color: #EAF1FB;
    border: #74849E 1px solid;
	color: #003265;
    text-align: center;
    font-weight: bold;
    padding: 5px 0px 5px 5px;
    margin: 0px;
    width: 98%;
}

.button {
	font-weight: normal;
	color: #003265;
	background-image: url(../img/fondo_encabezamento.jpg);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #CCCCCC;
	background-repeat: repeat-x;
	background-position: center;
}

#content {
    margin: 0px;
    float:right;
	text-align: center;
    width: 78%;
}


/* Forms. */

form {
    width: 100%;
}

div.field {
    clear: both;
 	padding-top: 1px;
    width: 100%;
    vertical-align: middle;
}

div.field span.label {
    float: left;    
    text-align: right;
    vertical-align: middle;
    font-weight: bold;
    width: 49.5%;
}

div.field span.entry {
    float: right;    
    text-align: left;
    width: 49.5%;
}

div.field span.labelQuestion{
    float: left;    
    text-align: right;
    font-weight: bold;
    width: 29.5%;
}

div.field span.entryQuestion{
    float: right;    
    text-align: left;
    width: 69.5%;
}

div.buttonContainer {
    clear: both;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    text-align: center;
}

div.field span.buttonContainer1 {
    float: left;    
    text-align: right;
    font-weight: bold;
    width: 29.5%;
}

div.field span.buttonContainer2 {
    float: right;    
    text-align: left;
    width: 69.5%;
}

div.label {
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}

input, select, textarea  {
    background-color: #f4f4f4;
}

/* Table */

table { 
	margin-left: auto;
	margin-right: auto;
}

table.division1 {
	width : 100%;
	cellspacing: 2%;
	rules:all;
}

td.division1 {
	width : 50%;
	cellspacing: 2%;
	rules:all;
	vertical-align: top;
}

/*
td.division1 {
	width: 50%;
	text-align: center;
}
*/


tr.title {
	text-align: center;
	font-weight: bold;
	padding-left: 1.5cm;
}

tr.normal {
	text-align: center;
	padding-left: 1.5cm;
}

.enhance {
	padding-left: 0.5cm;
	font-weight: bold;
}

/* --- */
/*
div.leftAuth {
	float: left;
	width: 49%;
}

div.rightAuth {
	float: right;
	width: 45%;
	text-align:left;
}

table.authTable{
	float:left;
	clear:both;
	text-align:left;
	width:100%;
}*/

/* AuthenticationContent */
div.authenticationForm {
    padding: 5px 0px 5px 5px;
    margin: 0px;
    width: 98%;
    border-bottom: #74849E 1px solid;
    border-right: #74849E 1px solid;
    border-left: #74849E 1px solid;
/*	float: right;*/
	clear: both;
}

div.fieldRPwd {
	float:right;
	width:49.5%;
	clear:both;
}

div.fieldRPwd {
	margin-top:5px;
}

div.fieldRPwd span.labelRPwd{
	font-size:8pt;
	float: left;
}

div.fieldRPwd span.entryRPwd{
	float:left;
}

div.buttonRPwd {
    clear: both;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    text-align:center;
}

p.greeting {
	font-weight: bold;
	font-size: 11pt;
	vertical-align: bottom;
}

img.queixo {
	padding-left: 5px;
	padding-right: 5px;
}

div.buttonAuth {
	clear:both;
	width: 100%;
	text-align:center;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.buttonAuth span{
	float:none;
}

/* --- */

/* Chart */
div.chart {
	width:90%;
	margin: 10px 5px 10px 5px;
	clear:both;
}

div.chartLeft {
	float:left;
}

div.chartRight {
	float: right;
}

/* --- */

/* Chat */
div.chat {
	width: 100%;
    text-align: center;
}


#chatArea {
	width: 100%;
	height: 100%;
	background-color:#FFFFFF;
	color: #003265;
    font-weight: bold;
    margin: 5px 0px 5px 0px;
    border: #74849E 1px solid;
}

#text {
	width: 99%;
	background-color:#FFFFFF;
    font-weight: bold;
	color: #003265;
    text-align: left;
    border: #74849E 1px solid;
}

/* --- */

/*
table.list {
	text-align: center;
	border: 1px;
}*/



/*td.text {
	text-align: left;
	padding-left: 0.5cm;
}*/

/* statistics */
td.leftHead{
	text-align:left;
	padding:4px;
}

td.rightHead{
	text-align:right;
	padding:4px;
}

div.statistics{
	width: 100%;
}

table.statistics{
	border-collapse: collapse;
	width: 96%;
}

td.yearLinks{
	padding: 2px;
	border: #488AC7 1px solid;
	text-align:center;
}

td.statisticsTitle{
	padding: 3px;
	border: #74849E 1px solid;
	text-align: center;
}

td.statistics{
	padding: 3px;
	border: #74849E 1px solid;
	text-align:right;
}

td.statisticsName{
	padding: 3px;
	border: #74849E 1px solid;
	text-align:left;
}

td.statisticsEnhance {
	padding: 3px;
	border: #74849E 1px solid;
	font-weight:bold;
	text-align:right;
}

/* StatisticsForm.jspf */
div.statisticsLeft{
	width:49%;
	float:left;
	text-align:center;
}

div.statisticsRight{
	width:49%;
	float:right;
	text-align:center;
}

/* --- */

/* GamePage Content */

#gameContent {
    margin: 5px 0;
	text-align: center;
    width: 100%;
}

#gamePageBoardLayer {
	position: relative;
	float: left;
	width: 50%;
	visibility: visible;
	z-index: 1;
}

#gamePageOtherLayer{
	position: relative;
	float: right;
	width: 48%;
	visibility: visible;
	z-index: 1;
}

#gameLogo{
    background-color: #ffffff;    
    background-image: url(../img/fondo_encabezamento.jpg);
    background-repeat: repeat-x;
    text-align: center;
    padding: 0px;
    width: 100%;
}

#dropDiceButton {
	position:absolute;
	left: 20px;
	top: 20px;
	height: 77px;
	width: 125px;
	visibility: visible;
	z-index: 3;
	cursor:pointer;
}

div.gameHeader {
	padding: 5px 0px 20px 0px;
}

div.gameHeader span.left {
	float:left;
	text-align:left;
	font-weight: bold;
}

div.gameHeader span.right {
	float:right;
	text-align:right;
}

table.progressBar {
   float: left;
   width: 100%;
   margin: 0 auto;
   border: #000 1px solid;
   border-collapse: collapse;
}
table.progressBar td {
   text-align: left;
   border: #000 1px solid;
}

table.questions {
   float: left;
   width: 100%;
   margin: 0 auto;
   border: #74849E 1px solid;
   border-collapse: collapse;
}

table.questions th {
	border: #74849E 1px solid;
	height:25px;
}

table.questions td{
   	border-top: #74849E 1px solid;
   	border-bottom: #74849E 1px solid;
}

#questionsTable {
	border: #74849E 1px solid;
	text-align:left;
	height:25px;
}

#responsesTable {
	text-align:left;
	border: #74849E 1px solid;
}

#responsesTable tr{
	border: #74849E 1px solid;
	height: 25px;
}

#questionsTableHead {
   	background-color: #EAF1FB;
   	color: #003265;
   	text-align:center;
   	font-weight:bold;
	border: #74849E 1px solid;   
	height: 25px;
}

table.legend {
   float: left;
   width: 100%;
   margin: 0 auto;
   border: #74849E 1px solid;
   border-collapse: collapse;
}

table.legend th {
   border: #74849E 1px solid;
   padding: 5px;   
   background-color: #EAF1FB;
   color: #003265;
}

table.legend td {
   	text-align: left;
	border: #74849E 1px solid;
   	padding: 5px;   
}

#tableGameWindow{
	margin-left:0px;
	margin-top:0px;
}

table.gamePlayersTable {
   width: 100%;
   margin: 10px auto;
   border: #74849E 1px solid;
   border-collapse: collapse;
   clear:both;
}

table.gamePlayersTable th {
   border: #74849E 1px solid;
   padding: 5px;   
   background-color: #EAF1FB;    
   color: #003265;
}

/* --- */

/* Manager */
table.managerQuestions{
	border-collapse: collapse;
	width: 96%;
}

tr.managerQuestions{
	border: #74849E 1px solid;
	text-align:left;
}

td.managerQuestions{
	padding:2px;
	border: #74849E 1px solid;
	font-size:7pt;
}

table.managerSubjects{
	border-collapse:collapse;
}

tr.managerSubjects {
	border: #74849E 1px solid;
	text-align:center;
}

td.managerSubjectsHeader {
	padding:5px;
	border: #74849E 1px solid;
	font-weight: bold;
	text-align:center;
}

td.managerSubjects{
	padding:5px;
	border: #74849E 1px solid;
	text-align:center;
}
/* --- */

/* "Previous" and "Next" links. */
/*Deben introducirse dentro de la tabla en la
ultima fila*/
div.previousNextLinks {
    margin-left: 0%;
    width: 100%;    
    margin-bottom: 30px;
}

div.previousNextLinks span.previousLink {
    float: left;
    text-align: left;
    width: 49.5%;
}

div.previousNextLinks span.nextLink {
    float: right;
    text-align: right;
    width: 49.5%;
}

span.logos {
	margin: 15px;
}

/* Error messages. */

.errorMessage {
    font-weight: bold;
    color: red;
    margin-left: 5px;
}

/* Footer. */

#footer {
    border-top: 1px solid #000;
    margin: 0px;
    padding-top: 5px;
    text-align: center;
    width: 100%;
    clear:both;
}

#gameFooter {
    border-top: 1px solid #000;
    margin: 2px;
    padding-top: 5px;
    text-align: center;
    width: 100%;
    clear:both;
}

/* Instructions */
#instructionsTitle {
	font-weight: bold;
	color: #003265;
}

#instructionsBody {
    text-align: left;
}

/* Championships */
#championshipsTopMenu {
	font-size: 14px;	
	margin: 10px 0px; 
}

#championshipsTopMenu a {
	color: #C03; 
}

table.championships{
	border-collapse: collapse;
	width: 96%;
}

td.championshipsTitle{
	padding: 3px;
	border: #74849E 1px solid;
	text-align: center;
}

td.championships{
	padding: 3px;
	border: #74849E 1px solid;
	text-align:center;
}

/*td.championshipsName{
	padding: 3px;
	border: #74849E 1px solid;
	text-align:left;
}*/

div.span.label {
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}

table.players{
	border-collapse: collapse;
	width: 66%;
}

td.playersTitle{
	padding: 3px;
	border: #74849E 1px solid;
	text-align: center;
}

td.players{
	padding: 3px;
	border: #74849E 1px solid;
	text-align:center;
}

#rightLateral {
    text-align:left;
    padding: 0px;
	margin-left: 400px;
	color: #3366FF;
	font-weight: bold;
}

#rightLateralTitle{
	text-align:left;
    padding: 0px;
	margin-left: 300px;
	color: #003265;
}

div.gameHeader span.center {
	color: #FF3333;
	float: left;
	width: 100%;
	height: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	margin-top: 15px;
}

#endChampionshipWarning {}
#endYourChampionshipTimeWarning { margin-top: -30px; }

div.gameHeader span.center2 {
	position: absolute;
	color: #FF3333;
	text-align: center;
	font-weight: bold;
	font-size: 10pt;
	left: 50px;
	width: 500px;
}

table.generalStatistics{
	border-collapse: collapse;
	width: 60%;
}

table.championshipStatistics{
	border-collapse: collapse;
}

tr.championships {
	text-align: left;
	padding-left: 1.5cm;
}

td.championships{
	padding: 3px;
	border: #74849E 1px solid;
	text-align:center;
}

div.leftHead{
	text-align:left;
	padding:4px;
}

div.rightHead{
	text-align:right;
	padding-right:100px;
}

tr.players {
	text-align: left;
	padding-left: 1.5cm;
}

td.players{
	padding: 3px;
	border: #74849E 1px solid;
	text-align:center;
}

div.championshipGroupTitle{
	font-size: 13pt;
	font-weight: bold;
    color: 	#3399FF;
    text-decoration: none;
}

div.championshipOfGroup{
	padding-left: 50px;
}

div.championshipOfGroup span.championshipTitle{
	font-size: 12pt;
	font-weight: bold;
    color: #003265;
    text-decoration: none;
}

div.championshipOfGroup span.chmpLabel{
	font-weight: bold;
}

div.championshipHeaderTitle{
	font-size: 15pt;
	font-weight: bold;
    color: #003265;
    text-decoration: none;
}

div.leftField {
    clear: both;
 	padding-top: 1px;
    width: 100%;
    vertical-align: middle;
}

div.leftField span.leftEntry {
    float: left;    
    text-align: left;
    vertical-align: middle;
}

div.leftField span.leftLabel {
	font-weight: bold;
}

td.championshipYears{
	font-size: 13pt;
}

span.leftHead{
	text-align:left;
	padding: 0px;
}

span.rightHead{
	text-align:right;
	padding: 100px;
}

h2.header{
	color: #003265;
}

div.championshipCollaboratorText{
	text-align:center;
	font-size:13pt;
}

#playingChampionshipsTitle{
	text-align:left;
    padding: 0px;
	margin-left: 0px;
	font-weight: bold;
	font-size: 14px;

}

#playingChampionships{
	padding: 50px;
	color: #3366FF;
	font-weight: bold;
	font-size: 14px;
}


/* Compra de tempo */
#purchaseTimeContent {
	width: 600px;
	margin: auto;
}

#purchaseTimeForm {
	margin-top: 50px;
	background: #EAF1FB;
    border: #74849E 1px solid;	
}

#purchaseTimeForm div {
	margin: 5px 0px;	
}

#purchaseTimeForm form {
	margin-top: 10px;
}

/* Envio masivo de correos aos socios/as */
form.sendMassiveEmailForm {
	text-align: left;
	margin-top: 20px;
}

form.sendMassiveEmailForm div.field {
	margin-bottom: 10px;
}

form.sendMassiveEmailForm div.field div.label {
	font-weight: bold;
	margin-bottom: 5px;
}

form.sendMassiveEmailForm input, textarea {
	border: 1px #7E9DB9 solid;
	width: 700px;	
}


form.sendMassiveEmailForm div.playersSelectionBox {
	float: left;
	width: 100%;
	padding-bottom: 20px;
}

form.sendMassiveEmailForm div.playersSelectionBox div.title {
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 15px;
}

form.sendMassiveEmailForm div.playersSelectionBox div.playersList {
	width: 300px;
	float: left;
}

form.sendMassiveEmailForm div.playersSelectionBox div.playersList select {
	width: 300px;
}

form.sendMassiveEmailForm div.playersSelectionBox div.buttons {
	width: 100px;
	float: left;
	text-align: center;	
	margin-top: 30px;
}

form.sendMassiveEmailForm div.playersSelectionBox div.buttons input {
	width: 25px;
}

form.sendMassiveEmailForm div.sendButton { 
	float: none;
	margin-left: 250px;
}

form.sendMassiveEmailForm div.sendButton input { 
	width: 200px;
}

#sendMassiveEmailSuccess {
	margin-top: 50px;
	font-size: 12px;
	font-weight: bold;
}

#sendMassiveEmailSuccess div.sendAnotherEmail {
	margin-top: 20px;
}

#sendMassiveEmailSuccess div.sendAnotherEmail a {
	text-decoration: none;
}

#validateEmailsSuccess{
	margin-top: 50px;
	font-size: 12px;
	font-weight: bold;
}

#validateEmailsSuccess div.goToMainPage {
	margin-top: 20px;
}



.additionalInfoLabel {
	margin-top:20px;
	background-color:#FFF2DF;
	border:1px solid #FFAC38;
}
.receiveInfoLabel {
	float:left;
	font-size:12px;
	margin-bottom:5px;
	margin-left:141px;
	margin-top:20px;
	padding:3px;
	text-align:justify;
	width:369px;
}

div.checkXogo{
	margin-top:10px;
	text-align:left;
	margin-left:145px;
}


div.success{
	margin-top:5px;
	border:1px solid black;
	background-color:#cce7d3;
	height:20px;
	width:99%;
	text-align:center;
	vertical-align:center;
	padding-top:5px;
	font-size:10px;
}

div.fail{
	margin-top:5px;
	border:1px solid black;
	background-color:#e7a8b2;
	height:20px;
	width:99%;
	text-align:center;
	vertical-align:center;
	padding-top:5px;
}


/* Borrado cuenta usuario*/

div.deleteAdvice{
	margin:10px;
	text-align:left;
	
}


