/* Index and gallery */
.header		{background: #ffc833; 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: #ffc833; border-style: solid; border-color: black; border-width: 1px 1px 1px 1px; font-weight: bold; color: black; padding: 2px}
.desc		{background: lightyellow; padding: 2px}
.info		{background: #fff2bf; border-style: solid; border-color: black; border-width: 1px; font-size: 12pt; padding: 5px}
.zipicon	{background: #fff2bf; border-style: solid; border-color: black; border-width: 0; font-size: 12pt; padding: 5px}
.thumb		{background: black; border: solid black; border-width: 0px 1px 1px 1px; padding: 0}

/* Pop-up window */
.popup		{background: #fff2bf; padding: 0; border-style: solid; border-color: black; border-width: 0; margin: 0}
.popdesc	{background: lightyellow; border-style: solid; border-color: black; border-width: 1px; font-size: 12pt; padding: 5px}
.butn		{background: #fff2bf; padding: 2px; border-width: 0}

/* Generic web site style (I almost never touch it, except the "body" and maybe the links */
body 		{color: black; background: #fff2bf; background-image: url('fondu.gif'); background-repeat: repeat; background-position: 0% 0%;	margin: 0px; padding: 0px; font-family: Arial, Helvetica; font-size: 12pt}
td 			{font-family: Arial, Helvetica; font-size: 12pt}
th 			{font-family: Arial, Helvetica; font-size: 12pt; font-weight: bold}
img			{background: black; border-style: solid; border-color: #500000; border-width: 0}
li			{font-family: Arial, Helvetica; font-size: 12pt}
a 			{color: #7f0000; text-decoration: none}
a:visited 	{color: #7f0000}
a:active 	{color: blue}
a:hover 	{color: green}

/* 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: 12pt; font-family: Arial, Helvetica}

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

strong		{font-size: larger; font-weight: bolder}
sup			{font-size: 10pt}
.ahem		{display: none}

