/* structure overrides */
#left {
}

/* hyperlinks */
A:active, A:link, A:visited {
	text-decoration: underline; 
	/*color: #D30000;*/
	color: #D30000;
}

/* menu */
#bar {
	width: 750px;
	height: 20px;
	/*background-color: #D30000;*/
	background-color: #D30000;
}

#menu {
	color: #000;
}

#menu li:hover {
	/*background-color: #D30000;*/
	background-color: #D30000;
}

#menu a {
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	/*color: white;*/
	color: white;
	padding: 4px 7px 5px;
}

#menu a:hover {
	color: #404040;
}

#menu li:hover>a {
	color: #404040;
}

.a.disabled {
	cursor: default;
}

#menu li ul {
	color: #000;
	/*background-color: #D30000;*/
	background-color: #D30000;
	border-left: 1px solid #404040;
	border-right: 1px solid #404040;
	border-bottom: 1px solid #404040;
	width: 130px;
}

#menu li ul a {
	text-align: left;
}

#menu li li.submenu {
	background-image: url( '../images/menu_arrow.gif' );
	background-repeat: no-repeat;
	background-position: right;
}

/* submenu */
#sidemenu li a:link, #sidemenu li a:visited {
	/*color: #c00000;*/
	color: #D30000;
	display: block;
}
	
#sidemenu li a:hover, #sidemenu li a:active {
	color: black;
}

/* headings */
h1 {
	/*color: #c00000;*/
	color: #D30000;
	font-size: 18px;
	font-weight: bold;
}

h2 {
	font-weight: bold;
	font-size: 14px;
	/*color: #c00000;*/
	color: #D30000;

	padding: 2px 0 2px 0;
	margin: 0;
}

h3 {
	font-weight: bold;
	font-size: 14px;
	/*color: #c00000;*/
	color: #D30000;

	padding: 2px 0 8px 8px;
	margin: 0;
	text-transform: uppercase;
}

h2.block {
	font-weight: bold;
	font-size: 14px;
	/*color: white;
	background: #D30000;*/
	color: white;
	background: #D30000;

	padding: 2px 0 2px 5px;
	margin: 0;
}

table.block {
	background: #f2f2f2;
	margin: 0 0 10px 0;
}

img.block
{
	padding: 5px 0 5px 5px;
}

/* text area */
p {
	font-weight: normal;
	font-size: 12px;
	color: #000000;

	padding: 2px 5px 2px 0;
	margin: 1px 0 10px 0;
}

#search .button {
	border: 1px solid black;
	/*background: #D30000;
	color: white;*/
	background: #D30000;
	color: white;
	text-transform: uppercase;
	height: 20px;
	width: 25px;
	font-weight: bold;
	font-size: 10px;
}

.pollTitle {
	/*background: #D30000;*/
	background: #D30000;
	padding: 4px; 2px; 4px; 5px;
	/*color: white;*/
	color: white;
}

.pollContent {
	/*background: #E7CFCE;*/
	background: #E7CFCE;
	padding: 2px 2px 0px 4px;
}

.poll
{
	padding: 10px 0 0 8px;
	width: 125px;
}

.pollSubmit
{
	border: 1px solid black;
	/*background-color: #D30000;*/
	background-color: #D30000;
	/*color: white;*/
	color: white;
	font-weight: bold;
	margin-bottom: 4px;
}

/*
.sponsorCricket, .sponsorVoetbal {
	visibility: hidden;
	overflow: hidden;
	width: 0px;
	height: 0px;
}
*/