/*************************
  Coppermine Photo Gallery
  ************************
  Copyright (c) 2003-2009 Coppermine Dev Team
  v1.1 originally 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 version 3
  as published by the Free Software Foundation.
  
  ********************************************
  Coppermine version: 1.4.20
  $HeadURL: https://coppermine.svn.sourceforge.net/svnroot/coppermine/trunk/cpg1.4.x/themes/water_drop/style.css $
  $Revision: 5705 $
  $Author: gaugau $
  $Date: 2009-01-28 10:52:43 +0100 (Mi, 28 Jan 2009) $
**********************************************/

/* Colors used:                                */
/* --------------------------------------------*/
/* Hex 000000 = RGB   0,  0,  0 = black        */
/* Hex 5F5F5F = RGB  95, 95, 95 = light black  */
/* Hex BDBEBD = RGB 189,190,189 = dark grey    */
/* Hex D1D7DC = RGB 209,215,220 = medium grey  */
/* Hex CCD7E0 = RGB 204,215,224 = light grey   */
/* Hex CBD7DE = RGB 203,215,222 = steel grey   */
/* Hex F2F5F7 = RGB 242,245,247 = dark white   */
/* Hex EFEFEF = RGB 239,239,239 = dark white   */
/* Hex FFFFFF = RGB 255,255,255 = white        */
/* Hex 000666 = RGB   0,  6,102 = dark blue    */
/* Hex 0033CC = RBG   0, 91,104 = medium blue  */
/* Hex 718EA5 = RGB 113,142,165 = light blue   */
/* Hex 8AA5B5 = RGB 138,165,181 = light blue   */
/* if you don't like a color, just do a search */
/* and replace on the hex color...             */

/*
//	Original Hierarchy pro Theme for phpBB version 2.0x & Categories Hierarchy 2.1.6 and +
//
//	file: templates/gg_Hierarchy_pro/gg_Hierarchy_pro.css
//
//	template: Hierarchy pro (gg_Hierarchy_pro)
//	author: GilGraf
//	copyright: (C) 2006-2007 GGWeb-FR
//	created by: GGWeb-FR design
//	site/forum: http://ggweb-fr.com/phpbbfre/
//	begin: 2006/05/15 - 16:23:36
//	version: 2.0.2 - 2007/02/13
//	license: http://opensource.org/licenses/gpl-license.php GNU General Public License (GPL)
*/

/* General page style ======================================================= */
html body {
	background: #F7F8FD url('images/css/bg_dark.gif');
	color:#000000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; background-color:#F7F8FD
}
/* ========================================================================== */

/* Elements - Configuration ================================================= */
html body form {
	margin: 0;
	padding: 0;
	border: 0;
}
html body a,
img {
	border: none;
}
html body br.both {
	clear: both;
}
html body hr {
	height: 0px;
	background-color: #FBFBFA;
	border: #D8D8D8 0px solid;
	border-top-width: 1px;
}
html body label {
	cursor: pointer;
}
html body table {
	border: 0;
	empty-cells: show;
}
/* ========================================================================== */

/* General font families for common tags ==================================== */
html body a:link,
a:active,
a:visited {
	text-decoration: none;
	color: #5569A7;
}
html body a:hover {
	text-decoration: underline;
	color: #000000;
}

html body p,
td {
	font-size: 11px;
	color: #000000;
}
/* ========================================================================== */

/* Gradient background at the top (header) ================================== */
html body .bkg-top {
	background: #84A2CE url('images/css/bg_header.gif');
	border-left: 1px solid #4A85B4;
	border-right: 1px solid #4A85B4;
}
/* ========================================================================== */

/* Shadow images for tables ================================================= */
html body .shadow {
	border-collapse: collapse;
	height: 4px;
	width: 100%;
}
html body .shad-left {
	background: url('images/css/sh_left.gif') no-repeat;
	width: 8px
}
html body .shad-middle {
	background: url('images/css/sh_middle.gif') repeat-x;
	width: 100%
}
html body .shad-right {
	background: url('images/css/sh_right.gif') no-repeat;
	width: 8px
}
/* ========================================================================== */

