﻿body
{
	background-color: #CC6633;
	font-family: Arial;
	font-size: 10pt;
}

.MainContent
{
	border: thick groove #CC9933;
}

.Title
{
	font-weight: bold;
	color: #FFFFFF;
}

.Header
{
	background-color: #336666;
}

hr
{
	background-color: #CC6633;
}

.Width100
{
	width: 100%;
}

.Link
{
	text-decoration: none;
}

.collapsePanelHeader
{
	border-style: ridge;
	width: 100%;
	height: 30px;
	background-color: #CC9933; /*background-image: url(../images/bg-menu-main.png); 	background-repeat:repeat-x;*/
	color: #FFF;
	font-weight: bold;
}

.adminMenu
{
	padding: 10px;
	border: medium groove #CC9933;
	font-weight: bold;
	background-color: #669999;
	width: 98%;
	height: 40px;
}

.titleDiv
{
	margin: 10px;
	width: 100%;
}

.galleryLink
{
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
}

.editPanel
{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC9933;
	width: 100%;
	height: 25px;
	text-align: right;
}


.tableContainer
{
	height: 500px;
	overflow: scroll;
}

.tdTitle
{
	background-color:#990000;
}

.DivHeading
{
	padding: 5px;
	width: 98%;
	background-color: #990000;
}