	@import "/index_files/dropdown_menu.css";

	body {
		font-family: "tahoma", "arial", "helvetica", "sans-serif";
		font-size: 8pt;
		background-color: #262626;
		color: #EBEBEB;
		margin-top: 0px;
		margin-bottom: 0px;
		_height: 100%;
		min-height: 100%;
	/*	background-image: url("pic/filelist/bg.gif");*/
	}
	
	table {
	border-collapse: collapse;
/*	border: none;   */
	 background-color: #3B3B3B;
	 padding: 2px;
	}
	
	table.main, table.mainouter {
	background-color: #262626;
	padding: 2px;
	}
	
	table.header {
	border: solid;
	background-color: #E2E2E2;
	}
	
	table.menu {
	background-color: #262626;
	}
	
	table.browse {
	background-color: #656565;
	}
	
	table.poll {
	background-color: #3B3B3B;
	}
	
	table.interiortable {
	background-color: #3B3B3B;
	}
	
	table.menubarbackground {
	background-image: url("pic/filelist/menubarbackground.gif");
	background-color: #2C2C2C;
	}
	
	table.menubartextbackground {
	background: transparent;
	border-style: none solid none solid;
	border-width: 1px;
	}
	
	table.statusbar {
	background-color: #333333;
	border: 2px ridge #777777;
	}
	
	table.top {
	 background-color: #333333;
	 padding: 2px;
	}
	
	table.bottom {
	background: transparent;
	padding: 2px;
	}
	
	table.message {
	 border: solid #000000 1px;
	}
	
	h1 {
	font-size: 12pt;
	}
	
	h2 {
	background-image: url("pic/filelist/table_top.gif");
	font-size: 10pt;
	margin-bottom: 0px;
	margin-top: 5px;
	background-color: #999999;
	border: 1px solid #333333;
	}
	
	h3 {
	font-size: 10pt;
	}
	
	p {
		font-size: 8pt;
	}
	
	p.sub {
	margin-bottom: 4pt;
	}
	
	p.sig {
	 border-top-style: dotted;
	 border-top-length: 4pt;
	 margin-bottom: 2pt;
	}
	
    .alt1
    {
        font-size: 7pt;
        background-color: #606060;
    }

    .alt2
    {
        font-size: 7pt;
        background-color: #3B3B3B; // #686868;
    }

    .alt1a
    {
        font-size: 8pt;
        background-color: #606060;
    }

    .alt2a
    {
        font-size: 8pt;
        background-color: #686868;
    }

    td {
		font-size: 8pt;
		border: 1px solid #777777;

	}

	td.right {
	border-style: solid none solid solid;
	border-width: 1px;
	}

	td.left {
	border-style: solid solid solid none;

	}

	td.sides {
	border-style: solid none solid none;
	border-width: 1px;
	}

	td.topbottom {
	border-style: none solid none solid;
	border-width: 1px;
	}
	
	td.border {
	font-size: 8pt;
	border: solid #000000 0px;
	
	}
	
	td.embedded {
	border: none;
	padding: 1px;
	text-align: left;
	}
	
	
	td.bottom {
	border: none;
	padding: 1px;
	
	}
	
	td.heading {
	font-weight: bold;
	}
	
	td.text {
	padding: 10pt;
	text-align: left;
	}
	
	td.comment {
	padding: 10pt;
	font-size: 8pt;
	text-align: left;
	}
	
	td.colhead {
	font-weight: bold;
	color: #FFFFFF;
    background-color: #656565;
    border-color: #d2d2d2;
	}
	
	td.rowhead {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	}
	
	td.rowcenter {
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	}
	
	td.title {
	font-size: 14pt;
	}
	
	td.navigation {
	font-weight: bold;
	font-size: 10pt;
	 border: none;
	}
	
	td.menunavigation {
	font-weight: bold;
	font-size: 10pt;
	border-style: none solid none solid;
	border-width: 1px;
	background-color: gray;
	}
	
	td.menunavigation:Hover{
	font-weight: bold;
	font-size: 10pt;
	border-style: none solid none solid;
	border-width: 1px;
	background:gray url(/pic/filelist/menuon.gif);
	}
	
	td.clear {
	padding: 0px;
	border: 0px;
	background: transparent;
	}
	
	form {
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.sublink {
		font-style: italic;
		font-size: 7pt;
		font-weight: normal;
	}
	
	font.gray
	{
	color: #C0C0C0;
	text-decoration: underline;
	}
	
	a:link, a:visited {
	text-decoration: underline;
	color: #CCCCCC;
	/*font-weight: bold;*/
	}
	
	a:hover {
		color: #E47505;
		text-decoration: none;
	/*	background-color: #999999;*/
	}
	
	a.index {
		font-weight: bold;
	}
	
	a.biglink {
		font-weight: bold;
		font-size: 12pt;
	}
	
	a.altlink:link, a.altlink:visited{
		font-weight: bold;
		color: #E47505;
		text-decoration: none;
	}

	a.altlink:hover {
	text-decoration: underline;
	}
	
	a.altlink_blue:link, a.altlink_blue:visited{
		font-weight: bold;
		color: #0477AE;
		text-decoration: none;
	}
	
	a.altlink_blue:hover {
	text-decoration: underline;
	}
	
	/*
	a.altlink_green:link, a.altlink_green:visited{
		font-weight: bold;
		color: #007800;
		text-decoration: none;
	}
	*/
	
	a.altlink_green:hover {
	text-decoration: underline;
	}
	
	a.normal:link, a.normal:visited {
	color: #F0F0F0;
	text-decoration: none;
	}
	
	a.normal:hover {
	text-decoration: underline;
	}
	
	.important {
	font-weight: bold;
	font-size: 8pt;
	}
	
	.red {
	color: #ee0000;
	}
	
	.yellow {
	color: #997700;
	}
	
	.green {
	color: #00CC00;
	}
	
	input, select, textarea {
	font-family: "tahoma", "arial", "helvetica", "sans-serif";
	font-size: 8pt;
	}
	
	.btn {
	width: 75px;
	height: 23px;
	}
	
	.small {
	font-size: 7pt;
	}
	
	.big {
	font-size: 10pt;
	}
	
	li {
	margin-top: 6pt;
	margin-bottom: 6pt;
	}
	
	ul {
	margin-left: 16pt;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
	img.border
	{
	border-style: none;
	border-color: #000000;
	border-width: 0px;
	}
	
/*	img.logo {
	padding: 0px;
	background-image: url("pic/logo.png");
	background-repeat: no-repeat;
	background-position: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	}
*/
	img.unlockednew {
	 padding: 0px;
	 border: 0px;
	 background-image: url("pic/filelist/forum/unlockednew.gif");
	 background-repeat: no-repeat;
	 background-position: center;
	}
	
	img.unlocked {
	 padding: 0px;
	 border: 0px;
	 background-image: url("pic/filelist/forum/unlocked.gif");
	 background-repeat: no-repeat;
	 background-position: center;
	}
	
	img.lockednew {
	 padding: 0px;
	 border: 0px;
	 background-image: url("pic/filelist/forum/lockednew.gif");
	 background-repeat: no-repeat;
	 background-position: center;
	}
	
	img.locked {
	 padding: 0px;
	 border: 0px;
	 background-image: url("pic/filelist/forum/locked.gif");
	 background-repeat: no-repeat;
	 background-position: center;
	}
	
	img.poll {
	 padding: 0px;
	 border: 0px;
	 background-image: url("pic/filelist/bar.gif");
	
	}
	
	img.pollright {
	 padding: 0px;
	 border: 0px;
	 background-image: url("pic/filelist/bar_right.gif");
	
	}
	
	img.pollleft {
	 padding: 0px;
	 border: 0px;
	 background-image: url("pic/filelist/bar_left.gif");
	
	}
	
	img.games {
	 padding: 0px;
	 border: 0px;
	 background-image: url("pic/filelist/categories/cat_games.gif");
	
	}
	
	img.macxgames {
	 padding: 0px;
	 border: 0px;
	 background-image: url("pic/filelist/categories/cat_macxgames.gif");
	
	}
	
	img.musicmisc {
	 padding: 0px;
	 border: 0px;
	 background-image: url("pic/filelist/categories/cat_music.gif");
	
	}
	
	img.musicclassical {
	 padding: 0px;
	 border: 0px;
	 background-image: url("pic/filelist/categories/cat_music.gif");
	
	}
	
	img.musicindie {
	 padding: 0px;
	 border: 0px;
	 background-image: url("pic/filelist/categories/cat_music.gif");
	
	}
	
	img.musicjazz {
	 padding: 0px;
	 border: 0px;
	 background-image: url("pic/filelist/categories/cat_music.gif");
	
	}
	
	img.musicrock {
	 padding: 0px;
	 border: 0px;
	 background-image: url("pic/filelist/categories/cat_music.gif");
	
	}
	
	img.anime {
	 padding: 0px;
	 border: 0px;
	 background-image: url("pic/filelist/categories/cat_anime.gif");
	
	}
	
	img.movies {
	 padding: 0px;
	 border: 0px;
	 background-image: url("pic/filelist/categories/cat_movies.gif");
	
	}
	
	img.appzmacx {
	 padding: 0px;
	 border: 0px;
	 background-image: url("pic/filelist/categories/cat_macxapps.gif");
	
	}
	
	img.appzmisc {
	 padding: 0px;
	 border: 0px;
	 background-image: url("pic/filelist/categories/cat_apps.gif");
	
	}
	
	img.books {
	 padding: 0px;
	 border: 0px;
	 background-image: url("pic/filelist/categories/cat_books.gif");
	}
	
	
	/* Dropdowns */
	#nav ul, #nav {
	list-style: none;
	padding: 0;
	margin: 0;
		
	}
	
	#nav a {
	text-decoration: none;
	}
	
	#nav li li a {
	display: block;
	font-weight: normal;
	padding: 0.2em 10px;
	background-color: #262626;
	color: #CCCCCC;
	}
	
	#nav li li a:hover {
	padding: 0.2em 5px;
	border: 1 solid #000000;
	color: #000000;
	background-color: #999999;
	}
	
	#nav li {
	float: left;
	position: relative;
	width: 10em;
	text-align: center;
	cursor: pointer;
	background-color: transparant;
	border-width: 1px 0;	
	}
	
	#nav li#first {
	border-left-width: 1em;
	}
	
	#nav li#last {
	border-right-width: 1em;
	}
	
	#nav li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	border-right: solid 1px #000;
	background-color: #000000;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-right: 0.2px;
	padding-left: 0.2px;
	}
	
	#nav li>ul {
	top: auto;
	left: auto;
	}
	
	#nav li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
	}
	
	#nav li:hover ul, #nav li.over ul {
	display: block;
	}
	
	ul,li {
	padding: 0;
	margin:0;
	}
	
	ul.navigation li {
	margin-left: 15px;
	}
	
	ul.navigation {
	 background-color: #3A3A3A;
	 padding: 2px;
	 border: solid 1px #777777;
	 list-style-type: disc
	}
