/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-size: 13px;
	background-color: transparent;
	color: #000000;
	margin: 5px;
}

/* Style for all table cells. */
td {
	font-size: 10px;
}

/* Put a border on all generated images */
.image {
	border-width: 2px;
	border-color: #eeeeee;
	border-style: outset;
	margin: 5px;
}

/* Align the content of the cells on the index pages to the center and bottom. */
#index td {
	text-align: center;
	}


#index .UserIndexTitleStyle {
	font-weight: bold;
	font-size: 18px;
	color : Navy;
	text-align : center;
	background: transparent;
}


/* 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: 10px;
}

/* Highlight the image name on the slide pages. */
#slide .NameAtTopStyle {
	font-weight: bold;
	font-size: 14px;
	color : Navy;
	text-align : left;
	background: transparent;
}
#slide .DateStyleRight {
	font-weight: bold;
	font-size: 14px;
	color : Navy;
	text-align : Right;
	background: transparent;
}

#slide .DateStyleCentered {
	font-weight: bold;
	font-size: 10px;
	color : Blue;
	text-align : center;
	background: transparent;
}


#index .DateStyleCentered {
	font-weight: bold;
	font-size: 10px;
	color : Blue;
	text-align : center;
	background: transparent;
}



#index .NameStyle{
	font-weight: bold;
	font-size: 12px;
	color : Navy;
	text-align : center;
	background: transparent;
}

#slide .NameStyle{
	font-weight: bold;
	font-size: 18px;
	color : Navy;
	text-align : center;
	background-color: transparent;
}
#index .Numberstyle {
	font-weight: bold;
	font-size: 14px;
	color : Blue;
	text-align : center;
	background-color: transparent;
}
#slide .NumberStyleCenter {
	font-weight: bold;
	font-size: 14px;
	color : Blue;
	text-align : center;
	background-color: transparent;
}
#Index .Datestyle {
	font-weight: bold;
	font-size: 14px;
	color : Blue;
	text-align : center;
	background-color: transparent;
}
#Index .DateStyleSmall {
	font-weight: normal;
	font-size: 10px;
	color : Blue;
	text-align : center;
	font-style : italic;
	background-color: transparent;
}

#index .CopyRightStyle {
	font-weight: bold;
	font-size: 14px;
	color : Navy;
	text-align : center;
	background-color: transparent;
}
#slide .CopyRightStyle {
	font-weight: bold;
	font-size: 14px;
	color : Navy;
	text-align : center;
	background-color: transparent;
}
#index .ProgramCreditStyle {
	font-weight: normal;
	font-size: 10px;
	color : Navy;
	text-align : center;
	background-color: transparent;
}
#slide .ProgramCreditStyle {
	font-weight: normal;
	font-size: 12px;
	color : Navy;
	text-align : center;
	background-color: transparent;
}
/* Comment style */
#slide .CommentStyle {
	font-weight: normal;
	font-size: 18px;
	text-align : left;
	color : Black;
	background-color: transparent;
}

#slide .Imageinfo {
	color: White;
	background: transparent;
}

#slide .Transparent {
	color: White;
	background: transparent;
}


/* Header */
h1 {
	font-size: 30px;
	font-weight: bold;
}

/* Custom link styles */
a:active {
	text-decoration: none;
	color: #FF0000;
	background-color: transparent;
}

a:visited {
	text-decoration: none;
	color: #000088;
	background: transparent;
}


Linkstyle {
	text-align : left;
	font-size: 14px;
	text-decoration: underline;
	color: #0000FF;
	background: transparent;
}

a:link {
	text-decoration: none;
	color: #0000FF;
	background-color: transparent;
}


