﻿body {
}

.LayOutTable {
}

#MainDiv {
    border: thin solid #333333;
    padding: 5px;
    width: 99%;
}

#BodyDiv {
    border: thin solid #333333;
    padding: 5px;
    width: 99%;
}

.StandardTable {
}

.FooterLabel {
    background-color: #800000;
    color: #FFFFFF;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.Footer {
    font-family: Arial;
    font-size: 12px;
    background-color: #800000;
    width: 100%;
    text-align: center;
    color: #ffffff;
}

h1.centerText {
    text-align: center;
    color: blue;
}

.lblMessage {
    text-align: center;
    background-color: #FF3300;
    font-weight: 1000;
    font-size: large;
    color: whitesmoke;
    padding: 10px 10px 10px 10px;
}

/*.WhiteBGModal {
    background-color: White;
}

.modalpopup {
    background-color: #ADADAD;
    filter: Alpha(Opacity=70);
    opacity: 0.70;
    -moz-opacity: 0.70;
}*/

/*.Body {
    background-image: url('../../Images/kem-fstu2.jpg');
    background-repeat: repeat-x;
}*/

.labelCenter {
    display: block;
    text-align: center;
}

.labelSimple {
    display: inline;
    font-size: 11px;
    font-weight: 500;
}

.labelBold {
    display: inline;
    font-size: 11px;
    font-weight: bold;
}

.tableWithoutBorder {
    border-top: none;
    padding: 100px;
}

td {
    padding: 5px;
}

.divMinHeight {
    min-height: 535px;
}

.gridHeadCenter {
    text-align: center;
}

/*.NonPrintable {
    display: none;
}*/
/*.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}*/


/*>>>>>>>assign id name of the div (below clearfix) or table or "tr" of table row in which u r applying calenderextender. use below 2 css*/
#calendarContainerOverride table {
    width: 0px;
    height: 0px;
    background-color: lightgray;
}

    #calendarContainerOverride table tr td {
        padding: 0;
        margin: 0;
    }

#calendarContainerOverride 
{

}

.calendarCustom
{
/*width:35em;*/
height:15em;
background-color:lightgray;
 /*padding: 0;
        margin: 0;*/
}

