/*************************
  Coppermine Photo Gallery
  ************************
  Copyright (c) 2003-2007 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 as published by
  the Free Software Foundation; either version 2 of the License, or
  (at your option) any later version.
  ********************************************
  Coppermine version: 1.4.12
  $Source$
  $Revision: 3636 $
  $Author: gaugau $
  $Date: 2007-06-29 11:35:30 +0200 (Fr, 29 Jun 2007) $
**********************************************/

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


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;
        font-size: 100%;
        border: 1px solid #D1D7DC;
        padding-right: 3px;
        padding-left: 3px;
}

.listbox {
        font-family: Verdana, Arial, Arial, Helvetica, 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 #DC3C3D;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
}

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

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

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

a {
        color: #DC3C3D;
        text-decoration: none;
}

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

.bblink a {
        color: #DC3C3D;
        text-decoration: none;
}

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

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

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

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

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

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

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


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

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

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

.catrow {
        background: #EFEFEF ;
        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: 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 : #DC3C3D ;
        color : #FFFFFF;
        padding: 0px;
        margin: 0px;
}

.sortorder_options {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        background : #DC3C3D ;
        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 : #DC3C3D ;
        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 : #EFEFEF ;
        text-decoration: none;
        color:         #000000;
}

.admin_menu_thumb {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 85%;
        border: 1px solid #DC3C3D;
        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 #DC3C3D;
        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: 2px;
}

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

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

