/*Mijnclub Plugin style:*/
div.opties {
	margin-bottom: 10px;
}

table.standeerste {
	width:100% ;
}

table.standeerste thead th {
	padding: 0px 2px;
	background: lightgray;
}

table.standeerste tbody tr td {
	padding: 0px 2px;
}

h4.datum {
	color: black;
	font-style: italic;
}

tr.eersteteam td:nth-child(2) {
	font-weight: 900;
	font-style:italic;
}

div#tabs.ui-tabs ul.ui-tabs-nav li.ui-state-default a {
	padding: 0.5em;
}

th.daghead {
	color: #666666;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2.6em;
    text-transform: uppercase;
}

.uitslagentable td {padding:1px;}

.mnclbsubmit {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    margin: 5px 0;
    padding: 0;
}

div.opties select.optiesselect {padding:7px;width:200px;}

div.opties label.optieslabel {float: left;width: 60px;}
label.optiesperiodelabel {float: left; margin-top: 8px; margin-right: 10px;}
select.optiesperiodeselect {width: 150px; margin-bottom: 5px; padding: 7px;}

div.afgelast {color: White; font-weight: bold; text-align: center; background: Red;}
span.afgelast {color: White; font-weight: bold; text-align: center; background: Red;}

select.teamlist {width:200px; padding: 7px;}

/*backend style*/
li#toplevel_page_mijnclub-opties div.wp-menu-image a img {opacity: 1;}

table.widget-statistieken, table.widget-statistieken td  {border: 1px solid #000;border-collapse:collapse;}
table.widget-statistieken td {padding:5px;}
table.widget-statistieken thead tr td {font-weight:bold;}
table.widget-statistieken tfoot tr td.small {font-size:70%;}


/* Following is copied and stripped from the mijnclub template.css
@ http://www.mijnclub.nu/templates/mijnclub/css/template.css*/
/* COMMON STYLE
--------------------------------------------------------- */
/*From Inline css*/
#teamfoto {
	float: right; 
	margin-right: 10px; 
	margin-left: 10px; 
	margin-bottom: 10px;
}


body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em 2em;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #333;
}

th.datumhead {
    color: #666666;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2.6em;
    text-transform: uppercase;
}

tr.headrow {
	background-color: #eeeeee;
}

/* Small text */
small, .small, .smalldark, .mosimage_caption, .createby, .createdate, .modifydate, a.readon, .img_caption {
	color: #666666;
	font-size: 92%;
}


/* content tables */
td.sectiontableheader {
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
	float: right;
}

table.contenttoc a {
	text-decoration: none;
}

table.contenttoc td {
	padding: 1px 5px 1px 25px;
	/*background: url(../images/bullet-list.gif) no-repeat 5% 50%;*/
}

table.contenttoc th {
	padding: 0 0 3PX;
	border-bottom: 1px solid #CCCCCC;
	text-indent: 5px;
}

h1.componentheading, .componentheading {
	padding: 5px 0 15px;
	margin: 0 0 10px;
	/*background: url(../images/hdot.gif) repeat-x bottom;*/
}

.componentheading {
	font-size: 200%;
	font-weight: bold;
}

.contentdescription {
	padding-bottom: 30px;
}

h2.contentheading, .contentheading {
	padding: 5px 0 8px;
	margin: 0;
	font-weight: normal;
}

.contentheading {
	font-size: 150%;
}


/* META
--------------------------------------------------------- */
.article-tools {
	border-top: 1px solid #DDDDDD;
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 15px;
	display: block;
	background: #ECECEC;
}

.article-meta {
	padding: 5px;
	width: 80%;
	float: left;
}

.createby {
	padding: 3px 3px 3px 20px;
	/*background: url(../images/icon-user.gif) no-repeat 0 2px;*/
}

.createdate {
	padding: 3px 3px 3px 20px;
	background: url(http://www.mijnclub.nu/templates/mijnclub/images/icon-date.gif) no-repeat 0 2px;
}

.modifydate {
	width: 100%;
	float: left;
}

div.buttonheading {
	float: right;
	width: 15%;
}

.buttonheading img {
	margin: 7px 5px 0 0;
	border: 0;
	float: right;
}

.dobuttons form{float:left;}