/*************************
  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.3.3
  $Source: /cvsroot/coppermine/stable/themes/fruity/style.css,v $
  $Revision: 1.3 $
  $Author: gaugau $
  $Date: 2005/04/19 03:17:14 $
**********************************************/

/* Colors used:                                */
/* --------------------------------------------*/
/* #FFFFFF = RBG 255,255,255 = (white)         */
/* #000000 = RBG   0,  0,  0 = (black)         */
/* #FFA600 = RGB 255,166,  0 = (orange)        */
/* #6BBE10 = RGB 107,190, 16 = (green)         */
/* #FFFF00 = RGB 255,255,  0 = (yellow)        */
/* #D1D7DC = RGB 209,215,220 = (light grey)    */
/* #F7F37B = RGB 247,243,123 = (light yellow)  */
/* #5F5F5F = RGB  95, 95, 95 = (dark grey)     */
/* #E7F38C = RGB 239,243,140 = (light green)   */
/* if you don't like a color, just do a search */
/* and replace on the hex color...             */


/* FOR HRRN STYLES: */
/* in template.html, import styles from HRRN.css */



body {
scrollbar-face-color: #FFA600;
scrollbar-highlight-color: #FFA600;
scrollbar-shadow-color: #6BBE10;
scrollbar-3dlight-color: #FFFF00;
scrollbar-arrow-color:  #FFFF00;
scrollbar-track-color: #000000;
scrollbar-darkshadow-color: #6BBE10;
background-color:#FFFFFF;
margin-top:0px;
margin-bottom:100px;
margin-left:0px;
margin-right:0px;
padding:8px;
overflow : auto;
font-family:Arial,Helvetia,sans-serif;
color:#000000;
font-size:16px;
}


h1{
        font-weight: bold;
        font-size: 22px;
        font-family: Arial, Helvetica, sans-serif;
        text-decoration: none;
        line-height : 120%;
        color : #000000;
        margin: 2px;
}

h2 {
        font-family: Arial, Helvetica, sans-serif;
/*        font-size: 18px; */
        margin: 0px;
	color:#FF6600; 
	font-weight:bold; 
	font-size: 16px;
}

h3 {
        font-weight: normal;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        margin: 2px;
}

td {
        font-size: 12px;
}

p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        margin: 2px 0px;
}

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;
}

.textinput {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        border: 1px solid #D1D7DC;
        padding-right: 3px;
        padding-left: 3px;
}

.listbox {
        font-family: Arial, Arial, Helvetica, sans-serif;
        font-size: 12px;
        border: 1px solid #D1D7DC;
        vertical-align : middle;
}

.button {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
		color: #ffffff;
	background: #999900;
}

.comment_button {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        border: 1px solid #005D8C;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
        padding-left: 3px;
        padding-right: 3px;
}

.radio {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        vertical-align : middle;
}

.checkbox {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        vertical-align : middle;
}

