html {
    height: 100%;
    margin-bottom: 1px;
}

body, h1, h2, h3, h4, p, ul, li {
    margin: 0;
    padding: 0;
}

/****** reduce margin for forms ******/
form {
	margin: 0px;
}

body {
    font-size: 11px;
    font-family: Verdana, Tahoma, Arial, Verdana, Helvetica, sans-serif;
    line-height: 110%;
    margin: 0;
    padding: 0;
    color: #000000;
    background-color: #161616;
    background-image: url(../tour/bg.gif);
    text-align: center;
}

ul {
    list-style: none;
}

dl {
    margin: 0.5em 0;
    line-height: 140%;
}

p {
    margin-bottom: 0.5em;
}

input, textarea, select {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #161616;
    vertical-align: middle;
}

label {
	vertical-align: middle;
}

ol {
	margin-top: 6px;
	margin-bottom: 6px;
}

hr { border:none; border-bottom: dotted 1px #660033;height:1px;}

dfn {
	cursor: help;
	border-bottom: 1px dashed;
}

a {
    color:#007f77;
    text-decoration: underline;
}

a.active {
    color:#007f77;
    text-decoration: underline;
}

a:hover {
    color:#008c83;
    text-decoration: none;
}

a:focus {
    outline: none;
}

a:visited {
    color:#007f77;
    text-decoration: underline;
}

img {
    border: none;
}


#loadingMessage {
  position: absolute;
  top: 38px;
  left: 2px;
  padding: 2px;
  display:none;
}

#container{
	position:relative;
	width: 950px;
	text-align:center;
	background-color:#000000;
	padding-left: 17px;
	padding-right: 17px;
	border: 0px solid #21230e;
	background-image: url(../tour/bufe-table-bg.gif);
	background-repeat: repeat-y;
}

#header{
	background-color:#344846;
	width:100%;
	height:151px;
}

#welcome{
	padding-top:2px;
	background-color:#344846;
	width:950px;
	height:18px;
	padding-bottom:2px;
	color:#FFFFFF;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#content{
}

#footer{
	padding-top:4px;
	background-color:#272822;
	width:950px;
	height:18px;
	margin-top:2px;
	color:#FFFFFF;
}

#banner{
	background-color:#344846;
	width:100%;
	height:110px;
	background-image:url(../images/header.jpg);
	cursor: pointer;
}

#menu{
	background-color:#344846;
	width:100%;
	height:39px;
	border-top: 1px solid #282923;
	text-align: center;
	background-image: url(../images/box_up.gif);
	background-position: center;
}

#left{
	float: left;
	width: 205px;
	margin-right: -4px;
}

#middle{
	float: left;
	width: 548px;
	margin-right: -4px;
}

#middle-large{
	float: left;
	width: 748px;
	margin-right: -4px;
}

#middle-full{
	float: left;
	width: 100%;
}

#right{
	float: left;
	width: 205px;
	margin-right: -4px;
}

.info {
	text-align: center;
	padding: 4px;
	background-color: #c8dada;
	border: 1px solid #bccccc;
}

.error {
	text-align: center;
	padding: 4px;
	background-color: #aa0000;
	border: 1px solid #e00000;
	color: #ffffff;
}

.module{
    text-align:center;
	padding:0px;
	border:1px solid #344846;
	background-color:#eae6e7;
	margin: 4px;
}

.module-left-merge{
	float: left;
	width: 23%;
	text-align:center;
	padding:0px;
	border:1px solid #344846;
	background-color:#eae6e7;
	margin:4px;
	margin-right:0px;
}

.module-right-merge{
	float: right;
	width: 22.5%;
	text-align:center;
	padding:0px;
	border:1px solid #344846;
	background-color:#eae6e7;
	margin:4px;
	margin-left:0px;
}

