body {font-family: Arial, sans-serif;	font-size: 1.0em; } 

/* ----- PAGE ----- */

div.wecmainpage {	max-width: 1200px;	margin: auto; }

table.wecpagehdrtable { width: 100%; }

td.wecpagehdrcelllogo {	text-align: center; }

td.wecpagehdrcellleft {
	color: #337ab7;
	font-size: 1.1em;
	padding-right: 10px;
}

td.wecpagelogocellleft {
	width: 33%;
}

td.wecpagelogocellmiddle {
	width: 33%;
}

td.wecpagelogocellright {
	width: 33%;
	font-size: 1.1em;
	text-align: right;
}

td.wecpagehdrcellleft {
	color: #337ab7;
	font-size: 1.1em;
	padding-right: 10px;
}

table.wecpagesubhdrtable { width: 100%; }

td.wecpagesubheaderleft {
	color: #000000;
	font-size: 1.2em;
}

td.wecpagesubheaderright {
	text-align: right;
	font-size: 1.0em;
}

footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #A0C0E0;
	text-align: center;
	z-index: -1;
}


a.wecdetaillink:link { text-decoration: none; color: #000000; }
a.wecdetaillink:visited { text-decoration: none; color: #000000; }
a.wecdetaillink:hover { text-decoration: underline; color: #000000; }

a.wecpagelink { padding-right: 10px; }
a.wecpagelink:link { text-decoration: none; color: #337ab7; }
a.wecpagelink:visited { text-decoration: none; color: #337ab7; }
a.wecpagelink:hover { text-decoration: underline; color: #337ab7; }

a.wecedmlink:link { text-decoration: none; color: #FF4000; }
a.wecedmlink:visited { text-decoration: none; color: #FF4000; }
a.wecedmlink:hover { text-decoration: underline; color: #FF4000; }

a.wecfiledownload:link { text-decoration: none; color: #337ab7; }
a.wecfiledownload:visited { text-decoration: none; color: #337ab7; }
a.wecfiledownload:hover { text-decoration: underline; color: #337ab7; }

span.weccurrent {	text-decoration: underline; padding-right: 10px; }

th { padding: 5px; }
td { vertical-align: top; padding: 5px; }

/* ----- pagina inhoud ----- */

th.wecsortheader { text-decoration: none; color: #337ab7; text-align: left; vertical-align: top;}

td.wecfilterheader { border: 1px solid; text-decoration: none; color: #000000; text-align: left; vertical-align: top; font-size: 0.9em; padding: 2px;  }
span.wecfilteractive { color: #FF4000; }

tr.wechdrrow { height: 25px; text-align: left; color: #337ab7; background-color: #F0F0F0}
tr.wecdatarow { height: 25px; }
td.wecprompttd { color: #337ab7;}

p.wecerrormsg { color: #FF8080; font-weight: bold; }

p.wecinfotext { color: #000000; }

table.wechours { border-spacing: 5px; }
td.wechourdisplay { border: 1px solid black;  }

textarea.wecmemoinput {font-family: Arial, sans-serif;	font-size: 0.9em;}

p.wecmsgtitle { color: #337ab7; font-weight: bold; }
p.wecmsgintro { }
p.wecmsgcontent { font-size: 0.9em; }


/* ----- TEGELS ----- */

div.wectile {
	width: 235px;
	height: 60px;
	border-radius: 7px;
	color: #337ab7;
	background: #dcdcdc;
	margin: 10px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	padding-top: 30px;
}

div.wectile:hover {
	color: #dcdcdc;
	background: #337ab7;
	text-align: center;
}

div.wecactiontile {
	width: 235px;
	height: 60px;
	border-radius: 7px;
	color: #dcdcdc;
	background: #337ab7;
	margin: 10px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	padding-top: 30px;
}

div.wecactiontile:hover {
	color: #337ab7;
	background: #dcdcdc;
	text-align: center;
}

span.wectiletext {
	font-weight: bold;
	font-size: 1.2em;
}


/* ----- TAB CONTROL ----- */

span.wectabheader    {
	display: table-cell;
	margin-top: 5px;
	border-color: #000000;
	border-width: 1px;
	border-radius: 6px 6px 0px 0px;
	display: inline-block;
	height: 22px;
	padding-left:6px;
	padding-right:6px;
	padding-top: 4px;
	vertical-align: middle;
	border-style: solid; }

span.wectabheader.nosel   {
	background-color: #C0C0C0;
}

span.wectabheader.sel   {
	background-color: #F0F0F0;
	border-bottom-color: #F0F0F0 
}

span.weccanvas {
	background-color: #F0F0F0;
	display: block;
}

/* ----- BUTTONS ----- */

.weccommandbutton {
	color: #337ab7;
	background-color: #dcdcdc;
	border: none;
	border-radius: 4px;
	padding: 6px 20px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	margin: 5px;
	cursor: pointer;
	display: inline-block;
}

.weccommandbutton:hover {
	color: #dcdcdc;
	background-color: #337ab7;
}

.weccharbutton {
	color: #337ab7;
	background-color: #dcdcdc;
	border: none;
	border-radius: 4px;
	padding: 0px 10px;
	text-align: center;
	text-decoration: none;
	font-size: 24px;
	margin: 5px;
	cursor: pointer;
	display: inline-block;
}

.weccharbutton:hover {
	color: #dcdcdc;
	background-color: #337ab7;
}

.weccharbuttondis {
	color: #F0F0F0;
	background-color: #dcdcdc;
	border: none;
	border-radius: 4px;
	padding: 0px 10px;
	text-align: center;
	text-decoration: none;
	font-size: 24px;
	margin: 5px;
/*	cursor: pointer;*/
	display: inline-block;
}

.weccommandspan {
	cursor: pointer;
	vertical-align: top;
}
