/*
    ALIEN ARENA WEB SERVER BROWSER
    Copyright (C) 2007 Tony Jackson

    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
    License as published by the Free Software Foundation; either
    version 2.1 of the License, or (at your option) any later version.

    This library is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    Lesser General Public License for more details.

    You should have received a copy of the GNU Lesser General Public
    License along with this library; if not, write to the Free Software
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA

    Tony Jackson can be contacted at tonyj@cooldark.com
*/

body {
	background-color:#FFFFFF; font-family:Verdana, Arial, sans-serif;
	font-size:8pt; color:#000000; line-height:12pt;
	margin:10 10 10 10;
}

/* table, tr, td { font-family:Verdana, Arial; font-size:8pt; color:#FFFFFF } */

/*
a:link, a:visited, a:active { text-decoration: underline; font-weight:bold; color:#85ab48 }
a:hover { color:#ddff9a }

a:hover {
	color: rgb(10,106,245);
	text-decoration: none;
	background-color: rgb(255,255,255);
}
*/
/*
a:link, a:visited, a:active { 
	text-decoration: none;
	background-color:rgb(245,245,245);
	padding: 2px;
	border: solid rgb(200,200,200) 1px;
	}
a:hover {
	text-decoration: underline;
	background-color:rgb(245,245,245);
	padding: 2px;
	border: solid rgb(50,50,50) 1px; 
	}
*/

.cdtitle { font-weight:bold; font-size: 14pt; line-height:18pt; color:rgb(50,50,50); }
.cdsubtitle { font-weight:bold; font-size: 10pt; line-height:12pt; color:rgb(50,50,50); }
.cdbody { font-size: 8pt; line-height:12pt; color: rgb(50,50,50); }
.cdfooter { font-size: 8pt; color: rgb(80,80,80); }

.countryflag
{
	vertical-align: middle;
/*	vertical-align: top;
	margin-top:20px; */
}

table#cdtable {
    background-color:rgb(235,235,235); /* Colour of borders immediately outside cells -and empty cells */
    border: solid #000 2px; /* Border around outside of table */
    /*width: 500px;   */ /* Total width of table */

}

table#cdtable td {
/*	font-family:Verdana, Arial, sans-serif;*/
	font-size:7pt;
    padding: 1px;
    border: solid rgb(200,200,200) 1px;
}

/* Default rows in a cdtable */
table#cdtable tr {
    color: rgb(50,50,50);
    text-align: left;
    background-color: rgb(235,235,235);
/*	border: solid #000 1px;  */
}

/* Default headers in a cdtable */
table#cdtable th {
	font-family:Verdana, Arial, sans-serif;
	font-size:8pt;
    color: rgb(255,255,255);
    font-style: bold;
    text-align: center;
    background-color: rgb(0,0,0);
}
