/* <![CDATA[ */

    /* Structure */
    
    /*
     *   INTERFACE ELEMENTS
     */
    
    #interface {
        width: 950px;
        height: 100%;
        overflow: hidden;
        margin-bottom: 25px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }
    
    /*
     *    INTERFACE TOP ELEMENTS
     */
     
    /* Header block */
    #header {
        float: left;
        width: 950px;
        height: 160px;
        background-color: transparent;
        margin-bottom: 5px;
    }
    #header-top {
        float: left;
        width: 950px;
        height: 93px;
        background-color: #efefef;
    }
    #header-bottom {
        float: left;
        width: 950px;
        height: 67px;
        background-color: #efefef;
    }
    
    /*
     * Header TOP
     */
    
    /* Header top - corporate */
    #header-top-corporate {
        float: left;
        width: 255px;
        height: 60px;
        margin-top: 20px;
        margin-left: 15px;
    }
    /* Header top - languages */
    /* Header top - periph */
    #header-top-languages, #header-top-periph {
        float: right;
        height: 15px;
        margin-top: 20px;
    }
    #header-top-periph {
        margin-right: 16px;
	    margin-left: 15px;
    }
    
    #header-top-languages LI,
    #header-top-periph LI {
        float: left;
        color: #000000;
        margin-left: 3px;
        margin-right: 3px;
    }
    #header-top-languages A:link, #header-top-languages A:visited,
    #header-top-periph A:link, #header-top-periph A:visited {
        font-size: 12px;
        color: #5485A6;
        text-transform: uppercase;
    }
    #header-top-languages A:hover, #header-top-languages A:active,
    #header-top-languages A.act, #header-top-languages A.curr,
    #header-top-periph A:hover, #header-top-periph A:active,
    #header-top-periph A.act, #header-top-periph A.curr {
        color: #000000;
        border-bottom: solid #000000 1px;
    }
    
    /*
     * Header BOTTOM
     */
    
    /* Header bottom - menu */
    #header-bottom-menu {
        float: left;
        clear: both;
        width: 920px;
        height: 30px;
        margin-top: 15px;
        margin-left: 15px;
    }
    #header-bottom-menu LI {
        float: left;
        margin-right: 15px;
        color: #000000;
    }
    #header-bottom-menu A:link, #header-bottom-menu A:visited {
        font-size: 19px;
        font-weight: bold;
        color: #5485A6;
        text-transform: uppercase;
    }
    #header-bottom-menu A:hover, #header-bottom-menu A:active,
    #header-bottom-menu .act A, #header-bottom-menu .cur A {
        color: #000000;
        border-bottom: solid #2582DF 3px;
    }
    
    /* Header bottom - rootline */
    #header-bottom-rootline {
        float: left;
        height: 30px;
        margin-top: 0px;
        margin-left: 15px;
    }
    #header-bottom-rootline LI {
        float: left;
        margin-right: 1px;
        color: #000000;
    }
    #header-bottom-rootline A:link, #header-bottom-rootline A:visited {
        font-size: 12px;
        color: #7A848B;
    }
    #header-bottom-rootline A:hover {
        color: #000000;
        border-bottom: solid #7A848B 1px;
    }
    
    /* Header bottom - pagetools */
    #header-bottom-pagetools {
        float: right;
        height: 30px;
        margin-top: 0px;
        margin-right: 15px;
    }
    #header-bottom-pagetools LI {
        float: left;
        margin-right: 5px;
        color: #000000;
    }
    #header-bottom-pagetools A:link, #header-bottom-pagetools A:visited {
        font-size: 12px;
        color: #7A848B;
    }
    #header-bottom-pagetools A:hover, #header-bottom-pagetools A:active,
    #header-bottom-pagetools A.act, #header-bottom-pagetools A.curr {
        color: #000000;
        border-bottom: solid #7A848B 1px;
    }
    
    /*
     * Header BANNER
     */
    #header-banner {
        float: left;
        width: 950px;
        height: 195px;
    }

    #header-banner-movie {
		position: absolute;
		top: 165px;
		z-index:1;
    }

    #header-banner-overlay {
        float: left;
        width: 950px;
        height: 195px;

		background-image: url(UFMC100-imgs/movie-overlay.png);

		position: absolute;
		top: 165px;
		z-index:2;
		cursor:pointer;
		cursor:hand;
    }



    /*
     * Header INTRO
     */
    #header-intro {
        float: left;
        width: 950px;
        height: 125px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #header-intro P {
        margin-left: 15px;
        font-size: 17px;
        color: #4C4C4C;
        line-height: 155%;
        letter-spacing: 2px;
    }
    
    /*
     * Main content
     */
    #content {
        float: left;
        width: 758px;
        height: auto;
        overflow: hidden;
        margin-right: 7px;
    }
    /* Content Left & right*/
    #content-left, #content-right {
        float: left;
        width: 375px;
        height: auto;
        overflow: hidden;
    }
    #content-left {
        margin-right: 8px;
    }
    /* 1 Col content */
    #content-left-1col-menu {
        float: left;
        width: 565px;
        height: auto;
        overflow: hidden;
        margin-right: 8px;
    }
    #content-right-level2 {
        float: left;
        width: 185px;
        height: auto;
        overflow: hidden;
    }
    #content-left-1col {
        float: left;
        width: 758px;
        height: auto;
        overflow: hidden;
    }
    
    DIV.menu_level2-header {
        background-color: #FFFFFF;
        padding: 10px 0px 5px 15px;
        line-height: 120%;
        font-weight: bold;
        margin-bottom: 1px;
        margin-top: 0px;
        color: #000000;
        font-size: 22px;
        letter-spacing: -1px;
        width: 170px;
    }
    UL#menu_level2 {
        background-color: #FFFFFF;
        padding: 10px 0px 15px 15px;
        line-height: 120%;
        font-weight: bold;
        margin-bottom: 1px;
        margin-top: 0px;
        width: 170px;
    }
    
    UL#menu_level2 LI {
        margin-bottom: 5px;
    }
    LI.level2-title {
        margin-top: 25px;
        line-height: 120%;
        font-weight: bold;
        font-size: 16px;
    }
    
    /*
     * Right Column
     */
    #right-col {
        float: left;
        width: 185px;
        height: auto;
        overflow: hidden;
    }
    /* Right Column - Informations */
    #right-col #informations H6, #right-col #informations UL, #right-col #informations-bottom H6, #right-col #informations-bottom UL {
        background-color: #FFFFFF;
        padding: 10px 10px 5px 15px;
        line-height: 120%;
        font-weight: bold;
        margin-bottom: 1px;
        margin-top: 0px;
    }
    #right-col #informations H6, #right-col #informations-bottom H6 {
        color: #000000;
        font-size: 18px;
        letter-spacing: -1px;
        text-transform: uppercase;
    }
    #right-col #informations UL, #right-col #informations-bottom UL {
        margin-top: 0px;
        padding-bottom: 15px;
    }
    #right-col #informations LI, #right-col #informations-bottom LI {
		list-style: disc;
        margin-left: 15px;
        color: #0099ff;
        font-size: 12px;
    }
    #right-col #informations LI A, #right-col #informations-bottom LI A {
        font-size: 12px;
        margin: 0px;
        padding: 0px;
    }
    
    #right-col #informations-bottom {
        margin-top: -10px;
    }
    
    #right-col #partners IMG, #right-col #informations-bottom IMG {
        margin-bottom: 1px;
    }
    
    /* Conten elements */
    DIV.flick_player {
        
        background-color: #FFFFFF;
        padding-bottom: 30px;
        padding-top: 35px;
        margin-bottom: 1px;
        float: left;
        width: 565px;
    }
	    DIV.flick_player OBJECT {
	        margin-left: 35px;
	        margin-right: 30px;
	    }
		    DIV.flick_player P {
		        margin-left: 35px;
		        margin-right: 30px;
		    }
    /*
     * Footer
     */
    #footer {
        float: left;
        width: 950px;
        margin-top: 25px;
        color: #333333;
		font-size: 11px;
    }
    #footer P {
        margin-bottom: 0px;
    }
	#footer A:link, #footer A:visited {
	        color: #333333;
	}
	#footer A:active, #footer A:hover {
	        color: #0099FF;
	}
    
    #footer-thanks {
        float: left;
    }
    #footer-credits {
        float: right;
    }
    #footer-logos {
        float: left;
        width: 950px;
        margin-top: 5px;
        border-top: solid #747474 1px;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
    }
    #footer-logos IMG {
        margin-left: 10px;
	    margin-right: 10px;
    }
    
    /*
     * FLEXIBLE CONTENT ELEMENTS
     */
    
	

    /*
     * EXTENSIONS 
     */
    
    /* TT News - Home */
    /* single item */
    DIV.news-latest-item,
    DIV.news-list-item {
        background-color: #FFFFFF;
        padding-bottom: 13px;
        margin-bottom: 1px;
    }
    DIV.news-list-item, DIV.news-latest-item {
        margin-right: 1px;
        width: 378px;
        height: 320px;
        float: left;
    }
    DIV.news-latest-item IMG,
    DIV.news-list-item IMG {
        margin-left: 13px;
        margin-top: 13px;
    }
    DIV.news-latest-item H3,
    DIV.news-list-item H3 {
        margin-left: 14px;
        margin-top: 13px;
        margin-bottom: 5px;
        width: 350px;
        font-size: 14px;
        font-weight: bold;
    }
    DIV.news-latest-item H3 A:link, DIV.news-latest-item H3 A:visited,
    DIV.news-list-item H3 A:link, DIV.news-list-item H3 A:visited {
        color: #333333;
    }
    DIV.news-latest-item H3 A:hover, DIV.news-latest-item H3 A:active,
    DIV.news-list-item H3 A:hover, DIV.news-list-item H3 A:active {
        color: #0099ff;
    }
    DIV.news-latest-item H4,
    DIV.news-list-item H4 {
        margin-left: 6px;
        margin-top: 2px;
        margin-bottom: 0px;
        width: 170px;
        font-size: 12px;
/*        font-weight: bold;*/
        color: #333333;
    }
    
    DIV.news-latest-item P.bodytext,
    DIV.news-latest-item UL,
    DIV.news-list-item P.bodytext,
    DIV.news-list-item DIV.news-list-category {
        margin-left: 14px;
        width: 350px;
    }
    
	DIV.news-latest-item UL LI, DIV.news-latest-item UL LI A {
		margin-top: 0px;
		margin-bottom: 0px;
	}
    
    /* categories */
    DIV.news-list-item DIV.news-list-category {
        margin-top: 2px;
        font-style: italic;
    }
    
    DIV.news-latest-item-prog DIV.news-list-category {
        margin-top: 2px;
        font-style: italic;
        margin-left: 10px;
    }
    
    /* view archives */
    DIV.news-latest-gotoarchive {
        background-color: #f4f4f3;
        padding: 5px 5px 5px 13px;
        width: 130px;
    }
    DIV.news-latest-gotoarchive A:link, DIV.news-latest-gotoarchive A:visited {
        font-size: 12px;
        font-weight: bold;
        color: #7a7a79;
    }
    DIV.news-latest-gotoarchive A:hover, DIV.news-latest-gotoarchive A:active {
        color: #0099ff;
    }
    
    /* TT News - Home Programme */
    /* single item */
    DIV.news-latest-item-prog,
    DIV.news-list-item-prog {
        background-color: #FFFFFF;
        padding-bottom: 13px;
        margin-bottom: 1px;
        margin-right: 1px;
        float: left;
        width: 186px;
        height: 220px;
    }
    DIV.news-list-item-prog {
        width: 187px;
    }
    DIV.news-latest-item-prog IMG, DIV.news-list-item-prog IMG, DIV.news-list-item-prog UL {
        margin-left: 9px;
        margin-top: 9px;
    }
	DIV.news-list-item-prog UL {
        line-height: 15px;
    }
    DIV.news-latest-item-prog H3, DIV.news-list-item-prog H3 {
        margin-left: 9px;
        margin-top: 6px;
        margin-bottom: 5px;
        width: 170px;
        font-size: 14px;
        font-weight: bold;
        color: #333333;
    }
    DIV.news-latest-item-prog H3 A:link, DIV.news-latest-item-prog H3 A:visited, 
    DIV.news-list-item-prog H3 A:link, DIV.news-list-item-prog H3 A:visited {
        color: #0099ff;
    }
    DIV.news-latest-item-prog H3 A:hover, DIV.news-latest-item-prog H3 A:active,
    DIV.news-list-item-prog H3 A:hover, DIV.news-list-item-prog H3 A:active {
        color: #333333;
    }
    DIV.news-latest-item-prog H4,
    DIV.news-list-item-prog H4 {
        margin-left: 0px;
        margin-top: 2px;
        margin-bottom: 0px;
        width: 170px;
        font-size: 12px;
        font-weight: bold;
        color: #333333;
    }
    DIV.news-latest-item-prog P.bodytext,
    DIV.news-list-item-prog P.bodytext,
    DIV.news-list-item DIV.news-list-category {
        margin-left: 8px;
        width: 170px;
        line-height: 120%;
    }
    /* categories */
    DIV.news-latest-item-prog DIV.news-latest-category,
    DIV.news-list-item-prog DIV.news-list-category {
        margin-top: 2px;
        margin-left: 9px;
        width: 170px;
        font-style: italic;
    }
    /* view archives */
    DIV.news-latest-gotoarchive-prog {
        background-color: #f4f4f3;
        padding: 5px 5px 5px 13px;
        float: left;
        width: 168px;
    }
    DIV.news-latest-gotoarchive-prog A:link, DIV.news-latest-gotoarchive-prog A:visited {
        font-size: 12px;
        font-weight: bold;
        color: #7a7a79;
    }
    DIV.news-latest-gotoarchive-prog A:hover, DIV.news-latest-gotoarchive-prog A:active {
        color: #0099ff;
    }
    
    /* TT News - Programme */
    /* CAt menu */
    DIV.tx-xcatmenu-pi1 H3 {
        background-color: #FFFFFF;
        background-color: #FFFFFF !important;
        padding: 10px 10px 5px 15px;
        line-height: 120%;
        font-weight: bold;
        margin-bottom: 1px;
        margin-top: 0px;
        color: #000000;
        font-size: 22px;
        letter-spacing: -1px;
    }
    DIV.news-catmenu-header A {
        font-weight: bold;
        margin-bottom: 1px;
        color: #000000;
        font-size: 22px;
        letter-spacing: -1px;
        text-transform: uppercase;
        font-family: Helvetica, Verdana, Arial, sans-serif;
    }
    
    DIV.tx-xcatmenu-pi1 UL {
        background-color: #FFFFFF;
        padding-bottom: 13px;
        margin-bottom: 1px;
        float: left;
        width: 160px;
        background-color: #FFFFFF;
        padding: 10px 10px 5px 15px;
        margin-bottom: 1px;
        margin-top: 0px;
    }
    
    DIV.tx-xcatmenu-pi1 UL.tx-xcatmenu-pi1-rootCategories LI A {
        margin-top: 25px;
        line-height: 120%;
        font-weight: bold;
        font-size: 16px;
        color: #000000;
    }
    
    DIV.tx-xcatmenu-pi1 UL.tx-xcatmenu-pi1-rootCategories LI UL {
        padding-top: 0px;
        padding-left: 0px;
        margin-bottom: 10px;
    }
    
    DIV.tx-xcatmenu-pi1 UL.tx-xcatmenu-pi1-rootCategories LI UL LI {
        margin-top: 7px;
        margin-bottom: 7px;
    }
    
    DIV.tx-xcatmenu-pi1 UL.tx-xcatmenu-pi1-rootCategories LI UL LI A {
        line-height: 15px;
        font-weight: bold;
        font-size: 12px;
        color: #0099FF;
        margin-top: 0px;
        display: block;
    }
    
    DIV.tx-xcatmenu-pi1 UL.tx-xcatmenu-pi1-rootCategories LI UL LI A:hover {
        color: #111;
    }
    
    /* TT News - Single */
    /* Programme */
    DIV.news-single-item-body {
        background-color: #FFFFFF;
        padding-bottom: 13px;
        margin-bottom: 1px;
        float: left;
    }
    
    DIV.news-single-item-body H2,
    DIV.news-single-item-body H3,
    DIV.news-single-item-body P,
    DIV.news-single-item-body DIV,
    DIV.news-single-item-body UL {
        margin-left: 35px;
        margin-right: 30px;
        width: 500px;
    }
    DIV.news-single-item-body H2 {
        padding: 25px 0px 0px 0px;
    }
    DIV.news-single-item-body H3 {
        margin-top: 0px;
        color: #0099FF;
    }
    
    DIV.news-single-item-body DIV.news-single-img a:first-child,
    DIV.news-single-item-body DIV.news-single-img p:first-child {
        display: none;
    }
    
    DIV.news-single-item-body DIV.news-single-category {
        display: inline;
        margin: 0px;
        margin-left: 35px;
        font-style: italic;
        color: #7d7d7d;
    }
    
    SPAN.news-list-item-prog-date, SPAN.news-list-item-prog-date P {
        display: inline;
        font-style: italic;
        margin: 0px !important;
        width: auto !important;
        color: #7D7D7D;
    }
    
    DIV.news-single-item-body HR {
        margin: 15px 0px 15px 35px;
        width: 500px;
        color: #000000;
    }
    
    DIV.news-single-additional-info P {
        margin-left: 0px;
    }
    
    DL.news-single-related,
    DL.news-single-files,
    DL.news-single-links {
        margin-bottom: 15px;
    }
    DL.news-single-related DT,
    DL.news-single-files DT,
    DL.news-single-links DT {
        font-weight: bold;
    }
    
    DIV.news-single-backlink {
        background-color: #f4f4f3;
        padding: 5px 5px 5px 13px;
        float: left;
        width: 100px;
    }
    
    SPAN.news-list-morelink {
        display: block;
    }
    
    DIV.flex-content {
        padding: 10px 10px 1px 15px;
        background-color: #FFF;
    }
    
    /* Drop down sitemap */
    
    #menu_level1 A {
        display: block;
    }
    
/* ]]> */


