/******************************************************************************
 * STANDARD ELEMENTS - Standard layout of HTML elements without classes or IDs
 ******************************************************************************/

fieldset	{ border: 0; }
a img		{ border: 0; }
:focus		{ outline: 0; }

/******************************************************************************
 * GENERIC CLASSES - Basic classes that can be used everywhere
 ******************************************************************************/
.orange_block	{ width: 4px; height: 20px; background-color: #ff7f00; float: left; }

/******************************************************************************
 * NAVIGATION ELEMENTS - Main menu, submenus
 ******************************************************************************/
/** Standard menu beam, defines background and height **/
.standard-menu-beam {
	background: #16b578 url(../images/junior/bg-header-menu.png) repeat-x scroll 0 0;
}

/** Class that places the FCG logo in menu divs **/
.logo-in-menu {
	width: 60px;
	background: transparent url(../images/junior/right-header-light-purple-logo.png) no-repeat scroll 0 0;
}
#junior-gallery .logo-in-menu {
	position: absolute;
	top: 0;
	left: 535px;
	height: 28px;
}

/** Header menu, directly below the header **/
#header-menu {
	overflow: hidden;
}
#header-menu ul li a {
	padding: 8px 9px;
}
#header-menu ul li a:hover,
#header-menu ul li a:focus,
#header-menu ul li a:active,
#header-menu ul li a.active {
	background: transparent url(../images/junior/header-menu-active.png) repeat-x scroll 0 0;
}

/******************************************************************************
 * DIVISION: HEADER
 ******************************************************************************/
/** The green background in the header **/
#header-top-overlay {
	filter: alpha(opacity=5);
	-moz-opacity: .5;
	opacity: .5;
	margin-top: 84px;
	height: 72px;
}

/** This #header-top2 division is layed over the #header-top division, because of the absolute
    positioning in the latter. Otherwise the green background would be on top of all things. **/
#header-top2-logo {
	position: relative;
	top: 0;
	left: 16px;
}
#header-top2-slogan {
	margin-left: 25px;
	margin-top: 95px;
}

#header-top2-slogan img {
	margin-left: 8px;
}

#header-top2-slogan h3 {
	font-size: 11px;
	color: #fff;
}

/******************************************************************************
 * DIVISION: CONTENT - Main content area
 ******************************************************************************/
#left-column {
	width: 192px;
}

/******************************************************************************
 * DIVISION: RIGHT COLUMN
 ******************************************************************************/
#right-column {
	float: right;
}

.right-column-block {
	border: 0;
}

.right-column-block-title.type1 {
	background: #16b578 url(../images/junior/right-column-block-header-purple.png) no-repeat 0 0;
}

.right-column-block-title.type2 {
	background: #16b578 url(../images/junior/right-column-block-header-purple.png) no-repeat top right;
}

.right-column-block-content {
	border: 0 !important;
	padding-left: 8px;
}

.right-column-block-content p,
.right-column-block-footer p {
	margin: 5px 0 4px 4px;
}

.right-column-block-content a {
	margin-top: 2px;
	color: #0000CE;
	font-weight: bold;
	text-decoration: underline;
}

.right-column-block-content .info {
	color: #7d7c7c;
}

.right-column-block-content p {
	margin: 0;
	line-height: 1.3;
}

.right-column-block-footer li {
	line-height: 22px;
	padding-left: 22px;
}
.right-column-block-footer li.news {
	text-decoration: underline;
	background: url(../images/buttons/news-icon.png) no-repeat 1px 3px;
}
.right-column-block-footer li.rss {
	text-decoration: underline;
	background: url(../images/buttons/rss-icon.png) no-repeat 0 3px;
}

/******************************************************************************
 * DIVISION: FOOTER - All three footer divisions get their styling here
 ******************************************************************************/
#footer-ad {
	float: right;
	width: 792px;
	border: 1px solid #0c7a50;
}
	#footer-ad-text,
	#footer-ad-image {
		text-align: center;
		margin-bottom: 12px;
		font-size: 10px;
		color: #b0b0b0;
	}

