/*
A {	COLOR: #ff0; TEXT-DECORATION: none }
A:link { COLOR: #ff0; TEXT-DECORATION: none }
A:visited {	COLOR: #fd5; TEXT-DECORATION: none }
A:active {	COLOR: #f80; TEXT-DECORATION: none }
A:hover {	COLOR: #ff0; TEXT-DECORATION: underline }
*/

/* styles for generic photo ordering system */


style1 { font: 10px verdana; color: #ff0; }

/* general heading styles */
.phohdg1 {  font: 10px verdana;	 }
.photext {	 font: 10px verdana; }
.photextsml {	font: 10px verdana; }

.alerttext { font: 10px verdana; }

.venname { font: 12px verdana; }

.dayhdg {   font: bold 10px verdana;	float: left; }
.daydate {	 font: 10px verdana; 	float: left; }
.choosetheday ,.ordrinstrctns , .available {  font: 10px verdana;  }
.choosetheday { float: right; }
.ordrinstrctns { margin: 5px 0 10px 0; }
/* for the current and link page numbers displayed in the page numbers on the display page */
.curpgnum { font: bold 13px verdana, arial; color: #fff; } 
.pgnumlnk { font: bold 13px verdana, arial; }
 
.phodiv {  background-color: #000; }
.phoinput {	margin: 2px; font-size: 11px;  } /* input controls if already set in default styles for page */
.phoinput_but { } /* as above for input buttons */
.phoselect { 	margin: 2px; font-size: 11px;	} /* as above for select controls */
.photextarea { 	
  margin: 2px;   font: 10px verdana;

 } /* as above for text area controls */
.phocheckbox {  }  /* as above for input checkboxes */

.vdets { width: 290px; } /* visitor text field input styles - mainly used for width control  */
.fdets { width: 240px; } /* friend text field input styles - freinds details */
.fmsg { width: 240px; } /* friends msg text area styles */

.privacytextarea { font: 10px verdana; color: #fff;  background-color: #000; } /* for the privacy dec on the order page only */


 /* for the correspondence consent box on the order page */
.consentbox table{	 font: 10px verdana; border: 1px solid #aaa;  margin: 5px;  padding: 5px;  background-color: #fc0;  color: #000; }
.consentbox table a { color: #00f; }
 /* box containing the submit, clear, cancel buttons on the order page */
.submitbox {  border: 1px solid #9999B7;  margin: 5px;  padding: 4px;  background-color: #000;}
/* the message boxes displayed on the complete page for the various instances */
.phomessagebox {	 font: 10px verdana;  width: 300px;  border: 1px solid #aaa;  margin: 5px;  padding: 4px;  background-color: #fc0; color: #000; }

/* main table used in info popup windows: privacy, terms, file attach */
.infotable, .infobody{background-color: #000; padding: 10px; font: 12px verdana; color: #fff; }
/* main title used in info popup windows: privacy, terms, file attach */
.infotitle {  font: bold 20px verdana;  color: #fc0; }
/* heading used in info popup windows: privacy, terms, file attach */
.infohdg {  font: bold 12px verdana;  color: #ff0; }

/* the message displayed for archived photos */
.archivebox {  width: 400px;  border: 1px solid #aaa;  margin: 0px;  padding: 2px;  background-color: #b00;  font: 10px verdana;  color: #fff; }


