﻿* {
   
}

html, body, #form1 {
    margin: 0px;
    padding: 0px;
    height: 100%;
}

body {
    background-color: #e6e7e8;
    background-image: url("img/bgr.png");
    color: #323232;
    font-size: 12pt;
    font-family: customFont;   /*font IS DECLARED IN THE MASTER PAGE*/
}


header, footer, article, section, menu, hgroup {
    display: block;
}

h1 {
    margin:0px;
}

.cell {
    height: 100%;
    width: 100%;
    display: table-cell;
}


.editHover {
    background-color: #E8F3FF;
}

.editable {
display : block;

}

    .content p {
        margin: 5px;
    }

    .content img {
        overflow:hidden;
    }

.dropShadow {
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.5);
}

.clearfix {
    display: table;
}


.textJustify {
    text-align: justify ;
}

.hidden {
    display: none;
}

.errorText {
    color: #f00;
    background-color: rgba(250, 5, 5, 0.20);
}


div#MasterContent {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: rgba(192, 192, 192, 0.5);
}

div#header {
    margin: 0px auto;
    padding: 0px;
    width: 900px;
    height: 100px;
    background-color: #323232;
}

#imgLogo {
    margin-top: 20px;
    margin-left: 20px;
    float: left;
}

div#contentBgr {
    background-color: #e6e7e8;
}

div#middleContent {
    margin: 0px auto;
    padding: 0px;
    width: 900px;
    min-height: 400px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.5);
}


div#footer {
    margin: 0px auto;
    min-height: 100px;
    width: 900px;
    background-color: #323232;
    color:#fff;
}
