/*
 * Stylesheet InnovatieImpuls onderwijs
 * Fier Concept & Design
 *
 * Laatste wijziging: 27/04/2010
 *
 */

body {
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	background-image: url(../images/bg_tmppage.jpg);
	background-repeat: no-repeat;
	background-position: top center;	
	background-color: #93CBDA;
	color: #323879;	
	font-size: 13px;
}

/* ==================
 * HTML Elements 
 * ================== */

h1 { color: #70A328; font-size: 28px; font-weight: bold; font-family: Candara, Arial, sans-serif; margin-bottom: 25px; line-height: 110%;}

h2, h3, h4 { color: #323879; font-weight: bold; font-family: Candara, Arial, sans-serif; line-height: 120%;}

a { color: #2691CB; text-decoration: none; }

p {
	margin-bottom: 22px;	
	line-height: 150%;
}

/* Main containers */

#top-menu,  #content-container, #footer {	
	width: 960px; /* 968 - padding */
}

#top-menu {
	margin: 0px auto;				
	text-align: right;
	position:relative;
	z-index:2;
}

#content-container {
	margin: 5px auto;				
	position: relative;
	background:  url('../images/bg_content.png') repeat-y;
	padding-left: 3px;
	padding-right: 4px;	
	overflow: visible;
}

#menu-container {
	position: relative;
	background-color: white;
	width: 920px;
	padding-left: 20px;
	padding-right: 20px;	
	z-index: 2;
}


#content-left {
	/*position: relative; */
	float: left;	
	background: white url('../images/bg_content_left.png') no-repeat;
	padding-left: 50px;
	padding-right: 40px;
	padding-bottom: 25px;
	width: 551px; /* Since element is floated, with is mandatory. Width = 640 - padding-left/right */
}

#content-right {
	position: relative;
	float: right;
	overflow: hidden;
	background-color: #EFEFEF;
	width: 274px; /* 319 - padding-left/right */
	min-height: 795px;
	/* height: 100%; */
	padding-left: 30px;
	padding-right: 15px;
	padding-top: 30px;
	z-index: 1; /* Let op z-index.  zie http://webdemar.com/webdesign/superfish-jquery-menu-ie-z-index-bug/ */
}

#content-bottom {
	overflow: hidden;
	background: #DEF0EA url('../images/bg_content_bottom.png') repeat-x;
	clear: both;
	/*width: 100%; */
	width: 930px;
	/*height: 127px; */
	height: 250px;
	padding-top: 20px;
	padding-left: 30px;
	padding-bottom: 30px;
	
}

#footer {
	margin: 10px auto;				
	color: #5E8392;
	text-align: right;
	font-size: 10px;
}

#footer a { color: #5E8392; } 


/* ==================
 * Menu
 * ================== */

 /* Top menu */
 
#top-menu ul {
	list-style-type:none;	
	margin-right: 15px;
}

#top-menu ul li { display: inline; }
#top-menu ul li a { color: #5E8392; font-size: 12px; font-weight: bold;}
#top-menu ul li a:hover { color: #323879;}
 
/* Main menu items */
 
#main-container {} 

ul.main-menu {	
	position:relative;
	list-style-type:none;
	white-space:nowrap;
	line-height: 40px;
	position: relative; 	
	margin-left: 1px;
	width: 940px;		
 }
 
ul.main-menu li.mi { float: left; position: relative; margin-right: 20px; border-bottom: 3px solid white; overflow: visible;}

ul.main-menu li.mi a.ml
{	
	display:block;
	float:left;
	font-family: Candara, Arial, sans-serif; 
	font-size: 15px;
	font-weight: bold;	
}