.module-middle-merge{
	float: left;
	width: 75.4%;
	text-align:center;
	padding:0px;
	border:1px solid #344846;
	background-color:#eae6e7;
	margin:4px;
	margin-right:0px;
}

.modulebackground {
	background-color: #d8e6e6;
}

.modulename{
	text-align:left;
	font-size:12px;
	font-weight:bold;
	margin-top: 0px;
	margin-bottom:2px;
	color: #d0d0d0;
	background-color:#344846;
	background-image: url(../images/box_up02.gif);
	background-position: center;
	padding-bottom:6px;
	padding-left:3px;
	padding-top:5px;
	cursor: pointer;
}

.modulename img {
	margin-bottom: -4px;
	margin-top: -6px;
	margin-left: 2px;
	margin-right: 4px;
}

.modulecontent{
    text-align:justify;
    padding:2px;
	margin-left:1px;
	margin-right:1px;
}


.moduletable th{
	text-align:center;
	background-color:#c5d1d1;
}


.moduletable .odd{
	background-color:#cfdbdb;
}

.moduletable .even{
	background-color:#d8e6e6;
}

fieldset .moduletable .even{
	background-color:#e2e3de;
}

.big-cover {
	border: 1px solid #ffeffa;
}

.cover-block {
/* 	cursor: pointer; */
	padding-top: 6px;
	padding-left: 2px;
}

.cover-block img {
	border: 1px solid #3b6361;
}

.cover-block-popup {
	float: left;
	text-align: center;
	padding-right: 8px;
	padding-left: 8px;
	cursor: pointer;
}

.normal-text {
	font-size: 11px;
	font-family: Verdana, Tahoma, Arial, Verdana, Helvetica, sans-serif;
	line-height: 110%;
	font-weight: normal;
}

.movie-thumb-block {
	text-align: center;
	float: left;
	margin: 8px;
	margin-left: 5px;
	margin-right: 5px;
}

.movie-thumb-alternate-cover {
	border: 1px solid #3b6361;
	background-color: #ffffff;
	cursor: pointer;
}

.movie-thumb-image {
	border: 1px solid #3b6361;
	cursor: pointer;
}

.movie-thumb-title a {
	font-weight: bold;
	text-decoration: none;
}

.movie-thumb-title {
	height: 28px;
}

.movie-part-link {
	white-space: nowrap;
	display: block;
	float: left;
}

.rating-stars {
	cursor: pointer;
	font-weight: normal;
	white-space: nowrap;
}

.rating-stars img {
	vertical-align: bottom;
}

#waitImage {
	position: absolute;
	display: none;
	top: 50%;
	left: 50%;
	z-index: 101;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
}

#waitDiv{
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	background: none;
	z-index: 100;
	margin: 0px;
	text-align: center;
}

#blankDiv{
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color:#000000;
	z-index: 5;
}

#popUpDiv{
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 500px;
	z-index: 10;
}

#imageDiv{
	display: none;
	width: auto;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
}

#imgFrameDiv{
	min-width: 100px;
	min-height: 100px;
	background-color:#dedede;
}

#galleryDiv{
	display: none;
	width: auto;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
}

#galFrameDiv{
	min-width: 100px;
	min-height: 100px;
}

#playerDiv{
	display: none;
	width: auto;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
}

#playerFrameDiv{
	min-width: 100px;
	min-height: 100px;
}

#mydummy{
  display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
}

#downloadBlockContainer
{
	text-align: left;
	padding-left: 22px;
	padding-right: 20px;
}

.downloadBlock {
	float: left;
	width: 308px;
	margin: 4px;
	padding: 4px;
	padding-right: 0px;
	background-color: #c8dada;
	border: 1px solid #bccccc;
}

.clear {
	clear: both;
}

.no-wrap {
	white-space: nowrap;
}

.defaultPopUp {
	width: 700px;
	padding: 0px;
	margin: 0px;
}

