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

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

/* ----------- Links --------------------- */
a:link {
	color: #E470C8;
	text-decoration : none;
	}
a:visited {
	color: #C9548F;
	text-decoration : none;
}
a:active {
	color: #CC0000;
	text-decoration : none;
	background-color : #FFFFE0;
}
a:hover {
	text-decoration : underline;
	color : #FF1493;
	background-color: #FFFFC0;
}

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

body {  
	color : #000000;
	font-family : Verdana, sans-serif, Arial;
	font-size : 10px;
	background-color : #F7EBEE;
	margin: 0pt;
	scrollbar-face-color: #DAB6BC;
	scrollbar-highlight-color: #777777;
	scrollbar-shadow-color: #F0F1C5;
	scrollbar-3dlight-color: #F0F1C5;
	scrollbar-arrow-color: #F0F1C5;
	scrollbar-track-color: #F9E9ED;
	scrollbar-darkshadow-color: #8B0000;
}

td {
	background-color: White;
	padding: 4px 4px 4px 4px;
}
div {
	padding: 1px 1px 1px 1px;
}

pre {
   margin-left: 20px;	    
}  

h3,h4,p {
   margin-left: 3px;
}

table {
      font-size: inherit;
		padding: 3px 3px 0px 3px;
}

h1 {
	font-size: 20px;
	color: #F7EBEE;
	margin: 0;
	padding: 0;
	line-height: 0px;
   }


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

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

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

strong {
       color: #D4799E;
       font-weight: bold;
       font-size: 12px;
}

address {
	 border-top: thin solid White;
	 background: #E8E3E8;
	text-align: left;
	font-size: 9px;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 0;
}


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

.center {
  text-align: center;
}


/*  Main task bar style */
.main {
      background: #F7EBEE;
      font-size: 13px;
      color: #444464;
		font-weight: bold;
}


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


/* gallery index container (div)*/
.gidindex {
	 font-size: 10px;
}

.gidindextable{
	font-size: inherit;
	width: 900px;
	margin-left: auto;
	margin-right: auto;	
}

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

/*  TD of Index of galleries */
.gidindextd{
	vertical-align: top;
}

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

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

/*Thumbnail Image style */
.thumb {
       border: 1px inset #DAB6BC;
}

/* 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{
  padding: 5px;
  font-size: 11px;
  background: #DDDDEE;
  border: thin solid #AAAABA;
}
.minimage {
	text-align: center;
}
.galnav {
      border-top: 1px solid #FFFFFF;
		border-bottom: 1px solid #FFFFFF;
      background: #E5D5DD;
      font-size: 11px;
      color: #8788A2;
		padding: 2px 18px 2px 18px;
		margin: 6px;
		font-weight: bold;
		text-align: center;
}
.cent {
	margin-left: auto;
	margin-right: auto;	
}
.bgpink {
	background-color : #F7EBEE;
}

big {
	color: #D4799E;
   font-weight: bold;
   font-size: 14px;
}
small {
	font-size: 10px;
	font-weight: normal; }
.width50 { width: 50%; }
.width33 { width: 33%; }
.cram {letter-spacing: -1px;}