ul.main-menu li.active { border-bottom: 3px solid #7DB730; }
ul.main-menu li.active a.ml { color: #7DB730; }

/* Sub menu */

div.sub-menu {
	position: absolute;
	display: none;
	z-index: 300;
	background: white url('../images/bg_submenu.png') no-repeat top left;	
	top: 43px;
	left: 0;	
	width: 253px;	
	font-size: 12px; 
	font-weight: bold;	
}

div.sub-menu a {
	display: block;
	padding-left: 15px;	
	margin-left: 2px;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #DDDDDD;
	width: 230px;
}

div.sub-menu a:hover { background-color: #EFEFEF; }

div.sub-menu a.last { border: none;}

div.sub-menu-bottom {
	background: white url('../images/bg_submenu_bottom.png') no-repeat bottom left;
	height: 10px;
}

/* ==================
 * Left content
 * ================== */
 
#content-left a:hover { text-decoration: underline; }

div#logo-box {
	background: white url('../images/logo.png') no-repeat;
	margin-top: 35px;	
	/* Dimensions: same as image */
	width: 314px;
	height: 100px;
}

/* Breadcrumb */


div.breadcrumb {
	margin-top: 5px;
	margin-bottom: 45px;
	font-size: 11px;
}

div.breadcrumb ul {	list-style-type:none; }
div.breadcrumb ul li {	display: inline; }
div.breadcrumb ul li a { color: #5E8392; }

div#quote-box {
	position: relative;
	/*overflow: hidden;*/ /* Without it, there is no margin-top in FF because margins collapse;  @see: http://www.webmasterworld.com/forum83/8166.htm */
	float: left;
	background: white url('../images/bg_quote.png') no-repeat;	
	margin-top: 15px;	
	/* Dimensions: same as image: */
	width: 550px;
	height: 251px;	
}

div#quote-box .quote {		
	display: block;
	line-height: 120%;
	width: 460px;			
	margin: 40px auto;
	color: #665199;
	font-style: italic;
	font-size: 30px;
	text-align: center;
}

div#quote-box .bottom {			
	position: absolute;
	bottom: 0;
	color: #2691CB;
	font-size: 16px;
	font-weight: bold;
	height: 43px;
	width: 100%;
	/*border-top: 1px solid white;*/
	padding-top: 10px;
	text-align: center;
}

div#quote-box .bottom #sign-up-link {			
	position: absolute;
	right: -15px;
	bottom: -35px;
}

div.text-box {
	float: left;
	position: relative;
	width: 425px;
	margin-top: 40px;	
}

/* Text element (blok text met introductie bestaande uit verschillende paragrafen) */

