﻿body
{
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;    
    font-size: 8pt;
    font-family: verdana;
}
/*
table
{
    border-right: #d2691e 1px solid;
    border-top: #d2691e 1px solid;
    border-left: #d2691e 1px solid;
    border-bottom: #d2691e 1px solid;
    background-color: white;
    
}*/
.tidi
{
    border-right: dimgray 1px solid;
    border-top: dimgray 1px solid;
    border-left: dimgray 1px solid;
    border-bottom: dimgray 1px solid;
    background-color: white;
    
}
.content
{
    border-right: dimgray 1px solid;
    border-top: dimgray 1px solid;
    border-left: dimgray 1px solid;
    border-bottom: dimgray 1px solid;
    background-color: white;
    padding-left: 15px;
    padding-top: 15px;    
}
.menus
{
    border-right: #d2691e 2px solid;
    border-top: #d2691e 2px solid;
    border-left: #d2691e 2px solid;    
    /* background-image: url(file/bgmenu.gif);  */
    background-image: url(file/bgmenu5.jpg); 
}
.menuSeperator
{
    border-bottom: lightcoral 1px dotted;
    font-weight: bold;
    color: white;
    font-size: 12px;
}
.notification
{
    border-right: #d2691e 2px solid;    
    border-left: #d2691e 2px solid;
    border-top: #d2691e 2px solid; 
    border-bottom: #d2691e 2px solid;      
}
.prayer
{
    border-right: #d2691e 2px solid;    
    border-left: #d2691e 2px solid;
    border-bottom: #d2691e 2px solid;      
}
.dropDown
{
    font-size:10px;
}

a:link
{
    color: #4169e1;
    text-decoration: none;
    font-weight: bold;
}
a:active
{
    color: #4169e1;
   
}
a:visited
{
    color: #4169e1;
    text-decoration: none;
    font-weight: bold;
}
a:hover
{
    color: #6495ed;
}
.bodyContent
{
    margin-top: 5px;
    margin-left: 5px;
}
.borderTable
{
    border-top: lightgrey 1px solid;
    border-left: lightgrey 1px solid;        
}
.borderHeader
{
    border-right: lightgrey 1px solid;
    border-bottom: lightgrey 1px solid;
    background-color: #6495ed;
    color:White;
    font-weight:bold;
}
.borderTd1
{
    border-right: lightgrey 1px solid;
    border-bottom: lightgrey 1px solid;
    
}