.closeBtn{
  z-index:100;
  position: absolute;
  right: 5px;
  top: 5px;
  cursor:pointer;
  background-image: url(../images/cross.png);
  width:16px;
  height:16px;
}

.gallery-album-thumbs-container {
	height: 350px;
	padding-left: 12px;
	vertical-align: top;
}

.gallery-album-thumb-box {
	margin: 6px;
	margin-left: 4px;
	margin-right: 4px;
	padding: 0px;
	float: left;
	text-align: center;
	border: none;
}

.gallery-album-thumb-frame {
	background-color: #ffffff;
	border: 1px solid #bccccc;
	text-align: center;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
}

.gallery-album-thumb-frame-right {
	background-color: #ffffff;
	border: 1px solid #bccccc;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 5px;
	margin-bottom: 5px;
	float: right;
}

.gallery-album-thumb-image {
	border: none;
	vertical-align: middle;
	margin: 5px;
}

.gallery-album-thumb-text {
	text-align: center;
	height: 30px;
}

.gallery-album-thumb-text a {
	font-weight: bold;
	text-decoration: none;
}

.gallery-subalbum-title {
	font-weight: bold;
}

.gallery-subalbums-container {
	margin-top: 4px;
	padding: 4px;
	padding-left: 4px;
	padding-right: 0px;
/*	overflow: auto;
	white-space: nowrap;*/
}

.gallery-images-container {
	margin-top: 4px;
	padding: 4px;
	padding-right: 0px;
	padding-left: 4px;
}

.gallery-image-thumb-box {
	margin: 6px;
	margin-left: 4px;
	margin-right: 4px;
	padding: 0px;
	float: left;
	text-align: center;
	border: none;
}

.gallery-image-thumb-frame {
	background-color: #ffffff;
	border: 1px solid #bccccc;
	text-align: center;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
}

.gallery-image-thumb-image {
	border: none;
	vertical-align: middle;
	margin: 5px;
}

.gallery-image-thumb-text {
	text-align: center;
	height: 20px;
}

.gallery-image-thumb-text a {
	font-weight: bold;
	text-decoration: none;
}

.gallery-image-paging {
	text-align: right;
	background-color:#c5d1d1;
	margin-left: -8px;
	margin-right: -4px;
	margin-top: 5px;
	margin-bottom: -3px;
	padding: 2px;
}

.gallery-image-paging img {
	cursor: pointer;
	padding: 3px;
}

