BODY
{
	margin: 0px 0px 0px 0px;
}

A
{
	text-decoration: none;
	font-family: Arial;
	font-size: 12;
	color: 660000;
}

A:link
{
	text-decoration: none;
	font-family: Arial;
	font-size: 12;
	color: 660000;
}

A:visited
{
	text-decoration: none;
	font-family: Arial;
	font-size: 12;
	color: 660000;
}

A:hover
{
	text-decoration: underline overline;
	font-family: Arial;
	font-size: 12;
	color: 660000;
}

A.content:link
{
	color: Black;
}

A.content:visited
{
	text-decoration: none;
	color: Black;
}

A.content:hover
{
	text-decoration: underline overline;
	color: Black;
}

A.header:link
{
	color: Blue;
}

A.header:visited
{
	text-decoration: none;
	color: Purple;
}

.contentBold
{
	text-decoration: none;
	font-family: Arial;
	font-size: 12;
	font-weight:bold;
	color: Black;
}

A.contentBold:link
{
	font-weight:bold;
	color: Black;
}

A.contentBold:visited
{
	font-weight:bold;
	text-decoration: none;
	color: Black;
}

A.contentBold:hover
{
	font-weight:bold;
	text-decoration: underline overline;
	color: Black;
}

A.ctrlNavSecond:link
{
	color: Black;
	font-weight: bold;
}

A.ctrlNavSecond:visited
{
	color: Black;
	font-weight: bold;
}

A.ctrlNavSecond:hover
{
	text-decoration: underline overline;
	color: Black;
	font-weight: bold;
}

A.ctrlNav:link
{
	color: 660000;
	font-weight: bold;
}

A.ctrlNav:visited
{
	color: 660000;
	font-weight: bold;
}

A.ctrlNav:hover
{
	text-decoration: underline overline;
	color: 660000;
	font-weight: bold;
}

A.ctrlNavTitre:link
{
	font-size:large;
	color: 660000;
	font-weight: bold;
}

A.ctrlNavTitre:visited
{
	font-size:large;
	color: White
	font-weight: bold;
}

A.ctrlNavTitre:hover
{
	font-size:large;
	text-decoration: underline overline;
	color: 660000;
	font-weight: bold;
}

TD.element
{
	border-width: 2px;
	border-style:groove;
	background-color: White;
}

TD.alternate
{
	border-width: 2px;
	border-style:groove;
	background-color: Silver;
}

TD.delete
{
	border-width: 2px;
	border-style: groove;
	background-color: Gray;
}

TD.topborder
{
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-style: solid;
	border-color: Black;
	background-color: Silver;
}

TD.bottomborder
{
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-style: solid;
	border-color: Black;
	background-color: Silver;
}

TD.header
{
	border-width: 2px;
	border-style:groove;
	text-align: center;
	font-weight: bold;
}

TD.total
{
	border-width: 2px;
	border-style: groove;
}

TD.empty
{
	border-width: 0px;
}

TD.MonthHeader
{
	border-width: 5px;
	font-weight: bold;
	font-size: large;
	text-align: left;
}

TD.PhotographerHeader
{
	border-bottom-width: 5px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	font-size: large;
	text-align: left;
}

TD.StateHeader
{
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	font-style: italic;
	text-align: center;
}	

.headerContainer
{
	padding-left: 10px;
	font-weight: bold;
	left: 0px;
	width: 100%;
	color: Black;
	position: relative;
	top: 0px;
	height: 50px;
	background-color: #336699;
}


.footerContainer
{
	padding-left: 10px;
	left: 0px;
	width: 100%;
	position: relative;
	height: 50px;
	background-color: #336699;
	font-weight: bold;
	color: Black;
	
}

.albumListContainer
{
	position:relative;	
	padding-top: 20px;
	padding-bottom: 20px;	
	text-align:center;
}

.albumListInsideContainer
{
	background-color:White;
	width:75%;
	position:relative;
	padding:10px;
	border: solid 3px black;
}

.albumListNavContainer
{
	width: 100%;
	position: relative;
	background-color: #c0c0c0;
	text-align: right;
}

.albumItemContainer
{
	width:100%;
	text-align:left;
	position:relative;
}


