body {
	background: #DFE3BA;
	color: #000;
	font: 12px Arial, Tahoma, sans-serif;
	margin: 0;
}

img {
	border: 0;
}

form {
	margin: 0;
}

#container {
	background: #ADB583;
	border-left: 10px solid #FFF;
	border-right: 10px solid #FFF;
	margin: 0 auto;
	position: relative;
	width: 800px;
}

/************/
/*** logo ***/

#logo {
	border-bottom: 5px solid #FFF;
	height: 60px;
}

#logo a {
	background: url(img/kaki/logo.jpg) top left no-repeat;
	display: block;
	height: 100%;
	text-decoration: none;
	text-indent: -9999px;
	width: 100%;
}

#logo a:hover {
	background: url(img/kaki/logo.jpg) no-repeat 0 -60px;
}

/*****************/
/*** leftColumn ***/

#leftColumn {
	background: #ADB583;
	border-right: 3px solid white;
	float: left;
	width: 195px;
}

#albumList {
	padding-bottom: 15px;
}

#albumList img {
	padding-left: 3px;
	vertical-align: text-bottom;
}

#albumList h3 {
	background: url(img/kaki/ul-header.gif) no-repeat top left;
	color: #FFF;
	cursor: pointer;
	font: 12px arial narrow;
	height: 23px;
	letter-spacing: 2px;
	margin: 15px 15px 0 15px;
	text-align: center;
	text-transform: uppercase;
}

#albumList h3:hover {
	background: url(img/kaki/ul-header.gif) no-repeat 0 -23px;
	color: #DDD;
}

#albumList h3.current {
	background: url(img/kaki/ul-header.gif) no-repeat 0 -46px;
	height: 18px;
}

#albumList h3:hover.current {
	background: url(img/kaki/ul-header.gif) no-repeat 0 -64px;
	height: 18px;
}

#albumList ul {
	background: url(img/kaki/ul-footer.gif) no-repeat bottom left;
	display: none;
	list-style: none;
	margin: 0 15px;
	padding: 0 0 18px 0;
}

#albumList ul.current {
	display: block;
}

#albumList ul li {
	background: url(img/kaki/li-bg.png) repeat-y top left;
	border-bottom: 1px solid #1A4861;
	margin: 0 3px;
	padding: 0;
}

#albumList ul li:hover, #albumList ul li.current {
	background: url(img/kaki/li-bg.png) repeat-y top right;
	margin: 0 3px;
}

/*
#albumList ul li.expanded1, #albumList ul li.collapsed1, #albumList ul li.level1 {
	background: url(img/kaki/li-bg2.png) repeat-y top left;
}
*/

#albumList ul li.hidden1, #albumList ul li.hidden2, #albumList ul li.hidden3, #albumList ul li.hidden4, #albumList ul li.hidden5 {
	display: none;
}

#albumList ul li.expanded a {
	background: transparent url(img/kaki/li-minus.gif) no-repeat scroll 2px center;
	padding-left: 13px;
}

#albumList ul li.collapsed a {
	background: transparent url(img/kaki/li-plus.gif) no-repeat scroll 2px center;
	padding-left: 13px;
}

#albumList ul li.level1 a {
	padding-left: 13px;
}

#albumList ul li.expanded1 a {
	background: transparent url(img/kaki/li-minus.gif) no-repeat scroll 10px center;
	padding-left: 21px;
}

#albumList ul li.collapsed1 a {
	background: transparent url(img/kaki/li-plus.gif) no-repeat scroll 10px center;
	padding-left: 21px;
}

#albumList ul li.level2 a {
	padding-left: 21px;
}

#albumList ul li.expanded2 a {
	background: transparent url(img/kaki/li-minus.gif) no-repeat scroll 18px center;
	padding-left: 29px;
}

#albumList ul li.collapsed2 a {
	background: transparent url(img/kaki/li-plus.gif) no-repeat scroll 18px center;
	padding-left: 29px;
}

#albumList ul li.level3 a {
	padding-left: 29px;
}