.thumbnails {
        background: #EFEFEF ;
        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 {
        line-height : 130%;
        font-size: 100%;
}

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

.topmenu a:hover  {
        color : #DC3C3D;
        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: #EFEFEF ;
        padding-top: 6px;
        padding-right: 10px;
        padding-bottom: 6px;
        padding-left: 10px;
        border-top : 1px solid #FFFFFF;
        white-space: normal;
}

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

.clickable_option {
        cursor : default;
}

.listbox_lang {
        color: #000000;
        background-color: #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);}

.bottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #888888;
}
.sidehead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #625A5A;
	padding-top: 10px;
	padding-left: 20px;
}
.sidehead2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #625A5A;
}
a.bottom:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #888888;
}
a.bottom:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #888888;
}
a.bottom:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #888888;
}
a.bottom:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #888888;
}
.sidetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-left: 15px;
}
.sidelist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.headside {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 20px;
	padding-bottom: 0px;
}
.textside {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #646464;
}
.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #646464;
	padding-left: 15px;
	padding-right: 15px;
}
a {
	text-decoration: none;
}
a:hover {text-decoration:none;
	color: #111111;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.categorylink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.lefthead {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	}
.leftnav {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #0B419A;
}
BODY  {
	
	font-size: 11px;
	font-family : Verdana, Arial, Helvetica, Sans Serif;
	color : #000000 ;
	background-color: #999999;
	font-weight : normal;
	font-style : normal;
}


.pagehead  {
	font-size : 22px;
	font-family : Verdana, Arial, Helvetica, Sans Serif;
	font-weight : bold;
	font-style : normal;
	color : #00aa00;
	background : #ffffff;
}

.heading0  {
	font-size : 22px;
	font-family : Verdana, Arial, Helvetica, Sans Serif;
	font-weight : bold;
	font-style : normal;
	color : #ee0000;
	background : #ffffff;
}

.heading1
{
	border-top: black 1px solid;
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	text-indent: 2px;
	border-bottom: black 1px solid;
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	background-color: #aaaaaa;
	text-align: center;
}

.heading1-small
{
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	background-color: #58585A;
}

.heading2  {
	font-size : 11px;
	font-weight : normal;
	background-color : #E5E5E5;
	color : #58585A;
	font-family : Verdana, Arial, Helvetica, Sans Serif;
}

.heading3  {
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, Sans Serif;
	font-weight : bold;
	font-style : normal;
	color : #ffffdd;
	background : #666666;
}

.heading3 A  {
	color : #ffffdd;
}

.heading3 A:visited  {
	color : #ffffdd;
}

.heading3 A:hover  {
	color : #ffffdd;
}

TD  {
	font-size: 11px;
	font-family : Verdana, Arial, Helvetica, Sans Serif;
	font-style : normal;
	color : #000000 ;
	font-weight : normal;
}

.grayA  {
	color : #000000;
}

.price  {
	font-size : 13px;
	font-family : Verdana, Arial, Helvetica;
	font-style : normal;
	color : #cc0000;
	font-weight : bold;
}

.head  {
	font-size : 18px;
	font-family : Verdana, Arial, Helvetica, Sans Serif;
	font-weight : bold;
	color : #003366;
	background-color: #58585A;
}

.inset  {
	font-size : 11px;
	font-family : Verdana Arial, Helvetica, Sans Serif;
	font-weight : normal;
	font-style : normal;
	padding : 10px;
}

.bold  {
	font-weight : bold;
}

.tiny  {
	font-size : 10px;
	font-weight : normal;
}

.tiny  A  {
	color : #003366;
	font-weight : normal;
	font-size : 10px;
	text-decoration : none;
}

.tiny  A:Visited  {
	color : #003366;
	font-weight : normal;
	font-size : 10px;
	text-decoration : none;
}

.tiny  A:Active  {
	color : #003366;
	font-weight : normal;
	font-size : 10px;
	text-decoration : underline;
}

.tiny  A:Hover  {
	color : #003366;
	font-weight : normal;
	font-size : 10px;
	text-decoration : underline;
}

.price  {
	font-family : Verdana, Arial, Sans Serif;
	font-size : 13px;
	color : #d20000;
	font-weight : bold;
}

.heading1 A:visited  {
	color : #ffffff;
	background: none;
}

.heading1 A  {
	color : #ffffff;
	background: none;
}

.heading1 A:hover  {
	color : #333333;
	background: none;
}

B  {
	font-weight : bold;
}

.heading2 A  {
	color : #58585A;
	text-decoration : none;
}

.heading2 A:visited  {
	color : #58585A;
	text-decoration : none;
}

.heading2 A:hover  {
	color : #999999;
}

.alt  {
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, Sans Serif;
	font-weight : normal;
	font-style : normal;
	color : #003366;
}

.alt A  {
	font-size : 11px;
	color : #003366;
	text-decoration : none;
	font-weight : normal;
	font-style : normal;
}

.alt A:visited  {
	font-size : 11px;
	color : #003366;
	text-decoration : none;
	font-weight : normal;
	font-style : normal;
}

.alt A:hover  {
	font-size : 11px;
	color : #336699;
	text-decoration : underline;
	font-weight : normal;
	font-style : normal;
}

.alt A:active  {
	font-size : 11px;
	color : #336699;
	text-decoration : none;
	font-weight : normal;
	font-style : normal;
}

.light  {
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, Sans Serif;
	font-weight : normal;
	font-style : normal;
	color : #000000;
	background-color : #aaaaaa;
}

.light A  {
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, Sans Serif;
	color : #003366;
	font-weight : bold;
}

.light A:Visited  {
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, Sans Serif;
	color : #003366;
	font-weight : bold;
}

.light A:hover  {
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, Sans Serif;
	color : #003366;
	font-weight : bold;
}

.navinclude  {
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, Sans Serif;
	font-weight : normal;
	font-style : normal;
	color : #ffffff;
	background-color : #ffffff;
}


.navline  {
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, Sans Serif;
	font-weight : normal;
	font-style : normal;
	color : #ffffff;
	background-color : #999999;
}

.navline A  {
	color : #ffffff;
	text-decoration : none;
	font-weight : bold;
	background-color : #999999;
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, Sans Serif;
	font-style : normal;
}

.navline A:visited  {
	color : #ffffff;
	text-decoration : none;
	font-weight : bold;
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, Sans Serif;
	font-style : normal;
	background-color : #999999;
}

.navline A:hover  {
	color : #ffffff;
	text-decoration : underline;
	font-weight : bold;
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, Sans Serif;
	font-style : normal;
	background-color : #999999;
}

.navlineb  {
	font-size : 9px;
	font-family : Verdana, Arial, Helvetica, Sans Serif;
	font-weight : normal;
	font-style : normal;
	color : #ffffff;
	background-color : #000000;
}

.navlineb A  {
	font-size : 9px;
	font-family : Verdana, Arial, Helvetica, Sans Serif;
	font-style : normal;
	color : #ffffff;
	text-decoration : none;
	font-weight : bold;
	background-color : #000000;
}

.navlineb A:visited  {
	color : #ffffff;
	text-decoration : none;
	font-weight : bold;
	font-size : 9px;
	font-family : Verdana, Arial, Helvetica, Sans Serif;
	font-style : normal;
	background-color : #000000;
}

.navlineb A:hover  {
	color : #ffffff;
	text-decoration : underline;
	font-weight : bold;
	font-size : 9px;
	font-family : Verdana, Arial, Helvetica, Sans Serif;
	font-style : normal;
	background-color : #000000;
}

.heading4  {
	font-size : 13px;
	font-family : Verdana, Arial, Helvetica, Sans Serif;
	font-weight : bold;
	font-style : normal;
	color : #003366;
	text-decoration : none;
}

.heading4 A  {
	color : #003366;
	text-decoration : none;
	font-weight : bold;
}

.heading4 A:visited  {
	color : #003366;
	text-decoration : none;
	font-weight : bold;
}

.heading4 A:hover  {
	color : #336699;
	text-decoration : underline;
	font-weight : bold;
}

.heading5  {
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, Sans Serif;
	font-weight : normal;
	font-style : normal;
	color : #000000;
}

.heading5 A  {
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, Sans Serif;
	color : #003366;
	font-weight : normal;
}

.heading5 A:Visited  {
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, Sans Serif;
	color : #003366;
	font-weight : normal;
}

.heading5 A:hover  {
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, Sans Serif;
	color : #003366;
	font-weight : normal;
}

.navback
{
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	border-bottom: #999999 0.01in solid;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	background-color: #E5E5E5;
}

.navback A  {
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, Sans Serif;
	font-weight : normal;
	text-decoration : none;
	color : #000000;
	background-color : #E5E5E5;
	display: block;
	margin: 0.2em 0.8em 0.2em 0.5em;
}

.navback A:visited  {
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, Sans Serif;
	font-weight : normal;
	text-decoration : none;
	color : #000000;
	background-color : #E5E5E5;
}

.navback A:hover  {
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, Sans Serif;
	font-weight : normal;
	text-decoration : none;
	color : #999999;
	text-decoration : none;
	background-color : #E5E5E5;
}


.navspec
{
	font-weight: normal;
	font-size: 11px;
	color: #aa0000;
	border-bottom: #999999 0.01in solid;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	background-color: #E5E5E5;
}

.navspec a {
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, Sans Serif;
	font-weight : normal;
	text-decoration : none;
	color : #aa0000;
	background-color : #E5E5E5;
	display: block;
	margin: 0.2em 0.8em 0.2em 0.5em;
}

.navspec a:visited  {
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, Sans Serif;
	font-weight : normal;
	text-decoration : none;
	color : #aa0000;
	background-color : #E5E5E5;
}

.navspec a:hover  {
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, Sans Serif;
	font-weight : normal;
	text-decoration : none;
	color : #999999;
	text-decoration : none;
	background-color : #E5E5E5;
}

.bigtext   {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 15pt;
	font-weight: 700;
	color: #313131;
	DISPLAY: none;
}

#m1  {
	position : absolute;
	top : 90px;
	left : 120px;
	visibility : hidden;
	z-index : auto;
}

