/*************************
  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.25
  $HeadURL: https://coppermine.svn.sourceforge.net/svnroot/coppermine/trunk/cpg1.4.x/themes/classic/style.css $
  $Revision: 5997 $
  $Author: gaugau $
  $Date: 2009-05-26 08:43:24 +0200 (Di, 26 Mai 2009) $
**********************************************/
/* 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
*/
body
{
background-image: url('/images/sheet2.png');
background-position: top-center;
margin: 0;
padding: 0;
text-align: center;
font-size: 13px;
font-family: 'Lucida Sans Unicode';
color: #8B8E91;
}

.gridbg
{
width: 100%;
height: 100%;
background: url(/images/body.png);
background-position: center;
margin: 0;
padding: 0;
}

hr {
  background: #303133;
  border: 0;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
}

div#container
{
   margin-left: auto;
   margin-right: auto;
        width: 100%;
        text-align: left;
}


.Main
{
  margin-left: auto;
  margin-right: auto;
  width: 980px;
  top: 0;
}


.alert { font-size: 10px; color: #FF0000; }

.titletext { font-size: 26px; margin-bottom: 1px; }

.cattext { font-size: 26px; }

.threadtext { font-size: 16px; }

.navtext { font-size: 14px; }

.button {
   color: #C0C0C0;
     background-color: #0F0F0F;
     border: 2px #151516 solid;
   font-size: 18px;
   font-weight: none;
}

.button:hover{
   border: 2px #1F1F21 solid;
     background-color: #161616;
   color:#0094FF;
   font-size: 18px;
   font-weight: none;
}

ul {
list-style: none;
}

ul .li {
display: block;
margin-right: 5px;
}


/* PAGE and FORUM TOP PARTS */

.topheader
{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 300px;
  padding: 0px;
  background: url(/images/TOPbg.png) no-repeat #000000;
  background-position: center;
  border-bottom: 3px #0B0D0F solid;
}

.gridwrap
{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 300px;
  padding: 0px;
  background-image: url('/images/TOPgrid.png');
  border:0;
}

.topwrap{
  width: 990px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.topBlock{
  position: relative;
  margin-left: 64%;
  margin-top: 0;
  margin-right: auto;
  overflow: hidden;
  width: 352px;
  border: 2px #151516 solid;
}


.mainlogo
{
  position: relative;
  margin-top: 0;
  margin-left: 0;
  overflow: hidden;
  width: 258px;
  height: 78px;
  float: left;
  padding: 0;
  background: url(/images/avpsLOGO.png) no-repeat;
  background-position: center;
  font-size: 0px;
}


/* END TOP PARTS */

.panelwrap
{
  margin-left: auto;
  margin-right: auto;
  width: 980px;
}

.panel
{
   padding: 1px;
   margin: 0;
     background: none;
   border: 0;
   text-align: right;
}


.SheetBG 
{
  min-width:41px;
  min-height:41px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  margin-left: auto;
  padding: 0 0 0 0;
  background: none;
  background-position: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  
}

.Sheet 
{
  min-width:41px;
  min-height:41px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 0 0 0;
  background-color: #1E2228;
  position: relative;
  overflow: hidden;
  width: 100%;
  border: 2px #1E2228 solid;
  
}

.phooter
{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  width: 980px;
  min-width:13px;
  min-height:13px;
  padding: 5px;
  background: none;
  border: 0;
  text-align: left;
  color: #404040;

}

.phooterwrap
{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  width: 980px;
}

.Cblock{
  min-width:13px;
  min-height:13px;
  position: relative;
  overflow: hidden;
  padding: 5px;
  background: #2D343D;
  border-left: 0;
  border: 1px #151516 solid;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;  
  text-decoration: none;
}

.margins {
margin-left : 15px;
margin-right : 15px;
}

a img
{ 
  border: 1px #000000 solid; 
-moz-border-radiu: 3px;
border-radius: 3px;
}
a { 
color : #0094FF; 
text-decoration : none; 
} 
button { 
border : none; 
} 
a:link { 
color : #0094FF; 
text-decoration : none; 
} 
a:visited { 
color : #0094FF; 
text-decoration : none; 
} 
a:hover { 
color : #B4DDF9; 
text-decoration : underline; 
} 
a:hover:visited { 
color : #B4DDF9; 
text-decoration : underline; 
} 

/* MENU */

ul#nav {
width: 470px;
height: 22px;
list-style: none;
font-size: 16px;
overflow: hidden;
padding: 5px;
background: #191919;
border-right: 2px #151516 solid;
border-bottom: 2px #151516 solid;
border-left: 2px #151516 solid;
margin-left: 51%;
margin-top: -1px;
margin-right: 1px;
margin-bottom: 0;
}

ul#nav li {
float: left;
list-style: none;
position: relative;
margin-right: 10px;
margin-left: 10px;
}

