body {
	font-family: helvetica, sans-serif;
	font-size: 12pt;
	color:black;
}

a
{
	font-family: helvetica, sans-serif;
	color: #663300;
}

a:hover
{
	font-family: helvetica, sans-serif;
	color: #99cc99;	
}

a.nav {
	text-decoration:none;
	font-family: helvetica, sans-serif;
	font-size: 16pt;
	color: #663300;
	font-weight: bold;
}

a.nav:hover {
	text-decoration:none;
	font-family: helvetica, sans-serif;
	font-size: 16pt;
	color: white;
	font-weight: bold;
}

h1.center {
	font-weight: bold;
	font-size: 48 px;
	color: black;
	border-bottom: 4px solid #99cc99;
	text-align: left;
}

h2.center {
	font-weight: bold;
	font-size: 16 pt;
	color: black;
	border-bottom: 1px solid #99cc99;
	text-align: left;
}

h3.center {
	font-weight: bold;
	font-size: 14 pt;
	color: black;
	border-bottom: 1px solid #99cc99;
	text-align: left;
}

.question {
	font-weight: bold;
	color: #99cc99;
}

.letterhead {
	font-size: 2 em;
	font-weight: bold;
	color: #99cc99;
	border: 1px solid #99cc99;
}

h2.right {
	font-size: 12 pt;
	font-family: helvetica, sans-serif;
	font-weight: bold;
	color: black;
}

.right {
	font-size: 10pt;
	font-family: helvetica, sans-serif;
	color: black;
	
}

.right2 {
	font-size: 10pt;
	font-family: helvetica, sans-serif;
	color: black;
	
}

li.right {
	font-size: 10pt;
	font-family: helvetica, sans-serif;
	color: black;
	
}

ul.right {
	font-size: 10pt;
	font-family: helvetica, sans-serif;
	color: black;
	
}

.post {
	padding-bottom: 5px;
	border-top: 1px solid #99cc99;
}

.storycontent {
	padding-left: 12pt;
	padding-right: 12pt;
	}
	
hr.center {
	color: #99cc99;
	background-color: #99cc99;
	height: 4px;
	border: 0px;
}




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

.center {
  text-align: center;
}


/*  Main task bar style */
.main {
      border-bottom: thin dotted #7777C7;
      /*background: #9F9FAF;*/
      font-size: 80%;
      padding-bottom: 3px;
      color: #444464;
      margin: 3px;
}

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


/* gallery index container (div)*/
.gidindex {
	 border-bottom: thin dashed #AAAABA;
	 width: 100%;
	 font-size: 90%;
}

.gidindextable{
	       width: 95%;
	       font-size: inherit;
}

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

/*  TD of Index of galleries */
.gidindextd{
	    width: 180px;
}

/*DIV containing information about image information (name,size,dimensions)*/
.phidinfo{
	  border: thin solid #AAAABA;
	  background: #D0D0E0;
	  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 'big' image */
.viewimage {
	   text-align: center;
}

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

.red {
       color: #F75757;
       background: auto;
}


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

/* 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;

}