.home-news h2 {	font-size: 18px; }
.home-news .date { color: #999999; font-size: 12px; margin-top: -10px; margin-bottom: 10px; }

p.intro { font-weight: bold; }

div.text-element { position: relative; padding-bottom: 40px; }

div.text-element p { clear: both; }

div.text-element p img {
	float:left;
	vertical-align:top;
	margin-right: 15px;	
	margin-bottom: 10px;
}

div.text-element ul {
	list-style-position: inside;
	list-style-type: square;
	margin-bottom: 10px;
}

div.item { 	padding-bottom: 5px; }

div.item h2 {
	background-image: url('../images/cogwheel_green.png');
	background-repeat: no-repeat;
	height: 25px;
	line-height: 25px;
	padding-left: 35px;
	color: #323879;
	font-size: 18px;
	margin-bottom: 15px;
}

/* Calendar detail */

div.agenda-detail {
	padding-bottom:5px;
	margin-bottom: 15px;
}

div.text-element .location {
	font-size: 16px;
	font-weight: bold;
	margin-top: -25px;
	margin-bottom: 5px;
}	

div.text-element .date {
	position: absolute;
	left: -49px;
	top: 10px;
	color: #323879;
	background: url('../images/bg_shadow_top.png') repeat-x bottom left;		
	font-family: Candara, Arial, sans-serif; 
	padding-bottom: 15px;		
	width: 35px;
	text-align: right;
	padding-right: 2px;
}
div.text-element .date .day { 
	font-size: 28px; 
	font-weight: bold; 	
	line-height: 65%; 
	background: url('../images/bg_shadow_bottom.png') repeat-x top left;		
	padding-top: 20px;	
}
div.text-element .date .month { font-size: 13px; 	line-height: 140%; }
div.text-element .date .year { font-size: 10px;	line-height: 100%; }

/* Programma */

div.program h2 { font-size: 18px; margin-bottom: 10px;}

div.program-list {
	border-top: 1px solid #A9BDBC;
	border-bottom: 1px solid #A9BDBC;
	background-color: #F5F5F5;
	width: 555px; 	
	margin-bottom: 20px;		
	/* Nodig om container een hogte te geven (alternatief: clear: both) */
	overflow: auto;	
}

div.program-list .row {
	padding-top: 10px;
	padding-bottom: 10px;
	height: 35px;
}

div.program-list .left, div.program .right {
	float: left;	
}

div.program-list .left {
	color: #665199;
	font-weight: bold;
	font-size: 12px;
	width: 90px;
	padding-left:2px;	
}

div.program-list .right {	
	width: 444px;
}


div.program-list .right em {  font-size: 12px; color: #2691CB;	font-weight: bold; font-style: normal;}
div.program-list .right p { 	font-size: 11px; margin-bottom: 0px; }
div.program-list .border-bottom { background: url(../images/program_row_border.png) no-repeat bottom left; }

/* News */


div.news-item h2 { font-size: 18px; margin-bottom: 10px;}

div.news-item {	
	position: relative;
	position: relative;
	width: 530px;	
	font-size: 12px;
	overflow: visible;
	float: left;
/*	height: 100%;*/
	padding-bottom: 30px;
	padding-left: 3px;
}

div.news-top { width: 100%; height: 2px; }
div.news-item h2 { font-size: 18px; margin-bottom: 10px;}

div.news-item .text .loc {
	margin-bottom: 5px;
	font-weight: bold;
}

div.news-item .date {
	position: absolute;
	top: -40px;
	left: -49px;
	color: #323879;
	background: url('../images/bg_shadow_top.png') repeat-x bottom left;		
	font-family: Candara, Arial, sans-serif; 
	padding-bottom: 15px;		
	width: 35px;
}
div.news-item .date .day { 
	font-size: 28px; 
	font-weight: bold; 	
	line-height: 65%; 
	background: url('../images/bg_shadow_bottom.png') repeat-x top left;		
	padding-top: 20px;	
}
div.news-item .date .month { font-size: 13px; 	line-height: 140%; }
div.news-item .date .year { font-size: 10px;	line-height: 100%; }

div.news-item .image, div.news-item .text { float:left; }
div.news-item .image { width: 190px; height: 140px; margin-right: 25px;} 
div.news-item .text { width: 315px; /*height: 100%; */} 

/* Lijst met filmpjes */
.bekijkFilm {
	cursor:pointer;
}

.movies h1 { padding-bottom: 30px;}

div.movie-item h2 { font-size: 18px; margin-bottom: 10px;}
div.movie-item {	
	position: relative;
	width: 530px;	
	font-size: 12px;
	overflow: visible;
	float: left;
	/*height: 100%;*/
	padding-bottom: 30px;
	padding-left: 3px;
}


div.movie-item .image, div.movie-item .text { float:left; }
div.movie-item .image { width: 190px; height: 140px; margin-right: 25px; cursor:pointer;} 
div.movie-item .image span { font-size: 11px; color: #666666;}
div.movie-item .text { width: 315px; /*height:100%;*/ } 

/* FAQ */

div.faq { width: 495px;	}

.faq h3 {
	position: relative;
	margin: 0 0 1px 0;
	padding-left: 18px;
	background-image: url(../images/bg_faq_head.png);
	background-repeat: repeat-x;
	font-size: 12px;
	height: 35px;
	line-height: 35px;
	color: #2691CB;
	font-weight: bold;
	cursor: pointer;
}

.faq h3:hover {
	color: black;
}

.faq h3.open { 
}

.faq h3 img {
	position: absolute;
	top: 5px;
	right: 5px;
	
}

.faq div {
	font-size: 12px;
	color: #323879;
	padding: 15px 30px 15px 30px;
	background-color: #D4E6EC;
	margin: 0 0 2px 0;
	border-bottom: 2px solid #98C8DC;
}

/* Contact form */

#contact-form {
	float: left;
	background-image: url('../images/bg_contact_form.png');
	background-repeat: no-repeat;
	/*background-color: #EFEFEF;*/
	position: relative;
	color: #323879;
	font-size: 11px;
	width: 490px;	
	height: 350px;	
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 20px;	
	margin-top: -30px;
 }

#contact-form label {
	float:left;
	font-weight:normal;
	line-height:250%;
	width:125px;
}

#contact-form input {
	border: 1px solid #B4BCDD;
	float:left;		
}
#contact-form textarea {
	float:left;
	height: 92px;
	border: 1px solid #B4BCDD;
}

