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

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

/* ----------- Links --------------------- */
a:link{
	color:blue;
	text-decoration: underline;
}
a:hover{
	text-decoration: underline;
}
a:visited{
	text-decoration: underline;
}

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

body {
     font-family: Arial,Verdana, sans-serif;
     font-color: black;
     background: gray;
     margin: 0pt;
}


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

input,textarea {
	background: white;
	color: black;
}

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

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

/*  Main task bar style */
.main {
      /*background: #9F9FAF;*/
}

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


/* gallery index container */
.gidindex {
	 width: 100%;
}

/* 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{
	  }
	  
/* Box style with the name,web,email and the posted comment*/
.comment {
}

/* Image text (name,caption,hits,comments) in a gallery index (below thumbnail) */
.view {
}

/*Thumbnail Image style */
.thumb {
}

/* div style of the container of the 'big' image */
.viewimage {
	   text-align: center;
}

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

.red {
       background: auto;
}


/* Admin task bar style */
.admin {   
}

/* Admin forms */
.admin_data {
}


