﻿body
{
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

input
{
    font-family:Verdana;
    font-size:9;
    color:Maroon;
    border-width:0px;
}

#title
{
    font-weight: bold; 
    font-size: x-large; 
    color: white; 
    font-family: 'Arial Black';
}

.tb
{
    background-image: url('Images/tb.png' );
    width: 100px;
    height: 100px;
}

.tb1
{
    background-image: url('Images/tb1.png' );
    width: 21px;
    height: 33px;
}

.tb2
{
    background-image: url('Images/tb2.png' );
    background-repeat: repeat-x;
    height: 33px;
    width: 100px;
}

.tb3
{
    background-image: url('Images/tb3.png' );
    width: 21px;
    height: 33px;
}

.tb4
{
    background-image: url('Images/tb4.png' );
    background-repeat: repeat-y;
    width: 21px;
    height: 100px;
}

.tb5
{
    background-image: url('Images/tb5.png' );
    background-repeat: repeat;
    width: 100px;
    height: 33px;
}

.tb6
{
    background-image: url('Images/tb6.png' );
    background-repeat: repeat-y;
    width: 21px;
    height: 100px;
}

.tb7
{
    background-image: url('Images/tb7.png' );
    width: 21px;
    height: 16px;
}

.tb8
{
    background-image: url('Images/tb8.png' );
    background-repeat: repeat-x;
    width: 100px;
    height: 16px;
}

.tb9
{
    background-image: url('Images/tb9.png' );
    width: 21px;
    height: 16px;
}
.leftmenu
{
    background-image: url('Images/index_20.jpg' );
    width: 212px;    
    background-repeat: repeat-y;
}

.normaltext
{
    font-family: Verdana;
    font-size: 11px;
    color: papayawhip;
    text-align: justify;
    line-height: 17px;
}
.normaltextrightalign
{
    font-family:Times New Roman;
    font-size:17px;
    color:papayawhip;
    text-align:right;
    vertical-align:top;
    line-height:21px;
}
.normaltextsmall
{
    font-family:verdana;
    font-size:12px;
    color:papayawhip;    
    vertical-align:top;
    letter-spacing:1px;
    text-align:justify;
    line-height:16px;
}
.normaltextsmaller
{
    font-family:verdana;
    font-size:11px;
    color:papayawhip;    
    vertical-align:top;
    letter-spacing:1px;
    text-align:justify;
    line-height:16px;
}
.normaltextsmallbold
{
    font-family:verdana;
    font-size:12px;
    color:papayawhip;    
    vertical-align:top;
    font-weight:bold;
    letter-spacing:1px;
    line-height:16px;
}
.normaltextsmallbold1
{
    font-family:verdana;
    font-size:12px;
    color:Maroon;    
    vertical-align:top;
    font-weight:bold;
    letter-spacing:1px;
    line-height:16px;
}
.normaltextsmallbold2
{
    font-family:verdana;
    font-size:18px;
    color:white;    
    vertical-align:top;
    font-weight:bold;
    letter-spacing:1px;
   
}
.button
{
    font-family:verdana;
    background-color:papayawhip;
    color:#990000;
    border-color:#CC9966;
    border-width:thin;
    border-style:solid;  
    text-align:center;
}
.tabletitle
{
    font-family:Arial Rounded MT Bold;
    font-size:19px;
    color:#F7DDDC;
    text-align:justify;
    vertical-align:top;
    font-weight:normal;
    letter-spacing:1px;
}
.pagetitle
{
    font-family:Verdana;
    font-size:x-large;
    font-weight:bold;
    color:White;
    text-align:center;
}
.legend
{
    font-family: Verdana;
    font-size: 18px;
    font-weight:bold;
    color: White;
    text-align:left;
}
.textboxLabel
{
    font-family:Verdana;
    font-size:9;
    color:Maroon;
    height:16px;
    border-width:0px;
}

.combo
{
    font-family:Verdana;
    font-size:9;
    color:Maroon;
    border-color:papayawhip;
    border-width:thin;
    height:25px;
}
.leftspan
{
    display:inline-block;
    vertical-align:top;
    width:200px;
    line-height:20px;
    font-family: Verdana;
    font-size: 11px;
    font-weight:bold;
    color: papayawhip;
    text-align: justify;  
    background-color:black;
    border-bottom-color:#CDD3D9;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-top-color:#CDD3D9;
    border-top-style:solid;
    border-top-width:1px;    
    padding: 2px 2px 2px 7px;
}

.rightspan
{
    display:inline-block;
    width:200px;
    line-height:20px;
    font-family: Verdana;
    font-size: 11px;
    color: #353535;
    text-align: justify;
    background-color:black;
    border-bottom-color:#CDD3D9;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-top-color:#CDD3D9;
    border-top-style:solid;
    border-top-width:1px;
    padding: 2px 2px 2px 7px;
}

.errormsg
{
    font-family: Verdana;
    font-size: 12px;
    color:Yellow;
}

.MyCalendar .ajax__calendar_container {
    border:1px solid #646464;
    background-color: lemonchiffon;
    color: red;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight:bold;
}