#contact-form .submit {
	position: absolute;
	border: none;
	top: 355px;
	right: 13px;
}

/* ==================
 * Right content
 * ================== */

/* Page navigation (vorige / volgende pagina knoppen) */

div.page-nav {	
	position: relative;
	clear: both;
	margin-top: 30px;	
	left: 5px;
	bottom: 0px;
	width: 640px;
	margin-left: -55px;
	margin-bottom: 3px;
}

div.page-nav .prev, div.page-nav .next { 
	position: absolute;	
	width: 120px; 
	height: 27px; 
	line-height: 25px; 
	display: block;	
	font-weight: bold;
	font-size: 15px;
}

div.page-nav .prev { left: 0px; padding-left: 40px; background: url('../images/btn_prev_page.png') no-repeat  bottom left;}
div.page-nav .next { right: 0; text-align:right;padding-right: 40px; background: url('../images/btn_next_page.png') no-repeat  bottom right;}

 
#content-right .top-bar {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #DDDDDD;
	height: 16px;
	width: 100%;
}

#content-right h2 { font-size: 17px; margin-bottom: 7px;}
 
div.search { margin-bottom: 5px; }
div.news-letter { margin-bottom: 30px; }
div.examples { margin-bottom: 10px;}
 
div.search .inner {	
	position: relative;
	min-height:60px;
    height:auto !important;
    height:60px; 	
}

div.news-letter .inner {	
	position: relative;
	min-height:100px;	
    height:auto !important;
    height:100px; 		
}

div.news-letter #news-letter-form {
	padding-top: 10px;
	padding-left: 10px;	
}

div.news-letter #news-letter-form input[type="text"] {
	width: 252px;
}

div.news-letter #news-letter-form input[type="image"] {
	position: absolute;
	right: 7px;
	bottom: 7px;
}


div.search #search-form {
	position: absolute;	
	text-align: center;
	width: 260px;
	height: 35px;	
	top: 50%; 
	right: 4px;
	margin-top: -18px; 	

}

#search-form div { float: left; }

#content-right input[type="text"] {
	border: 1px solid #B3C3BD;
	color: #B3C3BD;
	width: 174px;
	height: 27px;
	line-height: 27px;
	padding-top: 2px;
	padding-left: 5px;
	margin-top: 2px;
	margin-right: 5px;	
	font-size: 12px;
	margin-bottom:40px;
}

#content-right label { color: #666666; font-size: 11px;}

/* Aanmelden */

.meld-aan {
	position: relative;	
	width: 320px;
	padding-top: 25px;
	padding-bottom: 15px;	
	border-bottom: 2px solid white;
	border-top: 2px solid white;
	margin-bottom: 25px;

}
 
.meld-aan h2 { font-size: 14px; color: #2691CB; padding-left: 30px;}

.meld-aan #meld_aan_image {
	position: absolute;
	margin-top: -70px;
	right: 0px;

}

/* Agenda */


div.agenda-home {
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	margin-bottom: 10px;
}

div.agenda-home .item, div.agenda-home .last-item { 
	overflow: hidden;
	min-height: 20px;
    height:auto !important;
    height:20px; 		
	padding: 10px 0 10px 0; 
	border-bottom: 1px solid white; 
	clear: both;	
}

