
HTML
{
	font-size: 14px;
	font-family: Verdana, Arial, sans-serif;
}

/* Reminder: a:link -> a:visited -> a:hover -> a:active << Must always be in this order! */
/* Note: By default, <a href=""> elements (hyperlinks) are bold, blue, and 
	underline only on hover. */
A:link 
{
	font-weight: bold;
	text-decoration: none;
	color: #0000FF;
}

A:visited 
{
	font-weight: bold;
	text-decoration: none;
	color: #60F;
}

A:hover 
{
	color: #0000FF;
	text-decoration: underline;
}

A:active 
{
	color: #FF0000;
}

A.redlink
{
	color: #F00;
}

#header,#footer
{
	background-color: #eee;
}

#header A
{
	font-weight: bold;
}

#header
{
	height: 1.5em;
	margin-bottom: 1em;
}

#content
{
	width: 100%;
}

#footer
{
	margin-top: 1em;
	text-align:center;
	font-size: 0.8em;
}

.period, .addlink
{
	position:relative;
	left:12px;
	margin-right:24px;
}

.period
{
	margin-bottom: 2px;
}

.p_odd
{
/*	background-color: #eee; */
}

.p_even
{
}

.auth_username
{
	font-weight: bold;
}

.arc_header
{
	width: 90%;
	position: relative;
	left: 5%;
	border-left: 5px solid #ccc;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.arc_header .arc_summary, .message_add_box, .message_show_box
{
	width: 90%;
	position: relative;
	left: 5%;
}

.message_add_box { text-align: center }

.message_show_box { font-family: courier,monospace }

.message_status { font-weight: bold }

.smalltext {
	font-size:0.8em;
	margin-bottom: 5px;
}

.disabled
{
	color: #f00;
}

.errors, #errors
{
	color: #f00;
}

#errors, .success_notification
{
	width: 90%;
	position: relative;
	left: 5%;
	margin-bottom: 20px;
	background-color: #ffd;
	border: 1px solid #f00;
	padding: 5px;
}

.prefs_label, .prefs_submit {
	width: 90%;
	position: relative;
	left: 5%;	
}

.prefs_notes {
	font-size: 0.7em;
}

.prefs_input {
	margin-top: 5px;
	width: 80%;
	position: relative;
	left: 10%;	
}

.prefs_input SELECT { width: 200px }

.prefs_submit {
	margin-top: 20px;
}

.hint {
	border-bottom: 1px dashed black;
	cursor:pointer;
}

.thumb {
	width:250px;
	margin-bottom: 10px;
	text-align: center;
	vertical-align: middle;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
/*	border: 1px solid red; */
}

.thumb .pic {
	width: 100%;
	height: 255px;
	border: 1px solid black;
}

.thumb IMG {
	border: none;
	position: relative;
}

.thumb .name {
	width: 100%;
	height: 1.3em;
/*	border: 1px solid blue; */
}

.thumb .caption {
	width: 100%;
	height: 3em;
	color: #888;
	overflow: auto;
/*	border: 1px solid red; */
}

.path_part {
	float:left;
}

#top {
	width:100%;
	position: relative;
	top: -2px;
	background-color: #eee; 
	margin-bottom: 10px;
}

#gallery {
	text-align: center;
}

.inputs input {
	width: 100%;
}

.cur-link {
	text-decoration: underline;
}
