/*This is the CSS2 style sheet for customizing the apearence of the albums generated by Sipag*/

/*The album page body*/
BODY{
	margin:0;
	text-align:center;
	background-color:#FFDEC0;
}

/*The Title of the album is printed at the top of the page*/
.ALBUMTITLE{
	font-family: verdana,arial,helvetica,grarial,sans-serif;
	font-size: 12pt;
	text-align: center;
	font-weight:bold;
}

/*The table in which the thubs are put*/
.ALBUMTABLE{
        color:#660000;
        background-color:#FFCF9B;
        border-width:thin;
        border-style:solid;
        border-color:#6A0000;
        text-align: center;
        font-family: verdana,arial,helvetica,grarial,sans-serif;
        font-size: 7pt;
	width: 100;
	padding: 2;

}

/*The cells of the album table*/
.ALBUMTD{
	text-align: center;
	padding: 14;
}

/*The table where the popup descriptions are put*/
.DESCTABLE{
        color:#FFFFFF;
        background-color:#007600;
        text-align: center;
        font-family: verdana,arial,helvetica,grarial,sans-serif;
        font-size: 10pt;
        border-width:2;
        border-style:ridge ;
        border-color:#000000;
}

/*The subdescription is printed under the description if $sub_desc is not '' (see config.inc for details)*/
.SUBDESC{
	font-size: 7pt;
}

/*Close button is printed at the bottom of the page if $close_button is set to 1 in config.inc*/
.CLOSEBT{
	color: #6A0000;
	text-align: center;
	font-family: verdana,arial,helvetica,grarial,sans-serif;
	font-size: 8pt;
}

.CLOSEBT>A:link{
	 color: #6A0000;
	 text-decoration: none;
}

.CLOSEBT>A:hover{
	color: #6A0000;
	text-decoration: underline;
}

