/*<group=Tag styles>*/

body
{
	font-size: 11px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	line-height: 1.2em;
	overflow: hidden;
}

img
{
	border: 0px solid white;
}

a, .link, h2.link.collapser
{
	text-decoration: none;
	color: #CC3300;
}

/*
a.external,
.link.external
{
	color: #772233;
	
}
*/

h1, h2, h3
{
	clear: both;
}

h1
{
	margin-top:  0px;
	margin-bottom: 3px;
	text-transform: uppercase;
	font-size: 1.1em;
}

h2
{
	font-size: 1.1em;
}

h2.collapser
{
	text-transform: lowercase;
	color: #669999;
}

h3
{
	font-weight: bold;
	font-size: 1.0em;
}

img
{
	display: inline;
}

hr
{
	margin: 10px 0px 10px 3px;
}

ul,
li
{
	padding: 0;
	margin: 0;
	text-indent: 0;
	list-style-position: inside;
}

/*</group>*/


/*<group=Areas>*/

#images, #main_navigation, #background, #content, #sidebar, .tooltip, 
#hover_description
{
	position:  absolute;
	z-index: 3;
	top: 150px;
	left:  350px;
	right: 0px;
}

#main_navigation, #background
{
	top:  0px;
	left: 0px;
}

#background
{
	z-index: 2;
	height: 400px;
}

#background, #sidebar
{
	background-color: #CCFF66;
}

#images
{
	top: 254px;
	width: 600px;
}

#content
{
	top: 80px;
	bottom: 0px;
	padding-top: 74px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: white;
	overflow: auto;
}

#sidebar
{
	text-align: right;
	left: 0px;
	padding-right: 20px;
	right: none;
	width: 330px;
}

#sidebar img
{
	margin-top: 30px;
}

#hover_description
{
	max-width: 600px;
	top: 460px;
	line-height: 1.3em;
}
	
/*</group>*/

/*<group=Combined>*/
	
#images img
{
	padding: 0px;
	margin: 0px;
}

a.navigation_link,
#main_navigation a,
#hover_description
{
	text-transform: uppercase;
	display: block;
	text-decoration: none;
	color: black;
	font-size: 1.1em;
	margin-top: 4px;
}

#main_navigation a
{
	margin-top: 20px;
	margin-left: 40px;
	float: left;
}

a.navigation_link.active,
a.navigation_link:hover,
#main_navigation a.active
{
	font-weight: bold;
}
/*</group>*/

/*<group=Classes>*/

.attention
{
	color: #ff2c2d;
}

.tooltip
{
	z-index: 4;
	display: none;
	right: auto;
	left: auto;
	top: auto;
	bottom: auto;
}

.annotation
{
	font-size: 0.95em;
}

.collapser
{
	cursor: pointer;
}

#description
{
	margin-top: 0px;
	margin-bottom: 20px;
}

.still_images
{
	max-width: 800px;
}

.still_images img
{
	margin-right: 3px;
}
	
/*</group>*/

