﻿body { padding: 0px; margin: 0px;
       font-size: 11px; font-family: Trebuchet MS, Arial;
       background-color: White;
}

.PageTop { background-image: url('/images/aamupala/pagetopbg.png');
         }

.PageTopImage { background-image: url('/images/aamupala/pagetop.png');
                background-repeat: no-repeat; }

.PageTopEditor { background-image: url('/images/editor/pagetop.png');
                background-repeat: no-repeat; }
               

.PageTopLinks { color: Black; font-size: 9px; text-align: right; padding-top: 3px; }

.PageTopDate { color: Silver; font-size: 9px; text-align: right; vertical-align: top; }

.PageTopTabs { padding-top: 90px; }

.PageTopTabNotSelected a:link, .PageTopTabNotSelected a:visited, .PageTopTabNotSelected a:active { display: block; border-left: 1px solid white; padding-left: 5px; padding-right: 15px;
        color: White; padding-bottom: 3px; text-decoration: none; }
        
.PageTopTabNotSelected a:hover { display: block; border-left: 1px solid white; padding-left: 5px; padding-right: 15px;
        color: White; padding-bottom: 1px; border-bottom: 2px solid white; text-decoration: none; }
        
.CalendarDay a:link, .CalendarDay a:visited, 
  .CalendarDay a:active, .CalendarDay a:hover  { text-decoration: none; }
  
  
  
/* STYLES FOR FORMS */

input, select, textarea  { border: 1px solid #999999; 
        font-family: Trebuchet MS, Arial, Helvetica, Courier; 
        font-size: 10px; 
        background-color: White; } 

.checkbox input, .Checkbox input, .CheckBox input { border: none; background: none; }

input[type="radio"] { border: none; background: none; }
input[type="checkbox"] { border: none; background: none; }

.ButtonNormal {

      color:#353535; 
      font-size: 10px;
      
      padding: 0px;
      padding-left: 5px; padding-right: 5px;

      background-image: url(/images/buttonbg.gif); 
      background-repeat: repeat-x; 
      background-position: center left;
      
      border:1px solid #616161;
      }
  
.ButtonRed { 

      color: #983535; 
      font-size: 10px;
      
      padding: 0px;
      padding-left: 5px; padding-right: 5px;

      background-image: url(/images/buttonbg2.gif); 
      background-repeat: repeat-x; 
      background-position: center left;
      
      border:1px solid #983535; }
      
.ButtonDefault {

      color: #1A5175; 
      font-size: 10px;
      
      padding: 0px;
      padding-left: 5px; padding-right: 5px;

      background-image: url(/images/buttonbg3.gif); 
      background-repeat: repeat-x; 
      background-position: center left;
      
      border: 1px solid #BACEDB;
      }    
      
      
a:link, a:visited, a:active { text-decoration: none; color: Black; }

a:hover { text-decoration: underline; color: Orange; }

.Floater { border: 1px solid silver; background-color: White; padding: 3px; width: 250px; }



/* SIVUSTON EDITORI */
#PageTextArea { width: 790px; margin-right: auto; margin-left: auto;
                 }

#PageLinksArea a { padding-left: 10px; padding-right: 10px; }

#PageLinksArea { width: 790px; margin-right: auto; margin-left: auto;
                 background-image: url('/images/aamupala/pagetop.png');
                 background-repeat: no-repeat; padding-top: 150px; padding-left: 20px;
                 padding-bottom: 3px; }

#PageLinksArea a:link, #PageLinksArea a:visited, #PageLinksArea a:active { display: inline; border-left: 1px solid white; padding-left: 5px; padding-right: 15px;
        color: White; padding-bottom: 3px; text-decoration: none; }

        
#PageLinksArea a:hover { display: inline; border-left: 1px solid white; padding-left: 5px; padding-right: 15px;
        color: White; padding-bottom: 1px; border-bottom: 2px solid white; text-decoration: none; }

#PageSubLinks { font-size: 9px; }

#GalleryImages img { border: 3px solid silver; }

.HeaderQuicky { border: 1px solid silver; padding: 1px; background-color: White; 
              height: 20px; width: 200px; }
              
.HeaderQuicky input { border: none; background: none; width: 100%;
        background-image: url('/images/ico_quickadd.gif'); background-position: right 1px; 
        background-repeat: no-repeat; }
        
.title { font-size: 22px; color: Orange; padding-top: 5px; }
