/* general style */
a {
	color: #9999ff;
}

body {
	background-color: #003366;
	color: #7777ff;
	font-family: Tahoma, Arial, Verdana;
	font-size: 10pt;
}

img {
	border-width: 0px;
}

td {
	font-size: 10pt;
	text-align: center;
	vertical-align: bottom;
}


/* _page */
.header {
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}
                        
.footer {
	font-size: 10pt;
	font-weight: normal;
	text-align: center;
}

.headerfile {
	font-size: 10pt;
}

.footerfile {
	font-size: 10pt;
}

.headeralbum {
	font-size: 12pt;
	font-weight: bold;
}

.footeralbum {
   font-size: 10pt;
}

.path {
	font-size: 12pt;
	font-weight: bold;
}


/* _mediaTable */
.tableheader {
	font-size: 10pt;
	font-weight: bold;
}

.tablefooter {
   font-size: 10pt;
}


/* _media */
.comment {
	color: #cccccc;
   font-size: 10pt;
	vertical-align: top;
}

.input {
	width: 150px;
}

.name {
	color: #99ccff;
	font-size: 10pt;
   vertical-align: top;
}

.thumbnail {
   vertical-align: bottom;
}

.prevmedia {
  text-align: left;
  font-size: 8pt;
  font-weight: bold;
  width: 33%;
}

.nextmedia {
  text-align: right;
  font-size: 8pt;
  font-weight: bold;
  width: 33%;
}

.slideshow {
  text-align: center;
  font-size: 8pt;
  font-weight: bold;
  width: 34%;
}