ul#nav li a {
display: block;
color: #FFFFFF;
list-style: none;
text-decoration: none;
padding-right: 5px;
padding-left: 5px;
border-top: 2px #191919 solid;
background: none;
background-position: right;
}

ul#nav li a:hover {
display: block;
list-style: none;
color: #0094FF;
padding-right: 5px;
padding-left: 5px;
text-decoration: none;
border-top: 2px #0094FF solid;
background: none;
background-position: right;
}

li ul {
display: none;
position: absolute;
width: 500px;
top: 0;
left: 0;
padding-left: 0;
margin-top: 5px;
margin-left:0;
font-size: 14px;
}

li>ul {
top: auto;
left: auto;
}

li:hover ul, li.click ul {
display: block;
text-decoration: none;
  overflow: hidden;
  padding: 5px;
  background: none;
  border-top: 2px #0094FF solid;
}


#buttn ul {
list-style: none;
font-size: 12px;
overflow: hidden;
padding: 5px;
}

#buttn li {
float: left;
list-style: none;
position: relative;
margin-right: 3px;
margin-left: 3px;
}

#buttn li a {
display: block;
color: #0094FF;
list-style: none;
text-decoration: none;
padding-right: 3px;
padding-left: 3px;
}
#buttn li a:hover {
display: block;
color: #B4DDF9;
list-style: none;
text-decoration: none;
padding-right: 3px;
padding-left: 3px;
}
.C2columns{
   position: relative;
   margin-top: 1px;
   padding:0;
   border:0;
   float: left;
   overflow: hidden;
   width: 100%;
}
.listbox {
        font-family: Verdana, Arial, Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 0;
        vertical-align : middle;
}

.button {
        font-size: 12px;
        border: 0;
        background-color: #111416;
        background-position : bottom;
}

.comment_button {
        border: 0;
        background-position : bottom;
        color: #57626B;
        padding-left: 3px;
        padding-right: 3px;
}

.radio {
        font-size: 12px;
        vertical-align : middle;
}

.checkbox {
        font-size: 100%;
        vertical-align : middle;
}

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

.maintable {
	 border: 0;
	 background: none;
	 height: 10px;
        margin-top: 1px;
        margin-bottom: 1px;
}

.tableh1 {
       background: none;
	border 0;
	font-size: 18px;
	font-weight: normal;
        color : #FFFFFF;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 1px;
}

.tableh1_compact {
	 background: #191919;
	 font-size: 12px;
        color : #FFFFFF;
        padding-top: 1px;
        padding-right: 5px;
        padding-bottom: 1px;
        padding-left: 5px;
}

.tableh2 {
  	 background: #2D343D;
        color: #C0C0C0;
        padding: 3px 2px 3px 1px;
	 font-size: 14px;
	 font-weight: normal;
}

.tableh a:link{
color: #ffffff;
}

.tableh2_compact {
 	 background: url('http://www.avpspectrum.com/TAB_blue.png') #38414C no-repeat;
	 background-position: top-left;
        color: #FFFFFF;
        padding: 3px 2px 3px 10px;
	 font-size: 14px;
	 font-weight: normal;
}

.tableb {
background: #2D343D;
height: 0px;
}

.tableb_compact {
  background: #2D343D;
  padding: 5px;
}

.tablef {
	 background: #2D343D;
        padding-top: 2px;
        padding-right: 2px;
        padding-bottom: 2px;
        padding-left: 2px;
}

.catrow_noalb {
	 background: url('http://www.avpspectrum.com/TAB_blue.png') #38414C no-repeat;
	 background-position: top-left;
        color : #C0C0C0;
	 font-size: 14px;
	 font-weight: none;
  	 padding: 3px 2px 3px 1px;
}

.catrow {
	 background: #2D343D;
  	 padding: 3px 2px 3px 1px;
	 color: #C0C0C0;
	 border-bottom: 1px #151515 solid;
}