/* Navigation bar (menu) ==================================================== */
html body .nav-bar {
	border-left:0px solid #E9E9EA; border-right:0px solid #E9E9EA; border-top:1px solid #E9E9EA; border-bottom:1px solid #E9E9EA; color: #314687;
	font-size: 10px;
	background: #F1F1F1 url('images/css/cellpic_nav.gif') repeat-x;
	height: 21px;
	white-space: nowrap;
	
}
html body .nav-bar a:link,
a:visited,
a:active {
	text-decoration: none;
	color: #5569A7;
}
html body .nav-bar a:hover {
	text-decoration: underline;
	color: #000000;
}

html body .nav-sep {
	font-weight: bold;
	font-size: 11px;
	color: #9AB0DE;
}
/* ========================================================================== */

/* Navigation box (arbo) ==================================================== */
html body .nav-box {
	background: #F5F5F5 url('images/css/bg_rownav.gif') repeat-y;
	border-left: 1px solid #F5F5F5;
	border-top: 1px solid #F5F5F5;
	border-right: 1px solid #F5F5F5;
	border-bottom: 1px solid #EEEEEE;
}
/* ========================================================================== */

/* Home infos =============================================================== */
html body .info-user {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	color: #F1F9FF;
}
/* ========================================================================== */

/* Header title ============================================================= */
html body .header-title {
	font-weight: bold;
	font-size: 22px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 120%;
	color: #2D3C8B;
}
html body .header-subtitle {
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	line-height: 120%;
	color: #EAF1F9;
}
/* ========================================================================== */

/* This is the border line & background colour round the entire page ======== */
html body .bodyline {
	background-color: #F9FAFA;
	border-left: #D8D8D8 1px solid;
	border-top: #D8D8D8 1px solid;
	border-right: #BABABA 1px solid;
	border-bottom: #BABABA 1px solid;
}
html body .border-front	{
	background-color: #F9FAFA;
	border-left: #D8D8D8 1px solid;
	border-right: #BABABA 1px solid;
}
/* ========================================================================== */

/* This is the outline round the main forum tables ========================== */
html body .forumline {
	background-color: #FFFFFF;
	border: #347DBF 1px solid;
}
/* ========================================================================== */

/* Header cells - the gradient backgrounds ================================== */
html body .tht {
	width: 100%;
	height: 22px;
	border-collapse: collapse;
}
html body .thl-1 {
	width: 11px;
	height: 22px;
	background-image : url('images/css/thl_1.gif');
	background-position :  left 50%;
	background-repeat : no-repeat
}
html body .thl-1sd {
	width: 11px;
	height: 22px;
	background-image : url('images/css/thl_1sd.gif');
	background-position :  left 50%;
	background-repeat : no-repeat
}
html body .thl-2 {
	width: 38px;
	height: 22px;
	background-image : url('images/css/thl_2.gif');
	background-position :  left 50%;
	background-repeat : no-repeat
}
html body .thm-1 {
	width: 100%;
	background: url('images/css/thm_1.gif') repeat-x;
	color: #3B88CD
}
html body .thr-2 {
	width: 38px;
	height: 22px;
	background-image : url('images/css/thr_2.gif');
	background-position :  right 50%;
	background-repeat : no-repeat
}
html body .thr-1 {
	width: 11px;
	height: 22px;
	background-image : url('images/css/thr_1.gif');
	background-position :  right 50%;
	background-repeat : no-repeat
}
html body .thr-1sd {
	width: 11px;
	height: 22px;
	background-image : url('images/css/thr_1sd.gif');
	background-position :  right 50%;
	background-repeat : no-repeat
}
html body .tbt {
	width: 100%;
	height: 22px;
	border-collapse: collapse;
}
html body .tbl-1 {
	width: 11px;
	height: 22px;
	background-image : url('images/css/tbl_1.gif');
	background-position :  left 50%;
	background-repeat : no-repeat
}
html body .tbm-1 {
	width: 100%;
	background: url('images/css/tbm_1.gif') repeat-x;
	color: #3B88CD
}
html body .tbr-1 {
	width: 11px;
	height: 22px;
	background-image : url('images/css/tbr_1.gif');
	background-position :  right 50%;
	background-repeat : no-repeat
}

