/* Standard tag styles */
a {
	color:					#000000;
	text-decoration:		underline;
}

a:hover {
	color:					#ffffff;
	text-decoration:		none;
	border:					0px;
}

a:active {

}

ul, ol {

}

li {

}

/* Main layout */

#canvas {
	position:			relative;
	background-color:	transparent;
	left:				0;
	margin-left:		0px;
	width:				785px;
	padding-bottom:		0px;
	margin-top:			0px;
}



/* Primary navigation */

#nav {
	position:			relative;
	top:				20px;
	left:				0px;
	width:				785px;
	height:				25px;
	padding-bottom:		0px;
	padding-left:		0px;
	background-color:	#d8d1c6;
	margin-bottom:		25px;
}

#nav ul {
	margin:				0px;
	padding:			0px;
}

#nav ul li {
	display:			inline;
	vertical-align:		middle;
	font:				normal 11px 'Trebuchet MS',Verdana,Arial,Helvetica,sans-serif;
}

#nav ul li a,#nav ul li a:visited {
	display:			block;
	float:				left;
	color:				#000000;
	text-decoration:	none;
	padding-left:		10px;
	padding-right:		10px;
	margin-top:			1px;
	margin-bottom:		0px;
	border:				0px;
}

#nav ul li a:hover,#nav ul li.selected a {
	color:				#363C3F;
	background-color:	#ffffff;
	text-decoration:	none;
}

#nav ul ul {
	display:			none;	
}




/* Secondary navigation */

#crumbs {
	position:			absolute;
	top:				196px;
	left:				0px;
	width:				770px;
	text-align:			right;
	color:				#4D5457;
	font:				normal 10px verdana,sans-serif;
	margin:				0px;
	padding:			0px;
}

#crumbs a,#crumbs a:visited {
	color:				#4D5457;
	text-decoration:	none;
	border:				0px;
}

#crumbs a:hover {
	color:				#9E3622;
	text-decoration:	underline;
}


.pageno {
	text-align:			right;
	margin-bottom:		7px;
	margin-top:			-10px;
	font:				normal 10px/14px verdana,sans-serif;
	margin-right:		14px;
}

.pagelink {
	clear:				left;
	text-align:			center;
	margin-top:			0px;
	font:				normal 11px verdana,sans-serif;
	color:				#AAA;
}

.pagelink a,.pagelink a:visited, .pageno a,.pageno a:visited {
	color:				#9E3622;
	text-decoration:	none;
	border:				0px;
}

.pagelink a:hover, .pageno a:hover {
	color:				#333;
	text-decoration:	underline;
}



/* Footer */

#footer {
	position:			relative;
	clear:				left;
	left:				8px;
	width:				770px;
	background-color:	#CBCCCF;
	margin-top:			40px;
}

#footer .copyright {
	text-align:			center;
	width:				769px;
	font:				normal 10px/18px arial,sans-serif;
	color:				#4D5457;
	margin:				0px;
}

#footer ul {
	position:			absolute;
	margin:				0px;
	padding:			0px;
	width:				770px;
	text-align:			right;
}

#footer ul li {
	display:			inline;
	padding-right:		10px;
}

#footer ul li a,#footer ul li a:visited {
	font:				normal 10px/18px arial,sans-serif;
	color:				#4D5457;
	text-decoration:	none;
	border:				0px;
}

#footer ul li a:hover {
	font:				normal 10px/18px arial,sans-serif;
	color:				#000;
	text-decoration:	underline;
}

#totop {
	display:			block;
	height:				8px;
	font-size:			1px;
	margin:				0px;
	overflow:			hidden;
}

/* Folder listing */

table.directory {
	width:				770px;
	border-collapse:	collapse;
	border:		2px solid #CBCCCF;
}

table.directory th {
	text-align:			left;
	padding-left:		8px;
	padding-right:		8px;
	font-size:			10px;
	color:				#333;
	background-color:	#F0F0F0;
	border-bottom:		2px solid #CBCCCF;
}

table.directory td {
	padding:			3px;
	padding-left:		8px;
	padding-right:		8px;
}

table.directory .col1 {
	width:				450px;
	border-right:		1px solid #EFEFEF;
}

table.directory .col2 {
	width:				100px;
	border-right:		1px solid #EFEFEF;
	text-align:			right;
}

table.directory .col3{
	width:				150px;
	text-align:			right;;
}

table.directory tr.file.odd td {
	background-color:	#FBFBFB;
}

table.directory tr.file.even td {
	background-color:	#F6F6F6;
}




/* Thumbnails */
.thumbnails {
	text-align:			center;
	width:				770px;
}

div.thumbnail {
	display:			inline;
	border:				1px solid white;
}

div.thumbnail a,div.thumbnail a:visited {
	display:			block;
	background-image:	url('/images/interface/thumb_shadows.gif');
	background-position:top left;
	background-repeat:	no-repeat;
	padding-left:		5px;
	padding-right:		5px;
	padding-top:		0px;
	padding-bottom:		10px;
	width:				150px;
	height:				150px;
	margin-bottom:		30px;
	border:				0px;
}

div.thumbnail a:hover {
	background-position:-160px 0px;
	background-repeat:	no-repeat;
}

div.thumbnail img {
	display:			inline;
	border:				0px;
	margin-top:			5px;
	margin-bottom:		0px;
	vertical-align:		top;

}

.thumbnail.no1,.thumbnail.no2,.thumbnail.no3 {
	margin-left:		35px;
	float:				left;
}

.thumbnail.no0 {
	margin-left:		8px;
	clear:				left;
	float:				left;
}

