body {
	margin: 0px;
	padding: 0px;
	background-color: #2C3866;
	background-image: url(http://www.chesscorner.net/images/images/background.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

p {
	font-size: 1.1em;
}

.tabimage {
	background-image: url(http://www.chesscorner.net/images/images/silver-bars_05.jpg);
}
 
a:link,a:active,a:visited { 
	color: #576AB7; 
	font-weight: bold;
	text-decoration: none;
}

a:hover { 
	text-decoration: underline; 
	color: #E02000; 
	font-weight: bold;
}


h1 {
	font-size: 2em;
	color: black;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-size: 1.8em;
	color: black;
	font-weight: bold;
	text-align: center;
}

h3 {
	font-size: 16px;
	color: black;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	color: black;
	font-weight: bold;
}

h5 {
	font-size: 12px;
	color: black;
	font-weight: bold;
}

h6 {
	font-size: 10px;
	color: black;
	font-weight: bold;
}

TABLE   {
	font-size: 11px; 
}

.cell {
	background-color: #FAFAFA;
}

.cell2 {
	background-color: #F1F1F1;
}

.header {
	background-color: #EEEEF0;
}

th {
	background-color: #EBEBEB;
}

tr {
	background-color: #FFF;
}

td {
	text-align: center;
	font-size: 11px;
}



.menu {
	border-top: 2px solid #94AACE;
	border-bottom: 2px solid #94AACE;
	background-color: #EEEEF0;
}

.menu2 {
	border-top: 1px solid #94AACE;
	border-bottom: 1px solid #94AACE;
	background-color: #EEEEF0;
}




.BOTOES {
	width:100px; 
	background-color: #EEEEF0;
	border: 1px ridge #94AACE;
	color: #000000;
	font-size: 7pt;
	font-weight: bold;
}

.newMessBut {
	width:100px; 
	background-color: #FF0000;
	border: 1px ridge #720000;
	color: yellow;
	font-size: 7pt;
	font-weight: bold;
}

.button {
	border: 1px inset #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 1px;
	background-color: #EEEEF0;
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	font-weight: bold;
	cursor:pointer;
}

.button:active {
	border: 1px outset #CCCCCC;
	border-top-color: #999999;
	border-left-color: #999999;
}

.tab {
	border: 2px solid #94AACE;
	background-color: #ffffff;
}

.maincontent {
	font-size: 13px; 
	padding-left: 50px;
	padding-right: 50px;
	text-align: left;
}

.content   {
	font-size: 13px; 
	padding-left: 10px;
	padding-right: 10px;
}

/* positioning */

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.rightbold {
	text-align: right;
	font-weight: bold;
}

.tournamentbutton {
	height: 20px;
	width: 114px;
	background-color: #EEEEF0;
	border: 1px ridge #94AACE;
	color: #000000;
	font-size: 9px;
	font-weight: bold;
}

a.tournamentbutton {
	font-weight: bold;
	font-size: 9px;
	padding: 4px 8px;
	border-top: 1px solid #C0C0C0;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid #C0C0C0;
	text-align: center;
	width: 114px;
}

a.tournamentbutton:link { 
	background-color: #EEEEF0;
	color: #000000;
	text-decoration: none;
	}
	
a.tournamentbutton:visited {
	background-color: #EEEEF0;
	color: #000000;
	text-decoration: none;
	}
a.tournamentbutton:hover { 
	background-color: #C00000; 
	color: white;
	border-color: black white white black;
	text-decoration: none;
	}
	
a.tournamentbutton:active { 
	background-color: #0303A9; 
	color: #FFFF00; 
	text-decoration: none;
	}
	
.tournamentheader {
	background-color: #F1F1F1;
}

.tournamentside {
	background-color: #F1F1F1;
	text-align: left;
	font-weight: bold;
}

.tournamentRating {
	background-color: #F1F1F1;
	text-align: center;
	font-weight: bold;
}

.tourntitle   {
	font-size: 13px; 
	text-align: center;
	font-weight: bold;
}

a.tourntitle:link {
    color: #404040;
    text-decoration: underline;
} 

a.tourntitle:active {
    color: #C00000;
    text-decoration: underline;
} 

a.tourntitle:visited {
    color: #CC3300;
    text-decoration: underline;
} 

a.tourntitle:hover {
    color: #404040;
    text-decoration: underline;
} 

.formright {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}

.formleft {
	text-align: left;
	font-size: 12px;
}

.formtitle {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

li {
	text-align: left;
	line-height: 2.5em;
	margin-left: 50px;
	margin-right: 50px;
	list-style-image: url(/images/pawnbullet.gif);
}

a.red:link {color: #FF0000}     /* unvisited link */
a.red:visited {color: #FF0000}  /* visited link */
a.red:hover {color: #FFC800; background-color: #FF0000}   /* mouse over link */
a.red:active {color: #FFFFFF; background-color: #FF0000}   /* selected link */

.small {
	font-size: 9px;
	font-weight: normal;
}

.navcontainer {
	margin: 1px 0 0 30px;
	padding: 0;
	height: 20px;
}

.navcontainer ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

.navcontainer ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

.navcontainer ul li a {
	background: #F5F5F5;
	width: 110px;
	height: 18px;
	border-top: 1px solid #2C3865;
	border-left: 1px solid #2C3865;
	border-bottom: 1px solid #2C3865;
	border-right: 1px solid #2C3865;
	padding: 0;
	margin: 0 0px 10px 0;
	color: #576AB7;
	text-decoration: none;
	display: block;
	text-align: center;
	font: normal 10px/18px arial, verdana, sans-serif;
}

.navcontainer ul li a:hover {
	color: #fff;
	background: #2C3865;
	text-decoration: none;
}

.navcontainer a:active {
	background: #2C3865;
	color: #fff;
}

.navcontainer li#active a {
	background: #2C3865;
	border: 1px solid #2C3865;
	color: #fff;
}

a.red:link,a.red:active,a.red:visited { color: red; }
a.red:hover		{ text-decoration: underline; color: #E02000; }
.red { color: red;}

.sm {
font-size: 9px;
font-weight: normal;
}

.sm2 {
font-size: 9px;
font-weight: normal;
padding-left: 25px;
padding-right: 25px;
text-align: left;
}


.smright {
font-size: 9px;
font-weight: normal;
text-align: right;
}

.smleft {
font-size: 9px;
font-weight: normal;
text-align: left;
}


.medleft {
font-size: 10px;
font-weight: normal;
text-align: left;
}

.medleft a:link, .medleft a:visited {
font-size: 10px;
font-weight: normal;
text-align: left;
text-decoration: none;
}

.med {
font-size: 10px;
font-weight: normal;
}

.medbold {
font-size: 10px;
font-weight: normal;
font-weight: bold;
}

.pagelink {
	background: #F1F1F1;
	border: 1px solid #072A66;
	padding: 1px 3px 1px 3px;
	margin: 1px;
}
.pagecurrent{
	background: #2C3866;
	border: 1px solid #072A66;
	padding: 1px 3px 1px 3px;
	margin: 1px;
	color: #FFFFFF;
}
.pagelink a:active,
.pagelink a:visited,
.pagelink a:link,
.pagecurrent a:active,
.pagecurrent a:visited,
.pagecurrent a:link
{
	text-decoration: none;
	font-size: 11px;
}


/* calendar */

.calendar {
	border: 1px solid #000000; 
	border-collapse: collapse; 
	color: #000000; 
	background: none; 
}

.today { 
	border: 1px solid #434470; 
	color: #df0023; 
	background: #e1e1e1; 
	font-weight: bold;
}

.days {
	border: 1px solid #434470; 
	color: #000000; 
	background: #e1e1e1; 
}

.nonmonthdays { 
	border: 1px solid #434470; 
	color: #000000; 
	background: none;
} 

form {
	margin: 0px 0px 0px 0px;
	}
	
.tournGroup {
	text-align: left;
	padding-left: 30px;
	font-weight: bold;
}

.teamtable {
	border: 1px solid #94AACE;
	padding: 10px; 
	width: 475px;
	text-align: left;
	margin: 0 auto;
}

.teamtable td {
padding: 10px 4px 10px 2px;
}

/* navbar */

#navbar {
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color: transparent;
margin: auto;
text-align: center;
}

#navbar ul {
list-style: none;
margin: 0 35px;
padding: 0;
}

#navbar li {
display: inline;
margin: 0;
padding: 0px;
float: left;
}

#navbar a:link, #navbar a:visited {
margin: 0px;
padding: 5px 5px;
color: #576AB7;
background-color: #F5F5F5;
text-decoration: none;
border-top: 1px solid #ebebeb;
border-left: 1px solid #ebebeb;
border-bottom: 1px solid #28343c;
border-right: 1px solid #28343c;
width: auto;
}

#navbar a:hover {
background-color: #2C3865;
color: #fff;
text-decoration: none;
border-top: 1px solid #28343c;
border-left: 1px solid #28343c;
border-bottom: 1px solid #ebebeb;
border-right: 1px solid #ebebeb;
}

.clear {
clear: both;
}

.marginbottom {
	margin-bottom: 4em;
}

.leagueteam ul {
	list-style-type: disc;
	padding: 0;
	margin-left: 0;
	font-weight: bold;
	list-style-image: none;
}

.leagueteam li {
	list-style-type: disc;
	padding: 0;
	margin-left: 0;
	font-weight: bold;
	list-style-image: none;
	line-height: normal;
}