#m2  {
	position : absolute;
	visibility : hidden;
	top : 90px;
	left : 183px;
}

#m3  {
	position : absolute;
	top : 90px;
	left : 52px;
	visibility : hidden;
	z-index : auto;
}

input  {
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, Sans Serif;
}

select  {
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, Sans Serif;
}

.navline1  {
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, Sans Serif;
	font-weight : bold;
	color : #ffffff;
	background-color : #999999;
	font-style : normal;
}

.navline1 table  {
	background-color : #58585A;
}

.navline1 A  {
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, Sans Serif;
	text-decoration : none;
	color : #ffffff;
	font-weight : bold;
}

.navline1 A:visited  {
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, Sans Serif;
	font-weight : bold;
	text-decoration : none;
	color : #ffffff;
}

.navline1 A:hover  {
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, Sans Serif;
	font-weight : bold;
	color : #58585A;
	text-decoration : none;
}

.cart1  {
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, Sans Serif;
	font-weight : normal;
	font-style : normal;
	border-top: black 1px solid;
	border-left: black 1px solid;
	color : black;
	background : #c9c9c9;
}

.cart1 A  {
	color : #ffffdd;
}

.cart1 A:visited  {
	color : #ffffdd;
}

.cart1 A:hover  {
	color : #ffffdd;
}
A.dark:link {
	color: #C0BC91;
	text-decoration: none;
}

A.dark:visited {
	color: #C0BC91;
	text-decoration: none;
}

A.dark:active {
	color: #C0BC91;
	text-decoration: none;
}

A.dark:hover {
	color: #ffffff;
	text-decoration: none;
}

A:link {
	color: #333333;
	text-decoration: none;

}

A:visited {
	color: #333333;
	text-decoration: none;

}

A:active {
	color: #333333;
	text-decoration: none;

}

A:hover {
	color: #000080;
	text-decoration: none;
	font-weight : normal;
}

TD {
	font-size: 11px;
	font-family : Verdana, Arial, Helvetica;
}

TD.smaller {
	font-size: 11px;
	font-family : Verdana, Arial, Helvetica;
	color : #000000;
}

P.smaller {
	font-size: 11px;
	font-family : Verdana, Arial, Helvetica;
	color : #000000;
}

TD.whitetext {
	font-size: 11px;
	font-family : Verdana, Arial, Helvetica;
	color : #FFFFFF;
}

TD.menu {
	font-size: 10px;
	font-family : Verdana, Arial, Helvetica, Tahoma;
	font-weight : Bold;
}

