﻿body
{
    margin: 10px 10px 10px 10px;
    padding: 0px; /*    min-width: 950px;*/
    font-size: smaller;
}
.MasterPage
{
    background-image: url('../bgimg.jpg');
    background-repeat: repeat-x;
    background-color: #ececec;
}

.cContainer
{
    border-left: 1px solid gray;
    border-right: 1px solid gray;
}

h1
{
    font-family: Verdana;
    font-size: 14pt;
    font-weight: normal;
    border-bottom: solid 1pt gray;
    line-height: 11pt;
}
BulletList
{
    font-family: Verdana;
    font-size: 7pt;
    color: Red;
    list-style-type: square;
    list-style-position: outside;
}

/* De bovenregel met de titels en het User-Login gedeelte */
#Banner
{
    background-image: url('../Img/pnlogo.png');
    background-repeat: no-repeat;
    height: 90px;
    border-top: 1px solid Gray;
    border-right: 1px solid Gray;
    border-left: 1px solid Gray;
    border-bottom: 1px solid gray;
    min-width: 950px;
    overflow: auto;
    background-color: white;
}
#BannerLeft
{
    position: absolute;
    left: 10px;
    top: 10px;
    width: 300px;
    height: 90px;
    text-align: center;
}
#BannerCenter
{
    margin-left: 301px;
    margin-right: 401px;
    top: 35px;
    height: 65px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    font-family: Verdana;
    font-weight: bold;
    font-size: 14pt;
    color: Black;
}
.MainTitle
{
    font-size: 16pt;
}
.SubTitle
{
    font-size: 13pt;
}
#BannerRightTop
{
    position: absolute;
    right: 11px;
    top: 11px;
    max-width: 500px;
    margin-left: 301px;
    margin-right: 0px;
    height: 25px;
    text-align: right;
    font-family: Verdana;
    font-size: 7pt;
    z-index: 99;
}
#BannerRightBottom
{
    position: absolute;
    right: 11px;
    top: 36px;
    width: 400px;
    height: 65px;
    text-align: right;
    font-family: Verdana;
    font-size: 7pt;
}
/* Het middengedeelte met het menu en de werkelijke content */

#LeftMenu
{
    position: absolute;
    top: 101px;
    left: 10px;
    width: 180px;
    min-height: 550px;
    padding-top: 10px;
    padding-left: 2px;
    padding-right: 2px;
}
#MainContent
{
    margin-left: 176px;
    padding: 10px 15px 10px 15px;
    top: 101px;
    min-width: 775px;
    min-height: 550px;
    font-family: Verdana;
    font-size: 9pt;
    overflow-x: hidden;
}
/* De footer */
#BottomLine
{
    bottom: 10px;
    height: 25px;
    border-bottom: 1px solid Gray;
    border-right: 1px solid Gray;
    border-left: 1px solid Gray;
    font-family: Verdana;
    font-size: 8pt;
    font-weight: normal;
    font-style: normal;
    color: #282828;
    text-decoration: underline;
    text-align: right;
    vertical-align: bottom;
    background-color: #DFDFDF;
    padding-right: 10px;
    min-width: 950px;
}
label
{
    font-family: Verdana;
    font-size: 9px;
}
/*#ctl00_WUCLoginControl1_LoginView1_Login1_UserName, #ctl00_WUCLoginControl1_LoginView1_Login1_Password
{
    font-family: Verdana;
    font-size: 9px;
    width: 115px;
}
#ctl00_WUCLoginControl1_LoginView1_Login1_LoginButton
{
    font-family: Verdana;
    font-size: 10px;
    padding: 2px 6px 2px 6px;
    background-color: White;
    color: Gray; border-left: solid 1px Gray;     border-right: solid 1px Gray;
}
*/

#ctl00_MC_LoginView1_Login1_UserName, #ctl00_MC_LoginView1_Login1_Password
{
    font-family: Verdana;
    font-size: 11px;
    width: 175px;
    text-align: left;
    float: left;
}

