/*
 * lucida.css - Default Lucida style.
 *
 * :tabSize=4:indentSize=4:noTabs=false:
 * :folding=explicit:collapseFolds=1:
 */

/* {{{ Top-level elements */
@media handheld, projection, screen, tv
{
	body
	{
		background: #ffffff;
		margin: 0;
		min-width: 600px;
	}
	

	body, div, td, th, h3, h4, input, select, textarea
	{  
		color: #333;
		font-family: Tahoma, Verdana, sans-serif;
		font-size: 11px;
	}  
	
	a 
	{ 
		color: blue;
		text-decoration: none;
	}
	
		a:visited
		{
			color: blue;
		}

		a:hover 
		{ 
			text-decoration: underline; 
		}

		a:active 
		{ 
			color: #000; 
		}

	h1 
	{
		background: #003366;
		border-bottom: 2px solid #336699;
		color: #ffffff;
		font-family: Trebuchet MS, Arial, Verdana, sans-serif;
		font-size: 16px;
		font-weight: bold;
		margin: 0;
		padding: 3px 4px 5px 4px;
	}
	
		h1 a
		{
			color: #ffffff;
			text-decoration: none;
		}
		
			h1 a:visited
			{
				color: #ffffff;
			}
			
			h1 a:hover 
			{
				text-decoration: none;
			}
			
	h2
	{
		font-family: Trebuchet MS, Arial, Verdana, sans-serif;
		font-size: 14px;
		color: #333;
		margin: 0;
		margin-bottom: 5px;
		padding-bottom: 1px;
	}
}

@media print
{
	h1, h2
	{
		display: none;
	}	
}

@media print, projection, screen, tv
{
	p 
	{ 
		line-height: 140%; 
	}
}
/* }}} */
/* {{{ Forms, form elements, and related styles */
table.form
{
	padding: 0;
}

	table.form td.labels
	{
		font-weight: bold;
		margin-right: 4px;
		padding-left: 4px;
		padding-right: 2px;
		padding: 0;
	}
	
	table.form td.fields
	{
		padding: 1px;
	}
	
	table.form td.tip
	{
		border-bottom: 1px dotted #afafaf;
		font-size: 10px;
		padding: 2px;
		width: 0;
	}
	
input.button
{
	background: #efefef;
	border: 1px solid #afafaf;
	cursor: pointer;
	padding-bottom: 1px;
}

	input.button:hover
	{
		background: #eaeaea;
		border: 1px solid #000000;
	}

input.text, input.smalltext, input.longtext
{
	border: 1px solid #afafaf;
	padding-left: 1px;
	padding-right: 1px;
	width: 120px;
}

	input.text:hover, input.smalltext:hover, input.longtext:hover
	{
		border: 1px solid #000000;
	}

input.smalltext
{
	width: 30px;
}

input.longtext
{
	width: 350px;
}

