/* ------------------------------------------------------------------------------
   YaPiG Default template CSS
   
   Just modifying this file you can heavily customize your 
   YaPiG's look.
   
-----------------------------------------------------------------------------*/

/****************************************************
 HTML Elements
******************************************************/

P {
	FONT-SIZE: 11px;
	FONT-FAMILY: Arial;
}
A {
	text-decoration: none;
	FONT-SIZE: 11px;
	COLOR: #04569C;
	FONT-FAMILY: Arial;
	FONT-WEIGHT: bold;
}
a,link,visited {color: #04569C; text-decoration: underline;}
a:hover {text-decoration: none; color: gold;}
	
body {
     font-family: Arial,Verdana, sans-serif;
     background: #01557C;
     font-size: 12px;
	  margin: 11pt;
	  color: #153471;
}

div {
    margin-left: 10px;
}

pre {
   margin-left: 20px;	    
}  

h3,h4,p {
   margin-left: 20px;
}

table {
      margin-left: 0px;
      font-size: inherit;
		FONT-FAMILY: Arial;
}

h1 {
   font-size: 14px;
	margin-top: 4px;
   margin-bottom: 4px;
   padding: 4px;
   background: #0476C4;
   color: white
   }



/* ------------ Forms ------------------------ */

input,textarea {
	background: white;
	border: thin solid #AAAABA;
	color: black;
	padding: 2px;
	margin-left: 5px;
}

/* ------------------------------------------ */

strong {
       color: #F79797;
}

address {
	margin: 4px;
	FONT-SIZE: 11px;
	FONT-FAMILY: Arial;
	text-align: right;
}


/******************************************************
YaPiG Interface Classes
*******************************************************/

/*  Main task bar style */
.main {
      /*background: #9F9FAF;*/
      font-size: 12px;
      padding-bottom: 3px;
      color: #444464;
      margin: 3px;
}

/* form buttons style */
.formbutton {
	border: thin outset #AAAAFA;
	/*background: #BBBBCA;*/
}


/* gallery index container (div)*/
.gidindex {
	 width: 100%;

}

.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: 160px;
}

/*DIV containing information about image information (name,size,dimensions)*/
.phidinfo{
	  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 {

}

/*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;
}