#albumList ul li.expanded3 a {
	background: transparent url(img/kaki/li-minus.gif) no-repeat scroll 26px center;
	padding-left: 37px;
}

#albumList ul li.collapsed3 a {
	background: transparent url(img/kaki/li-plus.gif) no-repeat scroll 26px center;
	padding-left: 37px;
}

#albumList ul li.level4 a {
	padding-left: 37px;
}

#albumList ul li.expanded4 a {
	background: transparent url(img/kaki/li-minus.gif) no-repeat scroll 34px center;
	padding-left: 45px;
}

#albumList ul li.collapsed4 a {
	background: transparent url(img/kaki/li-plus.gif) no-repeat scroll 34px center;
	padding-left: 45px;
}

#albumList ul li.level5 a {
	padding-left: 45px;
}

#albumList ul li.expanded5 a {
	background: transparent url(img/kaki/li-minus.gif) no-repeat scroll 42px center;
	padding-left: 53px;
}

#albumList ul li.collapsed5 a {
	background: transparent url(img/kaki/li-plus.gif) no-repeat scroll 42px center;
	padding-left: 53px;
}

/***************/
/*** start a ***/

#albumList a, #menu ol a {
	display: block;
	font: 10px/13px Arial, Tahoma, sans-serif;
	padding: 1px 1px 1px 5px;
	text-decoration: none;
}

#albumList a:link, #albumList a:visited, #menu ol a:link, #menu ol a:visited {
	color: #000;
}

#albumList a:hover, #albumList a:active {
	background: url(img/kaki/li-bg.png) repeat-y top right;
	color: #FFF;
}

#albumList ul li.current a:link, #albumList ul li.current a:visited {
	color: #FFF;
}

/*** end a ***/
/*************/

#rightColumn {
	background: #ADB583;
	border-left: 2px solid white;
	float: right;
	width: 600px;
}

/**************/
/*** header ***/

#header {
	border-bottom: 5px solid #FFF;
	display: inline;
	float: left;
	width: 100%;
}

#header ul, #footer ul {
	margin: 0;
	padding: 0;
}

#header li, #footer li {
	list-style: none;
	float: left;
}

#header li a.menuItem, #footer li a {
	display: block;
	font: 12px Arial, Tahoma, sans-serif;
	padding: 5px 10px;
	text-decoration: none;
}

#header li a.menuItem:link, #header li a.menuItem:visited {
	color: #000;
}

#footer li a:link, #footer li a:visited {
	color: #FFF;
}

#header li a.menuItem:hover, #header li a.menuItem:active, #footer li a:hover, #footer li a:active {
	background: #A03E19;
	color: #FFF;
}

#header li.current a.menuItem{
	font-weight: bold;
}

#header #user {
	background: #2F525B;
	border-left: 5px solid #FFF;
	float: right;
}

#header #user.loggedIn a:link, #header #user.loggedIn a:visited {
	color: #FFF;
	display: block;
	font: 12px arial narrow;
	letter-spacing: 2px;
	padding: 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
}

#header #user.loggedOut a:link, #header #user.loggedOut a:visited {
	color: #FFF;
	display: block;
	font: 10px/15px Arial, Tahoma, sans-serif;
	padding: 5px 10px;
	text-decoration: none;
}

#header #user.loggedIn a:hover, #header #user.loggedIn a:active, #header #user.loggedOut a:hover, #header #user.loggedOut a:active {
	background: #A03E19;
}

#thumbContainer {
	clear: left;
}

/**************/
/*** footer ***/

#footer {
	background: #2F525B;
	border-top: 5px solid #FFF;
	color: #FFF;
	display: inline;
	float: left;
	font: 10px Arial, Tahoma, sans-serif;
	width: 100%;
}

#footer img {
	margin-bottom: -3px;
}

#footer #copyright {
	font: 9px/12px Tahoma, Verdana, sans-serif;
	float: right;
	padding: 6px 0;
}

#footer #copyright a {
	display: inline;
	font: 9px/12px Tahoma, Verdana, sans-serif;
	font-weight: bold;
	padding: 9px 5px 0 5px;
}

