/*
	antman.info Cascading Style Sheet
	Created by antman
	http://www.antman.info/
*/

#snif table
	{
	width: 100%;
	border-spacing: 0;
	}

#snif table td
	{
	padding-left: 10px;
	padding-right: 10px;
	}

#snif table td.littlepadding
	{
	padding-left: 4px;
	padding-right: 0px;
	}

.snif * {
	font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 100%;
	}

.snif a, a.snif
	{
	text-decoration: none;
	}

.snif a:hover, a.snif:hover
	{
	text-decoration: underline;
	}

.snif img
	{
	border:none;
	}

.snifSmaller
	{
	font-weight: normal;
	font-size: 95%;
	}

.snW	{
	white-space: normal;
	}

.snWhite
	{
	color: #fff;				/* active page in paging header */
	}

td.snDir
	{
	color: #bbb;				/* table header text color */
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	}

td.snDir a
	{
	color: #0066cc;				/* link text color within table header */
	}

td.snLogo
	{
	padding-top: 3px;
	padding-bottom: 3px;
	width: 60px;
	}

td.snTitle
	{
	color: #000000;				/* table header text color */
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	text-align: left;
	width: 100%;
	}

tr.snHeading, td.snHeading, td.snHeading a
	{
	color: #fff;				/* column headings text color */
	background-color: #292929;		/* column headings background color */
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	}

td.size	{
	text-align: right;
	}

tr.snF td a
	{
	color: #0066cc;				/* file listing link text color (filename)*/
	text-decoration: none;
	}

tr.snF td a:hover, a.snif:hover
	{
	color: #000000;
	background-color: #bbbbee;		/* file listing link hover background color */
	text-decoration: underline;
	}

tr.snEven
	{
	background-color: #eeeeee;		/* file listing background color for even numbered rows */
	}

tr.snOdd
	{
	background-color: #dddddd;		/* file listing background color for odd numbered rows */
	}

tr.snF td
	{
	color: #000000;				/* file listing text color */
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	white-space: nowrap;
	}

#snCopyright
	{
	margin: 0 auto;
	padding-top: 15px;
	color: #555;                  /* copyright notice text color */
	text-align: center;
	font-size: 0.9em;
	}

#snCopyright a:link, #snCopyright a:visited, #snCopyright a:active
	{
	color: #000;
	text-decoration: none;
	font-weight: normal;
	}

#snCopyright a:hover
	{
	color: #0066cc;
	text-decoration: none;
	font-weight: normal;
	}

#snCopyright .black
	{
	color: #000000;
	}

#addthis
	{
	margin: 0 auto;
	width: 170px;
	text-align: center;
	}
