body { behavior:url("csshover.htc"); }

/* --- CSS STYLE SHEET FOR PLATFORM5.CH CMS101 EN --- */

/************ START BASE OBJECTS ************/
* {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family:"Lucida Grande",Arial,Geneva,Verdana,sans-serif;
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	/*font: normal 10px Verdana, Arial, Helvetica, sans-serif;*/
	font-family:"Lucida Grande",Arial,Geneva,Verdana,sans-serif;
	font-size:11px; /* 10px */
	font-weight:normal;
	color: #3b3000;
	margin: 20px 0px 20px 0px;
	/*background: ;*/
	background: #a69b88 url(../img/nc/background.jpg) repeat-x;
	}
	
h1 {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family:"Lucida Grande",Arial,Geneva,Verdana,sans-serif;
	font-size: 11px; /* 10px */
	color: #d78600;
	font-weight: bold;
	line-height: 13px;
	}
	
h2 {
	font-family:"Lucida Grande",Arial,Geneva,Verdana,sans-serif;
	font-size:11px; /* 10px */
	font-weight:bold;
	/*font: 10px normal Verdana, Arial, Helvetica, sans-serif;*/
	padding: 0px 0px 3px 2px;
	margin: -3px 0px 0px 0px;
	border-bottom: 1px solid #CCCCCC;
	}
	
h3 {
	font-size: 9.5px;
	font-weight: bold;
	text-transform: uppercase;
	}

h4 {
	/*font: bold 9.5px Verdana, Arial, Helvetica, sans-serif;*/
	font-family:"Lucida Grande",Arial,Geneva,Verdana,sans-serif;
	font-weight:bold;
	font-size:9.5px;
	padding: 3px 0px 0px 0px;
	margin: 2px 0px 2px 0px;
	}	
	
.titleSection {
	color:#a69b88;
	font-size:12pt;
	font-weight:normal;
	border-bottom:1px solid #a69b88;
	padding-bottom:2px;
	margin-bottom:3px;
}

p {
	color: #3b3000;
	font-size: 11px; /* 10px */
	}

a {
	color: #3b3000;
	text-decoration: none;
	font-weight:bold;
	}

ul { clear:both; }
li { list-style:none; font-size:11px; } /* 10px */
.bold { font-weight:bold}
p.fix {
	clear:both;
}

a:link { font-weight: bold; }	
a:link:visited { color: #3b3000; }	
a:link:hover, a:visited:hover { color: #3b3000; }
a:link:active, a:visited:active { color: #3b3000; }

/*input, select, textarea, file {
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
	color: #065332;
	height: 15px;
	padding: 3px 0px 1px 2px;
	border: 1px solid #a69b88;
	background: url(../img/nc/input.jpg);	
	}
input.submit {
	width:21px;
	height:21px;
	background: url(../img/nc/input_submit.jpg);	
}*/
input, select, textarea, file {
	color: #3b3000;
	font-size:10px;
}
input.text {
	background: url(../img/nc/input.gif) no-repeat left center;	
	width:125px;
	height:14px;
	padding:3px;
}
table { 
	display:block;
	float:left;
	border-spacing: 0px;
	overflow:hidden;
	}
	
tr, td {
	overflow:hidden;
	vertical-align:top;
	}

#spacer30 { margin-top: 30px; }
#spacer20b { margin-bottom:20px;}

a.arrowLeft,
a.arrowRight,
a.arrowRightOver,
a.arrowRightRight
{
	display:block;
	padding-left:16px;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:5px;
	font-size:9px;
	font-family:arial,sans-serif;
	cursor:pointer;
}
a.arrowRight
{
	background: url(../img/nc/arrowRight.gif) left no-repeat;
}
a.arrowRight:hover, a.arrowRightOver{
	background: url(../img/nc/arrowRight-over.gif) left no-repeat;
	text-decoration:none;
}
a.arrowRightOver {
	color:#3b3000;
	text-decoration:none;
}
a.arrowRightRight{
	background: url(../img/nc/arrowRight.gif) right no-repeat;
	padding-left:0px;
	padding-right:16px;
}
a.arrowRightRight:hover{
	background: url(../img/nc/arrowRight-over.gif) right no-repeat;
	text-decoration:none;
}
a.arrowLeft
{
	background: url(../img/nc/arrowLeft.gif) left no-repeat;
}
a.arrowLeft:hover {
	background: url(../img/nc/arrowLeft-over.gif) left no-repeat;
	text-decoration:none;
}

/************ START SPLIT DIV ************/

div#container {
	width: 810px;
	overflow:hidden;
	margin: auto;
	background-color: #FFF;
	border:1px solid #3b3000;
	}

div#header {
	display: block;
	float: left;
	overflow: hidden;
	height: 60px;
	width: 770px;
	padding: 20px 20px 20px 20px;
	}
	
div.contentHolder { 
	display: block;
	clear: both;
	width: 770px;
	margin: 0px 0px 0px 20px;
	}
.bodyMain .contentHolder {
	margin-left:0px;
}
.withBackDetail {
	background: transparent url(../img/nc/back_detail.gif) no-repeat center top;
	height:330px;
}
.splitLeft, .splitRight, .splitRightMailing {
	display: block;
	float: left;
	width: 195px;
	}

.splitMiddleLeft, .splitMiddleRight {
	padding-top:10px;
	display: block;
	line-height:13px;
	font-size:11px; /* 10px */
	float: left; 
	width: 375px;
	}
.splitRight { 
	margin: 10px 10px 0px 10px; 
	overflow: hidden;
	font-size:11px; /* 10px */
	/*text-align:justify;	*/
}

div.splitRight a {
	font-weight:normal;
}

div.split4 {
	float:left;
	width:198px;
}

#introHome {
	margin:115px 16px 10px 16px;
	padding:0px;
	float:left;
	width:183px;
	overflow:hidden;
}
#introHome {
	text-align:justify;
}

