/* COMMON CLASSES */

.black
{
color:#000000;
}

.green
{
color:#008000;
}

.white
{
color:#FFFFFF;
}

.small
{
font-size:2mm;
}

.center
{
text-align:center;
}

.right
{
text-align:right;
}

.indent
{
text-indent:2px;
}

.borderbottom
{
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #BBBBBB;
}

.darkborderbottom
{
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #008000;
}

.darkbordertop
{
border-top-width: 1px;
border-top-style: solid;
border-top-color: #008000;
}

.inline
{
display: inline;
}


/* HEADERS AND TEXT */


h1
{
font-family:Verdana, Tahoma, sans-serif;
font-weight:bold;
color:#DC0000;
text-align:right;
font-size:3mm;
}

h1.large
{
font-size:14pt;
}

h2
{
font-family:Verdana, Tahoma, sans-serif;
font-weight:bold;
color:#DC0000;
text-align:left;
font-size:18pt;
}

h3
{
font-family:Verdana, Tahoma, sans-serif;
font-weight:bold;
color:#DC0000;
text-align:left;
font-size:14pt;
}


h4
{
overflow:hidden;
font-family: Trebuchet MS, sans-serif;
color:#DC0000;
text-align:left;
font-size:3mm;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #CCCCCC;
float: none;
clear: both;
padding-top:10px;
}


h5
{
font-family:Verdana, Tahoma, sans-serif;
font-weight:bold;
color:#DC0000;
text-align:left;
font-size:10pt
}




h6
{
font-family:Verdana, Tahoma, sans-serif;
font-weight:bold;
color:#DC0000;
text-align:left;
font-size:3mm
}


p
{
font-family:Verdana, Tahoma, sans-serif;
color:#000000;
font-size:3mm;
}

p.large
{
font-size:10pt;
}


html, body
{
background-color: #DC0000;
scrollbar-base-color: #FFFFFF;
scrollbar-arrow-color: #DC0000;
}



span
{
font-family:Verdana, Tahoma, sans-serif;
color:#000000;
font-size:3mm;
display: inline;
}

/* HYPERLINKS */


a:link
{
color: #DC0000;
text-decoration: none;
} 

a:visited
{
color: #DC0000;
text-decoration: none;
}
 
a:hover
{
color: green; 
text-decoration: none;
}
 
a:active
{
color: #DC0000; 
text-decoration: none;
}
  
a:link.black 
{
color: black; 
text-decoration: none;
}
 
a:visited.black 
{
color: black; 
text-decoration: none;
} 

a:hover.black
{
color: #DC0000; 
text-decoration: none;
} 

a:active.black 
{
color: black; 
text-decoration: none;
} 





/* TABLE PROPERTIES */


table
{
font-family: Verdana, Tahomas, sans-serif;
font-size: 3mm;
}

th
{
background-color: #DC0000;
color:#FFFFFF;
text-align:left;
font-size:3mm;
}

td
{
	text-align:left;
	font-size:3mm;
}





/* DIV ATTRIBUTES */





.container
{
width: 960px;
background-color: #FFFFFF;
margin: 0px auto;
border-style:solid;
border-width:1px;
border-color:black;
}

.pagewidth
{
width: 950px;
background-color: #FFFFFF;
margin: 0px auto;
clear: left;
}

.redborder
{
border-style:solid;
border-width:1px;
border-color:#DC0000;
margin: 1px auto
}

.greenborder
{
border-top-width: 1px;
border-top-style: solid;
border-top-color: #008000;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #008000;
margin: 1px auto
}


.width300
{
float:left;
width: 300px;
overflow: hidden;
}


.width250
{
float:left;
width: 250px;
overflow: hidden;
}


.width200
{
float:left;
width: 200px;
overflow: hidden;
}


.width100
{
float:left;
width: 100px;
overflow: hidden;
}





.width60
{
float:left;
width: 60%;
overflow: hidden;
}

.width50
{
float:left;
width:50%;
} 

.width30
{
float: left;
width:30%;
padding-left:20px;
overflow: hidden;
}

/* IMAGE PROPERTIES */

.homebadge
{
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 0;

}

.versus
{
	position: relative;
	top: -10px;
	left: -40px;
	z-index: 2;
}

.awaybadge
{
	position: relative;
	top: 0px;
	left: -90px;
	z-index: 1;

}

/* STEPCAROUSEL */

.stepcarousel{
position: relative; /*leave this value alone*/
border: 0px solid black;
overflow: scroll; /*leave this value alone*/
width: 300px; /*Width of Carousel Viewer itself*/
height: 80px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 2px; /*margin around each panel*/
width: 100px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}


/* MENU */