html body .cat-1 {
	background: #276EB2 url('images/css/cat.gif') repeat-x;
	color:#3B88CD; text-align:center; height:25px; background-color:#276EB2
}

html body th {
	background-image: url('images/css/cellpic3.gif');
	background-color: #F3F3F4;
	color: #0958A8;
	font-size: 11px;
	font-weight: bold; 
	padding: 0px;
	spacing: 0px;
	height: 25px
}
html body th.thHead,
th.thSides,
th.thTop,
th.thLeft,
th.thRight,
th.thBottom,
th.thCornerL,
th.thCornerR {
	font-weight: bold;
	height: 25px;
	border-left: #E9E9EA 1px solid;
	border-top: #E9E9EA 1px solid;
	border-right: #E9E9EA 1px solid;
	border-bottom: #E9E9EA 1px solid;
}
/* ========================================================================== */

/* Main table cell colours and backgrounds ================================== */
html body td.row1 {
	background-color: #FEFEFE;
	background-image: url('images/css/bg_row1.gif');
	border-left: 1px solid #FBFBFA;
	border-top: 1px solid #FBFBFA;
	border-right: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
}
html body td.row1-1 {
	background-color: #FEFEFE;
	background-image: url('images/css/bg_row1.gif');
}
html body td.row2 {
	background-color: #F9FAFA;
	background-image: url('images/css/bg_row2.gif');
	border-left: 1px solid #FBFBFA;
	border-top: 1px solid #FBFBFA;
	border-right: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
}
html body td.row2-1 {
	background-color: #F9FAFA;
	background-image: url('images/css/bg_row2.gif');
}
html body td.row3,
td.row3Right,
td.row3right {
	background-color: #FCFCFC;
	background-image: url('images/css/bg_row3.gif');
	border-left: 1px solid #FBFBFA;
	border-top: 1px solid #FBFBFA;
	border-right: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
}
html body td.row3-1 {
	background-color: #FCFCFC;
	background-image: url('images/css/bg_row3.gif');
}
html body td.row4 {
	background-color: #EAEAEA;
	background-image: url('images/css/cellpic_btn_over.gif');
	border-left: 1px solid #FBFBFA;
	border-top: 1px solid #FBFBFA;
	border-right: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
}
html body td.row5-1 {
	background-color: #F4F4F4;
	background-image: url('images/css/bg_row5.gif');
}

html body td.row-legend {
	background-color: #F7F7F7;
	background-image: url('images/css/bg_row1.gif');
}
/* ========================================================================== */

/* ========================================================================== */
/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
html body td.rowpic {
	background-color: #ECECED;
	background-image: url('images/css/cellpic1.gif');
}

html body td.cat,
td.catHead,
td.catSides,
td.catLeft,
td.catRight,
td.catBottom {
	background-image: url('images/css/cellpic1.gif');
	background-color: #ECECED;
	height: 27px
}
html body td.catHead {
	font-size: 12px;
}
html body td.cat-float {
	background-image: url('images/css/bg_space_header.gif');
	background-color: #D8D8D8
}

html body td.spaceRow {
	background-image: url('images/css/bg_sp_header_title.gif');
	background-color: #E6E6E6
}
html body td.space-header-box {
	background-image: url('images/css/bg_sp_header_box.gif');
	background-color: #1866B1
}
html body td.space-header-title {
	background-image: url('images/css/bg_sp_header_title.gif');
	background-color: #E6E6E6
}
/* ========================================================================== */

