/*
 * Combined style sheet for the index pages and the slide pages.
 */

/*
 * This style template pops up a color dialog so users can choose background color
 * The choice is then saved in the project
 */



/* Style for all bodies. */
body {
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
background-color: #990000;
color: #000000;
margin: 3px; 
border: 0px; 
padding: 0px; 
}

td {
vertical-align: top; 
}

td.centered {
text-align: center; 
}

.title {
font-size: 24px; 
font-weight: bold; 
}

/* Put a border on all generated images, except directionals */
img {
border: 1px solid #999999; 
}

img.noborder {
border: 0px;
margin: 2px; 
}

/* Custom link styles */
a {
text-decoration: none;
color: #000000;
}

a:hover {
color: #FFFFFF;
}

.indexno {
padding: 2px; 
border: 1px solid #990000;
margin: 2px; 
}

.selected {
color: #009900; 
padding: 2px; 
border: 1px solid #009900;
margin: 2px; 
}

.small {
font-size: 8px; 
}