/*
** ----------------------------------------------------------------------------------------- 
** -- Styles for the display of each of the photo pages :: Display, Order & Completion pages
** ----------------------------------------------------------------------------------------- 
** Nb: Not all style declarations may be necessary, particularly when using an existing 
** stylesheet for a particular website, (un)comment rules where applicable.
*/

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


/* general heading styles */

.phohdg1 { font: 11px tahoma, verdana;  font-weight: bold;	color: #a00; }
.photext { font: 11px tahoma, verdana;	color: #000; } /* general text */
.photextsml { font: 11px tahoma, verdana;	color: #444; }/* small text */

.alerttext { font: 11px tahoma, verdana;	color: #a00; }
.style1 { color: #a00; }

.ordrinstrctns { font: 11px tahoma, arial, verdana; color: #444; }

.dayhdg { font: bold 14px tahoma, verdana; color: #3BA7B3; } /* Day of the week name: Monday, Tuesday, .. */
.daydate { font: 12px tahoma, verdana; color: #555; } /* Date */
.choosetheday ,.entryInstr , .available { font: 10px verdana;	color: #fff;  } /* Misc Instructions */

.venname { font: bold 18px tahoma, verdana; color: #f00; } /* Name of the venue when displayed */

.choosetheday { float: right; } /* text above photo-day select boxes */
.entryInstr { margin: 10px 0 10px 0; color: #fff; }
.sendfriend {  margin: 10px 0 10px 0; color: #fff; } /* text: 'If you like, Send your favourite photo(s) to a FRIEND:' */

/* for the current and link page numbers displayed in the page numbers on the display page */
.curpgnum { font: bold 13px verdana, tahoma, arial; color: #f00; } 
.pgnumlnk { font: bold 13px verdana, tahoma, arial; }
 
.phodiv { background-color: #000; }

/* .phoinput {	margin: 2px;  font: 10px verdana; color: #000;  background-color: #ccf;  border: 1px solid #fff; } */ /* input controls if already set in default styles for page */
/* .phoinput_but { font: 10px verdana; color: #000;  background-color: #afe; } */ /* as above for input buttons */
 .phoselect { 	margin-bottom: 11px;	font-family: tahoma, Arial, Helvetica, sans-serif;	font-size: 10px;  width: 100px; background-color: #fff; }  /* as above for select controls */
/* .photextarea { 	
  margin: 2px;  
  font: 10px verdana; color: #000;
  background-color: #ccf;
   
  scrollbar-face-color: #6eb; 
  scrollbar-shadow-color: #66a; 
  scrollbar-highlight-color: #66a; 
  scrollbar-3dlight-color: #88d;   
  scrollbar-darkshadow-color: #66a;
  scrollbar-track-color: #000; 
  scrollbar-arrow-color: #000;

 } */ /* 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: 11px tahoma, verdana; color: #444; background-color: #fff; } /* for the privacy dec on the order page only */


 /* for the correspondence consent box on the order page */
.consentbox table {	border: 1px solid #3BA7B3; margin: 5px; padding: 5px; background-color: #1E81A1;  }
.consentbox table td { font: 10px tahoma, verdana; color: #fff; }
 /* box containing the submit, clear, cancel buttons on the order page */
.submitbox { border: 1px solid #A4B97F;  margin: 5px;  padding: 4px;  background-color: #fff;}
/* the message boxes displayed on the complete page for the various instances */
.phomessagebox { font: 11px tahoma, verdana; width: 300px; border: 1px solid #aaa; margin: 5px; padding: 4px; background-color: #3BA7B3; color: #fff; }

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

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

.phomessagebox .photextsml { color: #fff; }



