/*
Default Link
*/
a
{
	color:white;
	text-decoration:underline;
}

a:hover
{
	text-decoration:none;
}

/*
Footer
*/

.footer,a.footer,a.footer:visited,a.footer:active{font-family:Verdana;font-size:small;color:#CCCC99}
a.footer:hover{color:white}

/* */

.outerTable
{
	background-color	: #ffffff;
	width				: 70%;
}

.outerSendToTable
{
	background-color	: #FFFFFF;
	width: 100%;
}

.sendToTable td
{
	font-family			: Verdana, Sans-Serif;
	font-size			: 11px;
	color				: #666666;
	padding				: 6px;
	white-space			: nowrap;
}

.sendToTable textarea
{
	font-family			: Verdana, Sans-Serif;
	font-size			: 11px;
	color				: #666666;
	width: 100%;
}

.sendToTable input
{
	font-family			: Verdana, Sans-Serif;
	font-size			: 11px;
	color				: #666666;
	width: 100%;
}

select
{
	font-family			: Verdana, Sans-Serif;
	font-size			: 10px;
}

.headerTitle
{
	width				: 100%;
	font-family			: Trebuchet MS;
	font-size			: 18px;
	color				: #818181;
	padding				: 6px;
}

.navBar
{
	background-color	: #8A2205;
	background-image	: url(images/nav_bg.gif);
	background-repeat	: repeat-y;
	font-family			: Verdana, Sans-Serif;
	font-size			: 11px;
	color				: #ffffff;
	padding				: 0px 10px 0px 10px;
	height				: 40px;
}

.navBar a
{
	background-color	: Transparent;
	color				: #FBAF5D;
}

.navBar a:hover
{
	background-color	: Transparent;
	color				: #FFFFFF;
}

.subNavBar
{
	color				: white;
/*	background-color	: white;
	background-image	: url(images/subnav_bg.gif);
	background-repeat	: repeat-x;*/
	font-family			: Verdana, Sans-Serif;
	font-size			: 9px;
	font-weight			: bold;
	padding				: 0px 10px 2px 0px;
	height				: 27px;
}

.subNavBar a
{
	background-color	: Transparent;
	color				: white;
}

.subNavBar a:hover
{
	background-color	: Transparent;
	color				: white;
}

.mainTable
{
	background-color	: Transparent;
}

.mainTable td
{
	background-color	: Transparent;
	font-family			: Verdana, Sans-Serif;
	font-size			: 11px;
	color				: #666666;
	padding				: 6px;
}


/* Custom Styles */

.textBlock
{
	font-family			: Verdana, Sans-Serif;
	font-size			: 11px;	
}

.textBlock h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.55em;
	line-height: normal;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 12px 0px;
	border-bottom: solid 1px #DEDEDE;
	color: #FF6600;	
}

.currentPageHighlight
{
	color: #8A2205;
}

.topCorner
{
	width: 6px;
}


.bottomCorner
{
	vertical-align: bottom; 
	width: 6px;
}

.flatVertical
{
	height: 20px; 
	width: 100%;
}

.subAlbumsHeader
{
	background-color	: #F8F8F8;
	background-image	: url(images/subnav_bg.gif);
	background-repeat	: repeat-x;
	font-family			: Verdana, Sans-Serif;
	font-size			: 9px;
	font-weight			: bold;
	color				: #979797;
	padding				: 0px 10px 2px 0px;
	height				: 27px;
	text-align			: right;
	border-left: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
}

.subAlbumsBody
{
	border-right: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	border-bottom: #e3e3e3 1px solid;
	height: 100%;
}

.otherBlockText
{
	background-color	: Transparent;
	font-family			: Verdana, Sans-Serif;
	font-size			: 11px;
	color				: #666666;
	padding				: 6px;	
}

/*
	Album Tree
*/
.albumTree_AlbumName,.albumTree_AlbumName:visited,.albumTree_AlbumName:active
{
	font-family			: Verdana, Sans-Serif;
	font-size			: 11px;
	color				: white;
	padding-left		: 6px;
	text-decoration		: none;
}
.albumTree_AlbumName:hover{text-decoration: underline;}

.albumTree_PictureName,.albumTree_PictureName:visited,.albumTree_PictureName:active
{
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;
	color				: white;
	padding-left		: 6px;
	text-decoration		: none;
}
.albumTree_PictureName:visited{color:silver;}
.albumTree_PictureName:hover{text-decoration: underline;}

.footer,a.footer,a.footer:visited,a.footer:active{font-family:Arial;font-size:xx-small;color:#CCCC99}

/*
	AlbumListing page
	Album properties
*/
.AlbumName
{
	color:white;
	font-size:15px
}

.AlbumDate
{
	color:white;
	font-size:xx-small;
}

.AlbumPictureCount
{
color:white;
font-size:10px;
}

.pictureDetailsContainer
{
	color			:	white;
	font-size		:	10px;
}

/*
Shows page styles

*/
.ShowContainer
{
	padding-bottom:10pt;
}

.ShowTitle
{
	font-family:Arial;
	font-size:12pt;
	font-weight:bold
	
}

.ShowDescription
{
	font-family:Arial;
	font-size:10pt;
	font-weight:normal;
}

.ShowLocation
{
	font-family:Arial;
	font-size:10pt;
	font-weight:normal;
}

.ShowURL
{
	font-family:Arial;
	font-size:10pt;
	font-weight:normal;
}

.FrontDescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
}