/* The largest text used in the index page title and toptic title etc. ====== */
html body .maintitle,
h1,
h2 {
	font-weight: bold;
	font-size: 22px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 120%;
	color: #5569A7;
}
html body a.maintitle:link,
a.maintitle:visited,
a.maintitle:active {
	text-decoration: none;
	color: #5569A7;
}
html body a.maintitle:hover {
	text-decoration: underline;
	color: #000000;
}

html body .main-post {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	line-height: 120%;
	color: #5569A7;
}
html body a.main-post:link,
a.main-post:visited,
a.main-post:active {
	text-decoration: none;
	color: #5569A7;
}
html body a.main-post:hover {
	text-decoration: underline;
	color: #000000;
}
/* ========================================================================== */

/* General text ============================================================= */
html body .gen-px { font-size: 1px; }
html body .gen-px2 { font-size: 2px; }
html body .gen-px3 { font-size: 3px; }
html body .gen-spacer { font-size: 4px; }
html body .gen-mini { font-size: 6px; }
html body .gen-tiny { font-size: 8px; }

html body .gen { font-size: 12px; }
html body .genmed { font-size: 11px; }
html body .gensmall { font-size: 10px; }
html body .gen,
.genmed,
.gensmall {
	color: #000000;
}

html body a.gen,
a.genmed,
a.gensmall,
a.gen:link,
a.genmed:link,
a.gensmall:link,
a.gen:visited,
a.genmed:visited,
a.gensmall:visited,
a.gen:active,
a.genmed:active,
a.gensmall:active {
	text-decoration: none;
	color: #5569A7;
}
html body a.gen:hover,
a.genmed:hover,
a.gensmall:hover {
	text-decoration: underline;
	color: #000000;
}
/* ========================================================================== */

/* General text error ======================================================= */
html body .generror {
	font-size: 12px;
	font-weight: bold;
}
html body .genmederror {
	font-size: 11px;
}
html body .gensmallerror {
	font-size: 10px;
}
html body .generror,
.genmederror,
.gensmallerror {
	color: #FF0000;
}
/* ========================================================================== */

/* The register, login, search etc links at the top of the page ============= */
html body .mainmenu {
	font-size: 11px;
	color: #5569A7;
}
html body a.mainmenu:link,
a.mainmenu:visited,
a.mainmenu:active {
	text-decoration: none;
	color: #5569A7;
}
html body a.mainmenu:hover {
	text-decoration: underline;
	color: #000000;
}
/* ========================================================================== */

/* Forum category titles ==================================================== */
html body .thtitle {
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 1px;
	color: #F1F9FF;
}
html body a.thtitle:link,
a.thtitle:visited,
a.thtitle:active {
	text-decoration: none;
	color: #F1F9FF;
}
html body a.thtitle:hover {
	text-decoration: underline;
	color: #CCDBE7;
}
html body .cattitle {
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 0px;
	color: #5569A7;
}
html body a.cattitle:link,
a.cattitle:visited,
a.cattitle:active {
	text-decoration: none;
	color: #5569A7;
}
html body a.cattitle:hover {
	text-decoration: underline;
	color: #000000;
}
/* ========================================================================== */

/* Forum title: Text and link to the forums used in: index.php ============== */
html body .forumlink {
	font-weight: bold;
	font-size: 12px;
	color: #5569A7;
}
html body a.forumlink:link,
a.forumlink:visited,
a.forumlink:active {
	text-decoration: none;
	color: #5569A7;
}
html body a.forumlink:hover {
	text-decoration: underline;
	color: #000000;
}
/* ========================================================================== */

/* Used navigation text, (Page 1,2,3 etc) and the navigation bar ============ */
html body .nav {
	font-weight: bold;
	font-size: 11px;
	color: #5569A7;
}
html body a.nav:link,
a.nav:visited,
a.nav:active {
	text-decoration: none;
	color: #5569A7;
}
html body a.nav:hover {
	text-decoration: underline;
	color: #000000;
}
/* ========================================================================== */

