/* Default stuff */
*{
	margin:0;
	padding:0;
}
body{
	background-image:url('../img/stripes_top.png');
	/*background-attachment: fixed; */
	background-repeat:repeat-x;
	background-position:0 0;
	padding-top:16px;
	font-family:Arial, Helvetica, sans-serif;
}
html{
	background-color:#E6E6E6;
	background-image:url('../img/stripes.png');
	/*background-attachment: fixed; */
}
#footer{
	clear:both;
	padding-top:15px;
	text-align:center;
}
h1{
	color:#6699FF;
	font-weight:bold;
	font-size:medium;
	margin:0 0 10px 8px;
	padding:0;
}
img{
	border:0;
}
form{
	margin:0;
	padding:0;
}

/* Begin the design */
img.design{
	display:block;
	margin-left:auto;
	margin-right:auto;
}

#base{
	width:600px;
	margin-left:auto;
	margin-right:auto;
	/*border:1px solid #CCCCCC;*/
	padding-top:10px;
	padding-left:30px;
	padding-right:30px;
	background-image:url('../img/middle.png');
}

/* It's all within that container  */
#container{
	background-image:url('../img/bg.gif');
	padding:10px;
	background-color:#E0DEDE;
}

/*

############### The quick-folder-index box

*/

#index{
	color:#6699FF;
	font-size:small;
	margin:0 0 8px 8px;
}

#index a,
#index a:visited,
#index a:link,
#index a:active{
	color:#6699FF;
	text-decoration:none;
}

#index a:hover{
	text-decoration:underline;
}

/* 

############### Header for sorting the files 

*/

#header{
	color:#476BB3;
	font-weight:bold;
	font-size:small;
	text-align:right;
	border-style:none;
}

#header a, 
#header a:active,
#header a:visited,
#header a:link{
	text-decoration:none;
	color:#476BB3;
}

#header a:hover{
	text-decoration:underline;
	color:#476BB3;
}

#header #file{
	text-align:left;
}

/* 

############### File listing box

 */
#files{
	border-spacing:0px;
	border-collapse:collapse;
	width:100%;
}

#files tbody{
	border:1px solid #A7C5FF; /* IE doesn't understand this - so FUCK YOU IE */
}

/* Row of a file */
#files tbody tr{
	font-size:small;
	color:#6285CA;
	background-color:#E9F0FF;
	text-align:right;
}

#files tbody tr td{
	padding:1px 2px 1px 2px;
}

#files tbody tr.highlight{
	background-color:#FFFFFF;
}

#files tbody tr:hover{
	background-color:#DBE6FE;
}

/* Filelink */
#files tbody tr td a{
	display:block;
	width:100%;
	text-decoration:none;
	text-align:left;
	font-weight:bold;
	overflow:hidden;
	white-space:nowrap;
	/*color:inherit !important; IE fucks this up */
	color:#6285CA;
}
/* Files you can't access */
#files tbody tr td a.forbidden{
	cursor:default;
}

#files tbody tr td a img{
	margin-right:4px;
}

/* The flashplayer for mp3s */
#files tbody tr td object{
	margin-right:4px;
	height:16px;
	width:16px;
}

/* Thumbnail-box */
#files tbody tr.thumbnail{
	height:64px;
}

#files tbody tr td a img.thumb{
	width:324px;
	height:64px;
	background-image:url('../img/ajax/circle.gif');
	/*background-attachment: fixed; */
	background-repeat:no-repeat;
	background-position:146px 25px;
	background-color:#EEEEEE;
}

/* 

############### Error Box

 */
 
 #error{
	font-size:x-large;
	height:130px;
 }
 
 #error div{
	padding-top:50px;
 }
 
 #error img{
	float:left;
	margin-right:5px;
 }
 
 /* 

############### Authtopic box

 */
 
 #authtopic{
	background-color:#FFFFDD;
	padding:10px;
	text-align:center;
	border:2px solid #DDDDAA;
	font-size:large;
 }
 
  /* 

############### Login box

 */
 #login{
	float:right;
	width:210px;
	text-align:right;
 }
 #login form input{
	max-width:70px;
 }
 
   /* 

############### Upload Box

 */
 #upload{
	padding-top:10px;
 }
 #upload img{
	vertical-align:middle;
	padding-right:2px;
 }
 #uploadbar{
	padding:0px;
	display:none;
 }
 #uploadlimit{
	margin-left:30px;
 }