input[type="checkbox"]
{
	margin-bottom: 0;
}
/* }}} */
/* {{{ Menu */
@media projection, screen, tv
{
	#menu 
	{
		background: #336699;
		clear: both;
		font-family: Tahoma, Verdana, sans-serif;
		font-size: 11px;
		margin: 0;
		padding: 2px 5px 4px 5px;
		text-align: center;
	}
	
	#menu ul 
	{
		display: inline;
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	
	#menu li 
	{ 
		float: left; 
	}
	
	#menu span 
	{
		color: #ffffff;
		font-weight: bold;
		margin: 0 15px 5px 0;
		position: relative;
		text-decoration: none;
		top: 0;
	}
	
	#menu a 
	{
		color: #ffffff;
		margin: 0 15px 5px 0;
		position: relative;
		text-decoration: none;
		top: 0;
	}
	
		#menu a:hover
		{
			font-weight: bold;
		}
	
	#submenu
	{
		background: #f0f0f0;
		border-bottom: 1px solid #000000;
		clear: both;
		font-family: Tahoma, Verdana, sans-serif;
		font-size: 85%;
		margin: 0;
		padding: 3px 5px 3px 5px;
	}

		#submenu ul 
		{
			list-style-type: none;
			margin: 0;
			padding: 0;
		}

		#submenu li 
		{
			float: left;
			margin: 0 12px 0 0;
			white-space: nowrap;
		}
		
	#emptySubmenu
	{
		border-bottom: 1px solid #000000;
	}
}

@media print
{
	#menu
	{
		display: none;
	}
	
	#submenu
	{
		display: none;
	}
	
	#emptySubmenu
	{
		display: none;
	}
}
/* }}} */
/* {{{ Main page area */
@media projection, screen, tv
{
	#main 
	{
		clear: both;
		margin: 0 5px 5px 5px;
		text-align: left;
	}
	
	#bodyarea 
	{
		min-height: 100px;
		padding: 10px;
	}
}
	
	.flipLabel
	{
		background: #336699;
		color: #ffffff;
		cursor: pointer;
		font-weight: bold;
		margin-top: 1px;
		padding: 1px 4px 2px 4px;
		-moz-border-radius: 6px 6px 0 0;
	}
	
	.flipItem
	{
		border: 1px dotted #afafaf;
		border-top: 0;
		margin: 0 0 8px 0;
		padding: 8px 8px 8px 8px;
	}
	
		.flipItem form
		{
			margin: 0;
		}
		
#footer
{
	border-top: 1px dotted #afafaf;
	font-size: 10px;
	line-height: normal;
	margin: 0 5px 0 5px;
	padding: 3px;
	padding-bottom: 0;
}

#benchmark
{
	color: #afafaf;
	font-size: 10px;
	line-height: normal;
	margin: 0 5px 0 5px;
	padding: 3px;
	padding-top: 0;
}
/* }}} */
/* {{{ Galleries and images */
/* {{{ Image toolbar */
.imageTools
{
	border-bottom: 1px dotted #ccc;
	font-size: 10px;
	margin-bottom: 5px;
	padding: 5px;
	padding-top: 0px;
	text-align: left;
}

	.imageTools form
	{
		margin: 0px;
	}
	
	.imageTools select
	{
		font-size: 10px;
	}
	
	.imageTools span
	{
		margin-left: 3px;
		margin-right: 15px;
	}
	
@media print
{
	.imageTools
	{
		display: none;
	}
}
/* }}} */
/* {{{ Gallery browsing */
#galleries
{
	background: #f5f5ff;
	border: 1px dotted #afafaf;
	clear: both;
	margin-bottom: 10px;
}

	#galleries .preview, .nopreview
	{
		float: left;
		margin: 5px 10px 5px 10px;
		text-align: center;
		valign: bottom;
		height: 100px
		width: 100px;
	}
	
	#galleries .nopreview
	{
		width: 100px;
	}
	
		#galleries .preview p, .nopreview p
		{
			font-size: 10px;
			line-height: 98%;
			margin: 0;
			margin-top: 2px;
			margin-bottom: 5px;
			text-align: center;
		}
		
		#galleries .preview img, .nopreview img
		{
			border: 0;
			max-height: 50px;
			max-width: 50px;
		}

	#galleries .spacer
	{
		clear: both;
	}

#images
{
	border: 1px dotted #afafaf;
}

	#images .image
	{
		float: left;
		margin: 5px;
		text-align: center;
		width: 100px;
	}
	
		#images .image p
		{
			font-size: 10px;
			line-height: 90%;
			margin: 0;
			margin-top: 2px;
			margin-bottom: 5px;
			text-align: center;
		}
		
		#images .image img
		{
			border: 0;
		}
	
	#images .spacer
	{
		clear: both;
	}
/* }}} */
/* }}} */
/* {{{ Miscellaneous. */
#exifData
{
	border: 1px dotted #afafaf;
	padding: 4px;
	font-size: 10px;
	line-height: 95%;
	margin-top: 5px;
}

.error
{
	background: #ffeaea;
	border: 1px dotted #afafaf;
	padding: 4px;
	line-height: 130%;	
}

.message 
{
	background: #EEE;
	border: 1px dotted #afafaf;
	padding: 4px;
	line-height: 130%;
}
/* }}} */
