﻿@charset "UTF-8";

/*************************
  Coppermine Photo Gallery
  ************************
  Copyright (c) 2003-2005 Coppermine Dev Team
  v1.1 originaly written by Gregory DEMAR

  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.
  ********************************************
  Coppermine version: 1.4.3
  $Source: /cvsroot/coppermine/stable/themes/classic/style.css,v $
  $Revision: 1.6 $
  $Author: gaugau $
  $Date: 2005/11/28 07:43:00 $
**********************************************/

/* Colors used in this style sheet:
   Hex 000000 = RBG   0,   0,   0 = black
   Hex 5F5F5F = RBG  95,  95,  95 = light black
   Hex BDBEBD = RBG 189, 190, 189 = dark grey
   Hex D1D7DC = RBG 209, 215, 220 = medium grey
   Hex CCCCCC = RBG 204, 204, 204 = medium grey
   Hex EFEFEF = RBG 239, 239, 239 = dark white
   Hex FFFFFF = RBG 255, 255, 255 = white
   Hex 005D8C = RBG   0,  93, 140 = dark blue
   Hex 0033CC = RBG   0,  91, 104 = medium blue
   Hex 0E72A4 = RBG  14, 114, 164 = light blue
*/

div#album-cfg-menu {
	text-align: right;
}

div#album-cfg-menu select {
	font-size: 10px;
}

div#breadcrumb {
	color: rgb(063, 153, 017);
	font-family: "ＭＳ Ｐゴシック", "Lucida Grande", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", san-serif;
	font-size: 9px;
	padding: 0;
}

div#breadcrumb a {
	color: rgb(063, 153, 017);
	padding: 0 0 0 12px;
	text-decoration: none;
	background: #FFF url(images/anc-head04.png) no-repeat 0 0;
}

div#breadcrumb a:hover {
	color: rgb(084, 206, 017);
	background: #FFF url(images/anc-head04.png) no-repeat 0 -13px;
}

div#album_list {
	padding: 20px 0;
}

div.album_cell {
	font-size: 12px;
	padding: 15px 0;
	clear: left;
}

div.album_cell h4 a {
	font-size: 12px;
	color: rgb(063, 153, 017);
	text-decoration: none;
	padding: 2px 0 2px 16px;
	background: #FFF url(images/anc-head06.png) no-repeat 0 0;
}

div.album_cell h4 a:hover {
	color: rgb(084, 206, 017);
	background: #FFF url(images/anc-head06.png) no-repeat 0 -21px;
}

div.album_row_cell {
	padding: 5px 0 0 0;
}

div.album_thumb_cell {
	width: 120px;
	text-align: center;
	float: left;
}

div.album_thumb_cell a img {
	border: solid 1px rgb(063, 153, 017);
}

div.album_thumb_cell a:hover img {
	border: solid 1px rgb(084, 206, 017);
}

div.album_info_cell {
}

div.album_info_cell p {
	color: #000;
	font-size: 10px;
	padding: 0;
	margin: 0;
}

div.album_info_cell p.album_stat {
	color: rgb(063, 153, 017);
	font-size: 9px;
	padding: 3px 0;
}

div.album_info_cell p.album_stat span {
	padding: 0 10px;
}

div.tabbed {
	color: rgb(063, 153, 017);
	text-align: right;
	font-size: 10px;
	padding: 0;
	clear: left;
}

div.tabbed table {
	padding: 0;
	margin: 0 10px 0 auto;
	height: 25px;
}

div.tabbed table td.left_text {
	color: rgb(063, 153, 017);
	font-size: 10px;
	padding: 0 5px 0 0;
	vertical-align: middle;
	white-space: nowrap;
}

div.tabbed table td.quo {
	color: rgb(063, 153, 017);
	font-size: 10px;
	vertical-align: middle;
}