#introHome a{
	font-size:10px;
	color:#a69b88;
	font-weight:normal;
}
#introHome div a{
	font-weight:bold;
}
#introHome a:hover{
	color:#3b3000;
	text-decoration:none;
}
#mailingHome {
	margin-top:20px;
	background-color:#fff;
	padding:4px;
	text-align:left;
}

.splitMiddleRight { 
	font-size: 9px; 
	margin: 0px 0px 0px 20px; 
	overflow: hidden;
	}

.splitRightMailing {
	font-size:9px; 
	padding-top: 20px;
	margin: 0px 0px 0px 20px; 
	overflow:hidden;
	}

.splitMain { 
	display: block;
	float: left;
	width: 555px;
	padding: 10px 0px 0px 0px;
	}

.splitSentence {
	display: block;
	float: left;
	padding: 0px 0px 15px 0px;
	}

.splitAgendaLeft {
	display:block;
	float:left;
	width:270.5px;
	padding: 20px 0px 0px 0px;
	} 
	
.splitAgendaRight {
	display:block;
	float:right;
	width:270px;
	padding:20px 0px 0px 10px;
	}
	 
.icoRss {
	clear:both;
	float:right;
	padding: 30px 0px 0px 0px;
	}

.splitPopupFlyer {
	display:block;
	padding: 20px 20px 20px 20px;
	} 

#ViewFlyerRecto, #ViewFlyerVerso  {
	position:absolute;
	left:auto;
	top:auto;
	margin: -172px auto 2px 342px;
	_margin: -192px 0px 2px -212px; /* Only for Explorer */
	padding: 5px;
	background:#FFFFFF;
	border:#000066 1px solid;
	z-index:1;
	visibility:hidden;
	}


.FlyerNext, .FlyerClose, .FlyerNext:visited, .FlyerClose:visited { float:left; font-weight:bold; padding-bottom:5px;}
.FlyerImg {clear:both;}

.bodyMain { margin: 0px 20px 0px 20px;}

#left {
	display:block;
	float:left;
}

#right {
	display:block;
	float:right;
}

/************ START NEWS OBJECTS **************/

ul.page_news {
	display: block;
	float: left;
	width: 100%;
	padding: 3px 0px 1px 0px;
	margin: 5px 0px 0px 0px;
	border-bottom: 0px;
	}
	
ul.page_news li { float: left; }

.thumb li {
	display:inline;
	}

.thumb li img {
	width: 59px;
	height: 30px;
	padding: 0px 1.5px 3px 1.5px;
	_padding: 0px 0px 4px 0px;	/* Only for Explorer */
	}

.browse {
	display: block;
	width: 190px;
	font-weight: bold;
	padding: 0px 2px 0px 3px;
	margin-top: 0px;
	border-top: 1px solid #CCCCCC;
	}

.mediaList li {
	display: block;
	clear: both;
	font-size: 9px;
	padding: 1px 0px 1px 0px;
	font-weight: bold;
	}
	
.mediaList li img{ 
	margin:0px; 
	padding-right: 5px; 
	vertical-align:bottom;
	}
	
.mediaList li a:link, .mediaList li a:visited {
	display:block; 
	clear:both; 
	font-size:9px; 
	border-bottom: 1px solid #CCCCCC;
	}
	
