/* Index and gallery */
.header		{background: #A5875B; font-family: Arial, Helvetica; font-size: 25pt; font-weight: bold; color: darkred; border-style: solid;  border-color: black; border-width: 0px 0px 3px 0px; padding: 5px}
.title		{background: #A5875B; border-style: solid; border-color: black; border-width: 1px 1px 1px 1px; font-weight: bold; color: black; padding: 2}
.desc		{background: #EFCE99; padding: 2}
.info 		{background: lightyellow; border-style: solid; border-color: black; border-width: 1px; font-size: 12pt; padding: 5px}
.thumb		{background: black; border: solid black; border-width: 0px 1px 1px 1px; padding: 0}

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

/* Generic web site style (I almost never touch it, except the "body" and maybe the links */
body 		{color: black; background: #EFCE99; 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: darkblue; text-decoration: none}
a:visited 	{color: darkred}
a:active 	{color: blue}
a:hover 	{color: green}

/* These ones are for the admin module */
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-face: 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}

