/* CSS Document */

.MainMenu {
	width: 816px;
	height: 35px;
	border: 2px solid #000000;
	background: url(../images/button_bg.png) top left repeat-x;
	color: #000000;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}

.MainMenu a:link, .MainMenu a:visited, .MainMenu a:active {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 20px;
}

.MainMenu a:hover {
	color: #FEFEFE;
}

.GalleryTitle {
	background-color: #666666;
	border-bottom: 2px solid #CCCCCC;
	font-weight: bold;
	font-size: 15pt;
	text-align: center;
}

.GalleryTables table {
	width: 100%;
}

.SideContent {
	width: 290px;
	background-color: #38506a;
	padding-bottom: 25px;
	border: 1px solid #a6a6a6;
}

.SideBarTitle {
	background-color: #243344;
	text-align: left;
	padding: 6px 6px 6px 6px;
	color: #FFFFFF;
	font-weight: bold;
}

.MainContent {
	margin: 0 25px 0 10px;
}

.PageTopLeftCorner{
	height: 6px;
	width: 32px;
	background-image: url(../images/left.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}

.PageTop{
	height: 6px;
	width: 836px;
	background-color: #333333;
}

.PageTopRightCorner{
	height: 6px;
	width: 32px;
	background-image: url(../images/right.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}

.PageLeft{
	width: 32px;
	background-image: url(../images/left.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}

td.PageContent{
	width: 836px;
	background-color: #333333;
}

div.PageContent {
	width: 100%;
	margin: 10px 10px 10px 10px;
}

.PageRight{
	width: 32px;
	background-image: url(../images/right.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}

.PageBottomLeftCorner{
	height: 32px;
	width: 32px;
	background-image: url(../images/bottom-left.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

.PageBottom{
	height: 32px;
	width: 836px;
	background-image: url(../images/bottom.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

.PageBottomRightCorner{
	height: 32px;
	width: 32px;
	background-image: url(../images/bottom-right.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

/* ---------------------------------------- **
   ADMIN STYLES 
** ---------------------------------------- */

.AdminHeader {
	width: 100%;
	height: 50px;
	background-color: #1d5087;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 40px;
	vertical-align: middle;
}

.AdminTop {
	width: 100%;
	height: 20px;
	background-color: #444444;
	border-top: 4px dotted #666666;
	font-size: 14px;
	color: #FFFFFF;
}

.AdminMainMenu {
	width: 200px;
	padding: 10px 10px 10px 10px;
	background-color: #bfd8f1;
	line-height: 25px;
	border: 2px dotted #333333;
}

.AdminMainMenu a:link, .AdminMainMenu a:visited, .AdminMainMenu a:active {
	color: #333333;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
}

.AdminMainMenu a:hover {
	color: #CC0000;
}

.AdminTextHeading {
	color: #333366;
	font-size: 18pt;
}

a.AdminAddNewLink:link, a.AdminAddNewLink:visited, a.AdminAddNewLink:active {
	color: #660000;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	padding: 3px 3px 3px 3px;
	border: 1px dotted #222222;
	margin-left: 25px;
	background-color: #FFFF99;
}

a.AdminAddNewLink:hover {
	color: #DD0000;
}

.AdminTop a:link, .AdminTop a:visited, .AdminTop a:active {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}

.AdminTop a:hover {
	color: #FFFF00;
}