/* titles for the topics: could specify viewed link colour too ============== */
html body .topictitle {
	font-weight: bold;
	font-size: 11px;
	color: #5569A7;
}
html body a.topictitle:link,
a.topictitle:visited,
a.topictitle:active {
	text-decoration: none;
	color: #5569A7;
}
html body a.topictitle:hover {
	text-decoration: underline;
	color: #000000;
}
/* ========================================================================== */

/* Name of poster in viewmsg.php and viewtopic.php and other places ========= */
html body .name {
	font-size: 11px;
	color: #5569A7;
}
html body a.name:link,
a.name:visited,
a.name:active {
	text-decoration: none;
	color: #5569A7;
}
html body a.name:hover {
	text-decoration: underline;
	color: #000000;
}
/* ========================================================================== */

/* Location, number of posts, post date etc ================================= */
html body .postdetails {
	font-size: 10px;
	color: #000000;
}
/* ========================================================================== */

/* The content of the posts (body of text) ================================== */
html body .postbody {
	font-size: 12px;
	line-height: 18px;
}
html body a.postlink:link,
a.postlink:visited,
a.postlink:active {
	text-decoration: none;
	color: #5569A7;
}
html body a.postlink:hover {
	text-decoration: underline;
	color: #000000;
}
/* ========================================================================== */

/* Quote & Code blocks ====================================================== */
html body .code-table {
	border-left: #CECECE 1px solid;
	border-top: #347DBF 1px solid;
	border-right: #CECECE 1px solid;
	border-bottom: #CECECE 1px solid;
	margin: 5px 0;
}
html body .code-corner {
	background: url('images/css/code_header.gif') no-repeat left;
	border-left: 0px solid #CECECE;
	border-top: 2px solid #347DBF;
 	border-right: 0px solid #CECECE;
	border-bottom: 0px solid #CECECE;
}
html body .code-left {
	background-color: #E3DBCE;
	border-right: #CECECE 0px solid;
}
html body .code-header {
	background: #E6E6E6 url('images/css/bg_sp_header_title.gif');
	border-left: 0px solid #CECECE;
	border-top: 2px solid #347DBF;
	border-right: 0px solid #CECECE;
	border-bottom: 0px solid #CECECE;
	text-align: left;
	vertical-align: middle
}
html body .code-title {
	font-size: 12px;
	font-weight: bold;
	color: #5C74EB;
}
html body .code-text {
	font-family: Courier, 'Courier New', sans-serif;
	color: #000000;
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	line-height: 125%;
	padding: 3px 5px;
	background-color: #F9FAFA;
}

html body .quote-table {
	border-left: #CECECE 1px solid;
	border-top: #347DBF 1px solid;
	border-right: #CECECE 1px solid;
	border-bottom: #CECECE 1px solid;
	margin: 5px 0;
}
html body .quote-corner {
	background: url('images/css/quote_header.gif') no-repeat left;
	border-left: 0px solid #CECECE;
	border-top: 2px solid #347DBF;
 	border-right: 0px solid #CECECE;
	border-bottom: 0px solid #CECECE;
}
html body .quote-header {
	background: #E6E6E6 url('images/css/bg_sp_header_title.gif');
	border-left: 0px solid #CECECE;
	border-top: 2px solid #347DBF;
	border-right: 0px solid #CECECE;
	border-bottom: 0px solid #CECECE;
	text-align: left;
	vertical-align: middle
}
html body .quote-title {
	font-size: 12px;
	font-weight: bold;
	color: #DF8900;
}
html body .quote-text {
	color: #444444;
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	line-height: 125%;
	padding: 3px 5px;
	background-color: #F9FAFA;
}
/* ========================================================================== */

