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

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

BODY {
        margin : auto;
        padding-top : 0px;
        background-color : #A3713A;
        font-family : Verdana;
        font-size : 8pt;
        text-align : left;
        color : black;
}

A {
color : white; 
text-decoration : none; 
font-family:Arial;
font-size : 14px; 
font-weight : bold; 
} 
A:active {
color : black; 
text-decoration : none; 
border-color : black; 
} 
A.d {
color: black;
font-family:Verdana;
font-size:12px;
} 
A.d:hover {
color : red; 
font-family : Verdana;
text-decoration : none; 
background-color : #e1e1e1; 
} 
A.d:active {
color : red; 
font-family : Verdana;
text-decoration : none; 
background-color : #e1e1e1; 
} 


h3 {

   margin: 5px;
   padding: 5px;
   border: 1px solid #7F7F7F;
   background: #dcdcdc;
   color: black;
   font-family: Tahoma;
   }

h4 {

   background: #f2f2f2;
   color: #818181;
   font-size: 12px;
   }

p {

   color: #818181;
   font-size: 14px;
   }

   

strong {
       color: red;
}

address {
         padding-bottom:5px;
         margin-top:5px;
         font-size: 12px;
         text-align:center;
}

TD {
font-size : 12px; 
} 
TD.oo {
background-color : #d2ebf0; 
color : black; 
font-family : Verdana; 
font-size : 8pt; 
font-weight : bold; 
text-indent : 0; 
} 
TD.j {
color : black; 
font-family : Verdana; 
font-size : 12px; 
font-weight : normal; 
} 
TD.sz {
background-color: #e1e1e1;
font-family : Arial; 
font-size : 8pt; 
text-align : justify; 
color : black; 
} 

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

/*  Main task bar style */
.main {
      border-bottom: 1px solid #7f7f7f;
      font-size: 12px;
      padding-bottom: 3px;
      color: #f2f2f2;
      margin-bottom: 5px;
      text-align : center; 
}

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


/* gallery index container */
.gidindex {
         border-bottom: 1px dashed #AAAABA;
         width: 100%;
         font-size: 12px;
}

/* information about a gallery container style*/
.gidindexdata{
         border: 1px solid #AAAABA;
         padding: 4px;
        /*  background: #DDDDED;*/          
}

/*  TD of Index of galleries */
.gidindextd{
            width: 180px;
}

.minimage{
        width: 100%;
        text-align:center;
        }


/*DIV containing information about image information (name,size,dimensions)*/
.phidinfo{
          border: 1px solid #BBBBBB;
          background: #f2f2f2;
          margin: 6px;
          padding: 5px;
          font-size: 12px;
          }
          
/* Box style with the name,web,email and the posted comment*/
.comment {
          border: thin solid #BBBBBB;
          background: #f2f2f2;
          margin: 5px;
          padding: 5px;
}

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

/*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 #5B5B5B;
      color: #FAAAAA;
      padding: 4px;
      background: #e1e1e1;
      margin: 0px;      
}

/* Admin forms */
.admin_data {
      margin-left: 15px;
}

.t {
        font-size: 13px;
        font-weight: bold;
        height: 12px;
        font: Tahoma;
}
