/*
 * Combined style sheet for the index pages and the slide pages.
 */
/* Style for all bodies. */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #666666;
	color: #FFFFFF;
}

.dstable {
	width: 700px;
	border-style: solid;
	border-right-style: solid;
	border-color: #333333;
	border-right-color: #333333;
	background-color: #FFFFFF;
}


.h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
       	font-size: 150%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

.dstoparea {
	background-image: url(ds_top.jpg);
	width: 700px;
	background-repeat: no-repeat;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-left-color: #333333;
}

.dsalbumtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: right;
	padding: 5px 10px 5px 0px;
	width: 450px;
}

.indexthumbnailarea {
	width: 700px;
        height: 400px;
        background-color: #FFFFFF;
       	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
       	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-transform: uppercase;
	color: #333333;
        padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 20px;
}

.slidethumbnailarea {
	width: 700px;
        background-color: #FFFFFF;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #666666;
	border-bottom-color: #666666;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
       	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-transform: uppercase;
	color: #333333;
        padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 10px;
	padding-left: 10px;
}

.dsnavarea {
	text-align: center;
	padding: 5px;
	width: 250px;
}

.dsimagearea {
	padding-top: 20px;
	width: 700px;
	background-color: #FFFFFF;
	border-top: none;
	border-right: thin solid #333333;
	border-bottom: none;
	border-left: thin solid #333333;
}

.dsimagetitlearea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-transform: uppercase;
	color: #999999;
	text-align: left;
	padding: 20px 20px 3px;
	width: 300px;
	font-weight: bold;
}


.image {
	border-width: 2px;
	border-style: solid;
        border-color: #333333;	
}

.navishow {
	width: 400px;
	height: 20px;
}

.dscommentarea {
       	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
	text-align: left;
	padding: 20px 20px 3px;
	width: 300px;

}


#index td {
	text-align: center;       
}


.camera {
	font-size: 11px;
}


a:active {
	text-decoration: none;
	color: #00FFFF;
}

a:visited {
	text-decoration: underline;
	color: #333333;
}

a:hover {
	text-decoration: underline;
	color: #FFFF00;
}

a:link {
	text-decoration: none;
	color: #FFFFFF;
}

.bottomarea {
	background-image: url(ds_bottom.jpg);
	height: 80px;
	width: 700px;
	background-repeat: no-repeat;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

.bottomtext {
	font-size : 10px;
	color : #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #333333;
	font-weight: normal;

}