.pictureListContainer
{
	position:relative;	
	padding-top: 20px;
	padding-bottom: 20px;	
	text-align:center;
}

.pictureListInsideContainer
{
	background-color:Black;
	width:75%;
	position:relative;
	padding:10px;
	border: solid 3px black;

}

.pictureListNavContainer
{
	width: 100%;
	position: relative;
	background-color: #c0c0c0;
	text-align: right;
}

.pictureListNavContainerSecond
{
	width: 100%;
	position: relative;
	background-color: #FFFFFF;
	text-align: right;
}


.pictureDetailsNavContainer
{
	width: 100%;
	position: relative;
	background-color: #c0c0c0;
	text-align: center;
}

.viewPictureContainer
{
	position:relative;	
	padding-top: 20px;
	padding-bottom: 20px;	
	text-align:center;
}


.viewPictureInnerContainer
{
	width:75%;
	position:relative;
	padding:10px;
	border: solid 3px black;
}

.viewPictureContainerSecond
{
	position:relative;	
	text-align:center;
}


.viewPictureInnerContainerSecond
{
	position:relative;
	border: solid 3px black;
	background-color: White;
}


.commentListContainer
{
	position:relative;	
	padding-top: 20px;
	padding-bottom: 20px;	
	text-align:center;
}

.commentListInsideContainer
{
	background-color:White;
	width:75%;
	position:relative;
	padding:10px;
	border: solid 3px black;

}

.commentFormContainer
{
	position:relative;	
	padding-top: 20px;
	padding-bottom: 20px;	
	text-align:center;
}

.commentFormInsideContainer
{
	background-color:White;
	width:75%;
	position:relative;
	padding:10px;
	border: solid 3px black;

}

.commentHeader
{
	font-weight: bolder;
	font-size: large;
	background: silver;
	border: 1px dashed #000000;
}

.commentItemContainer
{
	border-bottom: 1px dashed #adadad;
}

.commentItemHeader
{
	border: #adadad 1px dashed;
	background: #eee;
}


.subnavigationContainer
{
	border: #adadad 1px dashed;
	padding: 6px 6px 6px 6px;
	background-color: #eee;
	text-align:right;
	font-size: smaller;
}

.outerTable
{
	background-color	: #ffffff;
	width				: 980px;
}

.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%;
}

.headerTitle
{
	width				: 100%;
	font-family			: Trebuchet MS;
	font-size			: 18px;
	color				: #818181;
	padding				: 6px;
	text-align			: center;
}

.navBar
{
	background-color	: #8A2205;
	background-image	: url(phototirages/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;
}

.navBarTitre
{
	background-color	: #8A2205;
	background-image	: url(phototirages/images/nav_bg.gif);
	background-repeat	: repeat-y;
	font-family			: Verdana, Sans-Serif;
	font-size			: large;
	font-weight			: bold;
	color				: #ffffff;
}

.navBarTitre a
{
	font-weight			: bold;
	background-color	: Transparent;
	color				: #FBAF5D;
}

.navBarTitre a:hover
{
	font-weight			: bold;
	background-color	: Transparent;
	color				: #FFFFFF;
}

.subNavBar
{
	background-color	: #F8F8F8;
	background-image	: url(phototirages/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			: center;
}

.subNavBar a
{
	background-color	: Transparent;
	color				: #979797;
}

.subNavBar a:hover
{
	background-color	: Transparent;
	color				: #333333;
}

.mainTable
{
	background-color	: white;
	width				: 100%;
}

.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
{
	vertical-align: top; 
	width: 6px;
}

.bottomCorner
{
	vertical-align: bottom; 
	width: 6px;
}

.flatVertical
{
	height: 20px; 
	width: 100%;
}

.subAlbumsHeader
{
	background-color	: #F8F8F8;
	background-image	: url(phototirages/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%;
}

TD.thomasMenuHeader
{
	text-align : center;
	background-color : #00ab4e;
	color : #FFFFFF;
	font-size: 13;
	font-family: Arial;
	font-weight: bold;
}

TD.phototiragesMenuHeader
{
	text-align : center;
	background-color : #000000;
	color : #FFFFFF;
	font-size: 13;
	font-family: Arial;
	font-weight: bold;
}
