﻿body 
{
    font-size: 12px;
    color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
    text-decoration: none;
    margin: 0px 0px 0px 0px;
   	background-repeat: repeat-x;
	background-image: url(../Images/TitleBg.jpg); 
	background-color:#3399fe;
}
h1
{
	font-size:24px;
	font-weight:bold;
	margin:5px;
}
h2
{
	font-size:18px;
	font-weight:bold;
	margin:5px;
}
h3
{
	font-size:14px;
	font-weight:bold;
	margin:5px;
}
h4
{
	font-size:12px;
	font-weight:bold;
	margin:0px;
}
/* Setup the decoration for hyper links */
a
{
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
	font-weight:bold;
}
/* Main page frame style*/
table.PageFrame 
{ 
	margin: 0px 0px 0px 0px;
	border:0px;
}
table.PageFrame td 
{ 
	padding: 0px 0px 0px 0px;
	border-style:none;
}
/* Main menu styles */
a.MainMenu, div.MainMenu
{
	color:#000066;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	padding:1px;
}
a.MainMenu:hover
{
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	background-color:LightGrey;
	text-decoration:none;
}
a.MainMenu:active
{
	color:Blue;
	text-decoration:none;
}
img.MainMenu
{
	width:24px;
	height:24px;
	border: none;
	vertical-align:middle;
	margin-top:2px;
	margin-bottom:2px;
}
a.SubMenu
{
	color:#000066;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	margin-top: 5px;
	margin-left: 45px;
	margin-right: 0px;
	margin-bottom: 15px;
}
a.SubMenu:hover
{
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	background-color:lightGrey;
	text-decoration:none;
}
a.SubMenu:active
{
	color:Blue;
	text-decoration:none;
}
/* Data entry field set */
fieldset
{
	padding:10px;
}

/* Used for the tab selection tables */
table.TabPage
{ 
	border-left: solid 1px #91A7B4; 
	border-right: solid 1px #91A7B4;
	border-bottom: solid 1px #91A7B4;
}
table.TabPage tr 
{ 
	height: 21px;
	vertical-align:middle;
}
table.TabPage th
{
	text-align:left;
	font-size:11px; 
	font-weight:bold;
}
table.TabPage td 
{ 	
	text-align:center;
	font-size:12px;
	background-repeat:repeat-x;
}
/* Used to the data entry tables */
table.DataEntry
{ 
	margin: 10px;
}
table.DataEntry tr 
{ 
}
table.DataEntry td 
{ 	
	text-align:left;
	font-size:12px;
}
table.DataEntry th 
{ 	
	text-align:right;
	font-size:12px;
}
/* Used to display matches */
table.MatchHit
{ 
	margin: 0px;
}
table.MatchHit tr 
{ 
	height:10px;
}
table.MatchHit td 
{ 	
	text-align:left;
	vertical-align:top;
	font-size:12px;
}
/* Used for the image frame cells */
table.ImageFrame td 
{ 
	padding: 0px 0px 0px 0px;
	border-style:none;
}
/* Used for the table containing text and icon */
table.TextAndIcon
{ 
}
table.TextAndIcon tr 
{ 
	vertical-align:middle;
}
table.TextAndIcon td 
{ 	
	text-align:left;
	padding: 0px 10px 0px 0px;
}
/* Used for the table listing steps to a process. Red circles with numbers */
table.Steps
{ 
	 margin:5px;
}
table.Steps tr 
{ 
	vertical-align:top;
}
table.Steps td 
{ 	
	text-align:left;
	padding: 2px;
}
/* Used for the table listing user activities */
table.UserActivities
{ 
	border:solid 1px #91a7b4;
	margin:5px;
}
table.UserActivities tr 
{ 
	vertical-align:middle;
}
table.UserActivities td 
{ 	
	text-align:left;
	padding: 0px 2px 0px 5px;
}
/* Event listing table style */
table.EventList
{
}
table.EventList tr
{
}
table.EventList th
{
	text-align:center;
	padding:2px;
}
table.EventList td
{
	vertical-align:top;
	padding:2px;
}
