/** --- countdown script --- */
.lcdstyle{ /*Example CSS to create LCD countdown look*/
background-color:black;
color:#ffcc00;
font: bold 18px MS Sans Serif;
padding: 3px;
}

.lcdstyle sup{ /*Example CSS to create LCD countdown look*/
font-size: 80%
}

/** --- header menus --- */

#header_rodajc {
	width:auto;
	height:100px;
	z-index:0;
}

#crumbpath {
	display:inline;
	float:left;
	width:50%;
	height:17px;
	font-size:10px;
	color:#999;
	padding-left:40px;
}

#visitors {
	text-align:right;
	display:inline;
	float:right;
	width:40%;
	height:17px;
	font-size:10px;
	color:#999;
	padding-right:28px;
}

#quickmenu {
	width:auto;
	height:30px;
	/*background-image:url("/images/bg_quickmenu_home.jpg");*/
	background-position:top center;
	background-repeat:no-repeat;
	padding-left:40px;
	margin-left:5px;
}

#iconLogin {
	width:18px;
	height:23px;
	background-image:url("/images/iconLogin.png");
	background-repeat:no-repeat;
	float:left;
	cursor:pointer;
}

#iconLogout {
	width:18px;
	height:23px;
	background-image:url("/images/iconLogin_open.png");
	background-repeat:no-repeat;
	float:left;
	cursor:pointer;
}

.qm_active {
	color:#666;
	font-weight:bold;
	font-size:11px;
	padding-top:3px;
	padding-left:7px;
}

.qm_active a {
	color:#666;
	text-decoration:none;
}

.qm_inactive {
	color:#cc9900;
	font-weight:bold;
	font-size:11px;
	padding-top:3px;
	padding-left:7px;
}

.qm_inactive a {
	color:#cc9900;
	text-decoration:none;
}

#headerfader {
	height:73px; 
	width:555px; 
	position:absolute;
	right:0px; 
	top:80px;
}

#header_quickmenu {
	position:absolute;
	top:80px;
	right:0px;
	margin-right:-1px;
	height:17px;
	z-index:100; 
}

#header_quickmenu_left {
	float:left; 
	background-image:url('/images/quickmenu_bg_left.gif'); 
	width:7px; 
	height:17px;
	z-index:101;
}

#header_quickmenu_text {
	padding-left:10px;
	padding-right:20px;
	height:17px;
	background-image:url('/images/quickmenu_bg.gif');
	font-size:10px;
	line-height:16px;
	float:left;
	z-index:101;
}

#header_quickmenu_text a {
	color:#fff;
	text-decoration:none;
}

div#quickmenuSearch {
	width:178px; 
	float:right; 
	margin-top:5px; 
	margin-right:40px; 
	position:relative;
	display:none;
}

div#quickmenuSearch div.qmSearchTextWrapper {
	position:absolute; 
	top:0px; 
	left:0px;
}

div#quickmenuSearch input.qmSearchText {
	width:120px;
	height:15px; 
	padding:0px; 
	border:1px solid #453504; 
	font-size:11px;
	background-image:url("/images/home_searchBG.png");
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#fff;
}

div#quickmenuSearch input.qmSearchBtn {
	width:56px;
	height:17px;
	border:none;
	background-image:url("/images/home_searchBtn.png");
	cursor:pointer;
}

div#quickmenuSearch div.qmSearchBtnWrapper {
	position:absolute; 
	top:0px; 
	left:122px;
}
/* --- // --- */

/** --- header sponsoren --- */

#logos_businesspartners {
	float:left;
	vertical-align:top;
}

#title_businesspartners {
	width:117px;
	text-align:right;
	float:left;
}

#logo_hoofdsponsor{
	width:331px;
	float:left;
}

#title_hoofdsponsor {
	width:112px;
	height:54px;
	text-align:right;
	float:left;
}

#header_sponsoren {
	width:auto;
	height:54px;
}

/* --- // --- */

/* --- basis elementen --- */
html {
	overflow:auto;
}

#colB {
	text-align:center;
	width:640px;
}

page_title {

}

h1 {
	margin:0px;
	margin-bottom:10px;
	padding:0px;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#dcb443;
}

h2 {
  font-size:14px;
  font-weight:bold;
  color:#CC3333;
  border-bottom:1px solid #FFFFFF;
  margin-bottom:10px;
}

h3 {
	margin:0px;
	margin-bottom:10px;
	padding:0px;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#dcb443;
}

#page {
  width: 985px; 
	/*width:987px;*/
  position: relative; 
  padding:0px 0px 0px 0px;
  margin: 0 auto;
  text-align:left;
}

a {
	color:#000;
	text-decoration:underline;
}

body {
  font-family: Verdana, Arial;
  font-size: 11px;
  line-height:20px;
  font-style : normal;
  font-weight : normal;
  color: #000;
	background-image:URL("/images/bg_rodajc_nl_home_2.jpg");
	background-position:top center;
	background-repeat:no-repeat;
  background-color: #fff;
  text-align:center;
}

html, body {
  margin: 0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
}
/* --- // --- */