.mediaList li a:hover, .mediaList li a:visited:hover {
	display:block; 
	clear:both; 
	border-bottom: 1px solid #3b3000; 
	text-decoration:none;
	}

.date_news { 
	display:block;
	text-align:right; 
	color:#a69b88; 
	width:100%; 
	padding: 10px 0px 3px 0px; 
	border-bottom: 1px solid #CCCCCC; 
	}

#FirstMenu {
	margin-top: 13px;
	margin-bottom: 15px;
	padding-top:5px;
	font-size:9px;
	border-top: 1px solid #CCCCCC;
	}
	
#SecondMenu {
	margin: 0px;
	padding-top:5px;
	font-size:9px;
	}
	
#contentHolder .splitMain p {
	font-size:11px; /* 10px */
	line-height:14px;
	}
	
#previewContainer {
	float:left;
	width:770px;
	padding-left:20px;
	}

/************ START AGENDA OBJECTS ************/

div.monthHolder {  
	padding: 0px; 
	margin: 0px 0px 20px 0px;
	}

div#columnTitle {
	display: block;
	clear: both;
	overflow: hidden;
	height: 15px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #00A2C9;
	}

div#columnTitle ul {
	clear: none;
	display: block;
	float: left;
	color: #00223F;
	font-weight: bold;
	padding: 0px 0px 1px 0px;
	margin: 0px 27px 0px 0px;
	}
	
#columnTitle ul.date { width: 80px; }	
#columnTitle ul.event { width: 160px; }
#columnTitle ul.lineup { width: 80px; }
#columnTitle ul.location { width: 90px; margin: 0px;}
	
ul.eventList, ul.eventList_over {
	clear: both;
	display: block;
	height: 12px;
	width: 555px;
	line-height: 12px;
	padding: 0px;
	margin: 0px;
}
		
ul.eventList { 
	border-bottom: 1px solid #CCCCCC; 
	}	
ul.eventList_over { 
	cursor: pointer; 
	color: #0099CC; 
	border-bottom: 1px solid #0099CC; 
	}

ul.eventList li, ul.eventList_over li {
	display: inline;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 7px 0px 0px;
	}
		
ul.eventList li.date, ul.eventList_over li.date { width: 100px; }
ul.eventList li.title, ul.eventList_over li.title { width: 180px; }
ul.eventList li.lineup, ul.eventList_over li.lineup { width: 100px; }
ul.eventList li.location, ul.eventList_over li.location {width: 145px;}
	
div.eventContent {
	display: block;
 	clear: both;
	padding: 10px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
	}

.eventFlyer {
	margin: 12px 0px 5px 0px;
	padding: 8px 0px 8px 0px;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	}
	
/*** next event ***/

div.nextEvent {
	display: block;
	width: 195px;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	}
	
.iconMenu {
	display: block;
	float: left;
	font-weight: bold;
	font-size: 10px;
	}

.iconMenu img {
	position: relative;
	top: 3px;
	padding: 2px 0px;
	margin-right: 4px;
	}
	
/************ START TEXT SETTINGS ************/
	
.mainTitleImg {
	padding-bottom: 2px;
	margin-bottom: 7px;
	max-width: 770px;
	width: expression(Math.min(parseInt(this.offsetWidth), 770 ) + "px"); /* max_width Explorer */
	border-bottom: 1px solid #00A2C9;
	}

.mainTitleImgTop {
	padding: 5px 0px;
	margin-top: 0px;
	border-top: 1px solid #CCCCCC;
	}

.mainTitle {
	display: block;
	float: left;
	font-size: 13pt;
	font-weight: bold;
	color: #ef8700;
	width: 100%;
	margin-top:10px;
	margin-bottom: 0px;
	padding-top:2px;
	padding-bottom:2px;
	}
	
.mainTitle#nomargin { margin-bottom: 0px; }

.titleBox {
	font-size: 11px;
	font-weight: bolder;
	text-transform: uppercase;
	padding: 2px;
	margin: 8px 0px 2px 0px;
	border-top: 1px solid #CCCCCC;
	}
		
.title {
	color: #ef8700;
	font-weight:bold;
	font-size:10pt;
	}
	
.subtitle {
	color: #3b3000;
	margin-bottom: 5px;
	font-weight:bold;
	}

.subtitleDark {
	font-weight:bold;
	color: #3b3000;
	margin: 0px;
	font-size:9pt;
	}

.content { 
	display: block; 
	clear: both; 
	padding-top:10px;
	text-align:justify;
	}

p.credits {
	clear:both;
    color: #a69b88;
    padding-top:5px;
	}
		