/******************************************************************************
 * DIVISION: HOME
 ******************************************************************************/
.right-column-newsblock-content,
.right-column-block-content,
.right-column-block-footer {
	font-size: .9em;
}

strong {
	font-size: 1.2em;
}

#main-news-column {
	width: 375px;
	margin-right: 4px;
}

#home-news-block-content {
	width: 219px;
	float: left;
	background: #fff url(../images/junior/news-transparent-background-logo-large.png) no-repeat center 162px;
	_background-image: url(../images/junior/news-transparent-background-logo-large_ie6.gif);
}

#main-news-column,
#home-news-block-content {
	min-height: 390px;
	height: auto !important;
	height: 390px;
	border-bottom: 4px solid #306;
	margin-bottom: 4px;
}

#main-news-column {
	background: #edf6fb url(../images/junior/news-transparent-background-logo-small.png) no-repeat 300px bottom;
	_background-image: url(../images/junior/news-transparent-background-logo-small_ie6.gif);
}

.home-news-block {
	float: none !important;
	width: auto !important;
	height: auto !important;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	background: transparent url(../images/junior/foot-black.png) no-repeat scroll 330px bottom;
	_background-image: url(../images/junior/foot-black_ie6.gif);
}

.home-news-block p {
	margin-bottom: 4px;
}

.home-news-block a {
	text-decoration: underline;
}

.home-news-imagewrap {
	float: none !important;
	width: 100% !important;
	height: 100% !important;
	height: 215px;
}

.home-news-imagewrap img {
	border-bottom: 3px solid #fff;
}

#junior-single-news-item {
	background-color: #EFEFEF;
}

.right-column-newsblock-content {
	margin-bottom: 20px;
	padding-left: 15px;
	background: url(../images/junior/foot-black.png) no-repeat 188px bottom;
	_background-image: url(../images/junior/foot-black_ie6.gif);
}

.right-column-newsblock-content p {
	font-size: 11px;
	padding: 0;
	margin: 4px 0 0 0;
}

.right-column-block-title {
	padding-top: 17px;
	height: 34px;
	border: 0;
	background: #fff url(../images/junior/right-column-block-header-purple.png) no-repeat scroll 0 0;
}

.right-column-block-title strong {
	margin-left: 12px;
}

.right-column-block-title-1 {
	height: 55px;
	margin-bottom: 20px;
	padding: 18px 0 0 75px;
	background: #fff url(../images/junior/content-column-small-news-title.png) no-repeat scroll 0 0;
}

.right-column-block-title-1 strong {
	color: #fff;
}

.right-column-block-footer {
	background: #efefef;
	margin: 6px 3px 0 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
}

.right-column-block-footer a { 
	color: #000;
}

/* gallery */

#junior-gallery {
	clear: both;
	height: 360px;
	border-bottom: 4px solid #306;
	width: 598px;
	background: url(../images/junior/bg_junior_gallery.png) repeat-x bottom;
}

.gallery-header {
	padding-left: 79px;
	height: 28px;
	line-height: 28px;
	background: #16b578 url(../images/junior/bg-header-menu.png) repeat-x scroll 0 0;
	font-size: 12px;
	color: #fff;
}

.gallery-pictures {
	margin-left: 20px;
	margin-top: 20px;
	
	height: 307px;
	width: 100%;
	
	background: transparent url(../images/junior/logo-junior-club-small.png) no-repeat 438px bottom;
	_background-image: url(../images/junior/logo-junior-club-small_ie6.gif);
}

.gallery-pictures img {
	margin-right: 19px;
	margin-bottom: 19px;
}

/* sub-menu */

.left-submenu {
	background: url(../images/junior/menu.png) repeat-y 0 0;
	padding-left: 55px;
}

.left-submenu li {
	height: 47px;
	border: 0;
}

