/*************************
  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.2
  $Source: /cvsroot/coppermine/devel/themes/sample/style.css,v $
  $Revision: 1.3 $
  $Author: gaugau $
  $Date: 2005/10/25 06:42:43 $
**********************************************/

/* Colors used in this style sheet:
   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 CCCCCC = RGB 204, 204, 204 = medium grey
   Hex EFEFEF = RGB 239, 239, 239 = dark white
   Hex FFFFFF = RGB 255, 255, 255 = white
   Hex 005D8C = RGB   0,  93, 140 = dark blue
   Hex 0033CC = RGB   0,  91, 104 = medium blue
   Hex 0E72A4 = RGB  14, 114, 164 = light blue
*/

address, blockquote, body, caption, center, dd, dir, div, dl, dt, form, li, menu, ol, p, pre, td, th, tr, ul
{
        font-family : geneva, helvetica, arial, sans serif;
        font-size: 12px;
        margin: 0px;
		color: #cccccc;
		background-color: #333333;
}

table {
        font-size: 12px;
}

h1{
        font-weight: bold;
        font-size: 22px;
        font-family: "Trebuchet MS", Verdana, 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;
}

h3 {
        font-weight: normal;
        font-family: Verdana, Arial, Helvetica, 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: Verdana, Arial, Helvetica, sans-serif;
        border: 1px solid #D1D7DC;
        padding-right: 3px;
        padding-left: 3px;
}

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

.button {
        font-family: Arial, Helvetica, sans-serif;
        border: 1px solid #005D8C;
        background-position : bottom;
}

.comment_button {
        font-family: Arial, Helvetica, sans-serif;
        border: 1px solid #005D8C;
        padding-left: 3px;
        padding-right: 3px;
}

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

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

a:link	{
        color: #999999;
        text-decoration: none;
}

a:visited	{
        color: #999999;
        text-decoration: none;
}

a:active	{
        color: #999999;
        text-decoration: none;
}

a:hover {
        color: #666666;
        text-decoration: underline;
}

/* ********************************************************* */
/* ** TOP NAVIGATION **************************************** */
/* ********************************************************* */
div#navigation
{
	padding: 0px 0px 0px 0px;
	background-color: #333333;
	clear: both;
	height: 100px;
	font-family: geneva, helvetica, arial, sans serif;
}

div#navigation li
{
	list-style-position: outside;
    list-style-type: none;}

ul#nav0
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 860px;
	background-color: #333333;
	clear: both;
}

ul#nav0 li a
{
	display: block;
	margin: 0px 0px 1px 0px;
	height: 25px;
	/* 37 */
	color: #666666;
	font-weight: bold;
	line-height: 10px;
	/* 14 */
	text-decoration: none;
}

/* the first anchor link */
ul#nav0 li a.first
{
	margin-left: 0px;
	padding: 0px 0px 0px 20px;
	width: 600px;
	font-size: 16px;
	text-align: left;
	color: #ffffff;
	float: left;

	/*border-color: red;
	border-width: 1px;
	border-style: solid;*/
}

/* the first anchor link */
ul#nav0 li a.cart
{
	margin-right: 0px;
	padding: 5px 40px 0px 5px;
	width: 95px;
	font-size: 10px;
	text-align: left;
	height: 20px;
	float: right;
	/*border-color: red;
	border-width: 1px;
	border-style: solid;*/
}

ul#nav0 li a.isearch
{
	margin-right: 0px;
	padding: 5px 0px 0px 20px;
	width: 90px;
	font-size: 10px;
	text-align: right;
	height: 20px;
	float: left;
	
	/*border-color: red;
	border-width: 1px;
	border-style: solid;*/
}


ul#nav0 li a:hover { color: #FFFFFF; }

ul#nav0 li a.cart:hover { color: #999999; }

/* span used for padding around text, circumvent box
	model issues if padding placed directly in A tag */

ul#nav0 li a span { display: block; }

ul#nav0 li a span.logo
{
	padding-top: 10px;
	letter-spacing: 1px;
	/* 18 */
}

/* ********************************************************* */
/* ** PRIMARY NAVIGATION **************************************** */
/* ********************************************************* */
ul#nav1
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 860px;
	background-color: #333333;
	clear: both;
}

ul#nav1 li
{
	float: left;
	margin: 0px;
	text-align: center;

	/*border-color: red;
	border-width: 1px;
	border-style: solid;*/

}

