/* Calendar */

#pagemodule .calendar table {
	border-collapse: separate;
	border-spacing: 1px;
}

#pagemodule .calendar {
	background: #CCC;
	font-size: 8px;
	height: 180px;
	width: 100%;
}

#pagemodule .calendar th {
	background: #273C82;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
#pagemodule .calendar th.nav {}
#pagemodule .calendar a:link, #pagemodule .calendar a:visited {
	text-decoration: none;
	display: block;
}
#pagemodule .calendar a:hover {
	color: #1c5cba;
}
#pagemodule .calendar .title {
	color: #FFF;
	background: #333;
	font-size: 11px;
	line-height: 25px;
	padding: 0px;
	height: 25px;
}
#pagemodule .calendar .prev , #pagemodule .calendar .next {
	color: #EEE;
	background: #333;
	font-size: 14px;
	padding: 0px;
	height: 25px;
}
#pagemodule .calendar th:hover .prev, #pagemodule .calendar th:hover .next, #pagemodule .calendar th:hover .title {
	background: #EEE;
}
#pagemodule .calendar th.sunday {
	background: #FF0000;
}
#pagemodule .calendar td {
	background: #F7F7F7;
	height: 22px;
	vertical-align: top;
}
#pagemodule .calendar td a {
	color: #333;
	display: block;
	height: 100%;
}
#pagemodule .calendar td.inactive {
	background: #DDD;
}
#pagemodule .calendar td.today, #pagemodule .calendar td.today a {
	background: #FFFF00;
	color: #FF0000;
}
#pagemodule .calendar td.eventday, #pagemodule .calendar td.regularday a:hover {
	background: #FFFFCC;
}
#pagemodule .calendar td.regularday {
	background: #FFF;
}

/* SLIMBOX / MEDIABOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	z-index: 999;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	z-index: 1000;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #fff;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/* MOODALBOX CSS */

div#mb_overlay {
position: absolute;
left: 0;
width: 100%;
background-color: #000;
cursor: pointer;
z-index: 999;
}

div#mb_center, div#mb_bottom {
position: absolute;
left: 50%;
overflow: hidden;
background-color: #DDD;
z-index: 1000;
}

div#mb_center {
background-color: #FFF;
}

div#mb_contents {
width: 400px;
height: 400px;
border: 10px solid #DDD;
overflow: auto;
background-color: #FFF;
visibility: hidden;
}

.mb_loading {
background: #DDD url(../images/loading.gif) no-repeat center center;
}

#mb_error {
font-size: 1.2em;
color: #CD0000;
font-weight: bold;
text-align: center;
padding: 0.5em;
font-family: Verdana, Helvetica, sans-serif;
}

#mb_error em {
font-size: 0.8em;
}

div#mb_bottom {
font-family: Verdana, Helvetica, sans-serif;
font-size: 10px;
color: #666;
line-height: 1.4em;
text-align: left;
border: 10px solid #DDD;
border-top-style: none;
}

a#mb_close_link {
display: block;
float: right;
width: 66px;
height: 22px;
background: transparent url(../images/closelabel.gif) no-repeat center;
margin: 5px 0;
}

div#mb_caption {
margin-right: 71px;
}

/* Simple Tabs */

#pagecontent ul.tab-menu {
	margin-top: 18px;
	margin-left: 18px;
}

.tab-wrapper {
	padding:				18px;
	border:					2px solid #273C82;
	overflow: hidden;
}
.tab-menu {
	list-style:				none;
	padding:				2px 0;
	clear:					both;
	line-height:			18px;
	font-size:				11px;
}
.tab-menu li
{
	display:				inline;
	margin:					0px 1px;
}
.tab-menu li a
{
	padding:				1px 5px;
	background-color:		#f5f5f5;
	color:					#222;
	font-weight:			bold;
	text-decoration:		none;
}
#pagecontent .tab-menu li a:link, #gamebox .tab-menu li a:visited {
	background-color: #EEE;
	border: 1px solid #CCC;
	border-bottom: 1px solid #EEE;
	color: #777;
}
#pagecontent .tab-menu li a:hover {
	background-color: #FFF;
	border: 1px solid #273C82;
	border-bottom: 1px solid #FFF;
	color: #273C82;
}
/*#gamebox .tab-menu li a:focus
{
	background-color:		#FAEC8F;
	border-bottom-color:	#FF0000;
}*/
#gamebox .tab-menu li.tab-selected a {
	background: #273C82;
	color: #FFF;
	border: 1px solid #273C82;
	border-top-width: 2px;
	border-bottom: 1px solid #273C82;
}

