/*************************

  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/water_drop/style.css,v $

  $Revision: 1.8 $

  $Author: donnoman $

  $Date: 2005/12/08 04:00:03 $

**********************************************/



/* 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...             */





.albdesc {	

		/*font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif; */

		font-size: 0.8em;

      	margin: 0px;

		color: #FDFDF7;

		font-weight: normal;
		
		font-family: Georgia, "Times New Roman", Times, serif

}





body {

        background-color: #2f2f2f;

        font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;

        font-size : 12px;

        color: #FDFDF7;

        margin: 0px;

}



table {

        font-size : 12px;

}



.Headlines{

		font-weight: normal;

        font-size: 20px;

        font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;

        text-decoration: none;

        line-height : 120%;

        color: #B89F40;

        margin: 2px;

}



.Underlines {color: #ebe8d4;

}



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;
		align: center;

}



h2 {

        font-family: Arial, Helvetica, sans-serif;

        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;

}


#header  {
	background: #2f2f2f url(../../../images/banner-wider.jpg) no-repeat center ;
	height: 63px;
	/* border-top:2px solid #333; */
	border-bottom: 2px solid #333;
	padding: 43px 40px 0 450px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #222;
	font-size: 1.4em;
}

#headerimg  {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
	}

#menuwrapper {
	border-top: 1px solid #000;
	border-bottom: 1px solid #333;
	background-color: #909090;
	background-image: url(../../../images/p7exp_mbar.jpg);
	background-repeat: repeat-x;

}

.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

#navbar  {
		background: #2f2f2f url(../../../buttons/nav.gif) no-repeat top center ;
}

#navbarimg 	{
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
	}

	/*
p7menubar is the root UL and p7menubar ul applies to all the sub-menu ULs.
We set padding and margin to zero to eliminate all indentation, turn bullets off,
and set a font-family different from the global font-family declared for the
body element above. This sets font for just the menu. Do not add a font-size here.
*/

#navbar, #navbar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}
/*
Root-Level Links.  Do not change the first two properties.
Adjust padding values to make the root links taller and to offset them
from the left and right edges of the link box. The border right creates a
separator between links. Font-size is set here and will apply to all menu levels.
Font color is set to light gray.
*/
#navbar a {
	display: block;
	text-decoration: none;
	padding: 10px 5px 5px 10px;
	font-size: 0.95em;
	color: #FDFDF7;
}
/*
Class assigned to those Root-Level links that have associated Sub-Menus.
The top and bottom padding assigned this element must be the same as
that assigned to the p7menubar a element. The right padding is increased
to accomodate the display of background image depicting a downward
pointing arrow.
*/
#navbar a.trigger {
	padding: 5px 16px 5px 10px;
	background-image: url(../../../images/p7PM_dark_south.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
/*
The Root-Level list items. Floating left allows
them to appear horizontally. Width is for IE5 Mac. The last rule in
this style sheet will set the width for this element to auto for all
other browsers - hiding it from IE5 Mac. The width is proportional.
As you add and edit root menu items, you will need to test this width
to ensure it is wide enough to accomodate all text.
*/
#navbar li {
	float: left;
	width: 8em;
}
/*
Sets width for Sub-Menu box and the List Items inside - in proportional em units.
This allows the sub-menu width to expand if users resize the text in their browsers.
*/
#navbar li ul, #navbar ul li  {
	font-size: 1.0em;
	width: 12em;
}
/*
The sub-menu links. We set color and turn off the right border, which
would otherwise be inherited from the root link rule. We set top and
bottom padding less than the root items and increas the left padding
to indent the sub-menu links a small amount in from the root links.
*/
#navbar ul li a  {
	color: #565656;
	border-right: 0;
	padding: 3px 0px 3px 4px;
}
/*
Sub-Menu Unordered Lists describes each dropdown sub-menu grouping.
Positioned Absolutely to allow them to appear below their root trigger.
Set to display none to hide them until trigger is moused over.
Background Color must be set or problems will be encountered in MSIE.
Right and bottom borders are set to simulate a raised look.
A gradient background image is assigned.
*/
#navbar li ul {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background-repeat: repeat-x;
}
/*
Changes the Text color and background color when the Root-Level
menu items are moused over. The second selector sets color and background
when Root-Level items are accessed with the keyboard tab key. The third
selector sets an active state to support keyboard access in MSIE. The fourth
selector is assigned to IE5 and IE6 Windows via the P7_ExpMenu script.
Note that IE7 supports hover on elements other than links and so behaves
like Firefox, Opera, and Safari - making the menu operable even if JavaScript
is not enabled.
*/
#navbar li:hover a, #navbar a:focus,
#navbar a:active, #navbar li.p7hvr a {
	color: #b89f40;
	text-decoration: underline;
	background-color: transparent;
}
/*
Set the Sub-Menu UL to be visible when its associated
Root-Level link is moused over. The second selector is
assigned to IE5 and IE6 via the P7_ExpMenu script.
*/
#navbar li:hover ul, #navbar li.p7hvr ul {
	display: block;
	z-index: 100;
}
/*
Sets the Text color of the Sub-Level links when the Root-Level
menu items are moused over. The second selector is
assigned to IE5 and IE6 via the P7_ExpMenu script.
The color set should march the normal Sub-Level link color
in the rule: #p7menubar ul li a. The background color must be
transparent to allow the underlying gradient background on the UL
to show through.
*/
#navbar li:hover ul a, #navbar li.p7hvr ul a {
	color: #000000;
	background-color: transparent;
	border-bottom: 1px solid #000000;
	text-decoration: none;
}
/*
The normal hover class for Sub-Level links. The Important directive
is required for older browsers. We set a background color, which shows
over the gradient background. We set text color to white.
*/
#navbar ul a:hover {
	background-color: #000000!important;
	color: #FFFFFF!important;
}

