a:link {
	color: #003875;
	text-decoration: none;
	font-weight: normal;
	font-variant: normal;
	font-size: 12px;
}
a:visited {
	color: #003875;
	text-decoration: none;
	font-weight: normal;
	font-variant: normal;
	font-size: 12px;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #5877ba;
	font-size: 12px;
}

.footer a:link {
	color: #003875;
	text-decoration: none;
	font-weight: normal;
	font-variant: normal;
}
.footer a:visited {
	color: #003875;
	text-decoration: none;
	font-weight: normal;
	font-variant: normal;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #5877ba;
}

input,textarea {
	background: white;
	border: thin solid #AAAABA;
	color: black;
	padding: 2px;
}


address {
	 border-top: thin solid #000010;
	 margin: 10px;
	 background: #CCCCdC;
}

.main {
      /*background: #9F9FAF;*/
	color: #5C5C5C;
	font-size: 12px;
      padding-bottom: 3px;
      color: 444464;

}

/* form buttons style */
.formbutton {
	border: thin outset #AAAAFA;
	/*background: #BBBBCA;*/
}


/* gallery index container */
.gidindex {
	width: 100%;
	color: #5C5C5C;
	font-size: 12px;
}

/*  TD of Index of galleries */
.gidindextd{
	    width: 180px;
}

/*DIV containing information about image information (name,size,dimensions)*/
.phidinfo{
	  border: thin solid #AAAABA;
	  background: #D0D0E0;
	  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 {
      font-size: 60%;
}

/*Thumbnail Image style */
.thumb {
       border: thin solid #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 {
      color: #5C5C5C;
	  font-size: 12px;  
      color: #FAAAAA;
      padding: 2px;
      background: #FCDCDC;
      margin: 10px; 
   
}

/* Admin forms */
.admin_data {
      	color: #5C5C5C;
	font-size: 12px;  
margin-left: 15px;
}

