﻿/* WelkomMaster.Master


----------------------------------------------------------*/

.MainDiv
{

}

.WelkomMasterMainTable
{
    width: 100%;
    margin: 0;
    padding: 0;
    border-spacing: 0;
    border: 0px none;
}
.WelkomMasterMainTableLeftColumn
{
	width:485px;
    vertical-align:top; 
    margin: 0;
    padding: 0;
    border-spacing: 0;
    border: 0px none;
    
}
.WelkomMasterMainTableRightColumn
{
	vertical-align: top;
}
.WelkomMasterMenuTable
{
	margin: 0px;
    padding: 0px;
    border-spacing: 0;
    border: 0px none;
}
.WelkomMasterMenuTableLeftSpacingColumn
{  
 border: 0px none;
 width:50px;
}
.WelkomMasterMenuTableMainColumn
{
   vertical-align: top;
   width:200px;
}
.WelkomMasterMenuTableSubColumn
{
    vertical-align: top;
    border: 0px none;
	width: 150px;     
}
.WelkomMasterSpacingTD
{
    border: 0px none; 
    width: 30px;
}
.WelkomMasterContentLogoTable
{
    width: 100%;
    border: 0px none;
}
.WelkomMasterLogoColumn
{ 
    width: 100%;
    text-align: right;
    margin: 0 auto;
    padding-right: 50px;
    border: 0px none;
       
}
.WelkomMasterContentLogoTableSpacingRow
{
    height: 20px;
    border: 0px none;
}
.WelkomMasterContentColumn
{
   width: 100%; 
    border: 0px none;
}
.WelkomMasterPageContentDiv
{
    /*background-color: white; */
    background: url('../Images/transparency.png');
    border-top-left-radius: 20px;
    -moz-border-top-left-radius: 20px;
    padding-top: 25px;
    padding-left: 40px ;
    padding-right: 40px ;
    overflow: auto;
}

 
 /* WelkomMenu
----------------------------------------------------------*/
.WelkomMenu
{
    width:100%;
    padding:0px;
    margin: 0px;
}
.WelkomMenuItem
{
   width:180px;
   background-color: White;
   border-bottom-right-radius: 15px;
   -moz-border-bottom-right-radius: 15px;
   font-size:large;
   color: #8F0075;
   font-size:large;
   font-weight:bold;
  padding: 7px 7px 7px 10px;
   margin-bottom: 25px;
   vertical-align: middle;
}
.WelkomMenuItem:link
{ 
   font-size:large;
   color: #8F0075;
   font-weight:bold;  
}
.WelkomMenuItem:visited
{
   font-size:large;
   color: #8F0075;
   font-weight:bold;  
}
.WelkomMenuItem:hover
{
   background-color:  #8F0075;
   color: white;
}

 /* WelkomSubMenu
----------------------------------------------------------*/


.SubmenuDivTable
{
	width:150px;
  border:0px none;
  margin:0px;   
  padding: 0px;
  background-color: White;
  
}

.SubMenuDiv_hidden
{
   -webkit-transition-property: all; 
   -webkit-transition-duration: 1s; 
   -webkit-transition-delay: 0s;
   -o-transition-property: all;
   -o-transition-duration: 1s; 
   -o-transition-delay: 0s;
   -moz-transition-property: all;
   -moz-transition-duration: 1s; 
   -moz-transition-delay: 0s;
   transition-property: all;
   transition-duration: 1s; 
   transition-delay: 0s;
   top: -1000px;
   position:relative;
   opacity: 0.8;
   border:0px none;
   border-spacing: 0;
   margin:0px;   
   padding: 0px;
   background-color: White;
   border-bottom-right-radius: 20px;
   -moz-border-bottom-right-radius: 20px;
   border-bottom-left-radius: 20px;
   -moz-border-bottom-left-radius: 20px;
}
.SubMenuDiv
{
   -webkit-transition-property: all; 
   -webkit-transition-duration: 2s; 
   -webkit-transition-delay: 0s;
   -o-transition-property: all;
   -o-transition-duration: 2s; 
   -o-transition-delay: 0s;
   -moz-transition-property: all;
   -moz-transition-duration: 2s; 
   -moz-transition-delay: 0s;
   transition-property: all;
   transition-duration: 2s; 
   transition-delay: 0s;
   top: -20px;
   position:relative;
   opacity: 0.8;
   border:0px none;
   border-spacing: 0;
   margin:0px;   
   padding: 0px;
   background-color: White;
   border-bottom-right-radius: 20px;
   -moz-border-bottom-right-radius: 20px;
   border-bottom-left-radius: 20px;
   -moz-border-bottom-left-radius: 20px;
}

