/* CSS Document */

@media print { body { visibility: hidden; display: none } }

body {
	background-color:#EBEAC5;
	margin-top:0;
	/*
	margin-left:5;
	margin-bottom:5;
	margin-right:5;
	*/
	}

#tops {
	/*
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 70%;
	*/
	line-height: 150%;
	text-align: center;	
	/*
	color: #E2E4EB;
	background-color: #17203F;
	background-image: url(../images/barx.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	*/
	padding: 5px 0px 0px;
	margin: 0px;
	border-bottom: 1px solid #17203F;
	width: 100%;
	height: 25px;
	/*min-height: 35px;*/
	list-style: none;
	display: block;
}
#tops li {
	color: #000000;
	background-color: #FFFFFF;
	white-space: nowrap;
	padding: 0px 5px;
	margin: 0px;
	display: inline; 
}
* html #tops li {padding: 0px 15px;}
#tops a:link, #tops a:visited {  
	font-weight: normal !important;
	/*
	color: #CBCFDC;
	background-color: transparent;
	*/
	text-decoration: none;
}
#tops a:hover {
	font-weight: bold;
	/*
	color: #AAAFC4;
	background-color: transparent;
	*/
	background-color: #FFFFFF;
	border-width: 0px;
}
/*
.sectionlink a:link {
	color: #000000;
	text-decoration: none;
	width:100%;
	height:100%;
	display:block;
}

.sectionlink a:visited {
	color: #000000;
	text-decoration: none;
}

.sectionlink a:hover {
	font-weight: bold;
	color: #AAAFC4;
	text-decoration: none;
}

.sectionlink a:active {
	font-weight: bold;
	color: #AAAFC4;
	text-decoration: none;
}
*/
.sectionlink 
{
	background-color: #FFFFFF;
	color:Black;
	text-decoration: none;
	width:100%;
	height:100%;
	display:block;
}

.sectionlink:visited 
{
	/*background-color: #FFFFFF;*/
	color:Black;
	text-decoration: none;
}

.sectionlink:hover 
{
	background-color: #F6F6F9;
	color:Black;
	text-decoration: none;
}

.sectionlink:active 
{
	/*background-color: #FFFFFF;*/
	color:Black;
	text-decoration: none;
}

.navbarbtn
{
	width:100%;
	text-align:center; 
	cursor:pointer; 
	border-style:solid; 
	border-color:#EEEEEE; 
	border-width:1px; 
	white-space:nowrap;	
	background-Color:transparent;
	font-size:smaller;
}

.tabbtn
{
	width:100px;
	text-align:center; 
	cursor:pointer; 
	border-style:solid; 
	border-bottom-color:#EEEEEE; 
	border-left-color:#EEEEEE; 
	border-top-color:#EEEEEE; 
	border-right-color:#EEEEEE; 
	border-width:1px; 
	white-space:nowrap;	
	background-Color:white;
	font-size:smaller;
	vertical-align:bottom;
	height:20px;
}

.filemanagerbtn
{
	border-style:solid; 
	border-color:#EEEEEE; 
	border-width:1px; 
	white-space:nowrap;	
	background-Color:white;
	font-size:smaller;
	cursor:pointer;
}

.categorylist
{ 
	font-size:x-small; 
	font-family:Arial; 
	vertical-align:top; 
	border-width:0px; 
	border-style:none; 
}

.FileManagerImage
{
	max-height:300px;
	max-width:300px;
	text-align:center;
}

.filedisplaydiv
{
	float:left; 
	clear:none;
	margin:10px;
	padding:3px;
	background-color:#EAEAEA;	
	min-height:200px;
	min-width:300px;
}

.filemanagertxt
{
	border-style:solid;
	border-width:1px;
	border-color:#999999;
}

.addisplaydiv
{
	float:left; 
	clear:none;
	margin:10px;
	margin-bottom:25px;
	padding:3px;
	background-color:#EAEAEA;	
	min-height:200px;
	min-width:200px;
	display:inline;
}

.AdvertLevelHeader
{
	font-size:medium; 
	font-family:Arial; 
	font-weight:bold;
	margin-top:5px;
	clear:both;
}