﻿html, body
{
    margin: 0px;
    padding: 0px;
    height: 100%;
}
body
{
    background-color: #000000;
    background-position: center 250px;
    background-image: url(/imgz/flamebg.jpg);
    font-family: Arial Narrow, Helvetica Narrow, sans-serif;
    font-size: 16px;
    color: #AB7211;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
#top
{
    background-position: center top;
    background-image: url(/imgz/bgtopstrip.png);
    background-repeat: repeat-x;
    height: 24px;
}
#wrapper
{
    width: 930px;
    margin: 0px auto 0px auto;
}

#header
{
    height: 155px;
    width: 930px;
    position: relative;
}

#header .logo
{
    position: absolute;
    left: 375px;
    top: 25px;
    margin: 0px;
    padding: 0px;
}

#header .scooter
{
    position: absolute;
    left: -70px;
    top: 85px;
}

#top .languageSelector
{
    width: 930px;
    margin: 0px auto 0px auto;
    position: relative;
    top: 2px;
}

#top .socialmedia
{float: right;}
#header #PageHeaderMenu
{
    width: 555px;
    position: absolute;
    height: 19px;
    text-transform: capitalize;
    background-color: #333333;
    top: 136px;
    left: 375px;
    line-height: 18px;
    font-weight: bold;
}

#PageHeaderMenu ul
{
    margin: 0px;
    padding: 0px 0px 0px 20px;
}

#PageHeaderMenu li
{
    margin: 0px;
    padding: 0px 20px 0px 0px;
    display: inline;
}

#PageHeaderMenu a
{
    text-transform: capitalize;
    color: #AB7211;
    text-decoration: none;
}

a
{
    color: #AB7211;
}

#PageHeaderMenu a:hover
{
    color: #ffffff;
}

#content
{
    background-position: center bottom;
    border-style: none solid none solid;
    padding-top: 30px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-color: #333333;
    border-left-color: #333333;
    background-image: url(/imgz/bgcontent.jpg);
    background-repeat: no-repeat;
    min-height: 600px;
}

#content #left
{
    width: 354px;
    float: left;
    position: relative;
    left: 20px;
    padding-top: 30px;
}

#left .recentvideothumb
{
    float: left;
    border: none;
    padding-bottom: 5px;
}
#left .recentvideoinfo
{
    float: right;
    width: 190px;
    margin-left: 10px;
}

#left .recentvideoinfo .videocaption
{
    color: #ffffff;
}
#content #right
{
    width: 510px;
    float: right;
    position: relative;
    left: -20px;
}

#right .recentvideothumb
{
    display: block;
}



#right .recentvideoinfo
{
}

#content #fullspan
{
    width: 880px;
    margin: 0px auto;
    padding: 10px 0px;
    clear: both;
}

#loginbox, #module, #loggedinmenu
{
    padding: 10px;
    border: solid 1px #333333;
  position:relative;
    background-image: url(/imgz/bgtrans50.png);
    background-repeat: repeat;
}

#module h1
{
    padding: 0px 0px 10px 0px;
    margin: 0px;
}

h1.menuheader
{
    font-size: 16px;
}



#module-intro
{
    padding: 10px;
    position: relative;
}

#module-intro h1
{
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0px;
    padding: 0px;
}
#module-intro p
{
    padding-top: 5px;
    margin: 0px;
    text-align: justify;
}

#loginbox .btnlogin
{
    height: 47px;
    width: 47px;
    top: 10px;
    background-color: #000000;
    color: #AB7211;
    text-decoration: none;
    text-align: center;
    line-height: 47px;
    border: solid 1px #333333;
    display: block;
    font-size: 14px;
}

#loginbox .label
{
    color: #999999;
}

#loginbox .input
{
    width: 190px;
    height: 18px;
    line-height: 18px;
    background-color: #000000;
    border: solid 1px #333333;
    color: #ffffff;
    font-size: 12px;
}


#footer
{
    background-position: center top;
    width: 100%;
    height: 84px;
    background-image: url(/imgz/bgfooter.png);
    background-repeat: repeat-x;
}

#footercontent
{
    width: 930px;
    margin: 0px auto 0px auto;
}

#footercontent ul
{
    margin: 0px;
    padding: 0px;
}

#footercontent li
{
    display: inline;
    list-style-type: none;
    padding-left: 10px;
    padding-right: 10px;

}

#footercontent a
{
    color: #AB7211;
}
#footercontent table td
{
    height: 84px;
}



/*######  LIGHTBOX CSS ##########*/

#lightbox
{
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}
#lightbox img
{
    width: auto;
    height: auto;
}
#lightbox a img
{
    border: none;
}

#outerImageContainer
{
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}
#imageContainer
{
    padding: 10px;
}

#loading
{
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}
#hoverNav
{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
#imageContainer > #hoverNav
{
    left: 0;
}
#hoverNav a
{
    outline: none;
}

#prevLink, #nextLink
{
    width: 49%;
    height: 100%;
    background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
    display: block;
}
#prevLink
{
    left: 0;
    float: left;
}
#nextLink
{
    right: 0;
    float: right;
}
#prevLink:hover, #prevLink:visited:hover
{
    background: url(/imgz/lightbox/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover
{
    background: url(/imgz/lightbox/nextlabel.gif) right 15% no-repeat;
}

#imageDataContainer
{
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
}

#imageData
{
    padding: 0 10px;
    color: #666;
}
#imageData #imageDetails
{
    width: 70%;
    float: left;
    text-align: left;
}
#imageData #caption
{
    font-weight: bold;
}
#imageData #numberDisplay
{
    display: block;
    clear: left;
    padding-bottom: 1.0em;
}
#imageData #bottomNavClose
{
    width: 66px;
    float: right;
    padding-bottom: 0.7em;
    outline: none;
}

#overlay
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
    background-color: #000;
}
.icon
{
    border-style: none;
}

img.thumbnail
{
    border-style: none;
    padding: 5px;
}

#module h1
{
    font-size: 14px;
    color: #AB7211;
}

#module ul.forum
{
    list-style-image: url(/imgz/bulletforum.png);
    margin: 0px;
    padding: 0px 10px 0px 25px;
}

#module ul.forum a
{
    color: #ffffff;
}
ul.menu
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
ul.adminmenu
{
    list-style-image: url(/imgz/bulletadmin.png);
    margin: 0px;
    padding: 0px 10px 0px 25px;
}
ul.menu a, ul.adminmenu a
{
    color: #ab7211;
    text-decoration: none;
}
ul.menu a:hover, ul.adminmenu a:hover
{
    color: #ffffff;
}

.modalBackground
{
    background-color: #333333;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.modalPopup
{
    background-color: #ffffff;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 15px;
}
.button
{
    background-color: #000000;
    color: #AB7211;
    text-decoration: none;
    text-align: center;
    line-height: 47px;
    border: solid 1px #333333;
    display: block;
    font-size: 14px;
}

.inlineProgressBarDiv
{
    background-color: #ffffff;
    padding: 10px;
    margin-top: 10px;
}

.ProgressBar
{width: 100%;
 height: 50px;}
 
 .wereyouhereenglish
{
    width: 510px;
    height: 100px;
    background-image: url(/imgz/wereyouhere.png);
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-left: 300px;
    padding-right: 20px;
}
 .wereyouherespanish
{
    width: 510px;
    height: 100px;
    background-image: url(/imgz/EstuvoUstedAqui.png);
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-left: 320px;
    padding-right: 20px;
}

.wereyouhereitalian
{
    width: 510px;
    height: 100px;
    background-image: url(/imgz/SeiStatoQui.png);
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-left: 300px;
    padding-right: 20px;
}
.wereyouherespanish ul, .wereyouhereenglish ul, .wereyouhereitalian ul
{margin: 0px;
 padding: 0px;
 width: 215px;
 font-size: 14px;}
 
    .flag
   {display: inline-block;
    vertical-align:bottom;
}

#hidelink a img
{display:none !important;}

/* Pager style */

.PagerContainerTable
{
	border-right: #333333 1px solid;
	border-top: #333333 1px solid;
	border-left: #333333 1px solid;
	color: #d1d1e1;
	border-bottom: #333333 1px solid;
	background-color: #000000;
}
.PagerInfoCell
{
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 3px;
	font: bold 11px arial, verdana, geneva, lucida, 'lucida grande' , arial, helvetica, sans-serif;
	color: #ffcc66;
	padding-top: 3px;
	white-space: nowrap;
	background-color: #000000;
	font-weight:normal;
}
.PagerInfoCell:link
{
	color: #ffcc66;
	text-decoration: none;
}
.PagerInfoCell:visited
{
	color: #ffcc66;
	text-decoration: none;
}
/*.PagerInfoCell:hover
{
	color: #ffcc66;
	text-decoration: underline;
}
.PagerInfoCell:active
{
	color: #ffcc66;
	text-decoration: underline;
}*/

.PagerCurrentPageCell
{
	color: #ffffff;
	background-color: #333333;
}
.PagerOtherPageCells
{
	color: #ffffff;
	background-color: #222222;
}
.PagerSSCCells
{
	background-color: #444444;
}

.PagerHyperlinkStyle
{
	font: 11px arial, verdana, geneva, lucida, 'lucida grande' , arial, helvetica, sans-serif;
}
.PagerHyperlinkStyle:hover
{
	color: #ffcc66;
	text-decoration: none;
	font: 11px arial, verdana, geneva, lucida, 'lucida grande' , arial, helvetica, sans-serif;
}
.PagerHyperlinkStyle:link
{
	color: #ffcc66;
	text-decoration: none;
	font: 11px arial, verdana, geneva, lucida, 'lucida grande' , arial, helvetica, sans-serif;
}
.PagerHyperlinkStyle:visited
{
	color: #ffcc66;
	text-decoration: none;
	font: 11px arial, verdana, geneva, lucida, 'lucida grande' , arial, helvetica, sans-serif;
}
.PagerHyperlinkStyle:active
{
	color: #ffcc66;
	text-decoration: none;
	font: 11px arial, verdana, geneva, lucida, 'lucida grande' , arial, helvetica, sans-serif;
}

.GoToLabel
{
	font: 11px arial, verdana, geneva, lucida, 'lucida grande' , arial, helvetica, sans-serif;
	color:#f9f9f9;
	cursor:pointer;
	font-size:65%;
	vertical-align:middle;
	display:inline;
}
.GoToSelect
{
	font-size:55%;
}
.GoToSelectedOption
{
	color:#f9f9f9;
	background-color:#666666;
}

.GoToArrow
{
	vertical-align:middle;
	cursor:pointer;
}
ul.links li
   {padding-bottom: 10px;}
   
   a.currentfilter
{
	margin: 5px 10px 8px 0;
	padding: 5px 0 5px 5px;
	background-color: #999999;
	text-decoration: none;
	color: Black;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 11px;
}

a.currentfilter span
{
	border: solid 1px black;
	padding: 0px 3px 0px 3px;
	margin-right: 5px;
	background-color: #ffffff;
}

#currentfilters, #selectfilters
{
	padding: 5px 5px 10px 5px;
	border: 1px solid #333333;
	margin-bottom: 10px;
}

#currentfilters h3, #selectfilters h3
{
	padding: 0px 0px 10px 0px;
	margin: 0px;
	color: #999999;
	font-size: 16px;
}

#selectfilters div.filter
{float: left;
  border: 1px solid #333333;
 padding: 5px;
 margin: 5px;
 }

#selectfilters ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.modalBackground {
background-color:Gray;
opacity:0.7;
}

table.datalist
{
	width: 650px;
	margin:10px auto 10px auto;
	}
	table.datalist td
	{padding: 5px;}
	
	.closemodal
	{float: right;}