/*
 * Combined style sheet for the index pages and the slide pages.
 */

/*
 * This style template pops up a color dialog so users can choose background color
 * The choice is then saved in the project
 * Code taken and modified from UskUser style within Horizontal skin by David Ekholm.
 *
 */





/* Style for all bodies. */
body {
	font-size: 10pt;
	background-color: #300000;
	color: #00cccc;
	margin: 5;
	font-family: Tahoma, Arial, sans-serif;

}

/* Style for all table cells. */
td {
	font-size: 12px;
}

/* Put a border on all generated images */
.image {
	border:2px outset #00cccc; margin:5;
}


.thumbTable{
	margin: 20;
}

.thumbLabel{
	color: #ffffff;
}

.thumbDetails{
	color: #00cccc;
}

.thumbComment{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
	}



/* Align the content of the cells on the index pages to the left and top. */
.indexThumbCell {
	text-align: left;
	vertical-align: top;
}

/* Remove the margin under the images on the index pages. */
#index .image {
	margin-left: 2;
	margin-right: 2;
	margin-bottom: 0;
}

/* Don't have margins on the slide pages. */
body#slide {
	margin: 0;
}

/* Highlight the image name on the slide pages. */
#slide .name {
	font-weight: bold;
	font-size: 14px;
}


/* Custom link styles */
a:active {
	text-decoration: underline;
	color: #ffffff
}

a:visited {
	text-decoration: underline;
	color: #ffffff
}

a:hover {
	text-decoration: underline;
	color: #ffffff
}

a:link {
	text-decoration: underline;
	color: #00cccc
}

#imageinfo {
	visibility: hidden;
}

.navImg {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: ;
	border-right-color: ;
	border-bottom-color: ;
	border-left-color: ;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}

.smallText
{
	font-size: 10px;
}


.comments {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10pt;
	color: #ffffff;
}

.tdNav {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
}
.mainImage {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: ;
	border-right-color: ;
	border-bottom-color: ;
	border-left-color: ;
}
.indexTitle {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
}
.pageNavCell {
	font-family: Tahoma, Arial, sans-serif;
	text-align: center;
	vertical-align: middle;
}
.darkText {
	color: #ffffff;
}
.pageNumLink {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #00cccc;
	text-decoration: underline;
}
.currentPageNum {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #ffffff;
}



