@charset "utf-8";
/* CSS Document */

body
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #e6e6e6;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
}

body, tr, td, p
{
	font-family: 'Trebuchet MS', Helvetica, Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

em
{
	font-weight: bolder;
	font-style: normal;
	color: #666666;
}

img, table
{
	border: none;
}

a
{
	color: #e6e6e6;
}

abbr, acronym
{
	speak: normal;
}

abbr.initialism
{
	speak: spell-out;
}

#filmstrip
{
	width: 980px;
	height: 350px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 30;
}

#container
{
	width: 610px;
	height: 2250px;
	position: absolute;
	top: 0px;
	left: 116px;
	z-index: 20;
	background-color: #b3b3b3;
	background-image: url(images/container-background.gif);
	background-repeat: repeat-x;
}

#navigation
{
	width: 580px;
	height: 300px;
	position: absolute;
	left: 116px;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	z-index: 40;
	direction: rtl;
	display: block;
}

#navigation-inner
{
	width: 160px;
	position: relative;
	top: 175px;
	display: block;
}

#navigation-inner p, ul
{
	direction: ltr;
	color: #000000;
	text-transform: lowercase;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#navigation-inner p
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
}

#navigation-inner ul
{
	margin-left: 0px;
	padding-left: 14px;
}

#navigation-inner li
{
	direction: ltr;
	list-style-type: square;
}

#navigation-inner p.header
{
	font-weight: bold;
	font-size: 18px;
}

#layouts
{
	width: 175px;
	float: right;
	direction: rtl;
}

#content
{
	width: 580px;
	position: relative;
	top: 300px;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 25px;
}

#content p, #closed p
{
	color: #000000;
	text-align: justify;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 0px;
}

#content p.header, #closed p.header
{
	text-align: left;
	font-size: 14px;
	line-height: 26px;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-transform: lowercase;
	padding-bottom: 0px;
	margin-bottom: 5px;
	margin-top: 20px;
}

#content table
{
	margin-bottom: 10px;
}

#content tr, td
{
	padding-right: 20px;
}

#content .indented
{
	padding-left: 20px;
	padding-right: 20px;
}

#closed .indented-list
{
	text-indent: -20px;
	margin-left: 20px;
	text-align: left;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
	
#closed
{
	position: relative;
	top: 50px;
	width: 350px;
	padding-bottom: 20px;
}

#closed p
{
	padding-left: 10px;
	padding-right: 10px;
}

#closed a
{
	color: #666666;
}