.gallery-image-frame {
	background-color: #ffffff;
	border: 1px solid #bccccc;
	text-align: center;
	padding: 0px;
	margin: 8px;
	cursor: pointer;
	background-image: url(../images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.gallery-image-image {
	border: none;
	vertical-align: middle;
	margin: 8px;
	visibility: hidden;
}

.gallery-image-text {
	text-align: center;
}

.gallery-image-previous {
	text-align: left;
	padding: 4px;
	font-weight: bold;
	white-space: nowrap;
	width: 120px;
}

.gallery-image-previous img {
	border: none;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
}

.gallery-image-next {
	text-align: right;
	padding: 4px;
	font-weight: bold;
	white-space: nowrap;
	width: 120px;
}

.gallery-image-next img {
	text-decoration: none;
	border: none;
	vertical-align: middle;
	cursor: pointer;
}

.gallery-image-info {
	text-align: center;
	padding: 8px;
	white-space: nowrap;
	line-height: 120%;
}

.favorite-image-title {
	float: right;
	margin: 2px;
	margin-top: 0px;
	cursor: pointer;
	vertical-align: middle;
}

.favorite-image-normal {
	margin: 2px;
	margin-top: 0px;
	cursor: pointer;
	vertical-align: middle;
}

.multi-search-result-title {
	padding-top: 8px;
	padding-bottom: 4px;
	font-weight: bold;
}

.news-date {
	float: right;
	font-style: italic;
}

.news-title {
	font-weight: bold;
	text-align: left;
	margin-bottom: 8px;
}

.news-text {
	text-align: justify;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
}

.article-date {
	float: right;
	font-style: italic;
}

.article-title {
	font-weight: bold;
	text-align: left;
	margin-bottom: 8px;
}

.article-text {
	text-align: justify;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
}

.external-links-category {
	font-weight: bold;
	text-align: left;
	padding: 4px;
}

.external-links-box {
	float: left;
	margin-right: 4px;
	padding: 0px;
}

.external-links-thumb {
	text-align: center;
	padding: 5px;
}

.external-links-thumb img {
	border: 1px solid #3b6361;
}

.external-links-text {
	text-align: left;
	padding-left: 5px;
}

.fansign-thumb-container {
	margin: 0px;
	padding: 0px;
	text-align: center;
	overflow: auto;
}

.fansign-preview-container {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.fansign-preview-container img {
	margin: 0px;
	padding: 5px;
	background-color: #ffffff;
	border: 1px solid #bccccc;
	background-image: url(../images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.fansign-options-container {
	margin: 0px;
	padding: 4px;
	vertical-align: top;
}

.fansign-actions-container {
	text-align: center;
}

.fansign-image-thumb-box {
	padding: 6px;
	padding-left: 4px;
	padding-right: 4px;
	margin: 0px;
	float: left;
	text-align: center;
	border: none;
}

.fansign-image-thumb-box-selected {
	padding: 6px;
	padding-left: 4px;
	padding-right: 4px;
	margin: 0px;
	float: left;
	text-align: center;
	border: none;
/*	background-color: #4a607a; */
	background-color: #61363b;
}

.fansign-image-thumb-frame {
	background-color: #ffffff;
	border: 1px solid #bccccc;
	text-align: center;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
}

.fansign-image-thumb-image {
	border: none;
	vertical-align: middle;
	margin: 5px;
}

.fansign-image-thumb-text {
	text-align: center;
}

.fansign-image-thumb-text a {
	font-weight: bold;
	text-decoration: none;
}

.fansign-image-thumb-box-selected .fansign-image-thumb-text a {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

.fansign-explaination-container {
	margin-left: 10px;
	margin-right: 16px;
	text-align: left;
}

.fansign-explaination-box {
	background-color: #ffffff;
	border: 1px solid #3b6361;
	padding: 8px;
	padding-bottom: 60px;
	text-align: left;
	font-size: 13px;
	width: 340px;
	float: right;
	line-height: 16px;
}

.fansign-explaination-container img {
	float: left;
	border: none;
	background: none;
}

.fansign-explaination-box p {
	padding: 0px;
	margin-bottom: 12px;
	margin-top: 8px;
}

a.page-number,
a.page-number:visited {
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0px;
	padding-bottom: 1px;
	vertical-align: middle;
	border: 1px solid #567370;
	color: #037874;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color: #fefefe;
	text-decoration: none;
	line-height: 20px;
	margin-right: 2px;
	margin-left: -3px;
}

a.page-number-button,
a.page-number:hover {
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0px;
	padding-bottom: 1px;
	vertical-align: middle;
	border: 1px solid #567370;
	color: #fefefe;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color: #567370;
	text-decoration: none;
	line-height: 20px;
	margin-right: 2px;
	margin-left: -3px;
}

.page-number-current {
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0px;
	padding-bottom: 1px;
	vertical-align: middle;
	border: 1px solid #567370;
	color: #ffffff;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color: #172929;
	line-height: 20px;
	margin-right: 2px;
	margin-left: -3px;
}

.upgrade-container {
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	vertical-align: middle;
}

.upgrade-container-warning {
	font-family: Arial, Helvetica, sans-serif;
	color: #ff0000;
	font-weight: bold;
}

.upgrade-container-button {
	font-family: Arial;
	font-size: 18pt;
	font-variant: small-caps;
	font-weight: bold;
	border: 2px solid #81272f;
	color: #81272f;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	cursor: pointer;
}

/************************************/
/* Horizontal Tabs Effects		    */
/************************************/
.globalnav {
	font-size: 16px;
	line-height:30px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	position:relative;
	float: left;
	padding: 0px;
	margin: 0px;
	list-style:none;
}

#mainMenu {
	border-left: 1px solid #282923;
	border-right: 1px solid #4a4b45;
}

.globalnav LI {
	float:left;
	margin:0;
	padding:0;
}

.globalnav A {
	display:block;
	color: #9bbabf;
	text-decoration:none;
	font-weight:bold;
	background-image: url(../images/box_up.gif);
	background-position: center;
	margin:0;
	padding:0.25em 1em;
	border-left:1px solid #4a4b45;
	border-top:1px solid #4a4b45;
	border-right:1px solid #282923;
}

.globalnav IMG {
	margin-top: -3px;
	margin-bottom: -2px;
	vertical-align: middle;
	margin-left: -6px;
	margin-right: 3px;

}

.globalnav A:visited {
	color:#9bbabf;
	text-decoration:none;
}

.globalnav A:hover,
.globalnav A:active {
	color:#bfbfbf;
	background:#444438;
	text-decoration:none;
}

.globalnav A.here:link,
.globalnav A.here:visited {
	color:#a0a19c;
	background:#1b1c16;
	text-decoration:none;
}


/*
.globalnav A.here:link,
.globalnav A.here:visited {
	position:relative;
	z-index:102;
}
*/

/*subnav*/

.globalnav UL {
	position:absolute;
	background:#272822;
	width:232px;
	margin:0;
	font-size: 14px;
	line-height:18px;
	padding:2px 0px 2px 0px;
	list-style:none;
	border-top: 1px solid #4a4b45;
	border-left: 2px solid #4a4b45;
	border-right: 2px solid #282923;
	border-bottom: 1px solid #282923;
	display: none;
}

.globalnav UL LI {
	display:block;
	margin-top:1px;
}

.globalnav UL A,
.globalnav UL A:visited {
	background:#272822;
	color:#9ba9aa;
	display:block;
	width: 226px;
	margin:0;
	padding: 3px;
	border: 0px;
	text-align: left;
	white-space: nowrap;
}

.globalnav UL A:hover,
.globalnav UL A:active {
	color:#bfbfbf;
	background:#444438;
}

.globalnav UL A.here,
.globalnav UL A.here:link,
.globalnav UL A.here:visited {
	color:#272822;
	background:#9ba9aa;
}

.globalnav UL A IMG {
	vertical-align: middle;
	padding-left: 5px;
}

.paging{
	text-align:center;
	background-color:#c5d1d1;
}

.paging-top {
	text-align: right;
	margin-top: -23px;
	margin-right: -3px;
	padding-top: 1px;
}

.listing {
	margin-left: 16px;
	margin-top: 6px;
	margin-bottom: 6px;
}

.listing a {
	font-weight: bold;
}

.listing img {
	vertical-align: middle;
	margin: 1px;
	margin-right: 4px;

}

.title{
	font-weight:bold;
	font-size:14px;
	background-color: #c8dada;
	border: 1px solid #bccccc;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
}

.title A {
    color:#007f77;
    text-decoration: underline;
}

fieldset {
	margin: 0px;
	padding: 1px;
	border:1px solid #344846;
	background-color:#eae6e7;
	position: relative;

}

.popupheader{
	font-weight:bold;
	text-align:left;
	background-color:#344846;
	background-image: url(../images/box_up02.gif);
	background-position: center;
	font-size:12px;
	padding: 4px;
	padding-top: 5px;
	padding-bottom: 6px;
	color: #d0d0d0;
}


.popupheader_g{
	font-weight:bold;
	text-align:center;
	background-color:#344846;
	font-size:13px;
	height:15px;
	padding-top:2px;
}

#divContext{

	width:240px;
	z-index:100;
	display: none;
	position: absolute;
	text-align:left;
}

#divClose{
  z-index:101;
  position: absolute;
  right: 4px;
  top: 2px;
  cursor:pointer;
  background-image:url(../images/cmclose.png);
  width:12px;
  height:12px;
}


#divRater{
	width:180px;
	z-index:100;
	display: none;

	position: absolute;
	text-align:left;
}


#divCloseRater{
  z-index:101;

  position: absolute;
  right: 4px;
  top: 2px;
  cursor:pointer;

  background-image:url(../images/cmclose.png);
  width:12px;
  height:12px;


}



.cmenu {margin: 0; padding: 0.3em; list-style-type: none; background-color: white;}
.cmenu li {padding:2px;}
.cmenu li:hover {}
.cmenu hr {border: 0; border-bottom: 1px solid grey; margin: 3px 0px 3px 0px; width: 10em;}
.cmenu a {font-weight:bold; border: 0 !important;}
.cmenu a:hover {text-decoration: none !important;}
.cmenu .topSep {font-size: 90%; border-top: 1px solid gray; margin-top: 0.3em; padding-top: 0.3em;}









#favDiv{
	width:300px;
	z-index:100;
	display: none;
	position: absolute;
	text-align:center;
}

