.thickbox {
}
.lightbox {
}
html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	color: #3F3F3F;
	height: 100%;
}
body, table, td{
	font-size: 13px;
	font-family: "Arial Narrow";
}
input, select,textarea{
	font-family: "Arial Narrow";
}
A {COLOR: black; TEXT-DECORATION: underline}
A:visited {COLOR: black;}
A:active {COLOR: red; }
A:hover {COLOR: red; TEXT-DECORATION: none}
p {
	margin: 0px;
}
hr{
	height: 1px;
	color: gray;
}

ol {margin-left: 20px;}
li {margin-left: 20px;}

H1 { FONT-SIZE: 13pt; color: #404040; font-weight: normal; padding: 0px; margin: 0px;}
H1.h { FONT-SIZE: 18pt; color: #404040; font-weight: normal; padding: 0px; margin: 0px;}
H2 { FONT-SIZE: 17pt; font-weight: normal; padding: 0px; margin: 0px;}
H3 { FONT-SIZE: 12pt; font-weight: normal; padding: 0px; margin: 0px; text-align: left;}
H4 { FONT-SIZE: 11pt;}
form {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
}
td{
	vertical-align: top;
	text-align: justify;
}

td.l{
	width: 461px;
	background: #A3A3A3 url('../img/content_bg.jpg') no-repeat;
	padding: 5px 4px 5px 0px;
}

td.l_index{
	width: 471px;
	padding: 5px 5px 5px 5px;
}

td.r, td.r td{
	color: #8E8E8E;
}

div.rm{
	padding-left: 15px;
}

div.rm A {COLOR: #A5A5A5; TEXT-DECORATION: none}
div.rm A:visited {COLOR: #A5A5A5;}
div.rm A:active {COLOR: white; }
div.rm A:hover {COLOR: white; TEXT-DECORATION: none}

table.index_menu{
	width: 100%;
	margin-top: -3px;
}
table.index_menu td{
	font-size: 14px;
	text-align: center;
}

table.index_menu td A {COLOR: #000000; TEXT-DECORATION: none; font-size: 15px;}
table.index_menu td A:visited {COLOR: #000000; font-size: 15px;}
table.index_menu td A:active {COLOR: #000000; font-size: 15px;}
table.index_menu td A:hover {COLOR: #000000; TEXT-DECORATION: underline; font-size: 15px;}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

			.osX2 .jScrollPaneTrack {
				background: url(../img/osx2_track.gif) repeat-y;
			}
			.osX2 .jScrollPaneDrag {
				background: url(../img/osx2_drag_middle.gif) repeat-y;
			}
			.osX2 .jScrollPaneDragTop {
				background: url(../img/osx2_drag_top.gif) no-repeat;
				height: 6px;
			}
			.osX2 .jScrollPaneDragBottom {
				background: url(../img/osx2_drag_bottom.gif) no-repeat;
				height: 7px;
			}
			.osX2 a.jScrollArrowUp {
				height: 24px;
				background: url(../img/osx2_arrow_up.png) no-repeat 0 -30px;
			}
			.osX2 a.jScrollArrowUp:hover {
				background-position: 0 0;
			}
			.osX2 a.jScrollArrowDown {
				height: 24px;
				background: url(../img/osx2_arrow_down.png) no-repeat 0 -30px;
			}
			.osX2 a.jScrollArrowDown:hover {
				background-position: 0 0;
			}

			/* IE SPECIFIC HACKED STYLES */
			* html .osX2 .jScrollPaneDragBottom {
				bottom: -1px;
			}
			/* /IE SPECIFIC HACKED STYLES */

			.osX .jScrollPaneTrack {
				background: url(../img/osx_track.gif) repeat-y;
			}
			.osX .jScrollPaneDrag {
				background: url(../img/osx_drag_middle.gif) repeat-y;
			}
			.osX .jScrollPaneDragTop {
				background: url(../img/osx_drag_top.gif) no-repeat;
				height: 6px;
			}
			.osX .jScrollPaneDragBottom {
				background: url(../img/osx_drag_bottom.gif) no-repeat;
				height: 7px;
			}
			.osX a.jScrollArrowUp {
				height: 24px;
				background: url(../img/osx_arrow_up.png) no-repeat 0 -30px;
			}
			.osX a.jScrollArrowUp:hover {
				background-position: 0 0;
			}
			.osX a.jScrollArrowDown {
				height: 24px;
				background: url(../img/osx_arrow_down.png) no-repeat 0 -30px;
			}
			.osX a.jScrollArrowDown:hover {
				background-position: 0 0;
			}

			/* IE SPECIFIC HACKED STYLES */
			* html .osX .jScrollPaneDragBottom {
				bottom: -1px;
			}


.ad-gallery {
  width: 450px;
  height: 435px;
  position: relative;
  top: 9px;
  left: 1px;
}
.ad-gallery, .ad-gallery * {
  margin: 0;
  padding: 0;
}
  .ad-gallery .ad-image-wrapper {
    width: 100%;
    height: 337px;
    margin-bottom: 10px;
    position: relative;
    top: 20px;
    overflow: hidden;
  }
    .ad-gallery .ad-image-wrapper .ad-loader {
      position: absolute;
      z-index: 10;
      top: 48%;
      left: 27%;
      border: 1px solid #CCC;
    }
    .ad-gallery .ad-image-wrapper .ad-next {
      position: absolute;
      right: 0;
      top: 0;
      width: 25%;
      height: 100%;
      cursor: pointer;
      display: block;
      z-index: 100;
    }
    .ad-gallery .ad-image-wrapper .ad-prev {
      position: absolute;
      left: 0;
      top: 0;
      width: 25%;
      height: 100%;
      cursor: pointer;
      display: block;
      z-index: 100;
    }
    .ad-gallery .ad-image-wrapper .ad-prev, .ad-gallery .ad-image-wrapper .ad-next {
      /* Or else IE will hide it */
      background: url(non-existing.jpg)\9
    }
      .ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image, .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
        background: url(../img/ad_prev.png);
        width: 30px;
        height: 30px;
        display: none;
        position: absolute;
        top: 47%;
        left: 0;
        z-index: 101;
      }
      .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
        background: url(../img/ad_next.png);
        width: 30px;
        height: 30px;
        right: 0;
        left: auto;
      }
    .ad-gallery .ad-image-wrapper .ad-image {
      position: absolute;
      overflow: hidden;
      top: 0;
      left: 0;
      z-index: 9;
    }
      .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
        position: absolute;
        bottom: 0px;
        left: 0px;
        padding: 7px;
        text-align: right;
        width: 100%;
        z-index: 2;
        background: url(opa75.png);
        color: #000;
		display: block;
      }
      * html .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
        background: none;
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src='opa75.png');
      }
        .ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {
          display: none;
        }
  .ad-gallery .ad-controls {
    height: 20px;
  }
    .ad-gallery .ad-info {
      position: relative;
      top: 20px;
      float: center;
    }
    .ad-gallery .ad-slideshow-controls {
      float: right;
    }
      .ad-gallery .ad-slideshow-controls .ad-slideshow-start, .ad-gallery .ad-slideshow-controls .ad-slideshow-stop {
        padding-left: 5px;
        cursor: pointer;
      }
      .ad-gallery .ad-slideshow-controls .ad-slideshow-countdown {
        padding-left: 5px;
        font-size: 0.9em;
      }
    .ad-gallery .ad-slideshow-running .ad-slideshow-start {
      cursor: default;
      font-style: italic;
    }
  .ad-gallery .ad-nav {
    width: 100%;
    position: relative;
    top: 40px;
  }
    .ad-gallery .ad-forward, .ad-gallery .ad-back {
      position: absolute;
      top: 0;
      height: 100%;
      z-index: 10;
    }
    /* IE 6 doesn't like height: 100% */
    * html .ad-gallery .ad-forward, .ad-gallery .ad-back {
      height: 100px;
    }
    .ad-gallery .ad-back {
      cursor: pointer;
      left: -20px;
      width: 13px;
      display: block;
      background: url(../img/ad_scroll_back.png) 0px 22px no-repeat;
    }
    .ad-gallery .ad-forward {
      cursor: pointer;
      display: block;
      right: -20px;
      width: 13px;
      background: url(../img/ad_scroll_forward.png) 0px 22px no-repeat;
    }
    .ad-gallery .ad-nav .ad-thumbs {
      overflow: hidden;
      width: 100%;
    }
      .ad-gallery .ad-thumbs .ad-thumb-list {
      	position: relative;
        float: left;
        width: 9000px;
        list-style: none;
      }
        .ad-gallery .ad-thumbs li {
          float: left;
          padding-right: 5px;
        }
          .ad-gallery .ad-thumbs li a {
            display: block;
          }
            .ad-gallery .ad-thumbs li a img {
              border: 1px solid #ACACAC;
              display: block;
            }
            .ad-gallery .ad-thumbs li a.ad-active img {
//              border: 1px solid #616161;
            }
/* Can't do display none, since Opera won't load the images then */
.ad-preloads {
  position: absolute;
  left: -9000px;
  top: -9000px;
}

.intro_links{
text-align: center; margin-top: 6px;
}

.intro_links A {TEXT-DECORATION: none}
.intro_links A:hover { TEXT-DECORATION: none}

#subMenu_inside {

}

#subMenu_inside a {
  color:#404040;
}

#subMenu_inside a:hover {
  color:#FFFFFF;
}

div.footer {
  font-size: 15px;
  color: #a9a9a9;
}

div.footer a {
  font-size: 15px;
  color: #a9a9a9;
  text-decoration: none;
}

div.footer a:hover {
  font-size: 15px;
  color: #FFFFFF;
}

#png {
	behavior: url("js/iepngfix/iepngfix.htc");
}
