﻿/**************************************/
/*	General Page settings			  */
/**************************************/

body
{
	
}

/**************************************/
/*	End General Page settings    	  */
/**************************************/
/*****************************/
/*   Text Module             */
/*****************************/
.modText
{
	margin:2px;
}

.modTextTitle
{
}

.modTextContent
{
}
/*****************************/
/*   End Text Module         */
/*****************************/

/*****************************/
/*   CustomMenu Module       */
/*****************************/
.modCustomMenu
{
	margin:2px;
}

.modCustomMenuTitle
{
}

.modCustomMenuContent
{	
}

.modCustomMenuContent a
{	
	color:blue;
	text-decoration:none;
}

.modCustomMenuContent a:hover
{
	color:red;
}

.modCustomMenuContent a:visited
{
}


/*****************************/
/*   End CustomMenu Module   */
/*****************************/

/*****************************/
/*   Menu Module		     */
/*****************************/
.modMenu
{
	margin:2px;
}

.modMenuTitle
{
}

.modMenuContent
{
}
/*****************************/
/*   End Menu Module         */
/*****************************/
/*****************************/
/*   Doc Module 		     */
/*****************************/
.modDoc
{
	margin:2px;
}

.modDocTitle
{
}

.modDocContent
{
}

.modDocGridView
{
}

/*****************************/
/*   End Doc Module          */
/*****************************/
/*****************************/
/*   Logon Module 		     */
/*****************************/
.modLogon
{
	margin:2px;	
}

.modLogonTitle
{
}

.modLogonContent
{
	text-align:center;
}


/*****************************/
/*   End Logon Module        */
/*****************************/
/*****************************/
/*   Opleiding Module        */
/*****************************/
.modOpleiding
{
	margin:2px;
}

.modOpleidingTitle
{
}

.modOpleidingContent
{
}

.modOpleidingContent .FirstColumn
{
	background-color:Lightgrey;
	text-align		:right;
	font-weight		:bold;	
}

.modOpleidingContent .AlternatingColumn
{
	padding-left:20px;
	padding-right:20px;		
}

.modOpleidingContent .Column
{
	background-color:Lavender;
	padding-left:20px;
	padding-right:20px;	
}
/*****************************/
/*   End Opleiding Module    */
/*****************************/
/*****************************/
/*   Begin TabStrip          */
/*****************************/
 .wsTab div
{
    padding-bottom: 24px;
    margin: 0px 0px 5px;
    font-family: Verdana;
    font-size: 11px;
    border-bottom: gray 1px solid;
    list-style-type: none;
    
}

.wsTab span a
{
    padding-right: 4px;
    display: block;
    padding-left: 4px;
    float: left;
    padding-bottom: 4px;
    color: #666;
    padding-top: 4px;
    white-space: nowrap;
    text-decoration: none;
}

.wsTab span a:hover
{
    color: navy;
    background-color: #e2e6f0;
}
	
.wsTabItSel
{
    border-right: gray 1px solid;
    border-top: gray 1px solid;
    font-weight: bold;
    float: right;
    margin: 2px 2px 0px;
    border-left: gray 1px solid;
    color: dimgray;
    border-bottom: white 1px solid;
    background-color: white;
    
}
.wsTabIt
{
    border-right: gray 1px solid;
    border-top: gray 1px solid;
    float: left;
    margin: 2px 2px 0px;
    border-left: gray 1px solid;
    border-bottom: gray 1px solid;
    background-color: lightgrey;
}
.wsTabItOff
{
    border-right: whitesmoke 1px solid;
    border-top: whitesmoke 1px solid;
    float: left;
    margin: 2px 2px 0px;
    border-left: whitesmoke 1px solid;
    color: gainsboro;
    border-bottom: whitesmoke 1px solid;
    background-color: ghostwhite;
}
/*****************************/
/*   End TabStrip            */
/*****************************/

/*********************************/
/*   Begin OpleidingInschrijving */
/*********************************/

/* should also be generic */
.NormalTextBoxSmall
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size:1em;   
    font-weight: normal;
    border-style: solid;
    border-width:1px;
    border-color:Gray;
    width:150px;
}

.NormalValidator
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1em;       
    color:Red;
}

h2
{
	font-weight:bold;
	font-size:1em;
	border-bottom:solid 1px gray;
}

/*********************************/
/*   End OpleidingInschrijving   */
/*********************************/

.modSpanriemenContent .InfoPanel
{
	background-color:lightyellow;
	border:solid 1px black;
	padding:10px;
}

.modSpanriemenContent .BtnInfo
{	
	border:solid 1px gray;	
}