.favlink{
  color:blue;
  text-decoration:underline;
  cursor:pointer;
}

.favlink:hover{
  text-decoration:none;
}


table.calendar {border: 0; width:100%}
table.calendar td, th {text-align: center; border: 0}
table.calendar th {height: 10px; font-size: 7pt;}
table.calendar td {width: 19px; height: 10px; font-size: 9pt; border: 1px solid #009933; width:14%; height:70px}
table.calendar .calendar-month {font-weight: bold; margin-top: 3px; font-size: 12pt; text-align: center}
table.calendar .calendar-month a{text-decoration: none}
table.calendar .calendar-prev, table.calendar .calendar-next {font-weight: normal;}
table.calendar th {color: green; text-align: center;}
table.calendar td.linked-day {font-size: 11pt}

table.prevnext {width: 100%; margin-top: .3em;}
table.prevnext td{
	font-size: smaller;
}
table.prevnext td a{text-decoration: none}


a.copyright {
    color:#ffffff;
    text-decoration: none;
}

a.copyright:hover {
     text-decoration: underline;
   color:#ffffff;
}


a.copyright:visited {
    color:#ffffff;
    text-decoration: none;
}

.xsites-releases-title {
	text-align: left;
	padding: 4px;
	padding-top: 2px;
	vertical-align: middle;
	font-size: 15px;
	font-weight: bold;
}

.xsites-releases-title label {
	color: #d41f1e;
	vertical-align: middle;
	text-transform: uppercase;
}

.xsites-releases-title span {
	vertical-align: middle;
}

.xsites-releases-title span strong {
	color: #008000;
}

.xsites-releases-title img {
	margin-bottom: -2px;
	vertical-align: middle;
}

.xsites-releases-left {
	text-align: center; vertical-align: middle; font-size: 10px;
	padding: 6px 4px 6px 4px;
}

.xsites-releases-left div {
	text-align: center;
	margin: 4px;
	font-style: italic;
}

.xsites-releases-left strong {
	color: #d41f1e;
	font-style: normal;
}

.xsites-releases-left input {
	color: #008000;
}

.xsites-releases-right {
	text-align: center; vertical-align: top; white-space: nowrap; padding-right: 4px;
}

#mod_101_13_div .mainbox {
	background-color:#d8e6e6;
	padding-bottom: 7px;
	padding-top: 1px;
	margin-top: 0px;
}

