﻿body 
{
	font-family:"Callibri","Arial";
}

/*
	Control the aspect of the NAvigation bar table 
	at bottom of each page
*/
#NavCtrls
{
	width:100%;
	
}

#NavCtrls td
{
	text-align:right;
	padding-top:5px;
	padding-left:5px;
	padding-bottom:5px;
}

#NavCtrls tr
{
	background-color:#add8e6;
}

#InfoBar
{
	width:100%;
}

#InfoBar td
{
	text-align:left;
	color:White;
	font-weight:bold;
	font-size:16px;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
}

#InfoBar tr
{
	background-color:#4682b4;
}

.Error
{
	background-color:#f7f7f7;
	color: Red;
	font-size: 15px;
	padding:5px;
	width:100%;
}