* {
	outline:none;
	}
body {
	margin:0;
	padding:0;
	font-family:Tahoma, Geneva, Verdana, Helvetica, Sans-serif;
	background-color:#EFEFEF;
	}
.container {
	width:100%;
	font-size:small;
	color:#333;
	}
a:link, a:visited {
	color:#000;
	/*background-color:#444;*/
	text-decoration:none;
	}
a:hover {
	color:#FFF;
	background-color:#222;
	}
table#outside {
	background-color:#DFDFDF;
}
h1 {
	margin:0;
	padding:0 10px;
	line-height:60px;
	font-size:180%;
	}
h1 a:link, h1 a:visited, h1 a:hover {
	color:#444;
	text-decoration:none;
	background:none;
	}
table#banner {
	background-color:#DFDFDF;
	}
#hphoto, #vphoto {
	display:none;
	}
.photocell {
	background-color:#FFF;
	background-image:url(../images/loadingW.gif);
	background-repeat:no-repeat;
	background-position:center center;
}
.photo {
	display:none;
	}
.sidecol {
	width:250px; 
	background-color:#AAA;
	}
	.details {
		padding:20px;
		background-color:#AAA;
		font-size:85%;
		line-height:150%;
		}
	h2 {
		margin: 0px;
		padding: 0px;
		font-size:120%;
		font-family: Georgia,"Times New Roman",Times,serif;
		}
	h3 {
		font-size:110%;
		}
		
	.comment ul {
		list-style:none;
		margin:0;
		padding:0;
		}
	.comment ul li {
		display:none;
		}	
	.viewAll {
		display:none;
		}	
	#footer {
		padding:20px;
		font-size:90%;
		background-color:#DDD;
		}
		
		
	/* COMMENT TEMPLATE */

	#commentTop {
		padding:8px 20px;
		background-color:#AAA;
	}
	#commentMid {
		
	}
	#commentMid ul {
		list-style:none;
		margin:0;
		padding:0;
		}
	#commentMid ul li {
		padding:6px 20px;
		}	
	.odd {
		background-color:#DFDFDF;
		}
	.even {
		background-color:#CFCFCF;
	}
	#commentBottom {
		padding:8px 20px;
		}
	#commentBottom input.input, #commentBottom textarea {
		background-color:#FFF;
		color:#111;
		padding:4px;
		border:1px solid #AAA;
		}

	/* ARCHIVE */

	table td#thumbs {
		background-color:#CCC;
	}
	table td#thumbs a:link, table td#thumbs a:visited {
		border:2px solid #AAA;
		display:block;
		float:left;
		margin:12px;
	}
	table td#thumbs a:hover {
		border:2px solid #EEE;
	}
	table td#thumbs a img {
		border:none;
		}
	td.sidecol ul {
		list-style:none;
		margin:0;
		padding:0;
	}
	td.sidecol ul li {
		margin-bottom:4px;
	}
	#text {
		background-color:#CCC;
		}


	table td#navigation {
		text-align: right;
		padding-right: 10px;
		padding-left: 10px;
		font-size: 0.95em;
		white-space: nowrap;
		background: #DFDFDF;
	}

	table td#navigation a:link, table td#navigation a:visited, table td#navigation a:active {
		color: #444;
	}
	table td#navigation a:hover {
		background: none;
		border: none;
		color: #999;
	}

	a.nohover:hover, a.nohover:hover img {
		background: none !important;
		border: none !important;
		text-decoration: none !important;
	}

	a.logo:link, a.logo:active, a.logo:visited, a.logo:hover {
		font-family: Georgia,"Times New Roman",Times,serif;
	}

	table td#rating {
		font-size: 90%;
		padding: 0px;
		padding-top: 5px;
		padding-left: 15px;
		margin: 0px;
		background: #888;
	}

	.votes{
		width: 250px;
		display:block;
		text-align: left;
		float: left;
		margin-left: 25px;
	}

	span#total_votes_cast {
		line-height: 19px;
	}	


        td.rstat  {
                vertical-align: top;
                text-align: left;
                padding-left: 10px;
        }

        a.rpict:link, a.rpict:visited {
                border:2px solid #AAA;
                display:block;
                float:left;
        }
        a.rpict:hover {
                border:2px solid #EEE;
        }
        .rpict img {
                border:none;
        }