.dmx {
    font: 11px Tahoma;
}
.dmx .item1,
.dmx .item1:hover,
.dmx .item1-active,
.dmx .item1-active:hover {
    padding: 3px 10px 3px 10px;
    background: #DC0000;
    font: 11px Tahoma;
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.dmx .item2,
.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
    font: 11px Tahoma;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.dmx .item2 {
    background: #e5e1da;
}
.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover {
    background: #ffffff;
}
.dmx .arrow,
.dmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.dmx .item2 img,
.dmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.dmx .section {
    border: 1px solid #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

* html .dmx td { position: relative; } /* ie 5.0 fix */




#myGallery, #myGallerySet, #flickrGallery
{
	width: 460px;
	height: 345px;
	z-index:5;
	border: 1px solid #000;
}

.jdGallery a
{
	outline:0;
}

#flickrGallery
{
	width: 500px;
	height: 334px;
}

#myGallery img.thumbnail, #myGallerySet img.thumbnail
{
	display: none;
}

.jdGallery
{
	overflow: hidden;
	position: relative;
}

.jdGallery img
{
	border: 0;
	margin: 0;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}

.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 80px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

* html .jdGallery .slideInfoZone
{
	bottom: -1px;
}

.jdGallery .slideInfoZone h2
{
	padding: 0;
	font-size: 3mm;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: inherit;
}

.jdGallery .slideInfoZone p
{
	padding: 0;
	font-size: 3mm;
	margin: 2px 5px;
	color: #eee;
}

.jdGallery div.carouselContainer
{
	position: absolute;
	height: 135px;
	width: 100%;
	z-index: 10;
	margin: 0px;
	left: 0;
	top: 0;
}

.jdGallery a.carouselBtn
{
	position: absolute;
	bottom: 0;
	right: 30px;
	height: 20px;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 3mm;
	background: #DC0000;
	color: #fff;
	cursor: pointer;
}

.jdGallery .carousel
{
	position: absolute;
	width: 100%;
	margin: 0px;
	left: 0;
	top: 0;
	height: 115px;
	background: #DC0000;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

.jdExtCarousel
{
	overflow: hidden;
	position: relative;
}

.jdGallery .carousel .carouselWrapper, .jdExtCarousel .carouselWrapper
{
	position: absolute;
	width: 100%;
	height: 78px;
	top: 10px;
	left: 0;
	overflow: hidden;
}

.jdGallery .carousel .carouselInner, .jdExtCarousel .carouselInner
{
	position: relative;
}

.jdGallery .carousel .carouselInner .thumbnail, .jdExtCarousel .carouselInner .thumbnail
{
	cursor: pointer;
	background: #000;
	background-position: center center;
	float: left;
	border: solid 1px #fff;
}

.jdGallery .wall .thumbnail, .jdExtCarousel .wall .thumbnail
{
	margin-bottom: 10px;
}

.jdGallery .carousel .label, .jdExtCarousel .label
{
	font-size: 13px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	padding: 0;
	margin: 0;
}

.jdGallery .carousel .wallButton, .jdExtCarousel .wallButton
{
	font-size: 3mm;
	position: absolute;
	bottom: 5px;
	right: 10px;
	padding: 1px 2px;
	margin: 0;
	background: #222;
	border: 1px solid #888;
	cursor: pointer;
}

.jdGallery .carousel .label .number, .jdExtCarousel .label .number
{
	color: #FFFFFF;
}

.jdGallery a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.jdGallery a.right, .jdGallery a.left
{
	position: absolute;
	height: 99%;
	width: 25%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

* html .jdGallery a.right, * html .jdGallery a.left
{
	filter:alpha(opacity=50);
}

.jdGallery a.right:hover, .jdGallery a.left:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.jdGallery a.left
{
	left: 0;
	top: 0;
	background: url('img/fleche1.png') no-repeat center left;
}

* html .jdGallery a.left { background: url('img/fleche1.gif') no-repeat center left; }

.jdGallery a.right
{
	right: 0;
	top: 0;
	background: url('img/fleche2.png') no-repeat center right;
}

* html .jdGallery a.right { background: url('img/fleche2.gif') no-repeat center right; }

.jdGallery a.open
{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.withArrows a.open
{
	position: absolute;
	top: 0;
	left: 25%;
	height: 99%;
	width: 50%;
	cursor: pointer;
	z-index: 10;
	background: none;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.withArrows a.open:hover { background: url('img/open.png') no-repeat center center; }

* html .withArrows a.open:hover { background: url('img/open.gif') no-repeat center center;
	filter:alpha(opacity=50); }
	
	
/* Gallery Sets */

.jdGallery a.gallerySelectorBtn
{
	z-index: 15;
	position: absolute;
	top: 0;
	left: 30px;
	height: 20px;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
	opacity: .4;
	-moz-opacity: .4;
	-khtml-opacity: 0.4;
	filter:alpha(opacity=40);
}

.jdGallery .gallerySelector
{
	z-index: 20;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
}

.jdGallery .gallerySelector h2
{
	margin: 0;
	padding: 10px 20px 10px 20px;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}

.jdGallery .gallerySelector .gallerySelectorWrapper
{
	overflow: hidden;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton
{
	margin-left: 10px;
	margin-top: 10px;
	border: 1px solid #888;
	padding: 5px;
	height: 40px;
	color: #fff;
	cursor: pointer;
	float: left;
}

.jdGallery .gallerySelector .gallerySelectorInner div.hover
{
	background: #333;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton div.preview
{
	background: #000;
	background-position: center center;
	float: left;
	border: none;
	width: 40px;
	height: 40px;
	margin-right: 5px;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton h3
{
	margin: 0;
	padding: 0;
	font-size: 3mm;
	font-weight: normal;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton p.info
{
	margin: 0;
	padding: 0;
	font-size: 3mm;
	font-weight: normal;
	color: #FFF;
}