/* ------------------------------------------------------------------------------
   YaPiG Default template CSS
   
   Just modifying this file you can heavily customize your 
   YaPiG's look.
   
-----------------------------------------------------------------------------*/

/****************************************************
 HTML Elements
******************************************************/

/* ----------- Links --------------------- */
a:link{
	color:#333333;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
	color:#515151;
}
a:visited{
	text-decoration: none;
	color:#515151;
}

/* --------------------------------------- */

body {
     font-family: Arial,Verdana, sans-serif;
     color: #333333;
     background: #FFFFFF;
     font-size: 80%;
     margin: 0pt;
}


pre {
   margin-right: 20px;	    
}  

table {
      margin-right: 12px;
      font-size: inherit;
}





/* ------------ Forms ------------------------ */

input,textarea {
	background: white;
	border: thin solid #000000;
	color: black;
	padding: 2px;
	margin-left: 5px;
}

/* ------------------------------------------ */

strong {
       color: #000000;
}

address {
	 border-top: thin solid #000000;
	 margin: 10px;
	 background: #F2F2F2;
}


/******************************************************
YaPiG Interface Classes
*******************************************************/

.center {
  text-align: center;
}


/*  Main task bar style */
.main {
      /*background: #9F9FAF;*/
      font-size: 80%;
      padding-bottom: 3px;
      color: #333333;
      margin: 3px;
}

/* form buttons style */
.formbutton {
	border: thin outset #CCC;
	/*background: #BBBBCA;*/
}


/* gallery index container (div)*/
.gidindex {
	 width: 100%;
	 font-size: 90%;
}

.gidindextable{
	       font-size: inherit;
		   padding:0px;
		   margin:0px;
}

.gidindextable td {
			width:120px;
	       font-size: inherit;
		   padding:0px 0px 20px 0px;
		   margin:0px;
}

/* information about a gallery container style*/
.gidindexdata{
	 /* border: thin dotted #AAAABA;*/
	/*  background: #DDDDED;*/	  
}

/*  TD of Index of galleries */
.gidindextd{
	    width: 120px;
		padding:0px;
		margin:0px;
		
}

/*DIV containing information about image information (name,size,dimensions)*/
.phidinfo{
	  border: thin solid #999;
	  background: #F2F2F2;
	  margin: 6px;
	  padding: 5px;
	  }
	  
/* Box style with the name,web,email and the posted comment*/
.comment {
	  border: thin solid #BAAAAA;
	  background: #EDDDDD;
	  margin: 5px;
	  padding: 5px;
}

/* Image text (name,caption,hits,comments) in a gallery index (below thumbnail) */
.view {
      font-size: 80%;
}

/*Thumbnail Image style */
.thumb {
       border: thin outset #9999A9;
}

/* div style of the container of the 'mini' image */
.minimage {
	   padding:0px 20px 20px 0px;
}

/* div style of the container of the 'big' image */
.viewimage {
	   text-align: left;
}

/* style of the 'big' image itself*/
.image{
}

.red {
       color:#6A6A6A;
       background: auto;
}


/* Admin task bar style */
.admin {
      border-bottom: thin solid #000000;
      color: #000000;
      padding:2px;
      background:#F2F2F2;
      margin:10px 0px;      
}

/* Admin forms */
.admin_data {
      margin-left: 15px;
}

/**
 * For the exif DIV (template: phid_info.php)
*/
.exif_data{
  margin-bottom: 3px;
  padding: 5px;
  float: right;
  font-size: 80%;
  background: #DDDDEE;
  border: thin solid #AAAABA;

}
