﻿body, html
{
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

.page-title
{
	vertical-align: bottom;
	font-size: 14pt;
}
.highlight 
{
	background-color:Yellow;
}
.gallery_title
{
	font-weight: bold;
	font-size: 11pt;
}

.table_header
{
	font-weight: bold;
	font-size: 11pt;
}
.gallery_author
{
	font-size: 11pt;
}

.shadow-container
{
	position: relative;
	left: 3px;
	top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}

.shadow2, .shadow3, .container
{
	position: relative;
	height: 200px;
	left: -1px;
	top: -1px;
}

.shadow1
{
	background: #F1F0F1;
}

.shadow2
{
	background: #DBDADB;
}

.shadow3
{
	background: #B8B6B8;
}

.container
{
	background: #ffffff;
	border: 1px solid #848284;
}
.textsubmission
{
	font-size: 11pt;
	font-style: italic;
}

hr
{
	color: #aaaaaa;
	background-color: #aaaaaa;
	border: 0;
	height: 1px;
}


.outerpair1
{
	background: url(images/upperrightfade.png) right top no-repeat;
}
/* .outerpair1 must be given a width contraint, via either a width,
or by floating or absolute positioning. In this demo these are
applied from the second class name on the .outerpair1 DIV's.
This box also has one of the corner .png's. */


.outerpair2
{
	background: url(images/lowerleftfade.png) left bottom no-repeat;
	padding-top: 8px;
	padding-left: 8px;
}
/* .outerpair2 has padding equal to the shadow
thickness, and also has one of the corner .png's */


.shadowbox
{
	background: url(images/shadow.png) bottom right;
}
/* .shadowbox holds the main shadow .png */

.boxything
{
	border-width: 15px;
	border-style: solid;
	border-bottom-color: #666;
	border-top-color: #999;
	border-left-color: #888;
	border-right-color: #666;
}

.innerbox
{
	position: relative;
	left: -8px;
	top: -8px;
	border-width: 1px;
	border-style: solid;
	border-bottom-color: #666;
	border-top-color: #999;
	border-left-color: #888;
	border-right-color: #666;
}

.innerbox:hover
{
	position: relative;
	left: -8px;
	top: -8px;
	border-width: 1px;
	border-style: solid;
	border-bottom-color: #666fff;
	border-top-color: #bbbfff;
	border-left-color: #aaafff;
	border-right-color: #666fff;
}
/* .innerbox is made "relative" and is "pulled" up and to
the left, by a distance equal to the thickness of the shadow.
Because this is a relative-based shift, the box retains its
exact dimensions without change. */
.noitems 
{
	color:#cc0000;
	font-weight:bold;
}

.shadowbox img
{
	border: 10px solid #fff;
	vertical-align: bottom;
}
/* Shadowed images should not be made "block" for eliminating the baseline
space under the images, because this may trigger IE background bugs.
Instead, use "vertical-align: bottom;" for this purpose. */

.note
{
	background-image: url('images/note_background.gif');
	background-repeat: repeat-x;
	background-color: #e6e6d6;
}

.smallfooter
{
	font-size:9pt;
}

h1 {
	color: #F9A451;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 1.4em;
}