.WelkomSubMenu
{
  border:0px none;
  margin:0px;   
  padding: 0px;
  border-spacing: 0;
  width:170px;
}

.WelkomSubMenuItem
{
	width:150px;
	margin: 0px;
   background-color: White;
   border: 0px none;
   color: #8F0075;
   
}

.WelkomSubMenuItem:link
{
   width:150px;
   background-color: White;
   border:0px none;
   color: #8F0075;
   padding: 10px;
}

.WelkomSubMenuItem:hover
{
   width:150px;
   background-color: #8F0075;
   border:0px none;
   color: white;
   padding: 10px;
}
.WelkomSubMenuItem:visited
{
    width:150px;
   background-color: White;
   border:0px none;
   color: #8F0075;
   padding: 10px;
}
.WelkomSubMenuItem:visited:hover
{
	   width:150px;
   background-color: #8F0075;
   border:0px none;
   color: white;
   padding: 10px;
}


/* Web
----------------------------------------------------------*/
.huurderblok
{
	display:table-cell;
	text-align: center;
	vertical-align: middle;
	height:120px;
	width:120px;
	
	background-color:White;
	 border-bottom-right-radius: 10px;
   -moz-border-bottom-right-radius: 10px;
   border-bottom-left-radius: 10px;
   -moz-border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
   -moz-border-top-right-radius: 10px;
   border-top-left-radius: 10px;
   -moz-border-top-left-radius: 10px;
   /*border: 1px solid #8F0075;*/
	}
html, body 
{
	background-size: 100%;
  background-repeat : no-repeat ;
  background-position: left top;
  background-attachment: fixed ;
 font-family : Helvetica, Lucida Grande, Segoe UI, Arial, Verdana, Sans-serif, Helvetica, Lucida Grande, Segoe UI, Arial, Verdana, Sans-serif, Tahoma;
  font-size  : 10pt;
  margin: 0;
  padding: 0;
}

.LablePurple
{
color: #8F0075;
font-size: 12pt;
font-family: Helvetica, Lucida Grande, Segoe UI, Arial, Verdana, Sans-serif, Helvetica, Lucida Grande, Segoe UI, Arial, Verdana, Sans-serif, Tahoma;
}
.LableSmall
{
    font-size: small;
}
.LableSmaller
{
    font-size: smaller;
}
.ContentDiv
{
  opacity: 1.0;
  height: 100%;
  width: 100%;
  border: 0px none;
  color: #8F0075;
}

.Literalcontrol
{
  font-family: Helvetica, Lucida Grande, Segoe UI, Arial, Verdana, Sans-serif, Tahoma;   
}


a:link, a:visited
{
	color: #8F0075; 
}

a:hover
{
color: #8F0075; 
    text-decoration: none;
}

a:active
{
color: #8F0075; 
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


.SortDivCentered {
  width: 500px;
  height: 500px;
   
  position:absolute;
  left: 50%;
  top: 50%;
  margin-left: -250px;
  margin-top: -250px;
}

.HeaderLable {
    font-size:large;
    font-weight:bold; 
}
     
     
     
     


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}