/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
Do not edit this rule in any way. */
#navbar li {width: auto;}


p {

        font-family: Arial, Helvetica, sans-serif;

        font-size: 100%;

        margin: 2px 0px;

}



ul {

        margin-left: 5px;

        padding: 0px;

}


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

}



.comment_button {

        font-family: Arial, Helvetica, sans-serif;

        font-size: 100%;

        border: 1px solid #CCD7E0;

        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: #B89F40;

        text-decoration: none;

}


/* Here are the edititions I added to make this compatible with cpg1.5 */

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

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

a:focus {
        color: #B89F40;
        text-decoration: none;
}

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

/* This ends the first set of cpg1.5 edits */

a:hover {

        color: #AA0604;

        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: #2f2f2f;

        margin-top: 1px;

        margin-bottom: 1px;

}


#sales-info {
		background: #000;
		border: #D2D2D2 solid 1px;
		padding: 5px;
		text-align: center;
}

#sales {

		align:center;
		width:156px;
		border: 1px solid #D2D2D2;
		padding:5px;
		display:block;
		background:#000;
}

#visa {
		width: 164px;
		background: #2f2f2f;
		margin-top: 5px;
		margin-bottom:28px;
		text-align: center;
}

#photo {

		background: #2f2f2f;
		min-width:780px;
		padding: 0px 5px 10px 5px;
		border-right: 1px dotted #cccccc;
		margin-right: 5px;
}


#file-caption {

		width: 70%;
		align:center;
		text-align: center;
		font-family: Georgia, "Times New Roman", Times, serif;
}


.search-tips {

		text-align: left;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.1em;
		padding-bottom: 10px;
}


.tableh1 {

        font-family:  Verdana, Geneva, Arial, sans-serif;

        background : #2f2f2f;

        color: #fdfdf7;

        padding-top: 3px;

        padding-right: 10px;

        padding-bottom: 3px;

        padding-left: 10px;

		font-weight: bold;

}



.tableh1_compact {

        font-family:  Verdana, Geneva, Arial, sans-serif;

        background : #2f2f2f;

        color: #fdfdf7;

		font-size: 80%;

        padding-top: 2px;

        padding-right: 5px;

        padding-bottom: 2px;

        padding-left: 5px;

}



.tableh2, .catrow_noalb {

        background: #2f2f2f;

        color : #FFFFFF;

        padding-top: 3px;

        padding-right: 10px;

        padding-bottom: 3px;

        padding-left: 10px;

}