/* dropdown menu */
#dropmenudiv{
position:absolute;
margin-top:3px;
margin-left:-8px;
padding-left:10px;
border:none;
border-bottom-width: 0;
font-size:12px;
line-height:22px;
text-align:left;
font-variant:small-caps;
z-index:1000;
}

#dropmenudiv a{
width: 100%;
display: block;
border-bottom: 1px solid #666;
padding: 1px 0px 0px 0px;
text-decoration: none;
color: #fff;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
color: #ffcc00;
}

#mainmenu {
	height:28px;
	padding:0px;
	margin:0px;
}

#mainmenu a{
	color:#fff;
	text-decoration:none;
}

#mainmenu a:hover{
	color:#ffcc00;
	text-decoration:none;
}

.itemcontainer {
	height:27px;
	padding:0px;
	margin-top:1px;
	margin-left:1px;
	margin-right:0px;
	margin-bottom:0px;
	float:left;
}

.mainmenuitem {
	height:26px;
	border-top:1px solid #999;
	padding-left:7px;
	padding-right:7px;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	font-variant:small-caps;
	float:left;
}

.mainmenuitemSide {
	height:27px;
	float:left;
	margin:0px;
	padding:0px;
	width:1px;
	background-image:url(/images/bg_mainmenuitemside.gif);
	background-position:top center;
	background-repeat:no-repeat;
}
/* --- // --- */

div#content {
	margin-top:12px;
	width:985px;
}

div#content div#contentTop {
	background-image:url("/images/bg_content_top_home.gif");
	background-position:top center;
	background-repeat:no-repeat;
	height:20px;
}

div#content div#contentMid {
	background-image:url("/images/bg_content_home.gif");
	background-position:top center;
	background-repeat:repeat-y;
	padding-left:20px;
	padding-right:20px;
	width:945px;
}

div#content div#contentMid div#contentMidLeft {
	width:625px;
	overflow:hidden;
	float:left;
}

div#content div#contentMid div#contentMidLeft div.articleA {
	margin-bottom:35px;
}

div#content div#contentMid div#contentMidLeft div.tableHeader {
	width:586px;
	height:27px;
	padding-left:12px;
	line-height:26px;
	background-image:url("/images/tableHeaderBG.png");
	background-position:top left;
	background-repeat:no-repeat;
	color: #f6ce00;
	font-size: 12px;
	font-style:italic;
	font-weight: bolder;
}

div#content div#contentMid div#contentRightWrapper {
	float:left;
	width:302px;
}

div#content div#contentMid div#contentMidRight {
	width:300px;
	margin-left:15px;
	margin-bottom:10px;
	border:1px solid #000;
	background-color:#e5e5e5;
}

div#content div#contentMid div#contentMidRight div.articleB {
	margin-top:10px;
}

div.articleC {
	margin:20px 20px 0px 20px;
}

div#content div#contentMid div#contentMidRight div#articleDEWrapper {
	margin-left:8px;
	margin-right:8px;
	margin-bottom:10px;
}

div#content div#contentMid div#contentMidRight div#articleDEWrapper div#articleDWrapper {
	float:left;
	width:50%;
}

div#content div#contentMid div#contentMidRight div#articleDEWrapper div#articleDWrapper div.articleD {
	margin-bottom:10px;
}

div#content div#contentMid div#contentMidRight div#articleDEWrapper div#articleEWrapper {
	float:left;
	width:50%;
}

div#content div#contentMid div#contentMidRight div#articleDEWrapper div#articleEWrapper div.articleE {
	margin-bottom:10px;
}

span.articleTitle {
	font-weight:bold;
	color:#dcb443;
}

div#content div#contentBottom {
	height:18px;
	background-image:url("/images/bg_content_bottom_home.gif");
	background-position:bottom center;
	background-repeat:no-repeat;
}

/*---------------------------------------
					Flash Nieuws Homepage
---------------------------------------*/
div#flashNews {
	width:625px;
	height:402px;
	margin-bottom:20px;
	position:relative;
	z-index:1;
}

div#flashNewsContainer {
	position:relative;
	z-index:1;
}

object#myId {
	z-index:1;
}

/*---------------------------------------
					Roda JC TV Homepage
---------------------------------------*/
div#rodaTVPlayer {
	width:283px;
	height:145px;
}

/*---------------------------------------
						Nieuws Homepage
---------------------------------------*/
div#newsFront {
	/*padding-left:15px;*/
	position:relative;
}

div#newsFront h3 {
	margin:0px;
	margin-bottom:10px;
	padding:0px;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#dcb443;
}

div#newsFront div#newsFrontRSSBtn {
	position:absolute;
	top:6px;
	right:39px;
	width:28px;
	height:13px;
}

div#newsFront div#newsFrontRSSBtn a img {
	border:none;
}

div#newsFront ul#newsList {
	margin:0px;
	padding:0px;
	list-style:none;
}

div#newsFront ul#newsList li {
	margin:0px;
	padding:0px;
	line-height:18px;
}

div#newsFront ul#newsList li span.newsDate {
	margin-right:12px;
}