.btn
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: bolder;
    padding: 2px 6px 2px 6px;
    background-color: White;
    color: Gray;
}
/* Part below formats the message area*/
.MessageTable
{
    height: 99%;
    width: 100%;
}
.MessageButtonRow
{
    padding-top: 5px;
    height: 20px;
    vertical-align: middle;
    text-align: center;
    background-color: Gray;
}
.MessageBody
{
    width: 100%;
    height: 100%;
    overflow: auto;
    font-family: Verdana;
    font-size: 11px;
}
.MessageBodyWithReply
{
    width: 100%;
    height: 75%;
    overflow: auto;
    font-family: Verdana;
    font-size: 11px;
}
.ReplyBody
{
    width: 100%;
    height: 20%;
    overflow: auto;
    font-family: Verdana;
    font-size: 10px;
}
.ReplyBodyHidden
{
    visibility: hidden;
}
.MessageDataRowHeader
{
    font-family: Verdana;
    font-size: 16px;
    font-weight: bold;
    border-bottom: solid 1pt black;
    vertical-align: top;
}
.MessageDataRowItem
{
    width: 25%;
    font-family: Verdana;
    font-size: 12px;
    border-bottom: solid 1pt #CCCCCC;
    vertical-align: top;
}
.MessageDataRowContent
{
    font-family: Verdana;
    font-size: 12x;
    border-bottom: solid 1pt #CCCCCC;
    vertical-align: top;
}

.MessagePrintDate
{
    font-family: Verdana;
    font-size: 12x;
    height: 30px;
    vertical-align: top;
}
.MessageAddress, .MessageAddressCC
{
    font-family: Verdana;
    font-size: 12x;
    height: 150px;
    vertical-align: top;
    padding-top: 25px;
}
.MessageAddressCC
{
    color: Gray;
}
.GMapTable
{
    height: 500px;
    width: 550px;
}
.GMapStaticTable
{
    height: 500px;
    width: 875px;
}
.GmapRow
{
    height: 400px;
    background-color: Aqua;
}
.GoogleButtonRow
{
    padding-top: 5px;
    height: 15px;
    vertical-align: middle;
    text-align: center;
}
.GoogleMapHolder
{
    text-align: center;
    vertical-align: middle;
}
.GoogleLegendaHolder
{
    text-align: left;
    vertical-align: top;
}
.editForm
{
}
.editForm th
{
    vertical-align: top;
    text-align: left;
    padding: 5px 5px 5px 5px;
}

.editForm td
{
    vertical-align: top;
    text-align: left;
    padding: 5px 5px 5px 5px;
}
.UserEditTable
{
    width: 97%;
    max-width: 750px;
}
.UserEditButtonRow
{
    text-align: right;
}

.ApplyPosition
{
    position: relative;
    font-size: xx-large;
}

.bEditor
{
    background-color: #ffffff;
}

#modalDivId_ctl00_MC_WUCMessageTranslations_RadGrid1
{
    width: 100%;
    height: 100%;
}
/* Part below formats the result table for XML Validation using XSD!*/
.tblResult, .tblResultHeader, .tblResultHeaderCell, .tblResultItem, .tblResultItemLeft, .tblResultItemRight
{
    border-color: #938879;
    border-style: solid;
    border-width: 1px;
}
.tblResultHeader
{
    background-color: #D5623F;
    color: #ffffff;
    font-size: larger;
}
.tblResultHeaderCell
{
    padding-left: 5px;
    border-width: 0px;
}
.tblResultItem
{
    background-color: #EAE5D7;
}
.tblResultItemLeft
{
    width: 80%;
    padding-left: 10px;
}
.tblResultItemRight
{
    width: 80%;
    padding-left: 10px;
}
.DivPanel
{
    border-style: solid;
    border-width: 1px;
    background-color: #E1DAC7;
    border-color: #bbb99d;
    padding: 5px;
}

fieldset
{
    border: 1px solid #bbb99d;
    margin: 0px 0px 3px 3px;
    padding: 0px 10px 10px 10px;
}

fieldset.inline
{
    border: 1px solid #bbb99d;
}
fieldset div.formcontainer
{
    margin-top: 0px;
    margin-bottom: 4px;
    margin-left: 4px;
    margin-right: 4px;
}
.AddressDeleted
{
    color: Gray;
    text-decoration: line-through;
}