.tableh2_compact {

        background: #2f2f2f;

        color : #fdfdf7;

        padding-top: 2px;

        padding-right: 5px;

        padding-bottom: 2px;

        padding-left: 5px;

}



.tableb {

        background: #2f2f2f ;

        padding-top: 3px;

        padding-right: 10px;

        padding-bottom: 3px;

        padding-left: 10px;
		
		font-family: Georgia, "Times New Roman", Times, serif;

}

.table-info {

		width: 6em;

        background: #2f2f2f ;

        padding-top: 3px;

        padding-right: 5px;

        padding-bottom: 3px;

        padding-left: 10px;
}


.tableb_compact {

        background: #2f2f2f ;

        padding-top: 2px;

        padding-right: 5px;

        padding-bottom: 2px;

        padding-left: 5px;

}



.tablef {

        background: #2f2f2f ;

        padding-top: 10px;

        padding-right: 10px;

        padding-bottom: 10px;

        padding-left: 10px;

}



a.nav:link {

		color: #FDFDF7;

}



a.nav:visited {

		text-decoration: none;

		color: #FDFDF7;

}



a.nav:hover {

	text-decoration: none;

	color: #B89F40;

}



a.nav:active {

	text-decoration: none;

}


.search-results {

		color: #fdfdf7;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.2em;
}

.Main {

        color: #FDFDF7;

		font-weight: normal;

        font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;

        font-size: 12px;

        margin: 2px;

}



.Form {

        color: #FDFDF7;

		font-weight: normal;

        font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;

        font-size: 14px;

        margin: 2px;

}



.catrow_noalb {

        background: #2f2f2f ;

        color : #FDFDF7;

        padding-top: 3px;

        padding-right: 10px;

        padding-bottom: 3px;

        padding-left: 10px;

}



.catrow {

        background: #2f2f2f ;

        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: 100%;

        padding: 2px;

        display : block;

}

.thumb_title a {

		text-decoration: none;
        color: #FFFFFF;
}


.thumb_title a:hover {

		text-decoration: underline;
}



.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 : #2f2f2f ;

        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 : #2f2f2f ;

        color: #FFFFFF;

        padding: 0px;

        margin: 0px;

        font-weight: normal;

        font-size: 80%;

        white-space: nowrap;

}



.Copyright {

        font-size: 9px;

        font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;

        font-style: italic;

        color: #fdfdf7;

}



.navmenu {

        font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;

        color: #FFFFFF;

        font-weight: bold;

        background : #2f2f2f ;

        border-style: none;

}


.navmenu_th {

        background: url(http://www.skolaiimages.com/images/rollover_button_2.jpg) repeat-x;
		margin-top: 1px;

        margin-right: 5px;

        margin-bottom: 1px;

        margin-left: 5px;
		width: 150px;
		border: 1px solid #CCC;

		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		font-style:italic;

}

.navmenu_th a {


		margin-top: 1px;

        margin-right: 5px;

        margin-bottom: 1px;

        margin-left: 5px;
		width:30px;

}


.navmenu_th a:hover {

       background: #333;

		margin-top: 1px;

        margin-right: 5px;

        margin-bottom: 1px;

        margin-left: 5px;
		text-decoration: none;
		border: 1px solid #fff;

}


.navmenu_th2 {

        background: url(http://www.skolaiimages.com/images/rollover_button_2.jpg) repeat-x;

		margin-top: 1px;

        margin-right: 5px;

        margin-bottom: 1px;

        margin-left: 5px;
		width: 20px;
		border: 1px solid #ccc;

		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		align:center;
		text-align:center;

}

.navmenu_th2 a {


		margin-top: 1px;

        margin-right: 5px;

        margin-bottom: 1px;

        margin-left: 5px;
		width:20px;
		align:center;

}


.navmenu_th2 a:hover {

       background: #222;

}


.navmenu img {

        margin-top: 1px;

        margin-right: 5px;

        margin-bottom: 1px;

        margin-left: 5px;

}



.navmenu a {

/*        position: relative; */

/* this is commented about per the cpg1.5 upgrade docs */

        display: block;

        padding-top: 2px;

        padding-right: 5px;

        padding-bottom: 2px;

        padding-left: 5px;

        text-decoration: none;

        color: #FFFFFF;

}



.navmenu a:hover {

        background : #2F2F2F ;

        text-decoration: none;

        color:         #AA0604;

}



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

}


/* Added per cpg 1.5 upgrade docs */

.admin_float {
        float:left;
        margin-left: 1px;
        margin-right: 1px;
        margin-top: 1px;
        margin-bottom: 1px;
}

.admin_menu_wrapper {
        width:100%;
}

/*  end of above edit */

td #admin_menu_anim {

}



