﻿.RightBorder
{
	background-image:url('../pictures/rightborder.png');
	background-repeat:repeat-y;
	background-position:left;
}

.LeftBorder
{
	background-image:url("../pictures/leftborder.png");
	background-repeat:repeat-y;
	background-position:right;
}

.FooterBack
{
	background-image:url("../pictures/footerback.png");
	background-repeat:repeat-x;
	height:40px;
	font-family:Tahoma;
	font-size:12px;
}
.HeaderBack
{
	background-image:url("../pictures/headerback.png");
	background-repeat:repeat-x;
	height:160px;	
}

.NameSize
{
	font-family:Tahoma;
	font-size:18px;
	background-image:url("../pictures/menu.png");
	background-repeat:no-repeat;
	color:White;
}


.title
{
	
	vertical-align:middle;
	font-family: Tahoma,Roya;
	font-size: 15px;
	font-weight:bold;
	color: #000080;
	text-decoration: none;	
	background-image:url('../pictures/titleback.png');
	background-repeat:repeat-x;
	


}

.titlefont
{
	font-family: Tahoma,Roya;
	font-size: 15px;
	font-weight:bold;
	color: #000080;
	
}

.Content
{
	font-family: Tahoma,Roya;
	font-size: 12px;	
	text-decoration: none;	
}


.rightmenu
{
	background-image:url("../pictures/rightmenu.png");
	background-repeat:repeat-x;
	height:25px;
	font-family:Tahoma;
	font-size:14px;
}


.totalrightmenu
{
	background-color:white;
	font-family:Tahoma;
	font-size:14px;
}

.pagetitle
{
	background-color:#E8C2BF;
	height:40px;
	font-family:Tahoma;
	font-size:18px;
	text-align:center;
}

.tableHeader
{
	background-color:#FCB9B7;
	text-align:center;	
	color:black;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	border-color:#FF557F;


	
}

.tableEven
{
	background-color:#FCDBD8;
	color:black;
	font-size:14px;
	font-family:Tahoma;
}

.tableOdd
{
	background-color:#FFFFFF;
	color:black;
	font-size:14px;
	font-family:Tahoma;

}


.studentTitle
{
	background-color:#0033CC;
	color:white;
	height:40px;
}


html, body, #wrap 
{
	height: 100%;
}

body > #wrap 
{
	height: auto; min-height: 100%;
}

#main 
{
	padding-bottom: 150px;
}  

#footer 
{
	position: relative;
	margin-top: -40px;
	height:0px;
	clear:both;
}