div#newsFront ul#newsList li a {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

div#newsFront ul#newsList li a:hover {
	text-decoration:underline;
}

/*---------------------------------------
						Nieuws RSS Trots Homepage
---------------------------------------*/
ul#rssTrots {
	margin:0px;
	padding:0px;
	list-style:none;
}

ul#rssTrots li {
	margin:0px;
	padding:0px;
	line-height:18px;
}

ul#rssTrotst li span.newsDate {
	margin-right:12px;
}

ul#rssTrots li a {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

ul#rssTrots li a:hover {
	text-decoration:underline;
}

/*---------------------------------------
						Nieuws RSS Trots Foto
---------------------------------------*/
ul#rssTrotsFoto {
	margin:0px;
	padding:0px;
	list-style:none;
}

ul#rssTrotsFoto li {
	margin:0px;
	padding:0px;
	line-height:18px;
}

ul#rssTrotstFoto li span.newsDate {
	margin-right:12px;
}

ul#rssTrotsFoto li a {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

ul#rssTrotsFoto li a:hover {
	text-decoration:underline;
}

/*---------------------------------------
						Nieuws Module
---------------------------------------*/

div.newsMessage {
	min-height:250px;
}

div.newsMessage h1 {
	margin-bottom:20px;
}

div.newsMessage img.newsMessage_picture {
	border:1px solid #fdcc06;
	margin-right:10px;
}

div.newsMessage span.newsIntro {
	font-style:italic;
}

div.newsMessage span.newsSource {
	font-style:italic;
	color:#666;
}
div.newsMessage span.newsDate {
	color:#666;
}

div.newsMessageFooter {
	position:relative;
	margin-top:10px;
	margin-bottom:50px;
	border-top:1px solid #e5e5e5;
}

div.newsMessageFooter a {
	color:#666;
}

div.newsMessageFooter span.newsBackToHome {
	padding-right:10px;
	border-right:1px solid #fdcc06;
}

div.newsMessageFooter span.newsOverzicht {
	margin-left:10px;
	padding-right:10px;
	border-right:1px solid #fdcc06;
}

div.newsMessageFooter span.newsReacties {
	margin-left:10px;
	margin-right:10px;
}

/*---------------------------------------
						Ranglijst Homepage
---------------------------------------*/

div.ranglijst_container {
	border:1px solid #fdcc06;
}

td.ranglijst_lijst_header {
	background-color:#9e9e9e;
	font-weight:bold;
}

td.ranglijst_lijst_roda {
	background-color:#fdcc06;
	color:#000;
	font-weight:bold;
}

/*---------------------------------------
							Selectie Tabel
---------------------------------------*/

div.selectie_container {
	border:1px solid #fdcc06;
}

td.standHeader {
	background-color:#9e9e9e;
	font-weight:bold;
}

td.standEven {
	background-color:#e5e5e5;
}

/*---------------------------------------
						Wedstrijden Tabel
---------------------------------------*/

div.wedstrijden_container {
	border:1px solid #fdcc06;
}

td.ranglijst_lijst_header {
	background-color:#9e9e9e;
	font-weight:bold;
}

td.ranglijst_lijst_roda {
	background-color:#fdcc06;
	color:#000;
	font-weight:bold;
}

div#wedstrijd_container {
	border:1px solid #fdcc06;
	z-index:1;
}

div#wedstrijden_tabs {
	height:25px;
	border-left:1px solid #fdcc06;
	position:relative;
	z-index:70;
}

div.wedstrijden_tab {
	float:left;
	position:relative;
	height:24px;
	line-height:24px;
	padding-left:10px;
	padding-right:10px;
	border-top:1px solid #fdcc06;
	border-right:1px solid #fdcc06;
	background-color:#9e9e9e;
	z-index:71;
}

div.wedstrijden_tab.activeTab {
	border-bottom:1px solid #9e9e9e;
}

td.standOdd {
	background-color:#e5e5e5;
}

/*---------------------------------------
			Gallery - ook bij wedstrijden
---------------------------------------*/

.galImg {
	width:120px; 
	height:121px; 
	border:1px solid #e5e5e5; 
	display:table-cell; 
	background-color:#fff; 
	overflow:hidden; 
	margin-bottom:15px; 
	padding:0px; 
	vertical-align:middle;
}

.galImg:hover{
	border:1px solid #9e9e9e; 
}

/*---------------------------------------
				Voorbeschouwing Flash
---------------------------------------*/

div#flashVoorbeschouwing {
	width:292px;
	height:146px;
	margin-top:4px;
	margin-bottom:4px;
	margin-left:auto;
	margin-right:auto;
}

div#flashVoorbeschouwingContainer {
	width:292px;
	height:146px;
}

/*---------------------------------------
				Messageboard
---------------------------------------*/

table#table_messageboard td.ranglijst_lijst_even {
	/*background-color:#fff;*/
}

table#table_messageboard td.ranglijst_lijst_odd {
	background-color:#e5e5e5;
}

/*---------------------------------------
								Clearfix
---------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}