.admin_menu {

        font-family: Arial, Helvetica, sans-serif;

        font-size: 90%;

        border: 1px solid #CCD7E0;

        background-color: #FFFFFF;

        color: #000000;

        margin-top: 0px;

        margin-bottom: 0px;

        text-align: center;

		/* below added per cpg upgrade docs */

		background-repeat:repeat-x;


}



.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_ani {

}



.comment_date{

        color : #5F5F5F;

        font-size: 90%;

        vertical-align : middle;

}


/* below added per cpg1.5 upgrade docs */

/* pseudo-classes for image links */
a:link .image{
        border-style:solid;
        border-width:1px;
        border-color:#2f2f2f;
        margin:2px;
}

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

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

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

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

/* end of above cpg 1.5 edit */


.image {

        border: 0px;

        margin: 0px;

}



.imageborder {

        background-color: #2f2f2f;

        margin-top: 10px;

        margin-bottom:0px;

}



.display_media {

        background: #2f2f2f ;

        padding-top: 3px;

        padding-right: 10px;

        padding-bottom: 3px;

        padding-left: 10px;

}


.thumbnails {

        background: #2f2f2f ;

        padding: 5px;

}



.footer {

        font-size : 9px;

		color: #000000;

}



.footer a {

        text-decoration: none;

        color: #000000;

}



.footer a:hover {

        color: #000000;

        text-decoration: underline;

}



.statlink {

        color: #B89F40;

}



.statlink a {

        font-size: 100%;

		text-decoration: none;

        color: #B89F40;

}



.statlink a:hover {

        color: #AA0604;

        text-decoration: underline;

}


.alblink {
		font-size: 100%;
}

.alblink a {

        text-decoration: underline;

        color: #B89F40;

		font-size: 100%;

}



.alblink a:hover {

        color: #AA0604;

        text-decoration: underline;

}



.catlink {

        display: block;

        margin-bottom: 2px;

		font-weight:bold;

}



.catlink a {

        font-size: 16px;

		text-decoration: underline;

        color: #B89F40;

}



.catlink a:hover {

        color: #AA0604;

        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: #2f2f2f;

        width : 100%;

        margin : 0px;

}



.img_caption_table th {

        background: #2f2f2f ;

        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: #2f2f2f ;

        padding-top: 6px;

        padding-right: 10px;

        padding-bottom: 6px;

        padding-left: 10px;

        border-top : 1px solid #FFFFFF;

        white-space: normal;

}



.Orders {

		color: #CC0000;

		font-size: 14px;
		text-align: center;

}

/* this is the styling for the sidebar social media displays on the main image pages */

.sidebar-text {
        color: #ebe8d4;
		font-weight: strong;
        font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
        font-size: 14px;
        margin: 2px;
		margin-top: 5px;
}

.other-photos-2 {
        color: #fdfdf7;
		font-weight: normal;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 0.9em;
		padding-bottom: 5px;
        margin-left: 10px;
		text-align:left;
}

#soc-media {
/*	float: left; */
	background: #ededed;
	/* border: 1px solid #900; */
	-moz-border-radius: 5px; 
	khtml-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px; 
	border: 1px solid #1D1D1D;
	padding: 5px 0px 5px 0px;
	vertical-align: top;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
}

/* Finish of social media display */

.debug_text {

        border: #BDBEBD;

        background-color: #EFEFEF;

        width : 100%;

        margin : 0px;

}