.extra-large a.page-number,
.extra-large a.page-number:visited,
.extra-large a.page-number-button,
.extra-large a.page-number:hover,
.extra-large .page-number-current {
	font-size: 16px;
	line-height: 26px;
}

#gigaporn-heading {
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	padding: 0px;
	margin-top: 1px;
	margin-bottom: 1px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

#gigaporn-heading div {
	margin-left: -5px;
	margin-right: -5px;
}

.gigaporn-sites-list {
	margin-top: 6px;
	background-color: #EAE6E7;
	border: 1px solid #bccccc;
	width: 720px;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
}

.gigaporn-sites-list span {
	font-weight: bold;
}

.gigaporn-sites-list strong {
	color: #d41f1e;
}

.gigaporn-join-box {
	width: 354px;
	float: left;
	background-color: #EAE6E7;
	border: 1px solid #bccccc;
	padding-right: 2px;
}

.gigaporn-button {
	background-color: #EAE6E7;
	border: 1px solid #bccccc;
	width: 350px;
}

.gigaporn-features {
	background-color: #EAE6E7;
	border: 1px solid #bccccc;
	width: 350px;
	height: 300px;
	font-size: 13px;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	line-height: 150%;
	padding-top: 1px;
	overflow: auto;
}

.gigaporn-features ul {
	list-style: disc;
	margin-top: 4px;
	margin-bottom: 4px;
}