ul#nav1 li a
{
	float: left;
	display: block;
	margin: 0px 0px 0px 0px;
	width: 127px;
	height: 25px;
	color: #666666;
	font-weight: bold;
	line-height: 10px;
	text-decoration: none;
	border-color: gray;
	border-width: 1px 0 0 0;
	border-style: dotted;
	padding: 0 0 5px 0;

	/*border-color: red;
	border-width: 1px;
	border-style: solid;*/

}

/* the first anchor link */
ul#nav1 li a.first
{
	margin-left: 0px;
	padding: 0px 0px 0px 20px;
	width: 200px;
	font-size: 16px;
	letter-spacing: 2px;
	text-align: left;
}

/* class used to highlight current section */
ul#nav1 li a.current
{
	height: 26px;
	/* 38 */
	color: #999999;
	border-right: gray;
	border-bottom: gray;
	border-left: gray;
	border-width: 0 1px 1px 1px;
	border-style: dotted;
}

/* the first anchor link */
ul#nav1 li a.last
{
	height: 26px;
	/* 38 */
	color: #666666;
	border-width: 1px 1px 0px 0px;
	border-style: dotted;
	border-color: gray;
}

ul#nav1 li a:hover { color: #999999; }
ul#nav1 li a.current:hover { color: #999999; }

/* span used for padding around text, circumvent box
	model issues if padding placed directly in A tag */

ul#nav1 li a span
{
	display: block;
	padding: 0px 5px 0px 5px;
}

ul#nav1 li a span.logo
{
	padding-top: 10px;
	letter-spacing: 4px;
	/* 18 */
}

ul#nav1 li a span.line1
{
	padding-top: 10px;
	/* 18 */
}

ul#nav1 li a span.line2 { padding-top: 4px; }

ul#nav1 li a.info
{
	margin-left: 0px;
	padding: 0px 0px 0px 20px;
	width: 400px;
	font-size: 16px;
	letter-spacing: 2px;
	text-align: left;
}

div#breadcrumb
{
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}

/* ********************************************************* */
/* ** SECONDARY NAVIGATION ********************************* */
/* ********************************************************* */
ul#nav2
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 860px;
	clear: both;
	background-color: #333333;
}

ul#nav2 li
{
	float: left;
	margin: 0px;
	text-align: center;
	font-size: 11px;
	/*border-color: red;
	border-width: 1px;
	border-style: solid;*/
}

ul#nav2 li a
{
	float: left;
	display: block;
	margin: 0px 0px 10px 0px;
	width: 150px;
	height: 25px;
	color: #666666;
	font-weight: bold;
	line-height: 10px;
	text-decoration: none;
	padding: 0 0 5px 0;

	/*border-color: red;
	border-width: 1px;
	border-style: solid;*/

}

/* the first anchor link */
ul#nav2 li a.first
{
	margin-left: 0px;
	padding: 0px 0px 0px 20px;
	width: 200px;
	font-size: 16px;
	letter-spacing: 2px;
	text-align: left;
	border-style: none;
}

/* class used to highlight current section */
ul#nav2 li a.current
{
	height: 26px;
	/* 38 */
	color: #999999;
}

/* class used to highlight current section */
ul#nav2 li a.spacer
{
	height: 26px;
	/* 38 */
	color: #999999;
	width: 10px;
}

/* the first anchor link */
ul#nav2 li a.last
{
	height: 26px;
	/* 38 */
	width: 167px;
	color: #999999;
	border-width: 0px 1px 1px 0px;
	border-style: dotted;
	border-color: gray;
}

ul#nav2 li a:hover { color: #999999; }
ul#nav2 li a.current:hover { color: #999999; }

/* span used for padding around text, circumvent box
	model issues if padding placed directly in A tag */

ul#nav2 li a span
{
	display: block;
	padding: 0px 5px 0px 5px;
}

ul#nav2 li a span.logo
{
	padding-top: 10px;
	letter-spacing: 4px;
	/* 18 */
}

ul#nav2 li a span.line1
{
	padding-top: 10px;
	/* 18 */
}

ul#nav2 li a span.line2 { padding-top: 4px; }

ul#nav2 li a.info
{
	margin-left: 0px;
	padding: 0px 0px 0px 20px;
	width: 400px;
	font-size: 16px;
	letter-spacing: 2px;
	text-align: left;
}

/* HEADER AND FOOTER */

.bodyblack  {
	background-color: #333333;
	}

.logoname:link	{
	font-family: arial, sans serif;
	font-size: 16px; 
	color: #FFFFFF; 
	font-weight: 900;
	text-decoration:none;
	}
	
.logoname:visited	{
	font-family: arial, sans serif;
	font-size: 16px; 
	color: #FFFFFF; 
	font-weight: 900;
	text-decoration:none;
	}
	
