﻿/* HTML Element Classes */
body
{
    margin: 0px 0px 0px 0px;
    
	width:100%;
}

.body
{
	/* background color in non-element class because agility html editor uses this css */
	background-color:#49596a;
}

a
{
    cursor:hand; 
    cursor:pointer;
    color:#b23427;
    text-decoration:none;
}

a:visited
{
    color:#b23427;
    text-decoration:none;
}

a:hover
{
	text-decoration:underline;	
}



p, body, td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1
{
	font-size: 14px;
	color:#b23427;
}

h2
{
	color:#b23427;
	font-size: 12px;
}

thead
{
	background-color:#c8d6e8;
	font-weight:bold;
}


/* Generic Classes */

.Left
{
	float:left;	
}

.Right
{
	float:right;	
}

.Clear
{
	clear:both;	
}

.Center
{
	text-align:center;
}

.InputTitle
{
	text-align:right;
	font-weight:bold;
}

.Button
{
   font-weight:bold;
   background-color:#8f9cab;
   border:1px solid #424f5d;
}


/* Menu Classes */

.MenuItem
{
	font-weight:bold;	
	padding-top:7px;
	padding-bottom:7px;
	padding-left:10px;
	padding-right:12px;
	background-image:url('../Images/GlobalMenuDivider.gif');
	background-repeat:no-repeat;
	background-position:right;
}

.MenuItemHover
{
	font-weight:bold;	
	padding-top:7px;
	padding-bottom:7px;
	padding-left:10px;
	padding-right:12px;
	background-image:url('../Images/GlobalMenuDivider.gif');
	background-repeat:no-repeat;
	background-position:right;
    cursor:hand; 
    cursor:pointer;
    color:White;
}

.LastMenuItem
{
	font-weight:bold;	
	padding-top:7px;
	padding-bottom:7px;
	padding-left:10px;
	padding-right:10px;
}

.LastMenuItemHover
{
	font-weight:bold;	
	padding-top:7px;
	padding-bottom:7px;
	padding-left:10px;
	padding-right:10px;
    cursor:hand; 
    cursor:pointer;
    color:White;
}

.SubMenuItem
{
    cursor:hand; 
    cursor:pointer;
    background-color:#c8d6e8;
    padding:2px;
    padding-left:12px;
    padding-right:12px;
}

.SubMenuItemHover
{
    cursor:hand; 
    cursor:pointer;
    color:White;
	background-color:#aec2dd;
	padding:2px;
    padding-left:12px;
    padding-right:12px;
}



/* Page Template Classes */

.PageContent
{
    text-align: left;
    width: 756px;
}

.PageCenterer
{
	padding: 15px 0px 15px 0px;
	text-align:center; 
	margin:0px auto; 
	width:756px;
}

.MainTable
{
	width: 747px;
	background-image:url('../Images/SideMenuBackground.gif');
	background-repeat:repeat-y;
}

.GlobalMenu
{
	width: 737px;
	height:29px;
	background-image:url('../Images/GlobalMenuBackground.gif');
	background-repeat:repeat-x;
	float:left;
	padding-left:10px;
}

.MainContent
{
	background-color:White;
	background-image:url('../Images/ContentHeader.gif');
	background-repeat:no-repeat;
	background-position:top right;
	width:574px;
	height:465px;
	border-bottom: solid 2px #424f5d;
	padding:10px;
	padding-top:20px;
	padding-bottom:20px;
}

.MainContent img
{
	float:left;
	padding-bottom:10px;
	padding-right:10px;
}
/*
.LeftContent
{
}
.LeftContent a, .LeftContent a:hover, .LeftContent a:visited, .LeftContent a:link, .LeftContent div
{
	font-size: 11px;
	color:White;
}
*/
.SideContent
{
	width:173px;
	height:467px;
	background-image:url('../Images/SideMenuBottom.gif');
	background-repeat:no-repeat;
	background-position:bottom;		
}

.SideContentTitle
{
	background-image:url('../Images/SideMenuSection.gif');
	background-repeat:no-repeat;	
		font-size:13px;
	font-weight:bold;
	color:Black;
	padding:4px;
	padding-left:20px;
	margin-left:1px;
	margin-bottom:4px;
}

.SideContentSmall
{
	font-size:11px;
}

.SideContentText
{
	font-size: 11px;
	color:White;
	padding:2px;
	padding-left:30px;
}

.SideContentText a, .SideContentText a:visited, .SideContentText a:hover, .SideContentText a:link
{
	font-size: 12px;
	color:White;
	text-decoration:none;
}

.SideContentText a:hover
{
	text-decoration:underline;
}


.BottomMenu
{
	text-align:center;
	font-size: 10px;
	color: #d2d2d2;
	padding-top:12px;
	padding-bottom:12px;
}

.BottomMenu a, .BottomMenu a:visited
{
	color: #d2d2d2;
	text-decoration:none;
}

.BottomMenu a:hover
{
	text-decoration:underline;
}

/* Other classes */

.SiteMapDetail
{
	padding:10px;
	padding-top:0px;
}


