﻿/*input, textarea, keygen, select, button {   

    margin-top: 2px;
    margin-bottom: 2px;
}*/ /* overrule chrome user agent stylesheet */

/*input[type="radio"] {
    margin-top:0;
    margin-bottom: 0; 
}

.noMargin {
    margin-top:0;
    margin-bottom: 0;
}*/

/* special for page rechten */

#rechtenid {
    width: 420px;
    margin-right: auto;
    margin-left: auto;  
}

#topsection
{
    height: 115px; /*Height of top section*/
}
        
#contentwrapper
{
    float: left;
    width: 100%;
    height: 627px; 
}
        
#contentcolumn
{
    margin-left: 135px; /*Set left margin to LeftColumnWidth*/
    background: #EEF3FB;
    border-color: #E0DFE3;
    border-width: 1px;
    border-style: solid solid solid solid;
    color: #000000;
    min-width: 1066px;
    /*min-height: 100%;*/

}
        
#leftcolumn
{
	vertical-align: top;
    text-align: left;
    float: left;
    width: 135px; /*Width of left column*/
    margin-left: -100%;
    
    min-height: 627px;
    line-height: 1.5;
}
        
.headerwithpagesize
{
	background-color: #EEF3FB; 
	vertical-align: top; 
	padding-left: 10px; 
	height: 30px; 
	color: #000000;
}
        
.innertube
{
    margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
    margin-top: 0;
}  

.notube
{
	margin: 0px;
} 

.RadPicker {
    display: inline-table;
}

.organisationPopupTabPage
{
    padding: 5px; 
    width: 810px; 
    border-style: outset; 
    border-width: thin; 
    border-color: inherit; 
    float: none; 
    margin-right: 25px; 
    height: 295px;
}

.modalBackground
{
    background-color: Gray;
    filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup
{
    background-color: #FFFFAD;
    border-width: 1px;
    border-style: solid;
    border-color: #333399;
    padding: 0px;
    width: 250px;
}

.modalPopupTitle
{
    width: 100%;
    height: 25px;
    background-color: #333399;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    font-family: Tahoma;
}

a.menuoptions:hover
{
    text-decoration: underline;
    background-color: #DDE2EA;
}

a.menuoptions
{
    text-decoration: none;
}

.menublock
{
    font-size: 12px;
    padding: 2px 5px 3px 5px;
    display: block;
}

.filterbox
{
    width: 105px;
    height: auto;
    padding: 5px;
}

.pageView
{
    border: 1px solid #E0DFE3;
    margin-top: -4px;
}

.radCmbUl
{
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.radCmbHeaderCol {
    background-color: #DDE2EA;
    color: #BF0028;
    float: left;
    font-family: Tahoma, Verdana, Arial;
    font-size: small;
    height: 20px;
    margin: 0px;
    padding-left: 5px;
}

.radCmbItemColHeader {
    color: #333399;
    float: left;
    font-family: Tahoma, Verdana, Arial;
    font-size: small;
    line-height: 14px;
    margin: 0px;
}


.radCmbItemCol
{
    float: left;
    margin: 0;
    padding: 0 5px 0 0;
    line-height: 14px;
}

.Spaced
{
    letter-spacing: 8px;
}

div.menu_compact
{
    vertical-align: top;
    text-align: left;
    float: left;
    width: 125px;
    height: 627px;
    line-height: 1.5;
}

.legend
{
    font-size: small;
    font-family: Tahoma,Verdana,Arial;
    color: #003399;
}

.fieldset
{
    padding: 15px;
    width: 90%;
}

#message {
    position:fixed;
    top:0px;
    left:170px;
    width:1070px;
    z-index:105;
    text-align:center;
    font-family:Tahoma,Verdana,Arial;
    font-weight: normal;
    font-size: 14px;
    color:#336699;
    padding:10px 0px 10px 0px;
    background-color:#FF9B35;
}

#message span {
    text-align: center;
    width: 80%;
    float:left;
}

#message span a {
	color:#336699;
    text-decoration: underline;
}

.close-notify {
    white-space: nowrap;
    float:right;
    margin-right:10px;
    color:#AF6A24;
    text-decoration:none;
    border:1px #AF6A24 solid;
    padding-left:3px;
    padding-right:3px
}

.close-notify a {
    color: #AF6A24;
}

div.addressdetails {
    height: 25px; 
    padding-left: 125px;
}

textarea {
    resize: none;
    height: 30px;
}

.RADTab {
    border-color: #DDE2EA;
    border-style: outset;
    border-width: thin;
    float: none;
    margin-right: 25px;
}