div.tabbed table td.active_tab {
	color: #000;
	font-size: 10px;
	font-weight: bold;
	width: 15px;
	padding: 0;
	text-align: center;
	vertical-align: top;
	background: #FFF url(images/anc-head05.png) no-repeat 2px 11px;
}

div.tabbed table td.anchor_tab {
	font-size: 10px;
	font-weight: bold;
	width: 15px;
	padding: 0;
	text-align: center;
	vertical-align: top;
	background: #FFF url(images/anc-head13.png) no-repeat 3px 11px;
}

div.tabbed a {
	height: 25px;
	width: 15px;
	position: relative;
	color: rgb(063, 153, 017);
	text-decoration: none;
}

div.tabbed a:hover {
	color: rgb(084, 206, 017);
	text-decoration: none;
}

div#center-column h3.type1 {
	color: rgb(063, 153, 017);
	font-size: 12px;
	height: 32px;
	background: #FFF url(images/cpt01.png) no-repeat 0 0;
	padding: 0 0 0 35px;
	margin: 10px 0 0 0;
	line-height: 2.3em;
	text-shadow: 3px 3px 2px #999;
}

table#thumb_cell {
	width: 550px;
	margin: 5px 0 0 0;
}

table#thumb_cell td {
	width: 25%;
	padding: 10px 5px;
	text-align: center;
	vertical-align: top;
}

table#thumb_cell td a img {
	border: solid 1px rgb(063, 153, 017);
}

table#thumb_cell td a:hover img {
	border: solid 1px rgb(084, 206, 017);
}

table#thumb_cell td img {
	padding: 0;
	margin: 0;
}

table#thumb_cell td span {
	font-size: 10px;
}

.image {
	padding: 0;
	margin: 0;
}

div#display_media {
	padding: 5px 0;
	margin: 0;
	text-align: center;
}

div#media-admin-menu {
	padding: 0 0 10px 0;
	margin: 0;
	text-align: center;
}

div#img_desc {
	padding: 0 0 10px 0;
	margin: 0;
}

div#img_desc p {
	padding: 0;
	margin: 0;
	text-align: center;
}

a.admin_menu {
	color: rgb(063, 153, 017);
	border: solid 1px rgb(063, 153, 017);
	background: rgb(207, 247, 187) url(images/button_bg.png) bottom;
	padding: 2px 3px;
	text-decoration: none;
	line-height: 1em;
	font-family: "ＭＳ Ｐゴシック", "Lucida Grande", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", san-serif;
}

a:hover.admin_menu {
	color: #FFF;
}

dl#media-menu {
	position: relative;
	height: 24px;
	width: 550px;
	margin: 20px 0 0 0;
	padding: 0;
	overflow: hidden;
}

dl#media-menu dt#mm1 a {
	height: 24px;
	position: absolute;
	overflow: hidden;
	padding: 24px 0 0 0;
	text-indent: -100em;
	text-decoration: none;
	top: 0;
	width: 106px;
}

dl#media-menu dt#mm2 a {
	height: 24px;
	position: absolute;
	overflow: hidden;
	padding: 24px 0 0 0;
	text-indent: -100em;
	text-decoration: none;
	top: 0;
	width: 48px;
}

dl#media-menu dt#mm3 a {
	height: 24px;
	position: absolute;
	overflow: hidden;
	padding: 24px 0 0 0;
	text-indent: -100em;
	text-decoration: none;
	top: 0;
	width: 96px;
}

dl#media-menu dt#mm5 a {
	height: 24px;
	position: absolute;
	overflow: hidden;
	padding: 24px 0 0 0;
	text-indent: -100em;
	text-decoration: none;
	top: 0;
	width: 50px;
}

dl#media-menu dt#mm6 a {
	height: 24px;
	position: absolute;
	overflow: hidden;
	padding: 24px 0 0 0;
	text-indent: -100em;
	text-decoration: none;
	top: 0;
	width: 50px;
}