.gigaporn-features li {
	margin-left: 20px;
}

.gigaporn-features strong {
	color: #8a0000;
	font-size: 140%;
	font-weight: normal;
}

.gigaporn-faq {
	background-color: #EAE6E7;
	border: 1px solid #bccccc;
	height: 420px;
	overflow: auto;
	text-align: left;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	line-height: 130%;
}

.gigaporn-faq strong {
	color: #8a0000;
	font-size: 120%;
	font-weight: normal;
}

.gigaporn-disclaimer {
	margin: 6px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #EAE6E7;
	border: 1px solid #bccccc;
	padding: 4px;
	font-size: 10px;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	text-align: center;
}

.gigaporn-join-box-v2 {
	width: 578px;
	height: 482px;
	float: right;
	background-color: #EAE6E7;
	border: 1px solid #bccccc;
	padding-right: 2px;
}

.gigaporn-join-box-v3 {
	float: right;
	height: 482px;
	width: 576px;
	padding-right: 2px;
	border: none;
	text-align: center;
	margin: 1px;
	background: none;
}

.gigaporn-join-box-v3 div {
	background-color: #EAE6E7;
	border: 1px solid #bccccc;
	border-top: none;
	border-bottom: none;
	clear: both;
	height: 350px;
	width: 574px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow: auto;
}

.gigaporn-outer-box-v2 {
	margin: 6px;
}

.gigaporn-left-box-v2 {
	float: left;
	margin-bottom: -8px;
}

.gigaporn-trailer-box-v2 {
	width: 332px;
	background-color: #EAE6E7;
	border: 1px solid #bccccc;
	font-size: 13px;
	padding-top: 8px;
	margin-bottom: 8px;
}

.gigaporn-trailer-box-v2 strong {
	color: #8a0000;
	font-size: 140%;
	line-height: 18px;
	font-weight: normal;
}

.gigaporn-trailer-box-v2 object {
	margin: 6px;
}

.gigaporn-trailer-desc {
	text-align: center;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #344846;
	margin: 6px;
	margin-top: -5px;
	padding: 3px;
	line-height: 13px;
}

.gigaporn-trailer-desc a,
.gigaporn-trailer-desc a:link,
.gigaporn-trailer-desc a:visited,
.gigaporn-trailer-desc a:hover {
	text-decoration: underline;
	color: #ffffff;
}

.gigaporn-features-v2 {
	float: left;
	width: 456px;
	height: 300px;
}

.gigaporn-questions-v2 {
	width: 456px;
	float: right;
	margin-right: 2px;
}

.gigaporn-faq-v2 {
	height: 220px;
	width: 456px;
	border-top: none;
}

.gigaporn-button-v2 {
	width: 456px;
	border-bottom: none;
}