.logoname:active	{
	font-family: arial, sans serif;
	font-size: 16px; 
	color: #FFFFFF; 
	font-weight: 900;
	text-decoration:none;
	}
	
.logoname:hover	{
	font-family: arial, sans serif;
	font-size: 16px; 
	color: #FFFFFF; 
	font-weight: 900;
	text-decoration:none;
	}
	
#H1G
{
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px;
/*	border-color: yellow;
	border-width: 1px;
	border-style: dashed;
 */}

#H1linksG
{
	width: 14%;
	float: left;
	margin: 0px;
	padding: 5px 0 0 30px;
	/*	border-color: yellow;
	border-width: 1px;
	border-style: dashed;
 */}

.navlinks A:link {
	color: #999999;
	text-decoration: none;
	font-size: 10px;
	font-weight: 800;
	}

.navlinks A:visited {
	color: #999999;
	text-decoration: none;
	font-size: 10px;
	font-weight: 800;
	}

.navlinks A:active {
	color: #999999;
	text-decoration: none;
	font-size: 10px;
	font-weight: 800;
	}

.navlinks A:hover {
	color: #666666;
	text-decoration: underline;
	font-size: 10px;
	font-weight: 800;
	}

#H1Gmain
{
	width: 83%;
	float: right;
/*	border-color: yellow;
	border-width: 1px;
	border-style: dashed;
 */}

#H1titleG
{
	float: right;
	width: 98%;
	text-align: center;
	padding: 0 0 5px 0;
	margin: 5px 10px 10px 0;
	border-bottom: #999999;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}

#H1titleG a.logoname:link	{
	font-family: arial, sans serif;
	font-size: 16px; 
	color: #ffffff; 
	font-weight: 900;
	text-decoration:none;
	}
	
#H1titleG a.logoname:visited	{
	font-family: arial, sans serif;
	font-size: 16px; 
	color: #ffffff; 
	font-weight: 900;
	text-decoration:none;
	}
	
#H1titleG a.logoname:active	{
	font-family: arial, sans serif;
	font-size: 16px; 
	color: #ffffff; 
	font-weight: 900;
	text-decoration:none;
	}
	
#H1titleG a.logoname:hover	{
	font-family: arial, sans serif;
	font-size: 16px; 
	color: #999999; 
	font-weight: 900;
	text-decoration:none;
	}
	
#H1titleG A.logosubjG:link {	
	font-family: arial, sans serif;
	font-size: 16px; 
	color: #666666; 
	font-weight: 900;
	text-decoration:none;
	}

#H1titleG A.logosubjG:visited {	
	font-family: arial, sans serif;
	font-size: 16px; 
	color: #666666; 
	font-weight: 900;
	text-decoration:none;
	}

#H1titleG A.logosubjG:active {	
	font-family: arial, sans serif;
	font-size: 16px; 
	color: #666666; 
	font-weight: 900;
	text-decoration:none;
	}

#H1titleG A.logosubjG:hover {	
	font-family: arial, sans serif;
	font-size: 16px; 
	color: #999999; 
	font-weight: 900;
	text-decoration:none;
	}
	
#emailSubG
{
	float: right;
	clear: both;
	margin: 0 10px 0 0;
/*	border-color: yellow;
	border-width: 1px;
	border-style: dashed;
 */}

#emailSubG input
{
	cursor: auto;
	font-size: 12px;
	background: #999999;
	border-color: 666666;
	border-width: 2px 1px 1px 2px;
}

.emailSubGtxt
{
	width: 225px;
	font-style: italic;
}


div#photoblock
{
	width: 100%;
	float: left;
	padding: 0px 0px 15px 30px;
	margin: 20px 0px 20px 0px;
	/* border-color: yellow;
	border-width: 1px;
	border-style: dashed; */
}

div#photoblock	p
{
	clear: both;
	margin: 0 0 12px 0;
/*	border-color: yellow;
	border-width: 1px;
	border-style: dashed;
 */}






/* PAGE ELEMENTS */

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

bblink a:visited	{
        color: #999999;
        text-decoration: none;
}

bblink a:active	{
        color: #999999;
        text-decoration: none;
}

bblink a:hover {
        color: #666666;
        text-decoration: underline;
}

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

#albumtable {
        border: 0px solid #666666;
/*      background-color: #FFFFFF;*/
 /*     background-color: #666666;*/
        background-color: #333333; 
        margin-top: 0px;
        margin-bottom: 0px;
}

.hiddentable {
        background-color: #666666;
}

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

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

