/*

This file is part of Photos
Copyright (c) 2001-2004 Alex King
see LICENSE.txt for more information

*/

body {
	margin: 0;
}
body, p, li, td, span, input, textarea, select, button { 
	font-family: verdana, arial, helvetica, san serif;
	font-size: 10px;
}
a, a:link, a:active, a:visited {
	color: blue;
}
.cal_arrows {
	width: 33%;
}
.cal_arrows a {
	color: #666;
	text-decoration: none;
}
.cal_arrows a:hover {
	text-decoration: underline;
}
.cal_date {
	background: #fff;
	padding: 2px;
	text-align: right;
}
.cal_day {
	background: #ccc;
	font-weight: bold;
	padding: 2px;
	text-align: center;
	width: 30px;
}
.cal_empty {
	background: #e8e8e8;
	padding: 2px;
	text-align: right;
}
.cal_selected {
	background: #fcc;
	border: 1px solid #c00;
	font-weight: bold;
	padding: 2px;
	text-align: right;
}
.cal_selected a {
	color: #000;
}
.cal_table {
	background: #666;
}
.cal_title {
	background: #999;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.cal_today {
	background: #c9e3ff;
	border: 1px solid #00f;
	padding: 2px;
	text-align: right;
}
.cal_weekend {
	background: #ffc;
	padding: 2px;
	text-align: right;
}
.code {
	font-family: courier new, courier, fixed;
	font-size: 9pt;
}
.error {
	color: #c00;
}
.form_toolbar {
	background: #e8e8e8;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
.form_button {
	border: 1px solid #e8e8e8;
}
.form_button_on {
	border-bottom: 1px solid #999;
	border-left: 1px solid #ccc;
	border-right: 1px solid #999;
	border-top: 1px solid #ccc;
}
.form_button_down {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #999;
	border-right: 1px solid #ccc;
	border-top: 1px solid #999;
}
.messages {
	border: 1px solid #369;
	background: #f9f9f9;
}
.messages_title {
	background: #69c;
	color: #fff;
	padding: 3px;
}
#menu {
	margin: 0;
	padding: 0;
	width: 100px;
}
#menu li {
	border-bottom: 1px solid #fff;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
#menu li a, #menu li a:link, #menu li a:visited, #menu li a:active {
	color: #fff;
	display: block;
	font-weight: bold;
	margin: 0;
	padding: 4px;
	text-decoration: none;
	vertical-align: middle;
}
#menu li a img {
	border: 0;
	margin-right: 4px;
	vertical-align: middle;
}
#menu_area {
	background: #999;
	border-right: 1px solid #333;
	width: 100px;
}
#menu_links {
	margin: 0 0 18px 0;
	padding: 0;
	width: 100px;
}
#menu_links li {
	color: #fff;
	list-style: none;
	margin: 4px 4px 0 4px;
	padding: 0;
}
#menu_links li a, #menu_links li a:link, #menu_links li a:active, #menu_links li a:visited, #menu_links li a:hover {
	color: #fff;
	text-decoration: none;
}
#menu_links li.help {
	padding: 10px 0 0 0;
}
#menu_links li.help a, #menu_links li.help a:link, #menu_links li.help a:active, #menu_links li.help a:visited, #menu_links li.help a:hover {
	color: #fff;
}
#messages {
	border: 1px solid #369;
	background: #f9f9f9;
	margin-bottom: 10px;
	padding: 0px;
}
#messages .title {
	background: #69c;
	color: #fff;
	padding: 3px;
}
#messages ul {
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#messages li {
	border-bottom: 1px solid #ccc;
	display: block;
	list-style: none;
	margin: 0px;
	padding: 3px;
}
#messages li.error {
	border-left: 6px solid #900;
	color: #000;
}
#messages li.info {
	border-left: 6px solid #9cf;
}
#messages li.warning {
	border-left: 6px solid #f60;
}
#messages span {
	vertical-align: middle;
}
.msg_icon {
	height: 12px;
	margin: 0 5px 0 2px;
	vertical-align: middle;
	width: 12px;
}
.onePixelBorder {
	background: #fff;
	border: 1px solid #999;
}
.rowHeader {
	background: #ddd;
}
.rowEven {
	background: #eaeaea;
}
.rowOdd {
	background: #f8f8f8;
}
.rowButtons {
	background: #ddd;
}
.popUp {
	background: #ccc;
	border: 1px solid;
	border-color: #999 #333 #333 #999;
}
.menuText {
	font-weight: bold;
	color: #fff;
}
.menuHR {
	width: 100px;
	background: #fff;
}
.menuSideBorder {
	background: #333;
}
.infoText {
	color: #fff;
}
.infoTextDim {
	color: #ccc;
}
.legalText {
	color: #ccc;
}
.legalText a, .legalText a:link, .legalText a:active, .legalText a:visited {
	color: #ccc;
}
.groupBorder {
	border: 1px solid #666;
}
.groupDescription {
	background: #e9e9e9;
	border-bottom: 1px solid #ccc;
	padding: 7px;
}
.groupHeader {
	background: #999;
	color: #fff;
	padding: 3px;
}
.groupHeader a, .groupHeader a:link, .groupHeader a:active, .groupHeader a:visited {
	color: #fff;
}
.groupDetails {
	background: #eaeaea;
	border-bottom: 1px solid #ccc;
}
.hand {
	cursor: hand;
	cursor: pointer;
}
ul.toolbar {
	background: #e8e8e8;
	border: 1px solid #cdcdcd;
	border-width: 1px 0 1px 0;
	clear: both;
	height: 24px;
	list-style-type: none;
	margin: 0;
	padding: 0 5px 0 5px;
}
ul.toolbar li {
	background: #e8e8e8;
	border: 1px solid #e8e8e8;
	cursor: hand;
	cursor: pointer;
	display: block;
	float: left;
	height: 16px;
	margin: 0;
	padding: 3px 5px 3px 5px;
}
ul.toolbar li img {
	height: 16px;
	margin: 0 3px 0 0;
	vertical-align: middle;
	width: 16px;
}
ul.toolbar li.blog {
	float: right;
}
ul.toolbar li.blog img {
	margin: 0;
}
ul.toolbar li.normal {
	cursor: text;
}
ul.toolbar li.clear {
	border: 0;
	cursor: text;
	display: block;
	float: left;
	margin: 0;
	padding: 3px 5px 3px 0;
}
.trHR {
	background: #ccc;
}
