/*
 * Scry - Simple PHP Photo Album
 * Copyright 2004 James Byers <jbyers@users.sf.net>
 * http://scry.org
 *
 * Scry is distributed under a BSD License.  See LICENSE for details.
 *
 * $Id: scry.css,v 1.4 2004/09/30 20:12:44 jbyers Exp $
 *
 */

body {
        background-color: #cccccc;
        color: #666666;
        font-family: verdana, arial, san-serif;
        font-size: 100%;
        margin-left: 4px;
        margin-top: 4px;
        text-align: left;
}
em { 
        background-color: #FFFFFF;
        color: #bb1122;
}

#t_main {
        background-color: #FFFFFF;
        border: 2px solid #eeee22;
        padding: 20px;
        text-align: center;
}


#t_top {
        background-color: #aabbff;
        color=#ffffff;
        border: 2px solid #112255;
        padding: 4px;
        text-align: left;
}

#t_slim {
        background-color: #FFFFFF;
        border: 2px solid #eeee22;
        padding: 2px;
        text-align: center;
}

#t_full {
        background-color: #FFFFFF;
        border: 2px solid #117722;
        padding: 2px;
        text-align: center;
}

#footer {
        font-size: 9px;
        text-align: right;
}

.folder {
        float: left;
        height: 100px;
        padding: 2px;
        text-align: center;
        width: 120px;
}

.folder a:link {
        text-decoration: none;
        color: #bb1122;
        background: none 
}

.folder a:visited {
        text-decoration: none;
        color: #bb1122;
        background: none 
}

.folder a:hover {
        text-decoration: none;
        color: #bb1122;
        background: none;
	font-weight:bold;
}

.folder img {
        border: 0px;
        background: none 
}

.exif {
        color: #117722;
        background-color: #99eeaa;
        border: 2px solid #117722;
}

.images img {
        border: 2px solid #666666;
        background: none;
}

.images a:link {
        text-decoration: none;
        color: #bb1122;
        background: none 
}

.images a:visited {
        text-decoration: none;
        color: #bb1122;
        background: none 
}

.images a:hover {
        text-decoration: none;
        color: #bb1122;
        background: none;
	font-weight:bold;
}

a.top:link {
        text-decoration: none;
        color: #bb1122;
        background: #ffffff ;
}

a.top:visited {
        text-decoration: none;
        color: #bb1122;
        background: #ffffff; 
}

a.top:hover {
        text-decoration: none;
        color: #bb1122;
        background: #ffffff;
	font-weight:bold;
}

.Scry 	{
        text-decoration: none;
        color: #aabbff;
        background: #112255 
}

div.noshow {
  position: relative;
  width: 100%;
  display: none;
  text-align: center;
  padding: 2px;
  margin: 2px;
  background-color: #ffffff;
  color: #ffffff;
  border: 2px #ffffff solid;
  font-size: 80%;
}