div.agenda-home .item:hover {background-color: #CCCBCB; }

div.agenda-home .item a:hover { text-decoration: underline; }

div.agenda-home .item .date, .title, .location { display: block; float:left; overflow: hidden; }
div.agenda-home .item .date { color: #666666; width: 65px; }
div.agenda-home .item .title { width: 150px; }
div.agenda-home .item .location { color: #666666; width: 57px; text-align: right;}
div.agenda-home .last-item .bottom { font-size: 11px;color: #666666;  }

/* Praktijkvoorbeelden (link to movies) */

div.examples .inner {
	min-height:170px;	
    height:auto !important;
    height:170px; 		
}

div.examples #examples-list {
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
}

.examples h2 { padding-bottom: 15px;}
.examples .movie-box {width: 260px;	color: #666666;	font-size: 12px; margin-bottom: 5px; overflow: hidden;}
.examples .movie-box .left { float: left; width: 70px; height: 52px; }
.examples .movie-box .right { float: left; padding: 2px 0 3px 13px; width: 177px; height: 47px; background-color: #E8EBEE;}
.examples .movie-box .right .length { font-size: 10px; }
.examples .movie-bottom { width: 260px; text-align: right;margin-top:0px }

/* Downloads */

.downloads {
	margin-top: 30px;
}

.download-list { padding-top: 25px; padding-left: 10px;}
.download-list h2 { padding-bottom: 15px;}
.downloads .item { height: 55px; border-top: 2px solid #E8EBEE; width: 260px; padding-top: 5px; margin-bottom: 5px;}
.downloads .icon {width: 80px; height: 46px; float: left; }
.downloads .pdf { background: url('../images/icon_pdf.png') no-repeat;}
.downloads .ppt { background: url('../images/icon_ppt.png') no-repeat;}
.downloads .link { float :left; width: 140px;}
.downloads .link a {font-weight: bold; font-size: 12px; line-height: 120%;}
.downloads .link span.file-info {font-size: 12px; color: #666666;}

/* Page menu (list of subpages in this section) */

div.page-menu {
	position: relative;
	overflow: visible;	
	margin-top: 88px;	
	margin-bottom: 5px;
	width: 230px;
}

div.page-menu ul { list-style-type:none; }
/* niet ondersteund door IE7 -> met typoscript geregeld
div.page-menu ul li:last-child, div.page-menu ul li.last  { border: none;   }
div.page-menu ul li { height: 35px; line-height: 35px; border-bottom: 2px solid white; }
*/
div.page-menu ul li { height: 35px; line-height: 35px; }
div.page-menu ul li a { color: #323879; font-size: 14px; font-weight: bold; }
div.page-menu ul li.active a { color: #7DB730; }

#page-menu-indicator {
	position: absolute;
	z-index: 300;
	top: 0px;
	right: 310px;
	background-image: url('../images/cogwheel_green.png') ;
	height:25px;
	width:25px;
}

.page-menu-bottom {
	background: url('../images/bg_shadow_top.png') repeat-x;
	height: 9px;
	width: 320px;
	margin-left: -30px;
	margin-bottom: 15px;
}


/* Activiteiten navigatie */


div.act-nav { 
	width: 319px; 
	height :42px; 
	background: url('../images/bg_activity_nav.png') no-repeat;
	margin-left: -30px;
	text-align: center;
	padding-top: 2px;
	color: #323879;
	font-size: 14px;
	font-weight: bold;
}

div.act-nav .prev { display: block; float: left; background: url('../images/btn_prev_page.png') no-repeat;width: 31px; height: 27px; }
div.act-nav .next { display: block; float: right; background: url('../images/btn_next_page.png') no-repeat;width: 31px; height: 27px; }

/* Agenda op subpage */

div.agenda-sub { 	
	margin-top: -20px; 
	margin-bottom: 30px;
	padding-bottom: 10px;
	width: 320px;
}

div.agenda-sub .item { 	
	clear: both;	
	overflow: hidden;
	min-height: 20px;
    height:auto !important;
    height:20px; 		
	padding: 10px 0 10px 10px; 
	border-bottom: 1px solid white; 	
	font-size: 12px;
}
div.agenda-sub .last { border: none}
div.agenda-sub .item .date, .title, .location { display: block; float:left; overflow: hidden; }
div.agenda-sub .item .date { color: #666666; font-weight: bold; width: 65px; }
div.agenda-sub .item .title { width: 180px; }
div.agenda-sub .item .location { color: #666666; width: 57px; text-align: right;}
div.agenda-sub .exclamation { background: url('../images/exclamation.png') no-repeat 50px 2px ;}

/* ==================
 * Bottom content
 * ================== */

 div#content-bottom h1 {
	color: #5F5F5D;
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 15px;
 }
 
div#content-bottom .sitemap-box {
	float: left;		
	font-size: 12px;
	margin-right: 17px;
}

div#content-bottom .sitemap-box h2 {
	color: #2691CB;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;	
}

div#content-bottom .sitemap-box a:hover { text-decoration: underline; }

div#content-bottom ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;	
	max-width: 150px;
}

div#content-bottom ul li {
	margin-left: 0;
	margin-bottom: 3px;
	padding-left: 15px;	
	background-image: url(../images/sitemap_bullet.png);
	background-repeat: no-repeat;
	background-position: 0em .3em;
}
 

/* Misc */

/* Container voor flash animatie van Opborrelende tandwielen */
div#bubbling-flash-container {
	position: absolute;	
	width: 1200px;
	height: 580px;
	top: 0;
	left: 50%;
	margin-left: -600px; /* half width */
}

div.back {
	position: absolute;
	left: -50px;
	top: 70px;
	height: 35px;
	width: 35px;
	background: url('../images/bg_shadow_top.png') repeat-x bottom left;		
	text-align: right;

}
div.back a  { color: #878787 ; font-size: 10px;} 
div.back a:hover { color: #665199; }

div.shadow-box {
	background: white url('../images/bg_shadow_box.png') no-repeat top left;	
	width: 284px;
	padding:0;
}

div.shadow-box .inner {
	position: relative;
	background: url('../images/bg_shadow_box_bottom.png') no-repeat bottom left;	
	width: 279px;	
	padding: 1px 5px 5px 0;
}


.shadow-line {
	background: url('../images/bg_shadow_top.png') repeat-x;
	height: 9px;
	width: 100%;
}

.shadow-page-divider {
	position: absolute;
	top: 212px;
	/*z-index: 100;*/
	z-index: 2;
	left: 3px;	
	width: 960px;	
}

a.more {
	font-size: 11px;
	font-weight: bold;
}
span.more {
	font-size: 11px;
	font-weight: bold;
}

.bottom-line {	
	background: url(../images/bg_line_blue.png) no-repeat bottom left;
	width: 423px;
	margin-bottom: 20px;	
}

.clear { clear:both;}
.bottom-thick-white { border-bottom: 2px solid white; }
.bottom-shadow-top { background: url('../images/bg_shadow_top.png') repeat-x bottom left; }

.padding-bottom-20 { padding-bottom: 20px; }
.margin-top-10 { margin-top: 10px; }
#content-right .left-null { margin-left: -30px; }

#content-right h2.act {border-top: 2px solid white; border-bottom: 2px solid white; padding-top: 5px; padding-bottom:5px; padding-left: 10px; width: 320px; margin-bottom: 20px;}
.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html label {
	float:left;
	width:125px;
	color:#000;
}
.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html input {
	float:left;
}
.tx-powermail-pi1 legend {
	display:none;
}
.tx-powermail-pi1 #tx-powermail-pi1_fieldset_2 {
	background-image:url(../images/bg_contact_form.png);
	background-repeat:no-repeat;
	color:#323879;
	float:left;
	font-size:11px;
	height:350px;
	padding-bottom:40px;
	padding-left:20px;
	padding-top:40px;
	position:relative;
	width:490px;
}
.tx-powermail-pi1 .uid12 powermail_field_name {
	width:200px;

}
.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html {
	clear:both;
	padding-bottom:25px;
}

.powermail_mandatory {
display:none;
}
.tx-powermail-pi1 .powermail_field_vraag {
	border:1px solid #B4BCDD;
	float:left;
	height:92px;
}
.tx-powermail-pi1 input[type="text"] {
	border:1px solid #B4BCDD;
	color:#B4BCDD;
}

.tx-powermail-pi1 #uid13,.tx-powermail-pi1 #uid14,.tx-powermail-pi1 #uid15,.tx-powermail-pi1 #uid17,.tx-powermail-pi1 #uid20,.tx-powermail-pi1 #uid18,.tx-powermail-pi1 #uid19{
width:300px;
}
.tx-powermail-pi1 #uid19 {
	height:92px;
	width:310px;
}
.tx-powermail-pi1 #uid16 {
	width:65px;
}
.tx-powermail-pi1 #powermaildiv_uid21 {
	float:right;
	padding-right:12px;
	padding-top:21px;
	padding-bottom:0px;
}
.tx-ttnews-browsebox a {
font-size:15px;
font-weight:bold;
height:27px;
line-height:25px;
width:120px;
}
.tx-ttnews-browsebox {
background-color:#FFFFFF;
border:medium none;
margin:0;
padding:0;
}
.tx-ttnews-browsebox .next_button a{
margin-right:-45px;
padding-right:45px;
}
.tx-ttnews-browsebox .prev_button a {
margin-left:-40px;
padding-left:40px;
}
.tx-ttnews-browsebox .next_button {
background:transparent url(../images/btn_next_page.png) no-repeat scroll right bottom;
display: block;
padding-right:40px;
font-size: 15px;
right:0;
width: 120px;
height: 27px;
line-height: 25px;
position: absolute;
font-weight: bold;
text-align:right;
width:165px;
}
.tx-ttnews-browsebox .prev_button {
background:transparent url(../images/btn_prev_page.png) no-repeat scroll left bottom;
display: block;
font-size: 15px;
left:0;
height: 27px;
line-height: 25px;
padding-left:40px;
font-weight: bold;
position: absolute;
width: 120px;
text-align:left;
}

input.validation-failed {
	background-color:red;
}
.powermail_mandatory_js {
	display:none;
}
.tx-dreffmpeg-pi3 .movie-item span {
	margin-top:-10px;
}

/* Start e-mail box restyling */

div.news-letter #news-letter-form #email {
  width: 180px !important;
  height: 20px;
   margin-bottom: 5px !important;  

}

