/*

    GTPhoto2 - A multi user photo album
    Copyright (C) 2004-2006 Chris Kloosterman

    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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

    Author's Email Address:
        kloostec@gavintech.com
    Paper Mail:
        5945 Cassino Road
        Duncan, BC, V9L 4G5, Canada

*/

body {
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	background: #FFFFFF;
}

.sidebar {
	color: #002075;
	background: #B1CAFF;
}

.sidebar a, .sidebar a:link, .sidebar a:visited {
	color: #002075;
	text-decoration: none;
}

.sidebar a:hover {
	color: #002075;
	text-decoration: underline;
}

.sidebar table {
	margin-bottom: 1em;
	width: 175px;
}

.sidebar p {
	margin-top: 1em;
}

.navmenulink {
	font-size: 66%;
}

.login_bar {
	border-bottom: 1px solid #B1CAFF;
	padding-left: 10px;
	font-size: 66%;
}

.login_bar p {
	margin-top: 5px;
	margin-bottom: 5px;
}

.content {
	padding: 10px;
	font-size: 80%;
}

.content h1 {
	color: #002075;
	margin-top: 0;
	font-size: 175%;
}

.content h2 {
	font-size: 125%;
}

.content a, .content a:link, .content a:visited {
	color: #002075;
	text-decoration: none;
}

.content a:hover {
	color: #002075;
	text-decoration: underline;
}

.footer {
	padding: 2px;
	font-size: 66%;
	border-top: 1px solid #B1CAFF;
	color: #888888;
}

.paginate_1 {
	background: #EEEEEE;
}


div.error {
	border: 1px solid red;
	padding: 5px;
	background: #FFFFCC;
	color: #DD0000;
	margin-bottom: 15px;
	width: 400px;
}

div.success {
	border: 1px solid green;
	padding: 5px;
	background: #FFFFFF;
	color: green;
	margin-bottom: 15px;
	width: 400px;
}

.text-input {
	width: 250px;
}

.show_in_print {
	display: none;
}