/************ START HOME PAGE OBJECTS ************/

.contentimg { margin-bottom: 0px; border:1px solid #dedccf;}

.contenttext {
	background: url(../img/nc/preview.jpg);
	padding:5px;
}

.previewContentText{
	height:77px;
}

.preview:hover .contenttext
{
	background: url(../img/nc/preview-over.jpg);
}
.preview:hover .contentimg {
	border-color:#a69b88;
}
#IntroRow {
	float: left;
	width: 770px; 
	padding: 0px 20px;
	margin: 0px;
	}

.ListingNews {
	display: block;
	float: left;
	width: 770px;
	margin: 15px 10px 0px 0px;
	padding: 0px 0px 0px 20px;
	}

.checkboxIndex {
	padding-top:5px;
	font-size:7pt;
	}
	
.mailinglist { padding-top:5px; }

.mailinglist input{ vertical-align:middle; }
.mailinglist img{ padding-left:2px; vertical-align:middle; }

#checkbox { border:0px; }

/************ START PREVIEW OBJECTS ************/

.preview {
	display: inline;
	float: left;
	width: 179px;
	margin: 0px 18px 0px 0px;
	_margin: 0px 18px 0px 0px; /*only for Explorer */
	padding: 5px 0px 15px 0px;
	cursor:pointer;
	}
.preview p {
	font-size: 11px; /* 10px */
	margin-bottom:10px;	
	}
	
.preview p a { color: #3b3000;font-weight: normal; }
.preview p a:hover { color: #3b3000; }
.preview p a:visited { color: #3b3000; }
.preview p a:visited:hover { color: #3b3000; }
	
.foot {
	margin: 10px 0px 0px 0px;
	border-top: 1px solid #CCCCCC;
	}

.preview .detail img {
	position: relative;
	top: 3px;
	margin: 0px 4px 0px 0px;
	padding: 0px;
	}

.preview .date {
	display: block;
	float: right;
	margin: 0px 0px 2px 0px;
	padding: 0px;
	font-size:9px;
	}

/************ START CONTACT LAYOUT ************/
	
.street, .email { clear:both; }
.skype { 
	padding-top: 5px; 
	height: 20px; 
	vertical-align: top; 
	}

.skype img { vertical-align:bottom; }

.SecondListing {
	margin: 0px;
	padding-top: 15px;
} 

a:hover {
	text-decoration:underline;
}

.downloads {
	float:left;
}

.downloads li {
	float:left;
	width:72px;
	font-size:11px; /* 10px */
	margin-right:40px;
}

.downloads li span{
	display:block;
	padding-bottom:20px;
	margin-bottom:5px;
	background:transparent url(../img/nc/shadow.gif) left bottom repeat-x;
}

.downloads img {
	width:70px;
	height:100px;
	display:block;	
	margin-top:5px;
	border:1px solid #3b3000;
}

.contact .withBackDetail {
	height:270px;
}

.references {
	margin-bottom:10px;
}

/************ START CONTACT LAYOUT ************/
.formMailing { 
	margin: 10px 0px 0px 0px; 
	float:left;
	width:200px;
	}

.buttonMailing { 
	padding: 0px ; 
	vertical-align: middle; 
	}

.EmailPrivacy { 
	display: block; 
	clear: both; 
	padding-top: 20px; 
	}

/************ START SERVICES OBJECTS ************/

.servicePreview {
	display: block;
	clear: both;
	height: 125px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	}
	
.serviceImg {
	float: left;
	width: 222px;
	}

.serviceBloc {
	float: left;
	width: 313px;
	padding: 0px 0px 0px 20px;
	}

.serviceContent {
	clear: both;
	width: 313px;
	float: left;
	}
	
.serviceContact {
	clear: both;
	}
.service {
	height:200px;
}
.service .split4 .title {
	margin:20px 0 3px;
}
.service .split4 li {
	font-size:11px; /* 10px */
	margin-bottom:1px;
}
.service2 {
	padding-bottom:20px;
}
.service2 .mainTitle {
	margin-bottom:0px;
}
.service2 .subtitleDark{
	padding:5px 0px;
	clear:both;
	margin-bottom:0px;
}
.service2 .title {
	margin-bottom:2px;
}
.service2 p {
	text-align:justify;
	margin-bottom:10px;
}
.service2 img {
	border:0px none #fff;
	margin:0 5px 5px 0;
	float:left;
}

.service2 #playerContainer {
	margin-top:10px;
	padding-bottom:20px;
	background:transparent url(../img/nc/shadow.gif) left bottom repeat-x;
}
.service2 #player {
	border:1px solid #3b3000;
}
/************ START LISTING LAYOUT OBJECTS ************/

div#listingContainer {
	float: left;
	width: 770px;
	}

ul.page { /* page browser settings */
	display: block;
	float: left;
	width: 770px;
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px solid #CCCCCC;
	}

ul.page li { float: left; }
	
ul#listing { /* Media list settings */
	margin: 10px 0px 0px 0px;
	padding: 0px;
	}