dl#media-menu dt#mm4 {
	height: 24px;
	position: absolute;
	color: rgb(063, 153, 017);
	font-size: 12px;
	font-weight: bold;
	line-height: 1em;
	width: 200px;
	padding: 5px 0 0 0;
	text-align: right;
	left: 250px;
}

dt#mm1 a {
	background: #FFF url(images/navi/media-menu1.png) no-repeat 0 0;
	left: 0px;
}

dt#mm2 a {
	background: #FFF url(images/navi/media-menu2.png) no-repeat 0 0;
	left: 106px;
}

dt#mm3 a {
	background: #FFF url(images/navi/media-menu3.png) no-repeat 0 0;
	left: 154px;
}

dt#mm5 a {
	background: #FFF url(images/navi/media-menu5.png) no-repeat 0 0;
	left: 450px;
}

dt#mm6 a {
	background: #FFF url(images/navi/media-menu6.png) no-repeat 0 0;
	left: 500px;
}

dt#mm1 a:hover, 
dt#mm2 a:hover, 
dt#mm3 a:hover, 
dt#mm5 a:hover, 
dt#mm6 a:hover
{ 
	background-position: 0px -24px;
}

dt#mm1 a:active, 
dt#mm2 a:active, 
dt#mm3 a:active, 
dt#mm5 a:active, 
dt#mm6 a:active
{ 
	background-position: 0px -48px;
}


div#picinfo table.maintable {
	border-top: solid 1px rgb(063, 153, 017) !important;
	border-left: solid 1px rgb(063, 153, 017) !important;
}

div#picinfo table.maintable th {
	color: rgb(063, 153, 017);
	font-size: 12px;
	background: rgb(207, 247, 187);
	border-right: solid 1px rgb(063, 153, 017);
	border-bottom: solid 1px rgb(063, 153, 017);
	padding: 2px;
	line-height: 1em;
}

div#picinfo table.maintable td {
	color: #000;
	font-size: 10px;
	border-right: solid 1px rgb(063, 153, 017);
	border-bottom: solid 1px rgb(063, 153, 017);
	padding: 2px;
	line-height: 1em;
}

div#picinfo table.maintable td.picinfo_l {
	background: rgb(223, 250, 210);
	padding: 2px;
	line-height: 1em;
	width: 90px;
}

div#slidestop {
	padding: 0;
	margin: 0;
	width: 550px;
	height: 32px;
}

div#slidestop a {
	padding: 0;
	margin: 0;
	width: 550px;
	height: 32px;
	position: absolute;
	overflow: hidden;
	text-indent: -100em;
	text-decoration: none;
}

div#slidestop a {
	background: #FFF url(images/slidestop.png) no-repeat 0 0;
}

div#slidestop a:hover {
	background: #FFF url(images/slidestop.png) no-repeat 0 -32px;
}

div#slidestop a:active {
	background: #FFF url(images/slidestop.png) no-repeat 0 -64px;
}

div.zipdownload {
	padding: 5px 0;
	margin: 0;
	text-align: right;
}

div#no_img {
	padding: 100px 0;
	font-weight: bold;
	text-align: center;
}

div#search_up {
	padding: 20px 0 0 100px;
	margin: 0;
}

div#search_up p {
	padding: 5px 0 0 0;
	margin: 0;
}

div#search_up .textinput {
	width: 200px;
}

div#search_up .button {
	width: 50px;
}

select {
	background: #FFF;
}

div#search_low {
	padding: 10px 0 0 15px;
	margin: 0;
}

div.search_option {
	padding: 5px 0 5px 20px;
	margin: 0;
	clear: left;
}

div.search_option p.label {
	width: 60px;
	line-height: 2em;
}

div.search_option p {
	padding: 0;
	margin: 0;
	float: left;
}

div.search_option span {
	padding: 0 10px 0 0;
}

label {
	vertical-align : middle;
	margin: 0 5px 0 0;
}

.textinput {
	background: #FFF;
	border: 1px solid rgb(031, 076, 008);
	padding: 2px 0;
}