.clickable_option {

        border-bottom : 1px dotted blue;

        cursor : default;

}



.listbox_lang {

        color: #000666;

        background-color: #2f2f2f;

        border: 1px solid #F2F5F7;

        font-size: 80%;

        font-family: Arial, Helvetica, sans-serif;

        vertical-align : middle;

}


/* below added as per cpg1.5 upgrade docs */
.pic_title {
        color: #ffffff;
        font-size: 125%;
        font-family: Arial, Helvetica, sans-serif;
        font-weight:bold;
        text-align : center;
        padding-top:0px;
        padding-bottom:5px;
        margin-top:0px;
        margin-bottom:0px;
        line-height:1.0em;
		align: center;
}

.pic_caption {
        color: #ffffff;
        font-size: 100%;
        font-family: Arial, Helvetica, sans-serif;
       /* font-weight:bold; */
        text-align : center;
        padding-top:3px;
		padding-right: 10px;
        padding-bottom:3px;
		padding-left: 10px;
        margin-top:0px;
        margin-bottom:0px;
        line-height:1.0em;
		/* below is from older 1.4 */

      /*  background: #2f2f2f ;
		font-size: 12px;

        padding-top: 3px;

        padding-right: 10px;

        padding-bottom: 3px;

        padding-left: 10px; */
}

.filename {
		font-family: Verdana, Geneva, sans-serif;
		color: #CC0000;
		font-size: 1.0em;
		text-decoration: underline;
		padding-bottom: 10px;
}

.dash {
		font-family: Verdana, Geneva, sans-serif;
		color: #CC0000;
		font-size: 1.0em;
		text-decoration: none;
		padding-bottom: 10px;
}

.file-caption {

		font-family: Georgia, "Times New Roman", Times, serif;
		color: #FDFDF7;
		font-size: 1.2em;
		padding: 2px;

}

.cpg_message_info, .cpg_message_success, .cpg_message_warning, .cpg_message_error, .cpg_message_validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.cpg_message_info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../../images/message/info.png');
}
.cpg_message_success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('../../images/message/ok.png');
}
.cpg_message_warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../../images/message/warning.png');
}
.cpg_message_error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../../images/message/stop.png');
}
.cpg_message_validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('../../images/message/error.png');
}
.cpg_summary {
    font-size:0.9em;
	border: 1px solid;
    margin: 10px 0px;
	padding:5px 10px 5px 10px;
    color: #FF2B9C;
    background-color: #FFDEEF;
	text-align:right;
	float:right;
	width:400px;
}

/* end of above edit */


#vanity a {

        display:block;

        width:57px;

        height:20px;

        margin: 3px 20px;

}

#vanity a {

        display:block;

        width:57px;

        height:20px;

        margin: 3px 20px;

}



/* Start of footer containing the bottom navigation menu */

#footer {
	width: 1000px;
/*	background-color: #222222; */
	background-image:url(images/footer-dark.gif);
	margin: 10px 0 0px 0;
	text-align: center;
	padding: 5px 0 45px 0px;
	height: 1em;
}


#footer ul {
	margin-left: 100px;
	margin-bottom: 25px ;
}

#footer ul li {
	display: inline;
	float: left;
	list-style: none;
	margin-left: 10px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

#footer li a {
/*	background-color:#222222; */
	height: 1.5em;
	line-height: 1em;
	float: left;
	width: 6em;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	margin-left: 10px;
	letter-spacing: 0.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

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

/* Hide from IE5-Mac \*/
#footer li a
{
float: none
}
/* End hide */

#footer
{
 width: 1000px;
/* background: #222222; */
 background-image: url(images/footer-dark.gif) ;
 /* border: 1px #222222 solid; */
}

#footer li ul
{ }

#footer li:hover ul
{ }

#footer li li
{ }

/* End of footer div containing the Bottom Navigation Menu */




#vanity img {border:0}


/* below are edited out as per cpg1.5 upgrade docs */
/* #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);} */



/* below added as per cpg 1.5 upgrade docs */
#GB_window {
  background-color: #2f2f2f;
	border: 1px solid #CCD7E0;
}
/* end of above edit */