a			{	color: #0000FF; }
a:link 		{	color: #0000FF; }
a:visited	{	color: #660099; }
a:hover 	{	color: #FF0000; }
a:active 	{ 	color: #FF0000; }


bblink a:visited {
	color: #660099;
}

alblink a:link {
	color: #0000ff;
}

alblink a:visited {
	color: #660099;
}

alblink a:hover, alblink a:active {
	color: #ff0000;
}

a:hover.nobg {
/*        text-decoration: none;
        background-color: #F7F37B;*/
}


a:hover.yebg {
  /*      text-decoration: none;
        background-color: #FFFF00;*/
}

.maintable {
        background-color: #FFFFFF;
        margin-top: 1px;
        margin-bottom: 1px;
/*       border: 1px solid #CCCC66;*/
}

.tableh1 {
        background : #FFFFFF ;
        color : #000000;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.tableh1_compact {
        background : #FFFFFF ;
        color : #000000;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tableh2 {
        background: #FFFFFF ;
        color : #000000;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.tableh2_compact {
        background: #FFFFFF ;
        color : #000000;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

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

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

.tablef {
        background: #FFFFFF;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
}

.album_stat {
        font-size : 10px;
        margin: 5px 0px;
}

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

.thumb_title a:visited {
	color: #660099;
}

.thumb_title a:hover, .thumb_title a:active {
	color: #ff0000;
}

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

.thumb_caption a:visited {
	color: #660099;
}

.thumb_caption a:hover, .thumb_caption a:active {
	color: #ff0000;
}

.thumb_num_comments {
        font-weight: normal;
        font-size: 9px;
        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: 12px;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

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

.sortorder_cell {
        background : #FFFFFF ;
        color : #000000;
        padding: 0px;
        margin: 0px;
}

.sortorder_options {
        font-family: Arial, Helvetica, sans-serif;
        color : #000000;
        padding: 0px 5px 0px 0px;
        margin: 0px;
        font-weight: normal;
        font-size: 9px;
        white-space: nowrap;
}

.navmenu {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        border-style: none;
}

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

.navmenu a {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10pt;
		text-decoration:none; 
        position: relative;
        display: block;
        padding-left: 5px;
        padding-right: 5px;
        line-height: 25px;
        height : 25px;
		border-right: 2px solid #999999;
		border-bottom: 2px solid #999999;
		border-top: 2px solid #cccccc;
		border-left: 2px solid #cccccc;

}

.navmenu a:visited	{
	font-size:10pt; 
	text-decoration:none; 
	line-height:1.5; 
	color: #660099;
}

.navmenu a:hover, .navmenu a:active {
       text-decoration: none;
		border-right: 2px solid #cccccc;
		border-bottom: 2px solid #cccccc;
		border-top: 2px solid #999999;
		border-left: 2px solid #999999;
}

.admin_menu_thumb {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #000000;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 0px;
        width: 85px;
}

.admin_menu_thumb a {
	display: inline;
    padding-right: 10px;
    padding-left: 10px;
        text-align: center;
}

.admin_menu thumb a:visited {
	color: #660099;
}

.admin_menu thumb a:hover, .admin_menu thumb a:active {
	color: #ff0000;
}

.admin_menu {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        text-align: center;
	line-height: 18px;
	padding-top: 4px;
	padding-bottom: 2px;
}

.admin_menu a {
	display: inline;
    padding-right: 8px;
    padding-left: 8px;
    text-align: center;
	text-decoration: none;
	color: #ffffff;
	background: #999900;
	border: 1px solid #CCCC66;
}

.admin_menu a:visited {
	color: #ffffff;
}

.admin_menu a:hover, .admin_menu a:active {
	color: #ffffff;
}

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

.image {
        border-style: solid;
        border-width:1px;
        border-color: #000000;
        margin: 2px;
}

.imageborder {
        border: 1px solid #000000;
        background-color: #FFFFFF;
        margin-top: 30px;
        margin-bottom: 30px;
}

.thumbnails {
        background: #FFFFFF ;
        padding: 5px;
}

.footer {
        font-size : 9px;
}

.footer a {
	color: #0000ff;
        font-size : 9px;
}

.footer a:visited {
        font-size : 9px;
	color: #660099;
}

.statlink {
        font-size : 9px;
}

.statlink a {
	color: #0000ff;
        font-size : 10px;
}

.statlink a:visited {
	color: #660099;
}

.statlink a:hover, .statlink a:active {
	color: #ff0000;
}

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

.topmenu {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
    text-align: center;
}

.topmenu a {
	display: inline;
    padding-right: 10px;
    padding-left: 10px;
}

.topmenu a:visited {
	color: #660099;
}

.topmenu a:hover, .topmenu a:active {
	color: #ff0000;
}

.albums {	
	color:#FF6600; 
	font-weight:bold; 
	font-size: 16px;
}

.albums a {	
	color:#FF6600; 
	font-weight:bold; 
	font-size: 16px;
}

.albums a:visited { 
	color:#FF6600; 
}

.img_caption_title {
	font-weight: bold;
	font-size: 14px;
	padding: 10px;
	text-align: center;
}

.img_caption_text {
	font-weight: normal;
	font-size: 12px;
	padding: 10px;
	text-align: center;
}

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

.img_caption_table th {
        background: #FFFFFF ;
        font-size : 12px;
        color : #000000;
        padding-top: 4px;
        padding-right: 10px;
        padding-bottom: 4px;
        padding-left: 10px;
        border-top : 1px solid #FFFFFF;
}

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

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

.clickable_option {
        color: #000000;
        font-weight: bold;
        cursor : hand;
}

.listbox_lang {
        color: #000000;
        background-color: #FFFFFF;
        border: 1px solid #FFFFFF;
        font-size: 80%;
        font-family: Arial, Helvetica, sans-serif;
        vertical-align : middle;
}

.search_examples {
	font-size: 9pt;
	text-align: left;
	padding-top: 10px;
	padding-left: 50px;
}

.search_examples ul {
	list-style: disc inside url(images/carrot_bullet.gif);
	padding-left: 20px;
}

.login {
	text-align: center;
	font-size: 8pt;
}

.login a:link, .login a:visited, .login a:hover, .login a:active {
	font-size: 8pt;
}

#hrrn_side_menu {
	line-height: 125%;
}

/* Colors used:                                */
/* --------------------------------------------*/
/* #FFFFFF = RBG 255,255,255 = (white)         */
/* #000000 = RBG   0,  0,  0 = (black)         */
/* #FFA600 = RGB 255,166,  0 = (orange)        */
/* #6BBE10 = RGB 107,190, 16 = (green)         */
/* #FFFF00 = RGB 255,255,  0 = (yellow)        */
/* #D1D7DC = RGB 209,215,220 = (light grey)    */
/* #F7F37B = RGB 247,243,123 = (light yellow)  */
/* #5F5F5F = RGB  95, 95, 95 = (dark grey)     */
/* #E7F38C = RGB 239,243,140 = (light green)   */
/* if you don't like a color, just do a search */
/* and replace on the hex color...