/*************************************
** This CSS file is part of pics.im **
*************************************/

/* HTML tags */
body {
  margin: 0px;
  padding: 0px;
  height: 100%;
}

form {
  margin: 0px;

}

a {
  color: white;
}

div.clearer {
  clear: both;
}

/* Upload */
span#spanInputField {
  border: 1px solid #b5b5b5;
  padding: 1px;
  background-color: white;
  height: 22px;
  display: block;
  width: 354px;
  z-index: 6;
}

span#spanInputField input[type=text] {
  background-image: url('http://www.file-bunker.org/images/input_background.gif');
  background-repeat: repeat-x;
  border-width: 0px;
  padding: 2px;
  font: Normal 12px "Trebuchet MS";
  width: 350px;

}

div#divBrowseButton input[type=file] {
  position: absolute; right: 40px; top: 22px;
  z-index: 1;
  opacity: 0.0;
  -moz-opacity: 0.0;
  filter: alpha(opacity=0);
}

div#divBrowseButton input[type=button] {
  position: absolute; right: 30px; top: 21px;
  z-index: 0;
}

/* Button styles */
input.inputOrange {
  font: Bold 11px "Trebuchet MS";
  color: white;
  background-image: url('http://www.file-bunker.org/images/button_background.gif');
  background-repeat: repeat-x;
  border: 1px solid #fe6701;
  padding: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
}

input.inputGreen {
  font: Bold 11px "Trebuchet MS";
  color: white;
  background-image: url('http://www.file-bunker.org/images/browse_background.gif');
  background-repeat: repeat-x;
  border: 1px solid #55a60c;
  padding: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
}

/* Link styles */
a.aOrange {
  color: #fe5200;
  text-decoration: none;
  font-weight: Bold;
}

a.aOptionLink {
  background-repeat: no-repeat;
  background-position: 4px;
  font: Normal 11px "Trebuchet MS";
  color: black;
  text-decoration: none;
  padding-left: 30px;
  display: block;
  float: left;
}

a.activeModeLink {
  font: Bold 10px "Trebuchet MS";
  color: white;
  background-image: url('http://www.file-bunker.org/images/active_background.gif');
  border: 1px solid #55a60c;
  text-decoration: none;
  padding-left: 4px;
  padding-right: 4px;
  line-height: 100%;
}

a.ModeLink {
  font: Bold 10px "Trebuchet MS";
  color: white;
  text-decoration: none;
  padding-left: 4px;
  padding-right: 4px;
  line-height: 100%;
}

/* Main objects */
div#divContainer {
  background-image: url('http://www.file-bunker.org/images/header_background.gif');
  background-repeat: repeat-x;
  height: 156px;
}

/* Header */
div#divContainer div#divHeader {
   height: 156px;
}

div#divContainer div#divHeader div#divLogo {
  margin-left: 20px;
  background-image: url('http://www.file-bunker.org/images/header_logo.jpg');
  background-repeat; no-repeat;
  width: 285px;
  height: 156px;
  float: left;
  position: relative;
}

div#divContainer div#divHeader div#divLogo a {
  display: block;
  width: 231px;
  height: 69px;
  position: absolute;
  top: 0px;
  left: 54px;
}

/* Navigation */
div#divContainer div#divHeader div#divNavi{
  float: right;
  margin-right: 10px;
}

div#divContainer div#divHeader div#divNavi ul {
  list-style-type: none;
  list-style-image: none;

  margin: 0px;
  padding: 0px;
}

div#divContainer div#divHeader div#divNavi ul li {
  float: left;
}

div#divContainer div#divHeader div#divNavi ul li a {
  padding: 10px;
  padding-top: 28px;
  height: 36px;
  display: block;
  font: Bold 11px "Trebuchet MS";
  color: white;
  text-decoration: none;
	display: inline-block;

}

div#divContainer div#divHeader div#divNavi ul li a:hover {
  background-image: url('http://www.file-bunker.org/images/navi_hover.gif');
  background-repeat: repeat-x;
}

/* Userbox */
div#divContainer div#divHeader div#divUserBox {
  padding: 10px;
  padding-top: 15px;
  width: 175px;
  height: 44px;
  float: right;
  background-image: url('http://www.file-bunker.org/images/user_background.gif');
  background-repeat: repeat-x;
  color: white;
  font: Normal 11px "Trebuchet MS";
  line-height: 125%;
}

div#divContainer div#divHeader div#divUserBox img.imgUserpic {
  border: 2px solid white;
  margin-right: 10px;
}

/* Body */
div#divContainer div#divBody {

}

div#divContainer div#divBody div.divContent {
  margin: auto;
  width: 728px;
  border: 1px dotted #cbcbcb;
  padding: 1px;
}

div#divContainer div#divBody div.divContent div.divHeadline {
  height: 25px;
  background-image: url('http://www.file-bunker.org/images/headline_background.gif');
  background-repeat: repeat-x;
  border-left: 2px solid #202020;
  border-right: 2px solid #202020;
  color: white;
  font: Bold 12px "Trebuchet MS";
  padding-top: 10px;
  padding-left: 10px;
  position: relative;
}

div#divContainer div#divBody div.divContent div.divInnerContent {
  margin-top: 1px;
  border-top: 1px dotted #cbcbcb;
  padding: 10px;
  background-image: url('http://www.file-bunker.org/images/content_background.gif');
  background-repeat: repeat-x;
  background-position: 0px 1px;
  font: Normal 11px "Trebuchet MS";
  color: #202020;
}

div#divAdvert {
  width: 559px;
  height: 132px;
  background-image: url('http://www.file-bunker.org/images/content_banner_background.gif');
  background-repeat: no-repeat;
  margin: auto;
  margin-top: 1px;
  padding-top: 20px;
}

div#divAdvert div#divBanner {
  margin: auto;
  width: 477px;
  height: 60px;
  background-image: url('http://www.file-bunker.org/images/banner_background.gif');
  background-repeat: no-repeat;
  padding-left: 24px;
}

div.divHeadline div#divModes {
  position: absolute;
  bottom: 0px;
  right: 0px;
  text-align: right;
}