/*
***********************************************************************
*  Copyright (C) 2008 PHOENIX Marketing Consultants, Tampa Bay FL, USA
*
*  This program is free software; you can modify (at your own risk) any part of it
*  under the terms of the License that accompanies this software and use it both
*  privately and commercially.
*
*  All copyright notices must remain in tacked in the scripts and the
*  outputted HTML.
*
*  This program is distributed in the hope that it will be useful,
*  but WITHOUT ANY WARRANTY; without even the implied warranty of
*  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR ANY OTHER
*  WARRANTIES WHETHER EXPRESSED OR IMPLIED.
*
*  www.phoenix-mc.com
*  
*  For support email support@phoenix-mc.com. We reserve the right to decline support requests
*  for modifications to this application
***********************************************************************
*/

body {
	font-size :10pt;
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

input {
	border:solid 1px;

}

h2 {
	color:#FFFFFF;
	font-size:14px;
}

a {
	color: #990000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.copyright{
	color: #000000
	font-size: 8pt;
	text-decoration: none;
	text-align: center;
}

img {
	border: 0;
}

.Title {
	font-size: 12pt;
}

.MenuTitle {
	margin-top: 5px;
	width:95%;
	padding:0.5em;
	border:solid 1px #000000;
	background: #85A543;
	color:#FFFFFF;
	font-weight:bold;
}

.MenuTitle a {
	color:#FFFFFF;
	font-weight:normal;
}

#Container {
	width:80%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	margin-bottom:10px;
}

#PagesMenu a {
	text-decoration:none;
}

#PagesMenu a:hover {
	text-decoration:none;
	color:#000000;
}


#Header {
	width:100%;
	background-image:url(images/layout_top.jpg);	
	text-align:left;
}

#Header .Left {
	text-align:left;
	float:left;
	display:inline;
}

#Header .Right {
	text-align:right;
	float:right;
	display:inline;
}

#Header .Titleimg {
	padding: 5px;
}

#Content {
	text-align:left;
	clear:both;
}

#Footer {
	clear:both;
	width:100%;
	color:#FFFFFF;
	margin-top:5px;

	height:50px;
	
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
}

	#Footer p {
		padding-top:5px;
		text-align:right;
		padding-right:5px;
	}

#Table_List {
	width:100%;
}

	 .Block_Link {
	 	display:block;
		width:90%;
	}
	
	 .TitleCol {
		font-weight:bold;
		background-color:#4BACC6;
		color:#FFFFFF;
		padding:3px;
	}
	
	.TitleCol a{
		color:#FFFFFF;
	}
	
	.CellNormal {
		border-top:1px solid #000000;
		border-bottom:1px solid #000000;
	}
	
	.CellOdd {
		background-color:#D2EAF0;
		border-top:1px solid #000000;
	}
	
	.CellBorders {
		border-top:1px solid #666666;
		padding:3px;

	}
	
	.TableBorder {
		border:1px solid #000000;
	}

#Stats {
	width:99%;
	border:1px solid;
	float:left;
	font-size:10px;
	height:150px;
	text-align:left;
}

	#Stats p {
		padding:5px;
	}
	
	#Stats .Title {
		background-color:#85A543;
		display:block;
		padding:5px;
		color:#FFFFFF;
		font-size:12px;
		border-bottom:1px solid #000000;
		background-image:url(images/green_top.jpg);
	}
	
#Updates {
	margin-top:1em;
	width:99%;
	border:1px solid;
	float:left;
	font-size:10px;
	height:150px;
	text-align:left;
}

	#Updates p {
		padding:5px;
	}
	
	#Updates .Title {
		background-color:#85A543;
		display:block;
		padding:5px;
		color:#FFFFFF;
		font-size:12px;
		border-bottom:1px solid #000000;		
		background-image:url(images/green_top.jpg);		
	}
	
#ShortCutBox {
	text-align:left;
	width:98%;
	border:1px solid;
	float:center;
	font-size:10px;
	height:315px;
}

	#ShortCutBox p {
		margin-top:1em;
		padding:5px;
	}
	
	#ShortCutBox .Title {
		background-color:#85A543;
		display:block;
		padding:5px;
		color:#FFFFFF;
		font-size:12px;
		text-align:left;
		border-bottom:1px solid #000000;	
		background-image:url(images/green_top.jpg);			
	}
	
#Visit_Box {
	margin-top:1em;
	text-align:left;
	width:99%;
	border:1px solid;
	font-size:10px;
}

	#Visit_Box p {
		margin-top:1em;
		padding:5px;
	}
	
	
	#Visit_Box .Title {
		background-color:#85A543;
		display:block;
		padding:5px;
		color:#FFFFFF;
		font-size:12px;
		text-align:left;
		border-bottom:1px solid #000000;	
		background-image:url(images/green_top.jpg);	
	}
