/*******************************
 * General page styles
 *******************************/
body, table, td, p
{
	font-family: Arial;
	font-size: 10pt;
	margin: 0px;
}

.blank
{
	background-color: #475383;
}

a.smalllink:link, a.smalllink:visited, a.smalllink:active, a.smalllink:hover
{
	font-size: 8pt;
}

td.footer
{
	font-size: 7pt;
	text-align: center;
}

A:link, A:hover, A:visited, A:active
{
	color: #F29B12;
	text-decoration: none;
}

A:hover
{
	text-decoration: underline;
}

.Heading1
{
	font-size: 16pt;
	font-family: Serif;
	margin-bottom: 2px;
}
.Heading1 a:link, .Heading1 a:hover, .Heading1 a:visited, .Heading1 a:active
{
	color: Black;
	text-decoration: none;
}

.Heading2
{
	font-size: 12pt;
	font-family: Arial;
	color: #F29B12;
	margin-bottom: 0px;
}

/*******************************
 * Left menu
 *******************************/
td.navigation
{
	background-color: white;
	height: 100%;
	font-size: 10pt;
}
table.navigation
{
	border-collapse: collapse;
}
td.navitem, td.navitemh, td.navitemover
{
	border: 1px dashed #475383;
	border-left: 0px;
	padding-left: 10px;
}
td.navitemh, td.navitemover
{
	height: 30px;
	cursor: hand;
}
td.navitemover
{
	cursor: hand;
	background-color: #FA981B;
}


/*******************************
 * RichTextBox toolbar
 *******************************/
input.ToolBarButtonSingle, td.ToolBarButtonSingle
{
	font-size: 8pt;
}

/*******************************
 * Login
 *******************************/
Table.LoginBox
{
	border: 1px solid #475383;
}
TR.LoginBoxTitle, TR.LoginBoxTitle TD
{
	background-color: #475383;
	color: White;
	font-weight: bold;
	font-size: 10pt;
}
.LoginBox input
{
	background-color: #475383;
	color: white;
}
TD.Caption
{
	text-align: right;
	font-weight: bold;
}

Table.PhotoTable
{
	background-color: #000000;
	font-size: 7pt;
	color: white;
	border: 2px solid red;
}
Table.CollectionTable
{
	background-color: #000000;
	font-size: 7pt;
	color: white;
	border: 2px solid red;
}

TD.PhotoTitle
{
	padding-bottom: 10px;
	font-size: 14pt;
	font-weight: bold;
}
TD.PhotoCollection
{
	padding-bottom: 10px;
	font-size: 12pt;
}
TD.PhotoCaption, TD.VideoCaption
{
	padding-top: 10px;
	font-size: 12pt;
}
TD.PhotoDate, TD.VideoDate
{
	padding-top: 10px;
	font-size: 12pt;
}
