/* Index and gallery */
.header	{background: #dddddd; font-family: arial; font-size: 25pt; font-weight: bold; color: #7f0000; border-style: solid;  border-color: black; border-width: 0px 0px 3px 0px; padding: 5px}
.title	{background: #dddddd; border-style: solid; border-color: black; border-width: 1px 1px 1px 1px; font-weight: bold; color: black; padding: 2px}
.desc	{background: #606060; padding: 2px; font-size: 10pt}
.info	{background: #dddddd; border-style: solid; border-color: black; border-width: 1px; font-size: 10pt; padding: 5px}
.thumb	{background: black; border-style: solid; border-color: white; border-width: 5px 5px 5px 5px; padding: 0}

/* Pop-up window */
.popup	{background: #606060; padding: 0; border-style: solid; border-color: black; border-width: 0; margin: 0}
.popdesc {background: #dddddd; border-style: solid; border-color: black; border-width: 1px; font-size: 10pt; padding: 5px}
.butn	{background: #606060; padding: 2px; border-width: 0}
.picture {background: #606060; text-align: center}

/* Generic web site style (I almost never touch it, except the "body" and maybe the links */
body {color: black; background: #606060; margin: 0px; padding: 0px; font-family: Arial, Helvetica; font-size: 10pt}
img {border-style: solid; border-color: white; border-width: 15px 15px 15px 15px}

/*
td  {font-family: Arial, Helvetica; font-size: 10pt}
th  {font-family: Arial, Helvetica; font-size: 10pt; font-weight: bold}
img {background: black; border-style: solid; border-color: #500000; border-width: 0}
li  {font-family: Arial, Helvetica; font-size: 10pt}
strong	{font-size: larger; font-weight: bolder}
sup	{font-size: 10pt}
.ahem	{display: none}
*/

a		{color: #8f0000; text-decoration: none}
a:visited 	{color: #7f0000}
a:active 	{color: blue}
a:hover 	{color: yellow}

/* These ones are used for the admin module */
.errmsg		{color: red; font-weight: bold}
input		{text-decoration: none}
input:image	{text-decoration: none; border: none}
input:submit	{text-decoration: none; border: none}

input[type="text"], input[type="password"], textarea
	{background-color: #ffffff; font-size: 10pt; font-family: Arial, Helvetica}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus
	{background-color: #eeeeff}

/*End*/