.all-access-bg {
	background-image: url(../tour/middle-bg.gif);
	background-repeat: repeat-y;
}

table.all-access {
	color: #FFFFFF;
	background-color: #0E0C03;
	border: 2px #272313 solid;
	border-collapse: collapse;
	border-spacing: 0px;
}

td.all-access-head {
	border: 1px solid #272313;
	background-color: #0E0C03;
}

.all-access-text {
	font-size: 86%;
	line-height: 115%;
	text-align: center;
	padding: 2px;
	padding-bottom: 4px;
}

.gigaporn-site A:link,
.gigaporn-site A:visited { text-decoration: none; text-transform: uppercase; color: #E8C556; font-weight: bold; font-size: 120%; }
.gigaporn-site A:hover {text-decoration: none; text-transform: uppercase; color: #FFEEE3; font-weight: bold; font-size: 120%;}
.gigaporn-site-desc { font-size: 95%; color: #FFFFFF; font-weight: bold; }

.bgChatFrame { background-image: url(../tour/en/chat-frame.png); width: 158px; height: 190px; background-repeat: no-repeat;}
.bgChatFrame img { padding: 40px 8px 38px 8px; }
table.langDE .bgChatFrame { background-image: url(../tour/de/chat-frame.png); width: 158px; height: 190px; background-repeat: no-repeat;}
table.langES .bgChatFrame { background-image: url(../tour/es/chat-frame.png); width: 158px; height: 190px; background-repeat: no-repeat;}
table.langFR .bgChatFrame { background-image: url(../tour/fr/chat-frame.png); width: 158px; height: 190px; background-repeat: no-repeat;}
table.langIT .bgChatFrame { background-image: url(../tour/it/chat-frame.png); width: 158px; height: 190px; background-repeat: no-repeat;}
table.langNL .bgChatFrame { background-image: url(../tour/nl/chat-frame.png); width: 158px; height: 190px; background-repeat: no-repeat;}

.bgChatPage { font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 18px; }
.bgChatText1 { color: #ff0000; font-size: 150%; font-weight: bold; }
.bgChatText2 { color: #122437; font-size: 150%; font-weight: bold; }
.bgChatText3 { color: #122437; }

a.gsc_link:link     { font: 11px arial; font-weight : bold; color: #333333; text-decoration: none; background-color:#FFFFFF; border-width:1px; border-style:solid}
a.gsc_link:active   { font: 11px arial; font-weight : bold; color:#FFFFFF; text-decoration: none; background-color:#333333}
a.gsc_link:visited  { font: 11px arial; font-weight : bold; color: #333333; text-decoration: none; background-color:#FFFFFF; border-width:1px; border-style:solid}
a.gsc_link:hover    { font: 11px arial; font-weight : bold; color: #FFFFFF; text-decoration: none; background-color:#333333}


a.gscs_link_:link     { font: 11px arial; font-weight : bold; color: #FFFFFF; text-decoration: none; background-color:#663399; border-width:1px; border-style:solid}
a.gscs_link:active   { font: 11px arial; font-weight : bold; color:#FFFFFF; text-decoration: none; background-color:#0099FF}
a.gscs_link:visited  { font: 11px arial; font-weight : bold; color: #FFFFFF; text-decoration: none; background-color:#663399; border-width:1px; border-style:solid}
a.gscs_link:hover    { font: 11px arial; font-weight : bold; color: #FFFFFF; text-decoration: none; background-color:#0099FF}

/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}



/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
 padding: 1px;
	}






/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {


	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
 padding: 1px;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;



	color: red;
 padding: 1px;
	}


/* the table cell that holds the name of the month and the year */


.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	padding: 1px;
	width: 23px;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlight {
	color: #4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
/* 	background: #d8e8ff; */
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
/* 	background: #d8e8ff; */
	font-weight: bold;
	}

#highResImages { display: none; }