/* Copyright and bottom info ================================================ */
html body .copyright {
	font-size: 10px;
	color: #444444;
	letter-spacing: -1px;
}
html body a.copyright:link,
a.copyright:active,
a.copyright:visited {
	text-decoration: none;
	color: #5569A7;
}
html body a.copyright:hover {
	text-decoration: underline;
	color: #000000;
}
/* ========================================================================== */

/* Form elements ============================================================ */
html body select {
	background-color : #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	border-left: #CECECE 2px solid; 
	border-top: #CECECE 2px solid; 
	border-right: #E7E7E7 1px solid;
	border-bottom: #E7E7E7 1px solid; 
}

html body input.checkbox {
	background-color : #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	border-left: #CECECE 1px solid; 
	border-top: #CECECE 1px solid; 
	border-right: #E7E7E7 1px solid;
	border-bottom: #E7E7E7 1px solid; 
}

html body input.radio {
	background-color : #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	border-left: #CECECE 1px solid; 
	border-top: #CECECE 1px solid; 
	border-right: #E7E7E7 1px solid;
	border-bottom: #E7E7E7 1px solid; 
}

html body input {
	text-indent : 2px;
}

html body textarea.post {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	border-left: #CECECE 2px solid; 
	border-top: #CECECE 2px solid; 
	border-right: #E7E7E7 1px solid;
	border-bottom: #E7E7E7 1px solid; 
}

html body input.post {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	border-left: #CECECE 2px solid; 
	border-top: #CECECE 2px solid; 
	border-right: #E7E7E7 1px solid;
	border-bottom: #E7E7E7 1px solid; 
}
/* The buttons used for bbCode styling in message post */
html body input.button {
	background-color: #3B88CD;
	background-image: url('images/css/cellpic_btn.gif');
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #F1F9FF;
	border-left: 1px solid #E7E7E7; 
	border-top: 1px solid #E7E7E7; 
	border-right: 1px solid #A5AEC3;
	border-bottom: 1px solid #A5AEC3; 
	cursor: pointer
}
html body input.button:hover {
	background-image: url('images/css/cellpic_btn_over.gif'); 
	background-color: #EAEAEA; 
	color: #444444;
	border-left: 1px solid #E7E7E7; 
	border-top: 1px solid #E7E7E7; 
	border-right: 1px solid #A5AEC3;
	border-bottom: 1px solid #A5AEC3; 
}
/* The main submit button option */
html body input.mainoption {
	background-color: #3B88CD;
	background-image: url('images/css/cellpic_btn.gif');
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #F1F9FF;
	border-left: 1px solid #E7E7E7; 
	border-top: 1px solid #E7E7E7; 
	border-right: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE; 
	cursor: pointer
}
html body input.mainoption:hover {
	background-image: url('images/css/cellpic_btn_over.gif'); 
	background-color: #EAEAEA; 
	color: #444444;
	border-left: 1px solid #E7E7E7; 
	border-top: 1px solid #E7E7E7; 
	border-right: 1px solid #A5AEC3;
	border-bottom: 1px solid #A5AEC3; 
}
/* None-bold submit button */
html body input.liteoption {
	background-color: #3B88CD;
	background-image: url('images/css/cellpic_btn.gif');
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #F1F9FF;
	border-left: 1px solid #E7E7E7; 
	border-top: 1px solid #E7E7E7; 
	border-right: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE; 
	cursor: pointer
}
html body input.liteoption:hover {
	background-image: url('images/css/cellpic_btn_over.gif'); 
	background-color: #EAEAEA; 
	color: #444444;
	border-left: 1px solid #E7E7E7; 
	border-top: 1px solid #E7E7E7; 
	border-right: 1px solid #A5AEC3;
	border-bottom: 1px solid #A5AEC3; 
}
/* ========================================================================== */