#footer #copyright a:hover, #footer #copyright a:active {
	padding: 7px 5px 7px 5px;
}

.bodyMain {
	background: #ADB583;
}

/****************/
/*** albTitle ***/

#albTitle {
	background: #A03E19;
	border-top: 2px solid #FFF;
	color: #FFF;
	padding: 10px 15px;
}

h1 {
	display: inline;
	font: 20px Arial, Tahoma, sans-serif;
	padding-right: 10px;
}

h2 {
	display: inline;
	font: 12px arial narrow, sans-serif;
	letter-spacing: 2px;
	padding-left: 10px;
	text-transform: uppercase;
}

#albTitle div {
	color: #b35939;
	float: right;
	font-size: 160%;
	margin-right: -10px;
}

#albTitle span {
	margin: 0 5px;
}

#albTitle a {
	color: white;
	text-decoration: none;
}

#albTitle a:hover {
	color: white;
	text-decoration: underline;
}

/******************/
/*** navigation ***/

.navigation {
	background: #DEE1CD;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	float: left;
	text-align: right;
	width: 100%;
}

.navigation h3 {
	font: 12px Arial, Tahoma, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0 4px;
}

.navigation div.sort h3, .navigation div.sort ul, .navigation div.sort ul li {
	display: inline;
}

.navigation div.sort, .navigation div.sort ul {
	display: inline;
	float: left;
	text-align: left;
}

.navigation div a {
	padding: 0px 4px;
}

.navigation a:link, .navigation a:visited {
	color: #000;
	text-decoration: none;
}

.navigation a:hover, .navigation a:active {
	background: #A03E19;
	color: #FFF;
}

.navigation ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

.navigation ul li {
	float: left;
	margin: 0;
}

.currentSort, .currentPage {
	font-weight: bold;
	padding: 0px 4px;
}

.clearFloat { /* hide it for IE */
	clear: both;
	display: none;
}

html > body .clearFloat { /* show it for non-IE */
	clear: both;
	display: block;
	line-height: 0;
	position: relative;
	top: -10px;
}

/******************/
/*** thumbTable ***/

#thumbTable td {
	padding: 15px;
	text-align: center;
	vertical-align: top;
}

#thumbTable td a img, #configTable td a img {
	background: #DEE1CD url(img/kaki/img-bg-en.gif) no-repeat;
	border: 1px solid #AAA;
	padding: 1px;
}

#thumbTable td a:hover img, #configTable td a:hover img {
	border: 1px solid #A03E19;
}

#thumbTable td a img.ro, #configTable td a img.ro {
	background: #DEE1CD url(img/kaki/img-bg-ro.gif) no-repeat;
}

.cmmnt {
	float: left;
	margin-top: -1px;
	padding-right: 3px;
}

.cmmnt a {
	color: #FCFCFC;
	font: 11px arial narrow, sans-serif;
	text-decoration: none;
}

#thumbTable td .cmmnt a img {
	background: none;
	border: none;
	margin-bottom: -2px;
}

.thumbDescr {
	color: #FCFCFC;
	display: block;
	font: 11px Arial, Tahoma, sans-serif;
	font-weight: bold;
	padding: 0;
	white-space: nowrap;
}

.thumbDescr span {
	font: 10px arial narrow, sans-serif;
}

.thumbDescr img {
	margin-bottom: -4px;
}

.thumbStat {
	color: #F5F5F5;
	display: block;
	font: 10px Arial, Tahoma, sans-serif;
	font-style: italic;
	padding: 0 5px;
	text-align: right;
}

/*******************/
/*** configTable ***/

#configTable {
	background: #FFF;
	float: left;
	width: 100%;
	white-space: nowrap;
}

#configTable th, #configTable th a {
	background: #2F525B;
	color: #FFF;
	padding: 3px 5px;
	text-decoration: none;
}

#configTable th a:hover, #configTable th a:active {
	background: #A03E19;
}

#configTable a {
	color: white;
	text-decoration: none;
}