.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: none;
        color: #8197A5;
}
.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 : none;
        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: #8197A5;
}
.user_thumb_infobox a:hover {
        color: #8197A5;
        text-decoration: none;
}
.sortorder_cell {
	 background: none;
        padding: 0px;
        margin: 0px;
}
.sortorder_options {
	 background: none;
        padding: 0px;
        margin: 0px;
        font-weight: normal;
        font-size: 80%;
        white-space: nowrap;
}
.navmenu {
        color: #C0C0C0;
        font-size: 12px;
        font-weight: none;
	 background-image: url("/images/img_top.png");
        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: #0094FF;
}
.navmenu a:hover {
        background : #191919;
        text-decoration: none;
        color: #B4DDF9;
}
.admin_menu_thumb {
        font-size: 85%;
        border: 1px solid #0B0D0F;
        background-color: #111416;
        background-position : bottom;
        color: #C0C0C0;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 0px;
        width: 85px;
}

.admin_menu_thumb a {
        color: #0094FF;
        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: #B4DDF9;
        text-decoration: none;
}

.admin_menu {
        font-size: 12px;
        border: 1px solid #000000;
	 background: #282B2D;
        background-position : bottom;
        color: #0094FF;
        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: #0094FF;
        text-decoration: none;
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 2px;
        padding-right: 2px;
}
.admin_menu a:hover {
        color: #B4DDF9;
        text-decoration: none;
}
td #admin_menu_anim {
        background-image : url(images/button_bg_anim.gif);
}
.comment_date{
        color : #C0C0C0;
        font-size : 12px;
        vertical-align : middle;
}
.image {
        border-style: solid;
        border-width:1px;
        border-color: #0B0D0F;
        margin: 2px;
}
.imageborder {
        border: 1px solid #0B0D0F;
        background: none;
        margin-top: 5px;
        margin-bottom: 5px;
}

.display_media {
	background: #191919;
	padding: 5px;
}

.thumbnails {
	 background: none;
	 margin: 2px;
        padding: 0px;
}

.footer {
        font-size : 9px;
}

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

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

.statlink {
        color: #0094FF;
}

.statlink a {
        text-decoration: none;
}

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

.alblink a {
        text-decoration: none;
}

.alblink a:hover {
        color: #B4DDF9;
        text-decoration: none;
}

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

.catlink a {
        text-decoration: none;
        color: #0094FF;
}

.catlink a:hover {
        color: #B4DDF9;
        text-decoration: none;
}

.topmenu {
        line-height : 130%;
        font-size: 100%;
}

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

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

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

.img_caption_table th {
        background-color: #242526;
        font-size: 100%;
        color : #C0C0C0;
        padding-top: 4px;
        padding-right: 10px;
        padding-bottom: 4px;
        padding-left: 10px;
}

.img_caption_table td {
          background-color: #242526;
        padding-top: 6px;
        padding-right: 10px;
        padding-bottom: 6px;
        padding-left: 10px;
        white-space: normal;
}

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

.clickable_option {
        cursor : default;
}

.listbox_lang {
        color: #C0C0C0;
background: #262E36;
        border: 1px solid #0B0D0F;
        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);}
#myGallery

{
width: 560px !important;
height: 240px !important;
}

p.news
{
font-size: 12px;
font-weight: normal;
}

p.header
{
font-size: 16px;
font-weight: bold;
text-decoration:underline;
font-family: arial;
}

.menuLink {
	color: #8197A5;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	text-decoration:none;
}

a.menuLink:hover {
	color: #6A8CA5;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	text-decoration:underline;
}



.cpmimage{
	border: none;
}
a img {
	border: none; 
}


.catbg, .catbg2, .catbg3
{
   border-right: 1px solid #2A343F; 
   border-left: 1px solid #2A343F; 
   font-weight: bold;
   font-size: 13px;
   color: white;
   text-decoration: none;
   color: #8197A5;
   text-decoration: none;
   background-image: url("/images/img_top.png");



}

.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
   color: #476C8E;
}

/* MY CSS */
.margin_bottom_10 { clear: both; width: 100%; height: 10px; font-size: 1px;	}
.margin_bottom_15 { clear: both; width: 100%; height: 15px; font-size: 1px;	}
.margin_bottom_20 { clear: both; width: 100%; height: 20px; font-size: 1px;	}
.margin_bottom_30 { clear: both; width: 100%; height: 30px; font-size: 1px;	}
.margin_bottom_40 { clear: both; width: 100%; height: 40px; font-size: 1px;	}
.margin_bottom_50 { clear: both; width: 100%; height: 50px; font-size: 1px;	}
.margin_bottom_60 { clear: both; width: 100%; height: 60px; font-size: 1px;	}