/* Objects - Miscellaneous ================================================== */
/* This is the line in the posting page which shows the rollover help line ---*/
html body .helpline {
	background-color: #F5F5F5;
	color: #444444;
	font-size: 9px;
	border-style: none;
}
/* ========================================================================== */

/* Elements - Text logical marking ========================================== */
html body abbr,
acronym {
	color: #444444;
	border-bottom: 1px dotted #000000;
	cursor: help;
}
html body strong {
	font-weight: bold;
	text-decoration: none;
}
/* ========================================================================== */

/* Objects - Attributs - Alignment ========================================== */
/* Texts - Attributs - Position */
html body .hleft { text-align: left; }
html body .hcenter { text-align: center; }
html body .hright { text-align: right; }
html body .hjustify { text-align: justify; }

html body .abstop { vertical-align: top; }
html body .absmiddle { vertical-align: middle; }
/* Categories Hierarchy */
html body .absbottom { vertical-align: text-bottom; }
/* -------------------- */
html body .middle { text-align: center; vertical-align: middle; }
html body .bottom { vertical-align: bottom; }

html body .float-left { float: left; text-align: left; }
html body .float-right { float: right; text-align: right; }

/* Images - Attributs - Position */
html body .itop { vertical-align: text-top; }
html body .imiddle { vertical-align: middle; }
html body .ibottom { vertical-align: text-bottom; }
html body .hspace2 { padding-left: 2px; padding-right: 2px; }
html body .hspace5 { padding-left: 5px; padding-right: 5px; }
html body .hspace10 { padding-left: 10px; padding-right: 10px; }
html body .vspace1 { padding-top: 1px; padding-bottom: 1px; }
html body .vspace2 { padding-top: 2px; padding-bottom: 2px; }
html body .vspace4 { padding-top: 4px; padding-bottom: 4px; }
html body .vspace5 { padding-top: 5px; padding-bottom: 5px; }
html body .vspace6 { padding-top: 6px; padding-bottom: 6px; }
html body .vspace10 { padding-top: 10px; padding-bottom: 10px; }

/* Cells - Attributs - Paragraph */
html body .nowrap { white-space: nowrap; }

/* Miscellaneous */
html body .w-full {
	width: 100%;
}
html body .h-full {
	height: 100%;
}
html body .both {
	clear: both;
}
/* ========================================================================== */

/* Categories Hierarchy ===================================================== */
/* TC */
html body .dom_overview_abshidden {
	position: absolute;
	visibility: hidden;
	width: 300px;
}
/* -- */
/* ATT */
html body .attachtable {
	color: #A9A9A9;
	border: #E9E9EA 1px solid;
	border-collapse: collapse;
}
html body .attachrow {
	color: #A9A9A9;
	font-size: 11px;
	border: #E9E9EA 1px solid;
	height: 21px;
}
html body .headerbox {
	color: #0958A8;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	line-height: 120%;
}
/* --- */
/* ========================================================================== */

/* Topics attribut ========================================================== */
html body .attr_reported,
.attr_solved,
.attr_dev {
	font-size: 11px;
}
html body .attr_reported
{
	color: #FFA500;
}
html body .attr_solved {
	color: #00C000;
}
html body .attr_dev {
	color: #7E1313;
}
/* ========================================================================== */


table {
        font-size : 12px;
}

h1{
        font-weight: normal;
        font-size: 21px;
        font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        text-decoration: none;
        line-height : 120%;
        color: #718EA5;
        margin: 2px;
}

h2 {
        font-family: Arial, Helvetica, sans-serif;
        background-image : url(images/box_left_icon.gif);
        background-repeat : no-repeat;
        background-position : left;
        padding-left : 18px;
        font-size: 18px;
        margin: 0px;
}

h3 {
        font-weight: normal;
        font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
        font-size: 12px;
        margin: 2px;
}

p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 100%;
        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: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
        font-size: 100%;
        border: 1px solid #D1D7DC;
        padding-right: 3px;
        padding-left: 3px;
}

