/* Index and gallery */
.header		{background: #fde4bd url(photon_bg.jpg); font-face: arial; font-size: 25pt; font-weight: bold; color: darkred; padding: 5px}
.title		{background: #fde4bd; border-style: solid; border-color: black; border-width: 1px 1px 1px 1px; font-weight: bold; color: black; padding: 2;  border-bottom: groove #988971;  border-left: none;  border-right: none;  border-top: none;    }
.desc		{background: #fde4bd; padding: 2}
.photon { background-image: url(photon.jpg); }
}
.info 		{background: lightyellow; border-style: solid; border-color: black; border-width: 1px; font-size: 12pt; padding: 5px}
.thumb		{background: lightyellow; padding: 5px}

/* Pop-up window */
.popup		{background: #fde4bd; padding: 5px; margin: 0}
.popdesc	{background: #fde4bd; font-size: 12pt; padding: 0}
.butn		{background: #fde4bd; padding: 0}

/* Generic web site style (I almost never touch it, except the "body" and maybe the links */
body 		{color: #988971;  margin: 0px; padding: 0px; font-family: Arial, Helvetica; font-size: 12pt;  background-color: #fde4bd; }
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: #988971; text-decoration: none}
a:visited 	{color: darkred}
a:active 	{color: #988971}
a:hover 	{color: #988971}

/* These ones are preserved from the previous admin module, and will likely be used in the new one */
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;}
input[type="text"]:focus, 
input[type="password"]:focus, 
textarea:focus {background-color: #ffeeee;}
strong		{font-size: larger; font-weight: bolder}
sup			{font-size: 10pt}
.ahem		{display: none}

