/* 
   phpGraphy' stylesheet, please customise it as much as you want !
   and if you got a very nice theme that you want to share, then submit it,
   perhaps it'll be in the next release

   To change the default size font, modify the font-size element for both body and td,
   everything else is relative to them.
*/

body {
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-base-color:#3C0B11;
  scrollbar-shadow-color:#F3F3F3;
  scrollbar-face-color:#5C1619;
  scrollbar-highlight-color:#F3F3F3;
  scrollbar-dark-shadow-color:#FFFFFF;
  scrollbar-3d-light-color:#3C0B11;
  background-color: #000000;
  background-image : url(../img/bac_main.jpg);
  margin-top: 0px;
  margin-bottom: 0px;
  }

TABLE						{font-family: tahoma,arial,helvetica; font-size: 10pt; color: #FFFFFF; font-weight: normal; text-decoration: none;}
TR							{font-family: tahoma,arial,helvetica; font-size: 10pt; color: #FFFFFF; font-weight: normal; text-decoration: none;}
TD							{font-family: tahoma,arial,helvetica; font-size: 10pt; color: #FFFFFF; font-weight: normal; text-decoration: none;}

div.main {
  float: left;
  display: inline;
  margin-left: 10%;
  margin-right: 10%;
  }
a				{font-family: tahoma,arial,helvetica; font-size: 10pt; color: #F7EA59; font-weight: normal; text-decoration: none;}
a:link				{font-family: tahoma,arial,helvetica; font-size: 10pt; color: #F7EA59; font-weight: normal; text-decoration: none;}
a:visited			{font-family: tahoma,arial,helvetica; font-size: 10pt; color: #F7EA59; font-weight: normal; text-decoration: none;}
a:active		{font-family: tahoma,arial,helvetica; font-size: 10pt; color: #CC3300; font-weight: normal; text-decoration: underline;}
a:hover			{font-family: tahoma,arial,helvetica; font-size: 10pt; color: #CC3300; font-weight: normal; text-decoration: underline;}



a.menu:hover { text-decoration: none }

a.lbmenu:hover { text-decoration: none }

a.lbmenu { text-decoration: none }



.small				{font-family: tahoma,arial,helvetica; font-size: 10pt; color: #ffffff; font-weight: normal; text-decoration: none;}
a:link.small				{font-family: tahoma,arial,helvetica; font-size: 10pt; color: #F7EA59; font-weight: normal; text-decoration: none;}
a:visited.small			{font-family: tahoma,arial,helvetica; font-size: 10pt; color: #F7EA59; font-weight: normal; text-decoration: none;}
a:active.small			{font-family: tahoma,arial,helvetica; font-size: 10pt; color: #CC3300; font-weight: normal; text-decoration: underline;}
a:hover.small				{font-family: tahoma,arial,helvetica; font-size: 10pt; color: #CC3300; font-weight: normal; text-decoration: underline;}

.medium {
    font-size: 88%
	}

.big { font-size: 150%; }

.txt { 
  font-family : Courier New,sans-serif;
  }

.errormsg {
  font-family : Verdana,Arial,Geneva,sans-serif;
  font-size: 90%;
  color: #ff0000;
  }

/* Default phpGraphy banner */
#banner {
  border: none;
  margin-bottom: 3px;
  }

/* Directory information bar (current directory) */
/* Replacing this html tag <table width="100%"  border="0" cellspacing="0" cellpadding="0"> */
#dirbar {
  width: 100%;
  border: none;
  }
/* Replacing <td align="left" width="80%" */
#dirbarleft {
  text-align: left;
  width: 75%;
  }
#dirbarright {
  text-align: right;
  }

/* display the directory content (thumbs) */
#dirlist {
  }

/* display the directory content (thumbs) */
#dircontent {
  width: 100%;
  }
#dircontentleft {
  float: left;
  display: inline;
  width: 50%;
  border: none;
  }
#dircontentright {
  float: right;
  display: inline;
  width: 50%;
  border: none;
  }

/* picture title (displayed when browsing lowres/highres pictures) */
.title {
  font-family : Verdana,Arial,Geneva,sans-serif;
  text-decoration: underline;
  }

/* used for .welcome and _comment file */
.welcome {
  color: #FFFFFF;

  }

/* Lowres/Highres picture display area */
#displaypicture {
  text-align: center;
  }

#metadataicon {
  margin-left: 5px;
  }

/* Admin form to change picture's associated data */
.rotatebutton {
  background-color : transparent;
  border: 1px solid;
  color : #BDD77B;
}

#picupdateform {
  display: block;
  text-align: center;
  margin: 5px;
  }

#picupdatedesc {
  border: 1px;
  align: top;
}

/* exif metadata text */
.exifmetadata { 
  color: #646464;
  text-align: center;
  }

/* iptc metadata text */
.iptcmetadata {
  color: #a0a0a0;
  text-align: center;
  }

/* currently only used for the metadata table (hidden by default) */
.metadatatable { 
  background-color: #f5beb4;
  border: 1px solid;
  border-spacing: 0px;
  margin-left:auto;
  margin-right:auto;
  margin-top: 8px;
  }
.rowbgcolor1 { background-color: #f5beb4; }
.rowbgcolor2 { background-color: #ffe5e0; }

.txtcomments {
  text-decoration: underline;
  }

/* thumbnails properties */
.thumbnail { border: 1px solid #000000; }

/* icons properties */
.icon { border: none }

/* lowres/highres picture properties */
.picture { 
  border: 1px solid #000000;
  }

/* Page naviguation (Previous/Next, Page number) */
.pagenav { text-align: center; }

.popup {
  position: fixed;
  left: 10px;
  top: 10px;
  }

#footer {
  text-align: center;
  display: block;
  margin: 4px;
  }
.padding {
	padding: 2px;
}
.LPPadding {
	padding: 3px;
}

/* USER MANAGEMENT */

/* USER MANAGEMENT LIST */
table.um { border-collapse: collapse; border: 2px solid #999; margin: .5em auto; }
table.um th { font-weight: bold;  padding: .5em;  }
table.um td { border: 1px solid #ddd; padding: .5em; text-align: center; }
table.um caption { padding: .5em; font-weight: bold;  border: 2px solid #999; margin: 0 auto; }

/* USER MANAGEMENT EDIT USER INFO */
#user_management { width: 30em; margin: 1em auto; }
#bottomForm { text-align: right; font-weight:bold; }
#bodyForm {  }
#bodyForm legend { font-weight: bold; }
#bodyForm fieldset label { float: left; width: 40%; text-align: right;  padding: 0 .5em 0 0; line-height: 1.8; }
#bodyForm .legend { font-style: italic;  }
INPUT.bdBtnStd				{font-family: arial,helvetica; color: #333333; font-size: 12.1pt; font-weight: normal; text-decoration: none; background-color: #DEDEDE; border-top: 2px #999999 solid; border-left: 2px #999999 solid; border-bottom: 2px #999999 solid; border-right: 2px #999999 solid;}
INPUT.bdBtnOvr				{font-family: arial,helvetica; color: #333333; font-size: 12.1pt; font-weight: normal; text-decoration: none; background-color: #DEDEDE; border-top: 2px #999999 solid; border-left: 2px #999999 solid; border-bottom: 2px #999999 solid; border-right: 2px #999999 solid;}
INPUT.bdyFormTxt			{font-family: arial,helvetica; color: #333333; font-size: 12.1pt; font-weight: normal; text-decoration: none; border-width: 1px; border-color: #333333;}
SELECT.bdyFormTxt			{font-family: arial,helvetica; color: #333333; font-size: 12.1pt; font-weight: normal; text-decoration: none; border-width: 1px; border-color: #333333;}
INPUT.bdyFormFle			{font-family: arial,helvetica; color: #333333; font-size: 12.1pt; font-weight: normal; text-decoration: none; border-width: 1px; border-color: #333333; width: 275px;}
