/* Main Font */
body, input, textarea, td, select {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
}

/* Main Layout Style */
body {
    color: #000000;
    margin: 0px;
	padding: 0px;
}

body.print {
    margin:10px;
}

form {
	margin:0px;
}

a {
    color: #ffffff;
    text-decoration: underline;
	font-weight: bold;
}

a:hover {
    color: #000000;
    text-decoration: underline;
	font-weight: bold;
}


img {
	border: 0;
	padding: 0;
}

h1 {
	font-size:15px; 
	line-height:120%;
	margin:0px;
}

.gallery_header {
	color:#ffffff;
	font-size: 16px;
	font-weight: bold;
}

.gallery_footer {
	color: #000000;
	text-align: right;
	font-size: 9px;
	font-weight: normal;
}

/* Gallery-List Layout Style */

.gallery_picture {
	width: 74px; 
	height: 74px; 
	overflow: hidden;
	
	border:4px solid #ffffff;
}

.gallery_table {}

.gallery_tablecell_image {
	width: 100px;
	margin: 0px;
	padding: 10px 0 10px 0;
	vertical-align:top;
	border-top:1px solid #ffffff; 
}

.gallery_tablecell_text {
	text-align: left;
	margin: 0px;
	padding: 10px 0 10px 0;
	vertical-align:top;
	border-top:1px solid #ffffff; 
}

/* Overview Layout Style */

.overview_table {
	color:#ffffff;
	width: 100%;
	text-align: center;
}

.overview_picture {
	float:left; 
	margin:17px 17px 0 0;
	
	width: 74px; 
	height: 74px; 
	overflow: hidden;
	
	border:4px solid #ffffff;
}

.overview_navigation {
	clear: both;
	
	width: 150px;
	margin: 5px 0 5px 0;
	
	border-color: #ffffff; 
	border-style: solid; 
	border-width: 0px; 
}

.detail_picture {}


