﻿body
{
	margin: 0 auto 0 auto;
	padding: 0;
	font-family: Arial,Verdana,sans-serif;
	font-size: 12px;
}
.imageContainer
{
	text-align: center;
	padding: 3px;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 96px;
	width: 96px;
	border: 1px solid #CCC;
}

.imageContainer:hover
{
	border: 1px solid #024A76;
	cursor: pointer;
}
.adminBtnPadding
{
	margin: 0 auto 0 auto;
	padding-left: 100px;
}
.tabadmin
{
	font-size: 11px;
}
.adminpagetitleline
{
	color: white;
	background-color:#afafb2;
	font-size: 20px;
	font-family: Times New Roman,arial;
	font-weight: bold;
	padding-bottom: 6px;
	padding-top: 6px;
	text-align: left;
}
.FileManager_Header
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: white;
	background-color: #9EBFF6;
	border-bottom: #696969 1px solid;
	height: 25px;
}

.FileManager_Pager
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	background-color: #EEEEEE;
	border-top: #696969 1px solid;
	height: 25px;
}

.FileManager_StatusBar
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	background-color: #dedfde;
	height: 25px;
	margin: 2px 2px 2px 2px;
}

.FileManager_Item
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	color: Black;
	background-color: #F8F8F8;
	border-top: black 1px dashed;
	border-bottom: black 1px dashed;
}

.FileManager_AltItem
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	color: Black;
	background-color: #EEEEEE;
	border-style: none;
}
