/* replace background color */
html, body {
	background:#111111 url("./images/bg.jpg") no-repeat top center;
}

.top-left, .top-right, .bottom-left, .bottom-right {
	background-image: url("./images/rounded.gif");
	height: 20px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
}
.top-left, .bottom-left {
	margin-right: 20px; /* CHANGE: replace by the width of one of your corners */
}
.top-right, .bottom-right {
	margin-left: 20px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -20px;  /* CHANGE: replace by the height of one of your corners */
}
.top-right {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
}
.bottom-left  {
	background-position: 0 -20px;    /* CHANGE: replace second number by negative height of one of your corners */
}
.bottom-right {
	background-position: 100% -20px; /* CHANGE: replace second number by negative height of one of your corners */
}
.inside {
	border-left: 1px solid #111111; /* YCC: color & properties of the left-borderline */
	border-right: 1px solid #111111;/* YCC: color & properties of the right-borderline */
	background: #1a1a1a;            /* YCC: background-color of the inside */	
	color: #c2c2c2;                 /* YCC: default text-color of the inside */
	padding-left: 0px;             /* YCC: all texts at some distance of the left border */
	padding-right: 0px;
	padding-top: 2px;             /* YCC: all texts at some distance of the right border */
}
.notopgap    { margin-top: 0; }    /* DNC: to avoid splitting of the box */
.nobottomgap { margin-bottom: 0; } /* DNC: to avoid splitting of the box */

.outside {
	margin: 0 auto;
	width : 940px;
	padding: 10px;
}




.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	}
.menu ul{
	background:#22262A;
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		padding:0px;
		}
	.menu li a{
		background:#22262A;
		color:#cccccc;
		display:block;
		font-weight:normal;
		line-height:35px;
		margin:0px;
		padding:0px 25px;
		text-align:center;
		text-decoration:none;
		outline: none;
		}
		.menu li a:hover, .menu ul li:hover a{
			background: #841A1A;
			color:#c3c3c3;
			text-decoration:none;
			outline: none;
			}
	.menu li ul{
		background:#333333;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
	.menu li:hover li a{
		background:none;
		outline: none;
		}
	.menu li ul a{
		display:block;
		height:35px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		outline: none;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background:#841A1A;
			border:0px;
			color:#c3c3c3;
			text-decoration:none;
			outline: none;
			}
	.menu p{
		clear:left;
		}
		
		
		

#box-table-a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 1.3em;
	margin: 10px;
	width: 99%;
	text-align: left;
	border-collapse: collapse;
}

#box-table-a th {
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	padding: .6em 0em .6em .3em;
	background: #1A1A1A;
	border-top: 4px solid #841A1A;
	border-bottom: 1px solid #fff;
	color: #CDCDCD;
}

#box-table-a td {
	padding: .5em;
	color: #CDCDCD;
	border-top: 1px solid;
}

td.points {
	text-align: center;
}

td.total_points {
	background: #841A1A;
	text-align: center;	
}

#box-table-a tr:hover td {
	background: #841A1A;
	color: #CDCDCD;
}