.button {
	border: solid 1px rgb(063, 153, 017);
	background: rgb(207, 247, 187) url(images/button_bg.png) bottom;
}

.radio {
	vertical-align : middle;
	margin: 0 2px 0 0;
}

.checkbox {
	vertical-align : middle;
	margin: 0 2px 0 0;
}


ul {
        margin-left: 5px;
        padding: 0px;
}

li {
        margin-left: 10px;
        margin-top: 4px;
        margin-bottom: 4px;
        padding: 0px;
        list-style-position: outside;
        list-style-type: disc;
}

.listbox {
        font-size: 100%;
        border: 1px solid rgb(182, 253, 181);
        vertical-align : middle;
}

.comment_button {
        font-size: 85%;
        border: 1px solid #005D8C;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
        padding-left: 3px;
        padding-right: 3px;
}

/*
bblink a {
        color: #0033CC;
        text-decoration: none;
}

bblink a:hover {
        color: #0033CC;
        text-decoration: underline;
}
*/

.maintable {
        background: #FFF;
        margin-top: 10px;
        margin-bottom: 10px;
}

.maintable td {
        font-size: 12px;
		color: #000;
}

.maintable td h3 {
        font-size: 14px !important;
}

.maintable td h4 {
        font-size: 12px !important;
}

.tableh1 {
/*        background: rgb(063, 153, 017);*/
        color : #FFF !important;
        padding: 3px 20px;
}

.tableh1_compact {
        background: rgb(063, 153, 017);
        color : #FFF !important;
        padding: 2px 5px;
}

.tableh2 {
        color : rgb(063, 153, 017);
        font-size: 10px;
        padding: 3px 10px;
}

.tableh2_compact {
        color : rgb(063, 153, 017);
        font-size: 10px;
        padding: 3px 10px;
}

.tableh3 {
/*        background: rgb(063, 153, 017);*/
        color : #666 !important;
        font-size: 10px !important;
        padding: 3px !important;
}

