/* General page attributes */
body {
	background-color: #99A388; color: #ffffff;
	font-family: arial, verdana, helvetica; }

a:link, a:active, a:visited {
	text-decoration: none; color: #FECF0F; }

a:hover {
	text-decoration: none; color: #FECF0F; }

input, select {
	font-family: arial, verdana, helvetica;
	font-size: 10pt; height: 14pt; }
	
p {
	margin-left: 20%; margin-right: 20%;
	font-size: 10pt; color: #c0c0c0;
	text-align: center; }

/* <img> tag attributes */
img.mublaimg { border: 1px #c0c0c0 outset; }
img.highlight { border: 1px #c0c0c0 inset; }

/* Style for album browsing area (dropdown list) */
div.mublalist {
	position: relative; top: +5px; left: 0%;
	width: 100%; height: 50px; overflow: auto;
	padding: 2px; border: 0px #CC441E outset;
	background-color: #CC441E; text-align: left; }

/* Style for pagination links area */
div.mublamenu {
	position: relative; top: +5px; left: 0%;
	width: 100%; height: 12pt; padding: 0;
	border: 1px #CC441E solid;
	background-color: #CC441E; color: #c0c0c0;
	font-weight: normal; font-size: 10pt;
	text-align: center; }

/* Style for thumbnailed images area */
div.mublabody {
	position: relative; top: +5px; left: 0%;
	width: 100%; padding: 10px; border: 1px #c0c0c0 solid;
	background-color: #CC441E;
	font-size: 8pt; text-align: center; }

/* Style for caption previewing area */
div.mublacaption {
	position: relative; top: +5px; left: 0%;
	width: 100%; height: 23px; overflow: auto;
	padding: 2px; border: 0px #CC441E outset;
	background-color: #CC441E; color: #c0c0c0;
	font-size: 8pt; font-weight: normal text-align: justify;
}

/* Style for 'Powered by MUBLA!' link at the bottom of the page */
div.mublacopy {
	position: relative; top: +10px; left: 0%;
	width: 100%; height: 12pt; font-size: 8pt; font-weight: normal;
	color: #c0c0c0; text-align: center; }

/* Style for runtime error output area */
div.mubladebug {
	position: relative; top: +5px; left: 0%;
	width: 100%; height: 10pt; padding: 2px;
	border: 0px #202020; background-color: #CC441E;
	font-size: 8pt; font-weight: none; color: #c0c0c0;
	text-align: center; }