.listbox {
        font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
        font-size: 100%;
        border: 1px solid #D1D7DC;
        vertical-align : middle;
}

.button {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid #CCD7E0;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
}

.comment_button {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid #CCD7E0;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
        padding-left: 3px;
        padding-right: 3px;
}

.radio {
        font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
        font-size: 100%;
        vertical-align : middle;
}

.checkbox {
        font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
        font-size: 100%;
        vertical-align : middle;
}

a {
        color: #0033CC;
        text-decoration: none;
}

a:hover {
        color: #0033CC;
        text-decoration: underline;
}

.bblink a {
        color: #0033CC;
        text-decoration: none;
}

.bblink a:hover {
        color: #0033CC;
        text-decoration: underline;
}

.maintable {
        border: 1px solid #CCD7E0;
        background-color: #FFFFFF;
        margin-top: 1px;
        margin-bottom: 1px;
}

.tableh1 {
        font-family:  Verdana, Geneva, Arial, sans-serif;
        background : #8AA5B5 ;
        color: #FFFFFF;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.tableh1_compact {
        font-family:  Verdana, Geneva, Arial, sans-serif;
        background : #8AA5B5 ;
        color: #FFFFFF;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tableh2 {
        background: #CBD7DE ;
        color : #000000;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.tableh2_compact {
        background: #CBD7DE ;
        color : #000000;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tableb {
        background: #F2F5F7 ;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.tableb_compact {
        background: #F2F5F7 ;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tablef {
        background: #CBD7DE ;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
}

.catrow_noalb {
        background: #CBD7DE ;
        color : #000000;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.catrow {
        background: #F2F5F7 ;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.album_stat {
        font-size : 85%;
        margin: 5px 0px;
}

.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: 85%;
        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: 85%;
        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 : #8AA5B5 ;
        color: #FFFFFF;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 20px;
        margin: 0px;
}

.sortorder_options {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        background : #8AA5B5 ;
        color: #FFFFFF;
        padding: 0px;
        margin: 0px;
        font-weight: normal;
        font-size: 80%;
        white-space: nowrap;
}

.navmenu {
        font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
        color: #FFFFFF;
        font-weight: bold;
        background : #8AA5B5 ;
        border-style: none;
}

.navmenu img {
        margin-top: 1px;
        margin-right: 5px;
        margin-bottom: 1px;
        margin-left: 5px;
}

.navmenu a {
        display: block;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
        text-decoration: none;
        color: #FFFFFF;
}

.navmenu a:hover {
        background : #F2F5F7 ;
        text-decoration: none;
        color:         #000000;
}

.admin_menu_thumb {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 90%;
        border: 1px solid #CCD7E0;
        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;
}

.admin_menu {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 90%;
        border: 1px solid #CCD7E0;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
        background-repeat: repeat-x;
        background-color: #FFFFFF;
        color: #000000;
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: center;
}

.admin_menu a {
        color: #000000;
        text-decoration: none;
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 2px;
        padding-right: 2px;
}

.admin_menu 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;
}

.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;
}

.display_media {
        background: #F2F5F7 ;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.thumbnails {
        background: #F2F5F7 ;
        padding: 5px;
}

.footer {
        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 {
        text-decoration: underline;
        color: #000000;
}

.alblink a:hover {
        color: #000000;
        text-decoration: underline;
}

.catlink {
        display: block;
        margin-bottom: 2px;
}

.catlink a {
        text-decoration: underline;
        color: #000000;
}

.catlink a:hover {
        color: #000000;
        text-decoration: underline;
}

.topmenu {
        font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
        line-height : 130%;
        font-size : 110%;
}

.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: #D1D7DC ;
        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: #F2F5F7 ;
        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: #000666;
        background-color: #F2F5F7;
        border: 1px solid #F2F5F7;
        font-size: 80%;
        font-family: Arial, Helvetica, sans-serif;
        vertical-align : middle;
}

#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);}