.tableb {
        background: #FFF;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}


.tableb_compact {
        background: #FFF;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tablef {
        background: rgb(182, 253, 181);
        padding: 5px 10px;
}

.catrow_noalb {

	border: 1px solid #808080;

	padding: 3px 10px;

}



.catrow {
        background: #FFF;
        padding: 3px 10px;
}

.catrow_num {
        background: #FFF !important;
        padding: 3px !important;
		font-size: 9px !important;
}

.thumb_filename {
        font-size: 80%;
        display: block;
}

.thumb_title {
        font-weight : bold;
        font-size: 80%;
        padding: 2px;
        display : block;
}

.thumb_caption {
        font-size: 80%;
        padding: 1px;
        display : block;
}

/*
.thumb_caption a {
        text-decoration: underline;
        color: #000000;
}
*/

.thumb_num_comments {
        font-weight: normal;
        font-size: 80%;
        padding: 2px;
        font-style : italic;
        display : block;
}

.user_thumb_infobox {
        margin-top: 1px;
        margin-bottom: 1px;
}

.user_thumb_infobox th {
        font-weight : bold;
        font-size: 100%;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

.user_thumb_infobox td {
        font-size: 80%;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

/*
.user_thumb_infobox a {
        text-decoration: none;
        color: #000000;
}

.user_thumb_infobox a:hover {
        color: #000000;
        text-decoration: underline;
}
*/

.sortorder_cell {
        background : rgb(063, 153, 017) ;
        color : #FFFFFF;
        padding: 0px;
        margin: 0px;
}

.sortorder_options {
        background : rgb(063, 153, 017) ;
        color : #FFFFFF;
        padding: 0px;
        margin: 0px;
        font-weight: normal;
        font-size: 80%;
        white-space: nowrap;
}

/*
.navmenu {
        color: #FFFFFF;
        font-size: 100%;
        font-weight: bold;
        background : rgb(063, 153, 017) ;
        border-style: none;
}

.navmenu img {
        margin-top: 1px;
        margin-right: 5px;
        margin-bottom: 1px;
        margin-left: 5px;
}

.navmenu a {
        position: relative;
        display: block;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
        text-decoration: none;
        color: #FFFFFF;
}

.navmenu a:hover {
        background : #EFEFEF ;
        text-decoration: none;
        color:         #000000;
}
*/

.admin_menu_thumb {
        font-size: 85%;
        border: 1px solid #005D8C;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
        color: #000000;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 0px;
        width: 85px;
}

/*
.admin_menu_thumb a {
        color: #000000;
        text-decoration: none;
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 10px;
        padding-right: 10px;
}

.admin_menu_thumb a:hover {
        color: #000000;
        text-decoration: underline;
}
*/

td #admin_menu_anim {
        background-image : url(images/button_bg_anim.gif);
}

.comment_date{
        color : #5F5F5F;
        font-size : 90%;
        vertical-align : middle;
}

.footer {
        display: none;
/*        font-size : 9px;*/
}
/*
.footer a {
        text-decoration: none;
        color: #000000;
}

.footer a:hover {
        color: #000000;
        text-decoration: underline;
}
*/

.statlink {
        color: #FFFFFF;
}

.statlink a {
        text-decoration: none;
        color: #FFFFFF;
}

.statlink a:hover {
        color: #FFFFFF;
        text-decoration: underline;
}

.alblink a {
        color: rgb(063, 153, 017);
        text-decoration: none;
}

.alblink a:hover {
        color: rgb(084, 206, 017);
}

/*
.catlink {
        display: block;
        margin-bottom: 2px;
}

.catlink a {
        text-decoration: underline;
        color: #000000;
}

.catlink a:hover {
        color: #000000;
        text-decoration: underline;
}
*/

.topmenu {
        line-height : 130%;
        font-size: 100%;
}

.topmenu a {
        color : #0033CC;
        text-decoration : none;
}

.topmenu a:hover  {
        color : #0033CC;
        text-decoration : underline;
}

.img_caption_table {
        border: none;
        background-color: #FFFFFF;
        width : 100%;
        margin : 0px;
}

.img_caption_table th {
        background: rgb(182, 253, 181) ;
        font-size: 100%;
        color : #000000;
        padding-top: 4px;
        padding-right: 10px;
        padding-bottom: 4px;
        padding-left: 10px;
        border-top : 1px solid #FFFFFF;
}

.img_caption_table td {
        background: #EFEFEF ;
        padding-top: 6px;
        padding-right: 10px;
        padding-bottom: 6px;
        padding-left: 10px;
        border-top : 1px solid #FFFFFF;
        white-space: normal;
}

.debug_text {
        border: #BDBEBD;
        background-color: #EFEFEF;
        width : 100%;
        margin : 0px;
}

.clickable_option {
        cursor : default;
}

.listbox_lang {
        color: #000000;
        background-color: rgb(182, 253, 181);
        border: 1px solid rgb(182, 253, 181);
        font-size: 80%;
        font-family: Arial, Helvetica, sans-serif;
        vertical-align : middle;

}

#vanity {
        display: none;
}
/*
#vanity a {
        display:block;
        width:57px;
        height:20px;
        margin: 3px 20px;
}

#vanity img {border:0}
#v_php {float:left;background-image:url(../../images/powered-php.gif);}
#v_php:hover {background-image:url(../../images/h_powered-php.gif);}
#v_mysql {float:left;background-image:url(../../images/powered-mysql.gif);}
#v_mysql:hover  {background-image:url(../../images/h_powered-mysql.gif);}
#v_xhtml {float:right;background-image:url(../../images/valid-xhtml10.gif);}
#v_xhtml:hover {background-image:url(../../images/h_valid-xhtml10.gif);}
#v_css {float:right;background-image:url(../../images/valid-css.gif);}
#v_css:hover{background-image:url(../../images/h_valid-css.gif);}
*/
