body {
    background-color: #fff;
	font-family: calibri;
	font-size: 12px;
}
table.battlesTable{
	width: 800px;
	font-size: 12px;
	border-collapse:collapse;
}

table.battlesTable th{
	font-weight: bold;
	background: #c0c0c0;
	border: 1px solid #000;
}
table.battlesTable td{
	border: 1px solid #000;
	text-align: center;
}
#aLostConq{
	display: none;
}
#aWonConq{
	display: none;
}
#success{
	font-size: 15px;
	color: green;
}
#error{
	font-size: 15px;
	color: red;
}
#updateUser input{
	font-size: 11px;
}
#updateUser select{
	font-size: 11px;
}
#updateUser textarea{
	font-size: 11px;
	font-family: calibri;
}
 .ui-tooltip {
	background: black;	
	font-size: 10px;
	color: #fff;
}
#playerProfile{
	font-family: 'Droid Sans', Tahoma, Verdana, Arial;
	font-size: 1.1em;
}
.container {
	display: table-row;
	width: 1200px;
}
.left-container {
	display: table-cell;
}
.right-container {
	display: table-cell;
}