/*
  Copyright (C) 2002, 2003, 2004, 2005, 2006 Balint Kis (balint@k-i-s.net)

  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 2 of the License, or
  (at your option) any later version.

  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.

  You should have received a copy of the GNU General Public License
  along with this program; if not, write to the Free Software
  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA

  Screen Style Sheet for PHOTO ORGANIZER

*/

body {
  margin-left: 0px;
  margin-right: 0px;
  background-color: #ffffff;
  padding: 0px;
  font-family: sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #404040; /* Gray 25 */
}

td {
  font-family: sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #404040; /* Gray 25 */
}

p {
  margin: 0px 0px 16px 0px;
  padding: 0px;
}

a {
  border-color: #708090; /* Slate Gray */
  border-width: 0px 0px 1px 0px;
  border-style: none none solid none;
  text-decoration: none;
}

a:link {
  color: #27408b;  /* Rolyal Blue */
  background-color: transparent;
}

a:hover {
  border-style: none;
  border-width: 0px 0px 1px 0px;
  border-style: none none dashed none;
}

a.nodecor {
  color: transparent;
  padding: 0px;
  border-width: 0px;
  border-style: none;
  background-color: transparent;
}

font.tabletop {
  font-family: sans-serif;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: .05em;
}

font.popup {
  font-family: sans-serif;
  color: #27408b; /* rolyal blue */
  font-size: 10px;
  line-height: 12px;
}

input {
  font-family: sans-serif;
  color:            #404040; /* Gray 25 */
  background-color: #f0f0f0; /* Gray95 */
  border-color:     #c1cdc1; /* Honeydew */
  font-size: 12px;
  line-height: 14px;
}

input.checkbox {
  background-color: #ffffff;
  border-color: #33;
}

select {
  font-family: sans-serif;
  color:            #404040; /* Gray 25 */
  background-color: #f0f0f0; /* Gray95 */
  border-color:     #c1cdc1; /* Honeydew */
  margin: 1px;
  font-size: 12px;
  line-height: 18px;
}

textarea {
  font-family: sans-serif;
  color:            #404040; /* Gray 25 */
  background-color: #f0f0f0; /* Gray95 */
  border-color:     #c1cdc1; /* Honeydew */
  font-size: 12px;
  line-height: 14px;
  width: 99%;
}

div.hide_tooltip {
  position: absolute;
  display: none;
  background-color: #FFFFFF;
}

#code {
  font-family: sans-serif;
  font-size: 10px;
}


#template_editor {
  width: 99%;
  font-family: sans-serif;
  font-size: 12px;
}

div.banner_adv {
       text-align: right;
       position:  absolute !important;
       top          : 0;
       right        : 0;
}