.left-submenu li a,
.left-submenu li a:hover,
.left-submenu li a:focus,
.left-submenu li a:active,
.left-submenu li a.active {
	width: 135px;
	height: 32px;
	overflow: hidden;
	margin: 0;
	padding: 15px 0 0 0;
	font-size: 17px;
	background: 0;
	border: 0;
	color: #fff;
	font-weight: bold;
}

.left-submenu li a:hover,
.left-submenu li a:focus,
.left-submenu li a:active {
	text-decoration: underline;
}

/* bottom-link-bar */

#bottom-link-bar {
	height: 40px;
	padding: 0 16px;
	margin-top: 8px;
}

#bottom-link-bar a {
	margin-bottom: 2px;
	margin-right: 40px;
	height: 20px;
	color: #000;
}

#bottom-link-bar img {
	padding-right: 11px;
}

.rabobank {
	width: 192px;
	height: 163px;
	padding-top: 23px;
	text-align: center;
}
.foot-trail-white {
	position: absolute;
	width: 200px;
	height: 100px;
	background: url(../images/junior/foot-trail-white.png) no-repeat;
}
.foot-trail-spacer {
	width: 192px;
	height: 104px;
}

.groby {
	background: url(../images/junior/groby.png) no-repeat 0 0;
}

.gallery-header {
	position: relative;
}

.groby_rel {
	position: absolute;
	top: -16px;
	left: 15px;
	z-index: 999;
	
	width: 52px;
	height: 68px;
	
	overflow: hidden;
	text-indent: -200px;
	
	background: transparent url(../images/junior/groby.png) scroll no-repeat top left;
	_background-image: url(../images/junior/groby_ie6.gif);
}

#content-colum {
	float: left;
	width: 600px;
	background-color: #f8f1f8;
}
.junior_sub_text {
	margin: 14px;
}
.intro {
	font-weight: bold;
	padding-bottom: 6px;
}
.img_text {
	margin-bottom: 50px;
}
p img {
	float: left;
	margin: -7px 25px 5px 25px;
	width: 249px;
	height: 166px;
}
.img_text span {
	clear: left;
	float: left;
	background-color: #fae2ca;
	margin: 0 25px 15px 25px;
	padding: 7px;
	width: 235px;
	_width: 249px;
}
#content-colum h2 {
	padding-top: 8px;
}

/***************************************
 * STYLE TO USE IF NO IMAGES ARE FOUND
 **************************************/
.no-photos-found {
	margin-top: 140px;
	width: 100%;
	text-align: center;
}

/***************************************
 * AGENDA
 **************************************/
 #agenda tr.agenda_header {
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	text-indent: 4px;
	color: #fff;
	background: url(../images/junior/bg-header-menu.png) repeat-x scroll top right;
}

.right-column-block .csc-header .csc-firstHeader {
	background: #fff url(../images/junior/right-column-block-header-purple.png) repeat-x scroll top right;
	height: 45px;
}

.right-column-block .csc-header {
	border: 0;
}

#agenda .filter select,
#agenda .filter input,
#agenda table {
	border: 1px solid #ee7f00;
}

#agenda .filter input {
	color: #a44fa3;
	font-weight: bold;
}

#footer-ad,
.standard-ads {
	display: none;
}



/******************************************************************************
 * IMAGES
 ******************************************************************************/
#content-column .csc-frame-frame1 {
/* 	clear: both; */
/* 	border-bottom: 4px solid #306; */
/* 	width: 598px; */
/* 	background: url(../images/junior/bg_junior_gallery.png) repeat-x bottom; */
}
#content-column .csc-frame-frame1 .csc-header {
/* 	padding: 0; */
/* 	background: #16b578 url(../images/bg_header-menu.png) repeat-x scroll 0 0; */
}
#content-column .csc-frame-frame1 .csc-header h1 {
/* 	color: #fff; */
/* 	font-size: 1.2em; */
/* 	margin-left: 6px; */
/* 	height: 30px; */
/* 	line-height: 30px; */
/* 	overflow: hidden; */
}
#content-column .csc-frame-frame1,
#content-column .csc-frame-frame1 img {
	*padding-bottom: 8px;
}

