/* Beheer hier de eigenschappen van de content */
@import url(StylesIncContent.css);

/* Beheer hier de eigenschappen van de formulier objecten  */
@import url(StylesIncFormulieren.css);

/* MasterpageLayout
----------------------------------------------------------*/
html, body, #positionContainer
{
	height: 100%;
	margin: 0 0 0 0px;
}

form input.btn
{
	color: #FFF;	
	border-right: #FFF 1px solid;
	border-left: #FFF 1px solid;
	border-bottom: #FFF 1px solid;
	border-top: #FFF 1px solid;
	background-color: #000;
	width: 100px;
	cursor: pointer;
}

input[type="submit"] 
{
	cursor: pointer;
}


.clear
{
	clear: both;
}


.popup
{
	background-color: #000;
	padding: 10px;
}

.modalCover
{
	background-color: #FFF;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	opacity: 0.6;
	z-index: 100;
	left: 0px;
	position: absolute;
	top: 0px;
}
.modalForm
{
	border-right: #FFFFFF 1px solid;
	border-top: #FFFFFF 1px solid;
	z-index: 101;
	filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color=#BBBBBB, Positive=    'true' );
	border-left: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	position: absolute;
	top: 50%;
	left: 50%; /*margin-top: -81px; half of the height plus a little to the top*/
	background-color: #000000;
}

body
{
	height: 100%;
	margin: 0 0 0 0px;
	padding: 0;
	font-family: Arial;
	font-size: 14px;
	color: #FFF;
	background-color: #000;
}

h3
{
	margin: 0 0 5px 0;
}

h4
{
	font-size: 12px;
	margin: 15px 0 5px 0;
}

p
{
	margin: 0 0 10px 0;
}

ul
{
	margin-top: 0px;
}

#positionContainer
{
	width: 966px;
	position: absolute;
	left: 50%;
	height: 100%;
	margin-left: -483px;
}

#mainContainer
{
	margin: 0 0 0 0;
	border: solid 1px Black;
	padding-bottom: 100px;
}

#headerContainer
{
	width: 100%;
	border-bottom: solid 1px White;	
}

#menuContainer
{
	position: absolute;
	padding-left: 5px;
	top: 40px;
	border-bottom: solid 1px #FFF;
	width: 960px;
}

#linksContainer
{
	position: absolute;
	width: 200px;
	background-color: #000;
}

#contentContainer
{
	padding-top: 30px;
	width: 625px;
	padding-left: 250px;
}

#footerContainer
{
	height: 23px;
	padding: 5px 0 0 0;
	margin: 80px 0 0 0;
	width: 966;
	border-top: solid 1px White;
	text-align: center;
}

#loginArea
{
	background-color: #ccffff;
	border-top: solid 1px Black;
	border-left: solid 1px Black;
	border-right: solid 1px Black;
	border-bottom: solid 1px Black;
}

.headerText
{
	font-size: 16px;
}

.selectieHeader
{
	font-size: 16px;
	padding-left: 10px;
	font-weight: bold;
}

#subEntities
{
}

#subEntities a
{
	color: Black !important;
	text-decoration: underline !important;

}
#subEntities a:hover
{
	color: #02C3F4 !important;
	text-decoration: underline !important;
}

/* SelectieMenu
----------------------------------------------------------*/

.selectieMenuItem, .selectieMenuItemSelected
{
	height: 28px;
	width: 200px;
	padding-left: 10px;
	border-bottom: solid 1px White;
}

.selectieMenuItemSelected
{
	background-color: #E2E2E2;
	color: #000000;
	padding-left: 10px;
	width: 200px;
}

/* table cell styles
------------------------------------------------------------*/

.tableHeaderCell
{
	
	background-color: #E2E2E2;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	width: 75px;
}

/*aanpassing Marc (RN) ivm "aangemeld"-cel*/
.tableHeaderCell2
{
	
	background-color: #E2E2E2;
	color: #E2E2E2;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	width: 75px;
}

.tableCellStyle
{
	color: #000000;
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	background-color: #FFFFFF;
	width: 75px;
}

/*aanpassing Marc (RN) ivm "aangemeld"-cel*/
.tableCellStyle2
{
	color: #000000;
	text-align: left;
	font-weight: normal;
	font-size: 14px;
	background-color: #FFFFFF;
	width: 75px;
}

.tableCellStyle a, .tableCellStyle a:hover
{
	color: #000000;
	text-decoration: underline;
}


.tableCellCenterStyle
{
	color: #000000;
	text-align: center;
	font-weight: normal;
	background-color: #FFFFFF;
	width: 75px;
}


/* -----------*/