#configTable a:hover {
	color: white;
	text-decoration: underline;
}

#configTable td {
	background: #ADB583;
	padding: 5px;
	text-align: center;
}

#configTable textarea, #configTable input {
	background: url(img/kaki/bg.png) bottom left;
	font: 12px Arial, Tahoma, sans-serif;
}

#configTable .button, #configTable select {
	background: #DEE1CD;
}

#uploadTable select option.pa1, #configTable select option.pa1 {
	padding-left: 10px;
}

#uploadTable select option.pa2, #configTable select option.pa2 {
	padding-left: 20px;
}

#uploadTable select option.pa3, #configTable select option.pa3 {
	padding-left: 30px;
}

#uploadTable select option.pa4, #configTable select option.pa4 {
	padding-left: 40px;
}

#uploadTable select option.pa5, #configTable select option.pa5 {
	padding-left: 50px;
}

#configTable .inputText {
	text-align: right;
}

#configTable tr.selected td {
	background: #A03E19;
}

#configTable tr.selected td > textarea, #configTable tr.selected td > .inputText {
	color: #FFF;
}

#moveAlbumId, #albumId {
	display: inline;
}

#moveAlbumId select {
	width: 250px;
}

#moveAlbumAdv, #albumAdv, #travi {
	display: none;
}

/*******************/
/*** uploadTable ***/

#uploadTable, #loginTable {
	background: #FFF;
	border: 5px solid white;
	border-spacing: 2px;
	border-collapse: collapse;
	margin: 10px auto;
	width: 50%;
	white-space: nowrap;
}

#uploadTable th, #loginTable th {
	background: #2F525B;
	border: 2px solid white;
	color: #FFF;
	padding: 3px 5px;
	text-align: right;
	width: 25%;
}

#uploadTable td, #loginTable td {
	background: #ADB583;
	border: 2px solid white;
	padding: 3px 5px;
	text-align: center;
	width: 75%;
}

#uploadTable textarea, #uploadTable input, #uploadTable select, #loginTable input {
	background: #DEE1CD;
	font: 12px Arial, Tahoma, sans-serif;
}

#uploadTable .iT, #loginTable .iT {
	width: 98%;
}

/*************/
/*** alert ***/

.alert {
	background: #CCCCCC;
	border-top: 10px solid #FFF;
	color: #F00;
	font: 20px Arial, Tahoma, sans-serif;
	padding: 7px 15px;
}

/************/
/*** menu ***/

#menu {
	background: #2F525B;
	float: left;
	width: 100%;
}

#menu ul {
	list-style: none;
	margin: 0 10px;
	padding: 0;
}

#menu ul li {
	float: left;
}

#menu ul li.current {
	font-weight: bold;
}

#menu ul li a {
	color: #FFF;
	display: block;
	padding: 5px 15px;
	text-decoration: none;
}

#menu ol {
	background: url(img/kaki/ul-footer.gif) no-repeat bottom left;
	margin: -7px 0;
	padding: 10px 0 18px 0;
	position: absolute;
	width: 165px;
}

#menu ol dd {
	margin: 0 3px;
}

#menu ol a {
	background: url(img/kaki/dd-bg.png) no-repeat bottom left;
	font: 12px Arial, Tahoma, sans-serif;
	font-weight: bold;
}

#menu ul li a:hover, #menu ul li a:active {
	background: url(img/kaki/dd-bg.png) no-repeat bottom right;
	color: #FFF;
}

#picPopup, #albumPopup {
	display: none;
}

#picML:hover #picPopup {
	display: block;
}

#albumML:hover #albumPopup {
	display: block;
}

#ToolTip {
	left: 0px;
	position: absolute;
	top: 0px;
	visibility: hidden;
	z-index: 9999;
}

.toolTip {
	background: url(img/kaki/tip-bg.png) bottom left;
	border: 1px solid #000;
	display: block;
	font: 8pt Tahoma, sans-serif;
	padding: 2px 4px;
	text-align: center;
}

.toolTip img {
	margin-bottom: -4px;
}
