<!--

/******** LAYOUT ******/

.colLeft{
	float:left;
	width:298px;
}
.colRight{
	margin-left:306px;
}


/******** HEADERS *****/

h2.bar {
	margin:0;
}
.indexHeader {
	border: 1px solid #333;
	background: #99cccc url(/img/th.png) no-repeat left top;
	background-position:-2px -2px;
	font-size: 22px;
	text-align:center;
	padding:6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom:6px;
}
table .indexHeader {
	margin-bottom:0;
}

/******** BOXES *******/

.indexList{
	font-size: 11px;
	text-align: left;
	padding:2px 1px 2px 3px;
}
.category .indexList{
	font-size: 13px;
}
.category{
	margin-bottom:6px;
}
.indexList a:link{
	color:#222;
}
.indexList a:hover{
	text-decoration:underline;
	color:#222;
}
.indexBox {
	border: 1px solid #666;
	margin-top:4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.indexBox:hover {
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
 	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
 	box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}

/****** BUTTONS ******/

.indexButton a, .indexTable > a{
	border:1px solid #999;
	border-left: 1pt solid #ddd;
	border-top: 1pt solid #ddd;
	height:44px;
	display:block;
	clear:both;
	color:#333;
	text-decoration:none;
	margin-top:4px;
	text-align:left;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.indexButton a:hover, .indexTable > a:hover{
	background: #99cccc url(/img/th.png) no-repeat left top;
	background-position:-1px -10px;
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
 	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
 	box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
}
.indexButton img, .indexTable > a img{
	float:left;
	padding:2px 6px 2px 2px;
	width:60px;
	height:40px;
	display:block;
}
.indexButton span, .indexTable > a span{
	display:block;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 22px;
	padding-top:10px;
}

/****** FOOTER ******/

.indexFooter {
	border: 1px solid #bbb;
	background: #eee no-repeat left top;
	background-position:-2px -2px;
	font-size: 14px;
	text-align:center;
	margin:20px 2px 2px 2px;
	padding:6px;
	color:#888;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/****** PHOTO THUMBS ****/

ul.indexThumbs {
	padding:0;
	list-style:none;
	margin:0;
}
ul.indexThumbs li{
	border:1px solid #999;
	border-left: 1pt solid #ddd;
	border-top: 1pt solid #ddd;
	float:left;
	margin:5px;
	padding:5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
ul.indexThumbs li.th a img{
	position:relative;
	left:-20px;
}
ul.indexThumbs li.tv a img{
	position:relative;
	top:-20px;
}
ul.indexThumbs li a{
	border:1px solid #000;
	display:block;
	width:80px;
	height:80px;
	overflow:hidden;
}
ul.indexThumbs li:hover{
	background: #99cccc url(/img/th.png) no-repeat left top;
	background-position:-1px -10px;
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
 	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
 	box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
}
ul.indexThumbs li span.thumb{
	margin:4px 0 0 0;
	padding-left:30px;
	display:block;
}

ul.posters li.th a img{
	height:80px;
}
ul.posters li.tv a img{
	width:80px;
}
ul.buildings li a{
	height:120px !important;
}
/***** MORE LINKS *****/

a.more{
	display:block;
	margin:0 0 12px 4px;
}

/***** IE :( *****/

.ie67{
	border:1px solid red;
	color:red;
}

-->