ul#listing a {
	display: block;
	font-weight: bold;
	width: 100%;	
	border-bottom: 1px solid #CCC;
	}

ul#listing li a:hover { 
	border-bottom: 1px solid #3b3000; 
	text-decoration:none;
	}
	
ul.article{ 
	margin: 0px 0px 0px 20px;
	padding: 1px 0px;
	}

ul#listing ul.article a { font-weight: normal;}
ul#listing li img {
	position: relative;
	top: 2px;
	margin-right: 3px;
	}
	
/************ START SORTING LIST OBJECTS ************/
.clearfixSort {
	float: left;
	width: 100%;
	margin: 20px 0px 0px 0px;
	border-bottom: 1px solid #103E5F;
	border-top: 1px solid #103E5F;
	}

.clearfixList a {
	float: left;
	width: 100%;
	font-weight: normal;
	padding-top: 1px;
	margin: 0px;
	border-bottom: 1px solid #CCC;
	}

.clearfixList a:hover, .clearfixList a:visited:hover { color: #0099CC; border-bottom: 1px solid #0099CC; }
.clearfixList a:visited { color: #00223F; border-bottom: 1px solid #CCC;}

#sort a, #sort a:visited { color: #103E5F; font-weight: bold;}
#sort a:hover, #sort a:visited:hover  { color: #0099CC; font-weight: bold;}

.file_edit { width: 18px; }
.fileicon { width: 25px; }
.filename { width: 20em; font-weight: bold; }
.filesize { width: 6em; }
.filedate { width: 8em; }
.filekind { width: 10em; }
.article_subtitle { width: 30em; }
		
.article_subtitle, .file_edit, .fileicon, .filename, .filesize, .filedate, .filekind, .filecomment, .legend_img, .legend_txt { 
	float: left
}

/************ START FORM OBJECTS ************/

.FormContact { padding-top: 14px;}		
.formLeft, .formRight {
	display: block;
	float: left;
	width: 246.5px;
}

.formRight { padding-left: 20px;}
.formBottom { padding-top: 10px;  width: 513px; }
.formButton { float: right; width:200px;}
.FormContact p { clear: both;}
.FormContact label { float: left;}
	
.FormContact input, .FormContact select, .FormContact textarea {
	float: right;
	height:15px;
	/*width: 180px;*/
	margin: 1px 0px 4px 5px;
	padding: 3px;
	}
.FormContact textarea {
	height: 70px;
	width:389px;
	border:1px solid #a69b88;
	float:right;
	margin-right:42px;
	}	
.FormContact #file { height: 15px; width: 182px;}
.FormContact .txt, .FormLink .txt { height: 15px;  width: 80px; background-color: #FFFFFF; border: #00223F 1px solid; }

.formButton input {
	/*border:1px solid #a69b88;
	padding:3px;*/
	height:20px;
}


/************ START FOOTER OBJECTS ************/

#footer {
	display: block;
	clear: both;
	height:30px;
	width: 770px;
	padding: 20px 20px 20px 20px;
	}

#footer li {
	float: left;
	display: inline;
	}

#footer #footerSep { padding: 0px 3px 0px 0px; }
#footer #logo_footer { float: right;}
	
/************ START NAVIGATION OBJECTS ************/

#nav ul {
	display:inline;
	width: 530px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}

#nav ul li { display: inline; }
#navlang ul { float: right;}
#navlang ul li { float: left; display: inline; }
#logo, #nav, #navlang {
	float:left;
	height:35px;
	padding:0px;
	margin:0px;
}
#logo {
	width: 172px;
}
#nav {
	width: 543px;
}
#navlang {
	width: 55px;
}

/************ START SEARCHBOX OBJECTS ************/

#search input {
	vertical-align:middle;
}
#search input.text {
	background:url(../img/nc/input_search.jpg);
	padding-left:20px;
}
#search {float:right;}
#search input.text {
	width:108px;
	background:url(../img/nc/input_search.gif);padding-left:20px;
}
/*
div#search {float:right;}
input.search { width:109px; background:url(../img/nc/input_search.jpg);padding-left:20px;}
div#search img { border:1px}

*/