.tableh2
{
	background: #333333;
	color: #cccccc;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-width: 1px 0 1px 0;
	border-style: dotted none none none;
	border-color: gray;
}

.albumLst
{
	color : #000000;
	background: #333333;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-bottom: gray;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
}

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

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

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

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

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

.catrow {
        background: #333333 ;
        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-size: 10px;
	color: #cccccc;
	padding: 2px;
	display: block;
}

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

.thumb_caption a {
        text-decoration: underline;
        color: #666666;
}

.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 : #0E72A4 ;
        color : #FFFFFF;
        padding: 0px;
        margin: 0px;
}

.sortorder_options {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        background : #0E72A4 ;
        color : #FFFFFF;
        padding: 0px;
        margin: 0px;
        font-weight: normal;
        font-size: 80%;
        white-space: nowrap;
}

.navmenu {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #FFFFFF;
        font-size: 100%;
        font-weight: bold;
        background : #666666;
        border-style: none;
}

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

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

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

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

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

tr#imagemenu	td {
        border: 0px solid #666666;
/*      background-color: #FFFFFF;*/
        background-color: #999999;
/*        background-color: #333333; */
        margin-top: 0px;
        margin-bottom: 0px;
}

#imagemenu a:link {
        font-size: 12px;
        font-weight: normal;
		text-decoration: none;
        color: #333333;
}

#imagemenu a:visited {
        font-size: 12px;
        font-weight: normal;
        text-decoration: none;
        color: #333333;
}

#imagemenu a:active {
        font-size: 12px;
        font-weight: normal;
        text-decoration: none;
        color: #333333;
}

#imagemenu a:hover {
        font-size: 12px;
        font-weight: normal;
        text-decoration: underline;
        color: #000000;
}
.admin_menu_thumb {
        font-family: Arial, Helvetica, sans-serif;
        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;
}

.admin_menu {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 85%;
        border: 1px solid #005D8C;
        background-color:#EFEFEF;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
        color: #000000;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top:2px;
        padding-bottom:2px;
        padding-left:1px;
        padding-right:1px;
        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: 0px;
}

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

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

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

.footer {
        font-size : 9px;
}

.footer a {
        text-decoration: none;
        color: #000000;
}

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

.statlink {
        color: #666666;
}

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

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

.alblink a {
        text-decoration: none;
        color: #999999;
		font-size: 10px;
		}

.alblink a:visited {
        text-decoration: none;
        color: #999999;
		font-size: 10px;
}

.alblink a:active {
        text-decoration: none;
        color: #999999;
		font-size: 10px;
}

.alblink a:hover {
        color: #999999;
        text-decoration: underline;
		font-size: 10px;
}

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

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

.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: #333333;
        width : 100%;
        margin : 0px;
}

.img_caption_table th {
        background: #999999;
        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: #333333;
        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: #D1D7DC;
        border: 1px solid #D1D7DC;
        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);}

/* TRB Styles */

/*SUB MENU */

.Search
{
	border-color: #39F;
	border-width: 1px;
	border-style: solid;
	padding: 2px;
}

/* ********************************************************* */
/* ** FOOTER NAVIGATION **************************************** */
/* ********************************************************* */

div#F1G
{
	width: 860px;
	float: left;
	padding: 0px;
	margin: 0px;
	clear: both;

	/*border-color: yellow;
	border-width: 1px;
	border-style: dashed;*/
}

div#f1rG
{
	vertical-align: middle;
	color: gray;
	font-size: 10px;
	float: right;
	padding: 0px 15px 0px 0px;
	clear: both;

	/*border-color: yellow;
	border-width: 1px;
	border-style: dashed; */
}

ul#footnav
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 860px;
}

ul#footnav li
{
	list-style-type: none;
	float: left;
	margin: 0px;
	text-align: center;
	
	/*border-color: red;
	border-width: 1px;
	border-style: solid; */
}

ul#footnav li a
{
	display: block;
	float: left;
	margin: 0px 0px 10px 0px;
	width: 140px;
	height: 25px;
	/* 37 */
	color: #666666;
	font-weight: 400;
	line-height: 10px;
	/* 14 */
	text-decoration: none;
	border-color: gray;
	border-width: 1px 0 0 0;
	border-style: solid;
	padding: 0 0 5px 0;
}

ul#footnav li a:hover { color: #999999; }

/* span used for padding around text, circumvent box
	model issues if padding placed directly in A tag */

ul#footnav li a span { display: block; }

ul#footnav li a span.line1
{
	padding-top: 10px;
	/* 18 */
}

ul#footnav li a span.line2 { padding-top: 4px; }


