﻿body {
    margin:0;
      	border-style:solid;
	border-width:0px 2px 2px 2px;
	border-color:#F1F1EE;

}

.headerContent{
 width: 100%;
  margin: 0;
 border: solid #333;
 border-width: 0 0 2px 0;
    background-color: #e4e4ff;
 }

.leftContent {
  width: 215px;
  height: 100%;
  padding: 5px;
  background-color: #e5e5ff;
}


.MyMainContentPlaceHolder 
{
    width: 100%;
    margin: 5px auto;
	padding: 10px;
	background-color: #E2F6E2;
    vertical-align: top;
}

.menuContent {
     width: 100%;
    height: 40px;
    margin: 0;
    border: solid #333;
    border-width: 0 0 2px 0;
    background-color: #ababff;
}



.menu
{
	FONT-SIZE: 13pt; COLOR: green; FONT-FAMILY: 'Trebuchet MS'; font-weight: bold; text-decoration:none;
}
.HeaderTitle
{
COLOR:#0033cc; FONT-FAMILY:'Trebuchet MS';
}
.t-label{
	font:bold 14px Verdana,Arial,Helvetica,sans-serif;
	color:#555555;
}

.about_us1
{
    padding: 5px;
    font-size: 12pt;
    color: #333399;
    font-family: 'Trebuchet MS';
    text-align: justify;
}

.about_us2
{
	padding:5px;
	FONT-SIZE: 10pt; 
	COLOR: #333399; 
	FONT-FAMILY: 'Trebuchet MS';
	 
}
.r_even {
	background:#fff;
}

.r_odd {
	background:#eee;
}

.PageTitle
{
    font-size: 30px;
    font-weight: bold;
    color: #333399;
    font-family: Calibri;
        text-shadow: 2px 2px 3px #C3C3FA;
        filter: dropshadow(color=#000000, offx=1, offy=3);
        
}




.mid_text
{
FONT-SIZE: 12pt; COLOR: #000099; FONT-FAMILY: 'Trebuchet MS';padding:5px;
}

.BodyText
{
FONT-SIZE: 12pt;
color:#000099;
}

A {
	COLOR: #008000; FONT-FAMILY:'Trebuchet MS'; FONT-SIZE: 14px;
}

A:hover {
	COLOR: #cc9933
}

TD 
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
}
.mid_text li
{
	list-style-type:square;
	color:#CC0000;
	 padding:5px; 
	FONT-FAMILY:'Trebuchet MS';
	FONT-SIZE: 12pt;
	
	
}


.modalBackground
{
  background-color:#CCCCFF;
  filter:alpha(opacity=40);
  opacity:0.5;
}

.modalWindow {
    background-color: #E2F6E2;
    
}

.AddNewEmployee {
    background-color: #940029;
	color: White;
	font-weight: bold;
	font-size: Large;
	
	border-width:thick;
	border-style:  outset;
	cursor: pointer;
	
	margin-right: 15px;
	margin-top: 15px;
    vertical-align: middle;
    padding: 5px 7px 5px 7px;
    text-decoration: none;
}

.theTable {
    border-spacing:0; border-collapse:collapse;border: 1px solid #000000;margin-right: auto; margin-left: auto;
}