input.search
{
	height: 10px;
	background-color: #ffffff;
	border: solid #111111;
	border-width: 1px;
	font-family: Verdana, Arial, Helvetica, tahoma;
	color: rgb(0,0,0);
	font-size: 10px;
	
}

select.search
{
	height: 17px;
	background-color: #F8F0D8;
	border: solid #C0BC91;
	border-width: 1px;
	font-family: Verdana, Arial, Helvetica, tahoma;
	color: rgb(0,0,0);
	font-size: 11px;
	
}

.subnavlinks {  
font-family: Verdana, Helvetica, sans-serif; font-size: 10px; color: #000000
}
.topnavboldwhite2 {  
font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size: 10px; color: #FFFFFF; font-weight: bold;
}
.subnavlinks2 {  
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #333333; font-weight: none; text-decoration: none; 
}
.subnavlinks2:hover {  
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #DC3C3D; font-weight: none; text-decoration: bold; 
}
.topnavtextbold {  
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #000000; text-decoration: none;
}


TD.botnavbold A:link
{
    FONT-SIZE: 12px;
    COLOR: #ffffff;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

TD.botnavbold A:active
{
    FONT-SIZE: 12px;
    COLOR: #ff0000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

TD.botnavbold A:hover
{
    FONT-SIZE: 12px;
    COLOR: #ff0000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

TD.botnavbold A:visited
{
    FONT-SIZE: 12px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

TD.topnavbold A:link
{
    FONT-SIZE: 12px;
    COLOR: #ffffff;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

TD.topnavbold A:active
{
    FONT-SIZE: 12px;
    COLOR: #ff0000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

TD.topnavbold A:hover
{
    FONT-SIZE: 12px;
    COLOR: #ff0000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

TD.topnavbold A:visited
{
    FONT-SIZE: 12px;
    COLOR: #ffffff;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

TD.botnavboldwhite A:link
{
    FONT-SIZE: 12px;
    COLOR: #DC3C3D;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

TD.botnavboldwhite A:active
{
    FONT-SIZE: 12px;
    COLOR: #DC3C3D;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

TD.botnavboldwhite A:hover
{
    FONT-SIZE: 12px;
    COLOR: #ff0000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

TD.botnavboldwhite A:visited
{
    FONT-SIZE: 12px;
    COLOR: #DC3C3D;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
}
TD.botnavboldwhite A:visited:hover
{
    FONT-SIZE: 12px;
    COLOR: #DC3C3D;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
}


TD.botnavboldwhite2 A:link
{
    FONT-SIZE: 12px;
    COLOR: #ffffff;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

TD.botnavboldwhite2 A:active
{
    FONT-SIZE: 12px;
    COLOR: #ffffff;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

TD.botnavboldwhite2 A:hover
{
    FONT-SIZE: 12px;
    COLOR: #FFD20A;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

TD.botnavboldwhite2 A:visited
{
    FONT-SIZE: 12px;
    COLOR: #ffffff;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
}
TD.botnavboldwhite2 A:visited:hover
{
    FONT-SIZE: 12px;
    COLOR: #FFD20A;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
}



TD.topnavboldwhite2 A:link
{
    FONT-SIZE: 12px;
    COLOR: #ffffff;
    FONT-FAMILY: Verdana, Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    text-decoration: none;
}

TD.topnavboldwhite2 A:active
{
    FONT-SIZE: 12px;
    COLOR: #ffffff;
    FONT-FAMILY: Verdana, Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    text-decoration: none;
}

TD.topnavboldwhite2 A:hover
{
    FONT-SIZE: 12px;
    COLOR: #ffffff;
    FONT-FAMILY: Verdana, Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    text-decoration: none;
}

TD.topnavboldwhite2 A:visited
{
    FONT-SIZE: 12px;
    COLOR: #ffffff;
    FONT-FAMILY: Verdana, Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    text-decoration: none;
}

TD.topnavboldwhite A:link
{
    FONT-SIZE: 12px;
    COLOR: #ffffff;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

TD.topnavboldwhite A:active
{
    FONT-SIZE: 12px;
    COLOR: #ffffff;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

TD.topnavboldwhite A:hover
{
    FONT-SIZE: 12px;
    COLOR: #FFFFFF;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

TD.topnavboldwhite A:visited
{
    FONT-SIZE: 12px;
    COLOR: #FFFFFF;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
}


TD.topnavboldwhitesm A:link
{
    FONT-SIZE: 12px;
    COLOR: #FFFFFF;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

TD.topnavboldwhitesm A:active
{
    FONT-SIZE: 12px;
    COLOR: #FFFFFF;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

.style1 {
	color: #1B8B44;
	font-weight: bold;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #DC3C3D;
	padding-top: 0px;
	padding-left: 15px;
	padding-bottom: 0px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #DC3C3D;
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 0px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #DC3C3D;
	padding-left: 15px;
}