div.news-letter #news-letter-form input[type="image"] {
   top: 12px;
   margin-right: 5px;
}

div.news-letter .inner {
  min-height: 50px !important;	
}

div.news-letter label {
  display:none;
}

/* Caroussel Gallery - Fier 9/4/2010 */

#searchTerm {
  height: 20px !important;
  margin-left: -7px;
}

.gallery 
{
	position: relative;
	margin-top: 20px;
	width: 545px;
	height: 250px;	
	font-family: arial;
	font-size: 10px;
	overflow: hidden;
}
.gallery img
{	
	width: 545px;
	height: 250px;
}
.gallery ul {
	width: 545px;
	height: 250px;	 	
	text-align: center;
	list-style: none;	
	overflow: hidden;	
}
.gallery li {
        position: relative;
	width: 545px;
	height: 250px;	 	
	overflow: hidden;	
	display:none;	
}
.gallery-text 
{
	position: absolute;
	left: 0;
	bottom: 0;	
	padding-top: 10px;
	line-height: 100%;
	height: 50px;	
	color: White;
	font-size: 11px;
	/*background: url('../images/bg_black_opacity50.png') repeat;*/
	background: black;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);	
	width: 100%;	
}
.gallery-text .gtitle { font-size: 16px; font-weight: bold; padding-left: 10px;  padding-top: 2px; padding-bottom: 6px}
.gallery-text .gdescription { font-weight: normal; padding-left: 10px; }

#tx-srfeuserregister-pi1-module_sys_dmail_html {
	/* display: none;*/
}