/* CSS - Cascading StyleSheet for Templates: darkshots */

body  {
	background: #000000;
	color: #FFFFFF;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

#mainphoto {
	background: #000000;
}

a {
	text-decoration: none;
	color: #FFFFFF;
}

li.clean {
   margin-bottom: 0px;
}

li {
   margin-bottom: 8px;
}

a:hover {
	text-decoration: none;
	background-color: #666666;
}

a.clean {
	background-color: #000000;
	text-decoration: none;
}

td.left {
	text-align: left;
	display: table-cell;
	text-decoration: none;
	border-color: #FFFFFF;
}

td.center {
	text-align: center;
}

td.right {
	text-align: right;
}

.frame {
	border: 1px dotted #FFFFFF;
	margin-bottom: 5px;
}

.imageframe {
	padding: 5px;
	text-align: center;
	border: 1px dotted #FFFFFF;
	background-image: url(/templates/darkshots/images/shot_back_500.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

table {
	padding: 5px;
}

img.thumbnails {
    border: 0px;
    padding: 5px;
    background-color: #000000;
}
