﻿body ,html
{
    width:100%;
    height:100%; 
    margin:0px auto;
    padding:0px;
    padding-top:5px 0px 0px 0px;
    background-color:#eee;
}
.TableMain
{
    width:80%;
    height:100%; 
    background-color:white;
}

.TDLogo
{
    vertical-align:top;
    text-align:center;
    font-family:Verdana;
	font-size:18px;
	font-weight:bold;
	color:#000000;
}
.TDMenu
{
    background-color:#003466;
    height:40px;
    color:White;
    text-align:center;
    font-family:Verdana;
    font-size:12px;
    
}

.TDMenuUp
{
    background-color:#D8B446;
    height:4px;
}
.TDHeaderContact
{
    font-family:Verdana;
    font-size:12px;
    color:#003281;
}

.TDHeaderSchoolName1
{
    vertical-align:top;
    text-align:center;
    font-family:Arial Black;
    font-size:55px;
    font-weight:bold;
    color:#236538;
    text-decoration: underline;
}

.TDHeaderSchoolName2
{
    vertical-align:top;
    text-align:center;
    font-family:Verdana;
    font-size:22px;
    font-weight:bold;
    color:Red;
}

.TDContentHeader
{
    vertical-align:top;
    text-align:center;
    font-family:Verdana;
    font-size:20px;
    font-weight:bold;
    color:#003466;
    padding-top:20px;
}
.TDContentCentre
{
    vertical-align:top;
    text-align:center;
    font-family:Verdana;
    font-size:12px;
    font-weight:bolder;
    color:#003466;
    padding-left:20px;
}

.TDContentCentreBg
{
    vertical-align:top;
    text-align:center;
    font-family:Verdana;
    font-size:12px;
    font-weight:bolder;
    color:#003466;
    padding-left:20px;
    background-color:#E2F1FB;

}


.TDContent
{
    vertical-align:top;
    text-align:left;
    font-family:Verdana;
    font-size:12px;
    font-weight:normal;
    color:#003466;
    padding-left:1px;
    line-height:20px;
}

.TDContentHeaderLine
{
    height:3;
    background-color:#003466;
}

.TDFooter
{
    background-color:#003466;
    height:40px;
    color:White;
    text-align:center;
    font-family:Verdana;
    font-size:10px;
}
.TXTbox1{
	width: 230px;
	border: 1px solid #3366FF;
	border-left: 4px solid #3366FF;
}

.parent_menu
{
width: 150px;
background-color: #003466;
color: white;
text-align: center;
height: 30px;
margin-right: 5px;
font-family:Verdana;
    font-size:13px;
    font-weight:bold;
}
.child_menu
{
width: 115px;
background-color: #000;
color: #fff;
text-align: center;
height: 30px;

line-height: 30px;
font-family:Verdana;
    font-size:10px;

}
.sub_menu
{
width: 150px;
background-color: #000;
color: #fff;
text-align: center;
height: 30px;
line-height: 30px;
margin-top: 5px;

font-family:Verdana;
    font-size:10px;

}
.selected_menu
{
background-color: #FF6600;
font-family:Verdana;
    font-size:10px;

}
.hover_menu
{
background-color: #990000;
color:Red;
font-family:Verdana;
    font-size:10px;

}

.cal_button
{
	background:url('../images/calander.gif');
	height:19px;
	width:16px;
	background-repeat:repeat-x;
	padding-left:0px;
	padding-right:0px;
	border:none;
}

.button_bg
{
	background:url('../images/button_bg.gif');
	height:23px;
	background-repeat:repeat-x;
	padding-left:5px;
	padding-right:5px;
	color:#ffffff;
	font-weight:bold;
	border:none;
	font-size:12px;
	cursor:hand; 
}

.button_bg
{
	background:url('../images/button_bg.gif');
	height:23px;
	background-repeat:repeat-x;
	padding-left:5px;
	padding-right:5px;
	color:#ffffff;
	font-weight:bold;
	border:none;
	font-size:12px;
	cursor:hand; 
}

.textbox
{
	width:140px;
	border:1px solid #99C0E7;
	height:20px;
	/*height:15px;*/
}

b:link, b:visited {
  background-color: #f44336;
  color: white;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

b:hover, b:active {
  background-color: red;
}