﻿body 
{
	text-align:center;
	margin:0 0 0 0;
	vertical-align:top;
	height:110px;
	text-align:center;
	
}

.content
{
	font-family:Verdana, sans-serif, Arial;
	font-size:11px;
}

.content TD
{
	font-family:Verdana, sans-serif, Arial;
	font-size:11px;
}

.title
{
	font-family:Verdana, sans-serif, Arial;
	font-size:14px;
	font-weight:bold;
	color:#E56319;
}

.pageTitle 
{
	font-family:Verdana, sans-serif, Arial;
	font-size:16px;
	font-weight:bold;
	color:#E56319; 
	text-align:left;
	margin: 10px 10px 5px 15px;
	border-bottom: solid 1px #E56319;
}

.menutopUnselected
{
/*display:inline;
height:28px;
width:100px;*/
/*margin:0px 1px 0px 3px;*/
/*background-color: #4B4B4B;*/
color: #797979;
font-size:11px;
font-family:Verdana, sans-serif, Arial;
font-weight:bold;
padding:0px 3px 0px 3px;
text-decoration:none;
/*line-height:18px;*/
cursor:pointer;
cursor:hand;
}

.menutopSelected
{
/*display:inline;
height:28px;
width:100px;*/
/*margin:0px 1px 0px 3px;
background-color: #EFA14C;*/
color: #797979;
font-size:11px;
font-family:Verdana, sans-serif, Arial;
font-weight:bold;
padding:0px 0px 0px 0px;
text-decoration:none;
/*line-height:18px;*/
cursor:pointer;
cursor:hand;
}



.menutopSelected.menuItem {border-bottom:dashed 1px #797979;background-color:#EEECE4;}
.menutopSelected.subItem {border-bottom:dashed 1px #797979;background-color:#EEECE4;}

.menuMouseOver {background-color:#F1C0A0;border-bottom:dashed 1px #797979;}
.subItem {border-bottom:dashed 1px #797979;background-color:#EEECE4;}


.header
{
	background-image:url("images/headerBackground.gif");
	height:110px;
	
}



.footer
{
	background-image:url("images/footerBackground.gif");
	height:70px;
	text-align:center;
	font-family:Verdana, sans-serif, Arial;
	font-size:16px;
}

footerTD {width:541px; text-align:center;}

.left 
{
background-color:#EEECE4;
width:199px;
border-left:solid 3px #ffffff;
border-right:solid 2px #ffffff;
vertical-align:top;
}

.subHeaderTop
{
	background-color:#D5D6CE;
	border-left:solid 2px #ffffff;
	/*height:210px;
	vertical-align:bottom;*/
}

.subHeaderBottom
{
	/*background-image:url("images/subHeaderBackground.gif");*/
	background-color:#D5D6CE;
	border-bottom:solid 2px #ffffff;
	height:10px;
}

.subHeaderTopRight
{
	/*background-image:url("images/subHeaderBackground.gif");*/
	background-color:#D5D6CE;
	
	border-left:solid 3px #D5D6CE;
	border-right:solid 3px #D5D6CE;
	width:220px;
	height:170px;
}

.right 
{
background-color:#EEECE4;
width:220px;
/*border-top:solid 3px #ffffff;
border-left:solid 3px #ffffff;
border-right:solid 2px #ffffff;*/
vertical-align:top;
}

.right2 
{
background-color:#EEECE4;
width:220px;
border-top:solid 3px #ffffff;
border-left:solid 3px #ffffff;
border-right:solid 3px #ffffff;
vertical-align:top;
}


a:link, a:visited
{
	font-family:Verdana, sans-serif, Arial;
	font-size:11px;
	color:#797979;
	text-decoration:underline;
}

a:hover
{ 
	text-decoration:none;
}

.contentMargin
{
	margin:10 10 10 10;
}

input
{
	
	/*border:solid 1px #E56319;*/
	font-family:Verdana, sans-serif, Arial;
	font-size:11px;
	color:#797979;
}

.button 
{
	background-color:#E56319;
	border-bottom:solid 1px #D5D6CE;
	border-left:solid 1px #D5D6CE;
	color:#ffffff;
	padding: 3 3 3 3;
	font-size:12px;
	width: 20%;
}

.login
{
	background-color:#ffffff;
	width:96%;
	margin:20 5 20 5;
	border-bottom:solid 5px #BAB8A9;
	border-top:solid 5px #BAB8A9;
}

.loginTitle
{
	font-family:Verdana, sans-serif, Arial;
	color:#E56319;
}

.loginButton
{
	background-color:#E56319;
	border-bottom:solid 1px #D5D6CE;
	border-left:solid 1px #D5D6CE;
	color:#ffffff;
	padding: 3 3 3 3;
	font-size:12px;
}

.loginInput
{
	border:solid 1px #797979;
	font-family:Verdana, sans-serif, Arial;
	font-size:11px;
	color:#797979;	
	width:100%;
}

.loginContent
{
	font-family:Verdana, sans-serif, Arial;
	font-size:11px;
}

.active {}

.inactive {text-decoration:line-through;}

.message 
{
	font-family:Verdana, sans-serif, Arial;
	font-size:13px;
	font-weight:bold;
	color:#E56319;
	text-align:center;
	margin: 20 0 20 0;
	width:100%;
}

.menu
{
color: #797979;
font-size:11px;
font-family:Verdana, sans-serif, Arial;
font-weight:bold;
padding:0px 0px 0px 0px;
text-decoration:none;
cursor:pointer;
cursor:hand;
width:90%;
}

.menu:link .menu:visited
{
	text-decoration:none;
}

.menu:hover {background-color:#F1C0A0;border-bottom:dashed 1px #797979;}

/* demo css for ImageGallery */

/* whole table */
.GalleryDemo
{
	margin: 40px;
	border-collapse:collapse;
}

/* gallery items */
.GalleryDemo TD
{
	padding: 10px;
	margin: 0px;
	background: white;
	text-align: center;
}

/* gallery title */
.GalleryDemo TH
{
	background: silver;
	color:white;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 100%;
	font-family: Arial ;
	border:0px;
	margin:0px;
}

.GalleryDemo A {color:blue;}
.GalleryDemo A:visited {color:blue;}
.GalleryDemo A:active {color:blue;}
.GalleryDemo A:hover {color:blue;}

.GalleryDemo IMG
{
	border: 1px solid gray;
}

.innerTable
{
	border: none;
	text-align:left;
}

.innerTable TD
{
	text-align:right;
}