/* JD Gallery */

#pagecontent #myGallery
{
	margin: 0px auto;
	z-index: 0;
	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;
}

.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('../images/loading-bar-black.gif');
}

.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 1;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 40px;
	background: #000;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

* html .jdGallery .slideInfoZone
{
	bottom: -1px;
}

.jdGallery .slideInfoZone h2
{
	padding: 0;
	font-size: 80%;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: #FFF;
	border-width: 0px;
}

.jdGallery .slideInfoZone p {
	padding: 0;
	font-size: 11px;
	margin: 2px 5px;
	color: #eee;
}

.jdGallery div.carouselContainer {
	position: absolute;
	height: 100px;
	width: 100%;
	z-index: 2;
	margin: 0px;
	left: 0;
	top: 0;
}

.jdGallery a.carouselBtn {
	position: absolute;
	bottom: 0;
	right: 30px;
	height: 20px;
	/*background: url('../images/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0px 20px;
	font-size: 11px;
	background: #121c4b;
	color: #EEE;
	cursor: pointer;
	text-decoration: none;
}
.jdGallery a.carouselBtn:hover {
	border-bottom-style: none;
}

.jdGallery .carousel {
	position: absolute;
	width: 100%;
	margin: 0px;
	left: 0;
	top: 0;
	height: 80px;
	background: #121c4b;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

.jdGallery .carousel .carouselWrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 5px;
	left: 0px;
	overflow: hidden;
}

.jdGallery .carousel .carouselInner {
	position: relative;
}

.jdGallery .carousel .carouselInner .thumbnail
{
	cursor: pointer;
	background: #000;
	background-position: center center;
	float: left;
	border: solid 1px #fff;
}

.jdGallery .carousel .label {
	color: #EEE;
	font-size: 11px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 0;
	margin: 0;
	
}

.jdGallery .carousel .label .description {
	color: #CCC;
}

.jdGallery .carousel .label .number {
	color: #999;
}

.jdGallery a {
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.jdGallery a.right, .jdGallery a.left {
	position: absolute;
	height: 100%;
	width: 25%;
	cursor: pointer;
	z-index:1;
	filter:alpha(opacity=15);
	-moz-opacity:0.15;
	-khtml-opacity: 0.15;
	opacity: 0.15;
}

* html .jdGallery a.right, * html .jdGallery a.left {
	filter:alpha(opacity=20);
}

.jdGallery a.right:hover, .jdGallery a.left:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

.jdGallery a.left {
	left: 0;
	top: 0;
	background: url('../images/prevlabel.gif') no-repeat center left;
}

/* html .jdGallery a.left { 
	background: url('../images/fleche1.gif') no-repeat center left; 
}*/

.jdGallery a.right {
	right: 0;
	top: 0;
	background: url('../images/nextlabel.gif') no-repeat center right;
}

/* html .jdGallery a.right { 
	background: url('../images/fleche2.gif') no-repeat center right; 
}*/

.jdGallery a.open
{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	font-size: 11px;
}

.withArrows a.open {
	position: absolute;
	top: 0;
	left: 25%;
	height: 100%;
	width: 50%;
	cursor: pointer;
	z-index: 1;
	background: none;
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

/*.withArrows a.open:hover { 
	background: url('../images/open.png') no-repeat center center; 
	filter:alpha(opacity=50);
}

* html .withArrows a.open:hover { 
	background: url('../images/open.gif') no-repeat center center;
	filter:alpha(opacity=50); 
}*/

.collection .pager
{
	float: right;
}
#pagecontent .collection ol.pager 
{
	margin: 0 0 1em 2em;
	padding: 0;
	list-style: none;
}
#pagecontent .collection ol.pager  li
{
	display: inline;
	margin-left: 1em;
}

#pagecontent .collection ol.tags
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#pagecontent .collection ol.tags li
{
	display: inline;
	margin-right: 1em;
}