/*
 * Combined style sheet for the index pages and the slide pages.
 */

/*
 * This style template picks the colors from this skin's custom settings panel
 * The choice is then saved in the project
 */

 /* Style for input boxes. */
input {
	color: #ffffcc;
	background-color: #003300;
}
 
/* Style for all bodies. */
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	background-color: #003300;
	color: #ffffcc;
	margin: 5px;
	scrollbar-face-color: #ffffcc;
	scrollbar-arrow-color: #003300;
	scrollbar-track-color: #b2b28e;
}

/* Style for all table cells. */
td {
	font-family: Arial, sans-serif;
	font-size: 13px;
}

/* Put a border on all generated images */
.image {
	border-width: 1px;
	border-color: #003300;
	border-style: solid;
	margin: 5px;
}

/* Align the content of the cells on the index pages to the center and bottom. */
#index td {
	text-align: center;
	vertical-align: bottom;
}

/* Remove the margin under the images on the index pages. */
#index .image {
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 0px;
}

/* Don't have margins on the slide pages. */
body#slide {
	margin: 0px;
}

/* The image name on the slide pages. */
#slide .name {
	font-weight: normal;
	font-size: 12px;
}

#slide .name-large {
	font-weight: bold;
	font-size: 20px;
	
}

/* Header */
h1 {
	font-size: 30px;
	font-weight: bold;
}

/* Header-3 */
h3 {
	font-size: 20px;
	font-weight: bold;
}

/* Custom link styles */
a:link {
	text-decoration:underline;
	color: #ccffff;
	background-color: #003300;
}
a:visited {
	text-decoration:underline;
	color: #ccffcc;
	background-color: #003300;
}
a:hover {
	text-decoration: underline;
	color: #ffcccc;
	background-color: #003300;
}

a:active {
	text-decoration: underline;
	color: #ffffcc;
	background-color: #003300;
}

/* Custom link for Blue Buttons styles */

a.blue-button
{
	text-decoration:none;
	display:block;
	padding:2px;
	width:240px;
}
a.blue-button:link {
	text-decoration: none;
	color: #FFFFCC;
	background-color: #336699;
}
a.blue-button:visited {
	text-decoration: none;
	color: #99FFFF;
	background-color: #336699;
}
a.blue-button:hover {
	text-decoration: none;
	color: #000066;
	background-color: #CCFFFF;
}
a.blue-button: active {
	text-decoration: none;
	color: #99CCFF;
	background-color: #336699;
}

#imageinfo {
	visibility: hidden;
}

