/****************************************************
 HTML Elements
******************************************************/

/* ----------- Links --------------------- */
a:visited { text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	color: #FF702A;
	font-weight: normal;
	font-size:10px;} 
a:link {text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	color: #FF702A;
	font-weight: normal;
	font-size:10px;} 
a:hover {text-decoration: underline;color:#FF602A;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:10px;} 
a:active {text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	color: #FF702A;
	font-weight: normal;
	font-size:10px;} 

/* --------------------------------------- */

html, body {
	margin:0px;
	scrollbar-face-color: #ffffff; 
	scrollbar-track-color : #cccccc; 
	scrollbar-arrow-color : #ff3333; 		
	font-family:Arial, Helvetica, sans-serif;
	background-color:#CCCCCC;
	font-size:10px;
}
a.nav:active, a.nav:visited,  a.nav:link { color: #000000; font-size : 10px; font-weight: bold; font-family: verdana; text-decoration: none;}
a.nav:hover { font-size : 10px; font-weight: bold; color: black; font-family: verdana; text-decoration: underline; }
table{
	margin:0px 0px 0px 0px;
}

div {
   	margin-left: 20px;	
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	font-size:10px;
	text-align:justify;
}

h3,h4{
   margin-left: 20px;
    font-size: 11px;		   
}

h1, h2 {

	font-size : 16px; font-weight: bold; color: #808080; font-family: verdana; text-decoration: none;
	text-align: center;
	margin-bottom:5px;
}

/* ------------ Forms ------------------------ */

input,textarea {
	background: white;
	border: 1px solid #336633;
	color: #FF602A;
	padding: 2px;
	margin-left: 5px;
    font-size: 11px;		
}

/* ------------------------------------------ */

address {
	 border-top: 1px solid #336633;
	 margin: 10px;
	 background: #CCCCdC;
    font-size: 11px;			 
}

.center {
  text-align: center;
}


/*  Main task bar style */
.main {
      /*border-bottom: 1px outset #336633;*/
      background: #f2f2ee;
      font-size: 80%;
      padding-bottom: 3px;
   	  color: #666666;
      font-size: 10px;	  
      margin: 3px;
	  font-family:Arial, Helvetica, sans-serif;
}

/* form buttons style */
.formbutton {
	border: 1px outset #336633;
    font-size: 11px;			
}


/* gallery index container (div)*/
.gidindex {
	 width: 100%;
	 font-size: 90%;
}

.gidindextable{
	       width: 95%;
	       font-size: inherit;
}

/*  TD of Index of galleries */
.gidindextd{
	    width: 100px;
}

/*DIV containing information about image information (name,size,dimensions)*/
.phidinfo{
	  border: 1px solid #CCCCCC;
	  background: #FFFFFF;
	  margin: 6px;
	  padding: 1px;
	  }
	  
.phidinfo2{
	  border: 1px solid #CCCCCC;
	  background: #FFFFFF;
	  margin: 6px;
	  padding: 1px;
	  }
	  
/* Box style with the name,web,email and the posted comment*/
.comment {
	  border: 1px solid #336633;
	  background: #DDDDDD;
	  margin: 5px;
	  padding: 5px;
      font-size: 11px;			  
}

/* Image text (name,caption,hits,comments) in a gallery index (below thumbnail) */
.view {
    font-size: 11px;		
}

/*Thumbnail Image style */
.thumb {
       border: 1px solid #333333;
}

/* div style of the container of the 'big' image */
.viewimage {
	   text-align: center;
}


/* Admin task bar style */
.admin {
      border-bottom: thin solid #CCCCCC;
      color: #666666;
      padding: 2px;
      background: #f2f2ee;
      margin: 10px;      
}

/* Admin forms */
.admin_data {
      margin-left: 15px;
    font-size: 11px;			  
}

/**
 * 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;

}


