body {
    font-family: Arial,Verdana, sans-serif;
    font-color: #000000;
    font-size: 11px;
    margin: 0pt;
	background-attachment: scroll;
	background-image: url(../../../images/bg_image.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: E8F1FC;
    SCROLLBAR-FACE-COLOR: #3B6298;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #bbbbbb;
	SCROLLBAR-3DLIGHT-COLOR: #000000;
	SCROLLBAR-ARROW-COLOR: #F4A62A;
	SCROLLBAR-TRACK-COLOR: #F4A62A;
	SCROLLBAR-DARKSHADOW-COLOR: #aaaaaa;
}
A:link {
	font-family: verdana;
	font-size: 11px;
	color: #3B649A;
	text-decoration: none;
}
A:visited {
	font-family: verdana;
	font-size: 11px;
	color: #E19914;
	text-decoration: none;
}
A:active {

}
A:hover {
	font-family: verdana;
	font-size: 11px;
	color: #E19914;
	text-decoration: underline;
}
/* ----------- Links --------------------- 
A:link{
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
A:hover{
	font-size: 11px;
	color: #E19914;
	text-decoration: underline;
}
A:visited{
	font-size: 11px;
	color: #E19914;
	text-decoration: none;
}
A:active {
}

/* --------------------------------------- */

div {
    margin-left: 5px;
}

pre {
   margin-left: 5px;	    
}  

h3,h4,p {
   margin-left: 5px;
}

table {
      margin-left: 0px;
}

h1 {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #003399;
	text-decoration: underline;
	word-spacing: 1px;
	margin-bottom: 5px;
	border: none;
	/*background: url(../../../images/pijl.gif) no-repeat 11px;*/
	text-indent: 12px;
   }
h6 {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
   }
/* ------------ Forms ------------------------ */

input,textarea {
	background: white;
	border: 1px solid #AAAABA;
	font-size:11px;
	color: black;
	padding: 2px;
	margin-left: 5px;
}

/* ------------------------------------------ */

strong {
	   font-size:11px;
       color: #ffffff;
}

address {
	 border-top: 1px solid #000011;
	 margin: 11px;
	 background: #ffffff;
}


/******************************************************
YaPiG Interface Classes
*******************************************************/

/*  Main task bar style */
.main {
      border-bottom: 1px dotted #7777C7;
      /*background: #9F9FAF;*/
      font-size: 11px;
      padding-bottom: 3px;
      color: 000000;
      margin: 3px;
}

/* form buttons style */
.formbutton {
	border: 1px outset #AAAAFA;
	/*background: #BBBBCA;*/
}


/* gallery index container */
.gidindex {
	 border-bottom: 1px dashed #AAAABA;
	 width: 90%;
	 font-size: 11px;
}

/* information about a gallery container style*/
.gidindexdata{
	 /* border: 1px dotted #AAAABA;*/
	/*  background: #DDDDED;*/	  
}

/*  TD of Index of galleries */
.gidindextd{
	    width: 180px;
}

/*DIV containing information about image information (name,size,dimensions)*/
.phidinfo{
	  border: 1px solid #AAAABA;
	  background: #D0D0E0;
	  margin: 6px;
	  padding: 5px;
	  }
	  
/* Box style with the name,web,email and the posted comment*/
.comment {
	  border: 1px solid #BAAAAA;
	  background: #EDDDDD;
	  margin: 5px;
	  padding: 5px;
}

/* Image text (name,caption,hits,comments) in a gallery index (below thumbnail) */
.view {
	  font-size:11px;
}

/*Thumbnail Image style */
.thumb {
	border: 1px solid #000000;
	margin-left: 10px;
}

/* 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: 1px solid #FAAAAA;
      color: #000000;
      padding: 2px;
      background: #FCDCDC;
      margin: 11px;      
}

/* Admin forms */
.admin_data {
      margin-left: 5px;
}

