/* $Header: /cvsroot/yappa/yappa/default.css,v 1.10 2003/02/28 17:16:37 pixzone Exp $ */

body {
    background-color: #FFFFFF;
    margin:0px 0px 0px 0px;
}

body, td, div {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
    text-decoration: none;    
}

.text_title {
	font-size: large;
}

.text_album_path {
    font-size: small;
}

.text_album_title {
    font-size: 140%;
}

.text_album_comment {
    font-size: 90%;
    font-style: italic;
}

.text_album_info {
	font-size: small;
}

.text_image_caption {
    font-size: 80%;
}

.text_navlink {
	font-size: small;
	text-decoration: none;
}

.text_album_nav_info {
    font-size: 60%;
}

.text_image_menubar {
    font-size: 100%;
    text-decoration: none;
}

.menubar_cell { 
    background-color: #DDDDDD 
}

.album_cell { 
    background-color: #CCCCCC 
}

.subalbums_bar { 
    background-color: #EEEEEE 
}

.album_cell_selected { 
    background-color: #AAAAAA 
}

.thumbnail_cell { 
    background-color: #EFEFEF 
}

.image_cell { 
    background-color: #999999 
}

.imagemenu_cell { 
    background-color: #EEEEEE 
}

.album_cell_a { 
    background-color: #EEEEFF
}

.album_cell_b { 
    background-color: #DDDDFF
}

.head_block {
	text-decoration: none;
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}

.nav_box {
	background-color: #CCCCCC;
	border: thin solid #333333;
}

/* album thumbnail */

.thumbnailbox {
	background-color: #FFFFFF;
	border: thin dotted #333333;
	padding: 4;
	margin: 4;
}

.thumbnailimage {
	text-align: center;
	font-size: small;
}

.thumbnailimage img {
	border: medium solid #cccccc;
}

.thumbnailtitle {
	font-size: small;
	text-align: center;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
}

.thumbnailcaption {
}