﻿/*******************************************************************************
******** Styles de base appliqués aux tags html ********************************
*******************************************************************************/
* {
    margin: 0;
    padding: 0;    
}

html {
    overflow: -moz-scrollbars-vertical; /*affiche la barre de navigation per défaut dans le renard de feu*/
    height: 100%;
}

body {
    font-size: 0.8em;
    font-family: Arial;
    background: #fff url(../images/negos/bg_negos.png) top center repeat-y;
    color: #555;
    height:100%;
    min-height: 100%;
}

a {
    text-decoration: none;
    color: #00648b;
}

a:hover {
    text-decoration: underline;
}

ul, li {
    list-style-type: none;
}

h1 {
    color:#00648b;
    text-transform: uppercase;
    font-size:1.3em;
    margin: 10px 0 20px 0;
    border-bottom: solid 8px #c2c2c2;
}

h2 {
    font-size: 1.1em;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
}

h3 {
    font-size: 1.1em;
    background-color: #fff;
    color: #333;
    font-weight: bold; 
}

h4 {
    font-size: 1em;
    background-color: #fff;
    font-weight: bold;
    color: #666;
}

p {
    margin: 6px 0;
    /*display: inline;*/
}

img {
    border: none;
}

fieldset {
    border: 0;
}

sup {
    text-transform: none;
    font-size: 0.7em; 
}

/*******************************************************************************
******** Styles des élements uniques (id) du template principal ****************
*******************************************************************************/
#MainContainer {
    position:relative;
    min-height:100%;
    width: 900px;
    margin: 0 auto;
    height: 100%;
}

#ContentContainer {
   width: 700px;
   min-height: 475px;
   float: left;
   _display: inline;
   _height: 475px;
   margin-bottom: 20px;
}

#RightContainer {
   position: relative;
   width: 200px;
   min-height: 496px;
   _height: 499px;
   float: left;
   margin: 0 ;
}

#NegoContent {
   float: left;
   width: 450px;
   padding: 0 20px;
   font-size: 1.1em;  
   _display: inline;
}

#RightContainer h2.home {
   margin: 15px 0;
}

#RightContainer h2.homeFirstRight {
   margin: 33px 0 15px 0;
   *margin: 31px 0 15px 0 ;
   _margin: 39px 0 15px 0 ;
}
       
#RightContainer h4 {
    margin: 0 15px;
}

#FrmSearch {
    position:relative;
    width: 200px; height: 60px;
    background: url(../images/bg_search_form.png) repeat-x;
}


#TxtSearch{
    margin: 10px 0 0 18px;
    border: solid 1px #B5BABF;
    width: 130px; height: 17px;
}

#BtnSearch{
    margin: 8px 0 0 18px;
    background: url(../images/btn_search_fr.png) no-repeat;
    cursor: pointer;
}

#DirectAccess {
    padding: 0 0 8px 0;
    min-height: 300px;
    background: url(../images/bg_menu_acces2.png) no-repeat;
    _height: 300px;
}

#LeftShadow {
    position: absolute;
    top: 70px; left: -10px;
    height: 562px; width: 10px;
    background: url(../images/left_shadow.png) no-repeat; 
    z-index: 998;
}

#Loupe {
    position: absolute;
    width: 17px; height: 17px;
    top: 11px; left: 155px;
    background: url(../images/loupe.png) top left no-repeat;
    cursor: pointer;
}

#WelcomeMessage h1 {
    font-size: 1.35em;
    margin-bottom: 17px;
}

/*******************************************************************************
******** Styles du fil d'ariane ************************************************
*******************************************************************************/

#Crumbtrail {
    font-size: 0.75em;
    margin: 0 0 25px 0;
    background-color: #fff;
    color: #333;
    line-height: 1.2em;
}

#Crumbtrail a {
    color: #00648b;
    background-color: #fff;
    text-decoration: none;
}

#Crumbtrail a:hover {
    text-decoration: underline;
}

#Crumbtrail span {
    /*font-size: 0.75em;*/ 
    background-color: #fff;
    color: #555; 
}

#Crumbtrail span.txt333 {
    background-color: #fff;
    color: #333;
    margin-right: 4px;
}

/*******************************************************************************
******** Styles du menu principal **********************************************
*******************************************************************************/

/*******************************************************************************
******** Styles du menu principal **********************************************
*******************************************************************************/

#Menu {
    position: relative;
    width: 900px;
    height: 57px;
    background: #282630;
    margin: 10px 0 0 0;      
}

#Menu ul {
    width: 100%;
    height: 57px;
    background: #fff;
}

#Menu a {
    position: absolute;
    top:0; left:0;
    display: block;
    width: 225px; height: 57px;  
    background-color: #282630;
    color: #282630;
    z-index: 100;
}

#Menu #Current, #Menu .parent {
    z-index: 500;
}

.shadowRight {
    position : absolute;
    top: 8px; left:225px;
    width: 9px; height: 49px;
    background: url(../images/negos/menu_shadow_right.png) top left no-repeat;
}
.shadowLeft {
    position : absolute;
    top: 8px; left:-9px;
    width: 9px; height: 49px;
    background: url(../images/negos/menu_shadow_left.png) top left no-repeat;
    z-index: 600; 
}

.overShadowRight {
    position : absolute;
    top: 8px; left:0;
    width: 9px; height: 49px;
    background: url(../images/negos/menu_shadow_right.png) top left no-repeat;
    z-index: 1000;
}

.overShadowLeft {
    position : absolute;
    top: 8px; left:216px;
    width: 9px; height: 49px;
    background: url(../images/negos/menu_shadow_left.png) top left no-repeat;
    z-index: 1000;     
}

#HideShadow {
    position: absolute;
    width: 10px; height: 49px;
    top:8px; left: 900px;
    background: #FFF;
    z-index: 998;
}
#Menu li{
    position: relative;
    width: 225px;
    height: 57px;    
    display: block;
    float: left;
    text-align: center;
}

.imgMenu {
    position: absolute;
    top: 0; left: 0;
    width: 225px; height: 57px;
    cursor: pointer;
}

#Menu a:hover {
    z-index: 1000;
}



#ImgMenuOff_261 {
    background: url(../images/negos/sprite_menu.png) 673px 114px;
}
/*#ImgMenuOff_262 {
    background: url(../images/negos/sprite_menu.png) 720px 114px ;     
}*/
#ImgMenuOff_259 {
    background: url(../images/negos/sprite_menu.png) 225px 114px;
}
#ImgMenuOff_263 {
    background: url(../images/negos/sprite_menu.png) 0 114px; 
}
#ImgMenuOff_260 {   
    background: url(../images/negos/sprite_menu.png) 449px 114px;  
}


a:hover #ImgMenuOff_261 {
    background: url(../images/negos/sprite_menu.png) 673px 0;
}

/*a:hover #ImgMenuOff_262 {
    background: url(../images/negos/sprite_menu.png) 720px 0;     
}*/

a:hover #ImgMenuOff_259 {
    background: url(../images/negos/sprite_menu.png) 225px 0; 
}

a:hover #ImgMenuOff_263 {
    background: url(../images/negos/sprite_menu.png) 0 0;
    z-index: 1000;
}

a:hover #ImgMenuOff_260 {   
    background: url(../images/negos/sprite_menu.png) 449px 0;
}


#ImgMenuOn_261 {
    background: url(../images/negos/sprite_menu.png) 673px 0;
}

#ImgMenuOn_262 {
    background: url(../images/negos/sprite_menu.png) 720px 0;     
}
#ImgMenuOn_259 {
    background: url(../images/negos/sprite_menu.png) 225px 0;
}
#ImgMenuOn_263 {
    background: url(../images/negos/sprite_menu.png) 0 0; 
}
#ImgMenuOn_260 {   
    background: url(../images/negos/sprite_menu.png) 449px 0;  
}


/*
#ImgMenuOff_133 {
    background: url(../images/negos/sprite_menu.png) 540px 114px;
}
#ImgMenuOff_134 {
    background: url(../images/negos/sprite_menu.png) 720px 114px ;     
}
#ImgMenuOff_131 {
    background: url(../images/negos/sprite_menu.png) 180px 114px;
}
#ImgMenuOff_135 {
    background: url(../images/negos/sprite_menu.png) 0 114px; 
}
#ImgMenuOff_132 {   
    background: url(../images/negos/sprite_menu.png) 360px 114px;  
}


a:hover #ImgMenuOff_133 {
    background: url(../images/negos/sprite_menu.png) 540px 0;
}

a:hover #ImgMenuOff_134 {
    background: url(../images/negos/sprite_menu.png) 720px 0;     
}

a:hover #ImgMenuOff_131 {
    background: url(../images/negos/sprite_menu.png) 180px 0; 
}

a:hover #ImgMenuOff_135 {
    background: url(../images/negos/sprite_menu.png) 0 0;
    z-index: 1000;
}

a:hover #ImgMenuOff_132 {   
    background: url(../images/negos/sprite_menu.png) 360px 0;
}


#ImgMenuOn_133 {
    background: url(../images/negos/sprite_menu.png) 540px 0;
}

#ImgMenuOn_134 {
    background: url(../images/negos/sprite_menu.png) 720px 0;     
}
#ImgMenuOn_131 {
    background: url(../images/negos/sprite_menu.png) 180px 0;
}
#ImgMenuOn_135 {
    background: url(../images/negos/sprite_menu.png) 0 0; 
}
#ImgMenuOn_132 {   
    background: url(../images/negos/sprite_menu.png) 360px 0;  
}
*/

/*******************************************************************************
******** Styles du menu utilitaires ************************************************
*******************************************************************************/
#NegoContent #UtilTool {
    margin: 0 0 10px 0;
    height:61px;
    width:100%;
    background: url(../images/dot_underline.png)  bottom left repeat-x;
    font-size: 0.95em;
    
}
#NegoContent #UtilTool li{
    float:left;
    line-height: 60px;
    margin-right:10px;
    margin-bottom: 0;
    list-style-image: none;
    list-style-type: none;
}
#UtilTool a {
    text-decoration: none;
    background-color: #fff;
    color: #555;
    font-size: 0.9em;
    padding-left: 20px;
       
}

#NegoContent #UtilTool #Share {
   margin-right: 0; 
   float: right;
}

#GrowText {
    
}

#GrowText a {
    background: url(../images/grow_text.png) top left no-repeat; 
    border-right: dotted #000 1px;
    padding-right: 10px;   
}

#Print {
    
}

#Print a {
    background : url(../images/print.png) top left no-repeat; 
    /*margin-right:248px;*/
    border-right: dotted #000 1px;
    padding-right:10px; 
}

#Rss a {
    background : url(../images/rss.png) top left no-repeat ;
    /*padding-right:10px;*/
    /*margin-right:248px; */
    /*border-right: dotted #000 1px;*/        
}

#Facebook a{
    background : url(../images/negos/facebook.png) top left no-repeat;
    padding-right:10px;
    border-right: dotted #000 1px;
}

#Twitter a{
    background : url(../images/negos/twitter.png) top left no-repeat;
}

#UtilTool #Share { 
    float: right;
    margin-right: 0;
}

#Share a{
    display: block;
    width: 130px; height: 23px; 
    margin-top: 6px;
    *margin-top: 1px;
    _margin-top: 19px;
    padding-left: 0;
}


/*******************************************************************************
******** Styles du menu ge gauche **********************************************
*******************************************************************************/

#LeftMenu {
    width: 210px;
    float: left;
    background: #fff url(../images/bg_left_menu3.png) top left no-repeat;
    min-height: 300px;
    _height: 300px;
}

#LeftMenu ul {
    margin: 15px 20px 0 20px;        
}

#LeftMenu ul ul {
    margin: 5px 0 0 12px;
    /*background: url(../images/dot_underline.png)  top left repeat-x; */       
}

#LeftMenu li {
    background: url(../images/dot_underline.png)  bottom left repeat-x; 
    padding: 8px 0;
    position: relative;
    font-weight: bold;   
}

#LeftMenu li li {
    padding: 3px 0; 
}

#LeftMenu li li {
    font-weight: normal;
    background: none;   
}

#LeftMenu li a {
    display: block;
    font-size : 0.9em;
    background-color: #fff;
    color: #00648b;
    text-decoration: none;
    padding: 0 0 0 12px;
}

#LeftMenu li a:hover {
    text-decoration: underline;
}

#LeftMenu li.parent li a:hover {
    text-decoration: underline;
}

#LeftMenu li.current a,
#LeftMenu li.parent a,
#LeftMenu li.parent li.current a,
#LeftMenu li.parent li.parent a,
#LeftMenu li.parent li.parent li.current a {
    background-color: #fff;
    color: #333;
    text-decoration: none;
}

#LeftMenu li.current,
#LeftMenu li.parent li.current, 
#LeftMenu li.parent li.parent li.current {
   color: #333;
   padding: 4px 0 4px 12px;
   font-weight: bold;
}

#LeftMenu li.current li a,
#LeftMenu li.parent li a,
#LeftMenu li.parent li.parent li a,
#LeftMenu li.parent li.current li a {
    background-color: #fff;
    color: #00648b;
    text-decoration: none;
}

.dotList {
    position: absolute;
    top: 14px; left: 0; 
    width: 5px; height: 5px;
    background: url(../images/dot_left_menu.png) top left no-repeat;
}

ul li li div.dotList {
    top: 8px;
}

li.current li div.dotList,
li.parent li div.dotList,
li.parent li.current li div.dotList,
li.parent li.parent li div.dotList {
    background: url(../images/dot_left_menu.png) top left no-repeat;
    top: 8px;
}  

li.parent div.dotList, 
li.parent li.parent div.dotList
{
    background: url(../images/dot_left_menu_on.png) top left no-repeat;
    top: 8px; 
}

li.parent li.parent li.current div.dotList, 
li.parent li.current div.dotList,
li.current div.dotList {
    background: url(../images/dot_left_menu.png) top left no-repeat;
    top: 8px;
    _left: -12px; 
}

li.current div.dotList{
    top: 12px;
    _left: -12px; 
}

li.parent div.dotList{
    top: 14px; 
}
 
/*******************************************************************************
******** Styles du menu espace ************************************************
*******************************************************************************/
#EspaceTitle {
   width: 178px; height: 32px;
   background: url(../images/espace_title.png) no-repeat; 
}

#NegoContent ul.directAccessList {
    margin:0 0 20px 0;
    width: 250px;
    float: left;
}

ul.right2 {
    width: 310px;
}

.directAccessList .right {
    margin-left:50px;
}

.directAccessList a{
    text-decoration: none;
    color: #00648b;
    font-size: 0.9em;    
}

.directAccessList a:hover{
    text-decoration: underline;
}

.directAccessList li {
    background: url(../images/bg_arrow_direct_access_2.png) 0 5px no-repeat;
    padding: 4px 0px 4px 22px;
    cursor: pointer;
    _width: 228px;
}


/*******************************************************************************
******** Styles du menu du bas ************************************************
*******************************************************************************/
#Footer {
    width: 900px;
    text-align: center;
    margin: 20px 0 0 0;
}

#BottomMenu {
    margin: 0 0 10px 0;
    height: 15px;
    text-align: center;
    margin-left: 300px;
    margin-right: auto;  
}

#BottomMenu li {
    display: block;
    float: left; 
    vertical-align: middle;
    background: #fff url(../images/sep_bottom_menu.png) bottom right no-repeat ;  
    height: 15px;
    line-height: 15px;
    padding: 0 8px
    
}

#BottomMenu li.last {
   background: none;
}

#BottomMenu li a {
    background-color: #fff;
    color: #666;
    font-size: 0.8em; 
}
#Copyright {
    font-size: 0.7em;
    margin: 5px 0 15px 0;
}
/*******************************************************************************
******** Classes générales de l'application ************************************
*******************************************************************************/
.clear {
    clear:both;
}

.button {
    border: 0;
    background: url(../images/btn_search_box.png) top left no-repeat;
    width: 75px ; height: 21px;
    color: #00d1fe;
    font-size: 0.75em;
}
.hiddenItem {
    position: absolute;
    width: 0; height: 0;
    top: -1000px;
}
/*******************************************************************************
******** Classes Contenu de page ***********************************************
*******************************************************************************/

.indent {
    margin-left:  25px;
}

.noteBasPage {
    font-size: 0.9em;
    border-top: solid 1px #CCC  ;
    padding: 0 0 0 4px;
}

.saviezVous {
    border-top: dotted 1px #666;
    border-bottom: dotted 1px #666;
    background: #e3eef4;
    padding: 20px;
    margin: 20px 0; 
}

.important, .blocencadrerimportant {
    border: solid 1px #E3E3E3;
    background: #f2f2f2;
    padding: 20px;
    margin: 20px 0;
}

.align-center {
    text-align: center;
}

.external-link img {
    vertical-align: middle;
}

.csc-linkToTop {
    font-size: 0.9em;
    padding-left: 20px;
    margin-bottom: 18px;
    background-image: url(../images/go_top.png);
    background-position: center left;
    background-repeat: no-repeat;
}

a.top-link {
    padding-left: 20px;
    background : url(../images/go_down.png) no-repeat 0 3px; 
    display: block;
}

/*******************************************************************************
******** Styles du menu du haut ************************************************
*******************************************************************************/

#TopMenu {
    position: absolute;
    display: block;
    bottom: 0px;  
    width:705px; 
    background: #003399;
    height: 1.4em;   
}

#TopMenu li {
    display : block;
    padding: 0 10px;
    float: right;
}

#TopMenu li a {
    text-decoration: none;
    background-color: #003399;
    color: #fff;
    font-size: 0.8em;
    line-height: 1.6em; 
}

#TopMenu li.homeLink {
   float: left;
}

#TopMenuBackground
{
    /*background-image: url(../images/negos/nego.png);*/
    background-repeat:no-repeat;
    width:100%;
    height:75px;
    position:absolute;
    right:0; top:0;
    width:705px;
}
.mainLogo
{
    margin-top:28px;
}
#Piv {
    position: relative;
    height: 75px; width: 100%;
}


h1.home
{
    color:#00648b;
    text-transform: none;
    font-size: 1.4em;
    margin: 20px 0 10px;
}
h2.home, h2.homeFirstRight
{
    color:#00648b;
    text-transform: uppercase;
    font-size:1.4em;
    margin: 15px 0 0 0;
    border-bottom: solid 8px #c2c2c2;
}   
h3.home
{
    background-color: transparent;
    font-size:1.2em;
    color:#000;
}
h4.home, div.home
{
    background-color: transparent; 
    font-size: 1em;
    color:#000;
    margin-top:12px;
    margin-bottom:12px;
}

hr {
    color:#c2c2c2;
    background-color: #c2c2c2;
    height:8px;
    border-style:none;
}

#LineMenu, div.subMenu {
    width: 900px;
    height: 5px;
    _font-size: 2px;
    background-color : #282630;
}

#NewsContent {
    width: 100%;
    background: #e2eef5 url(../images/bg_nego_news.png) top left repeat-x; /**/
    margin-top:10px;
    position:relative;
}

#Dotted {
    width: 100%;
    height: 2px;
    background:url(../images/bg_nego_news2.png) top left repeat-x;
}

#NewsContent ul
{
    margin-top:20px;
    clear:both;
}
#NewsContent li
{
    width:260px;
    float:left;
    position:relative;
    padding-bottom: 30px;
}
#NewsContent li.mainNews img
{
    margin-bottom:20px;
}
#NewsContent li img
{
    margin-bottom:10px;
}
h4.subNews, div.subNews
{
    color: #555;
    font-size: 0.85em;
}
li.mainNews
{
    padding-right:36px;
    padding-left:10px;
}
.spacer
{
    clear:both;
}
a.readMore
{
    text-decoration: none;
    color:#00648b;
}
a:hover.readMore 
{
    text-decoration: underline;
}
#AllNews
{
    font-weight:bold;
    position:absolute;
    left:10px;
    bottom:20px;
}
#News
{
    margin-bottom:18px;
}

#MenuShadowHidden {
    position: absolute;
    width: 10px;
    height: 57px;
    top: 92px;
    left: -10px;
    background-color: #fff;
    z-index: 998;
}

/*******************************************************************************
******** Styles de la liste parlons des faits **********************************
*******************************************************************************/
ul#AboutFacts {
   margin: 0 0 15px 0; 
}

ul#AboutFacts li.fact div, div#FactReality p {
   border-top: dotted 1px #666;
   border-bottom: dotted 1px #666;
   background: #ebebeb;
   padding: 0 12px 8px 12px;
   
}

div#FactReality p.bodytext {
   margin: 8px 0 40px 0;
}

div#FactReality h2 {
   margin: 15px 0 8px 0;
}

ul#AboutFacts li.fact div {
    margin: 0 0 15px 0;
}

div#FactReality p {
   padding-top: 8px;
}  

ul#AboutFacts p.rumor {
   padding: 2px 12px 2px 12px;
}

ul#AboutFacts span.linkArrow {
    
}

a#AllFacts {
    margin: 15px 0;
}

/*******************************************************************************
******** Styles de la liste À surveiller ***************************************
*******************************************************************************/
ul#ToWatch {
    margin:0;
}
ul#ToWatch  li{
    margin: 15px 0;
}

ul#ToWatch a{
    margin: 10px 0;
    text-decoration: none;
    color: #00648b;
}

ul#ToWatch a:hover{
    text-decoration: underline;
}

ul#ToWatch img{
    vertical-align: middle;
}

.linkArrow {
    color: #333333;
}

#NegoContent ul li{
    list-style-image: url(../images/puce.png);
	margin: 10px 0;
}

#NegoContent ul, #NegoContent ol {
    margin: 15px 22px 15px 35px;
}

#NegoContent h2 {
    margin: 15px 0; 
}

#NegoContent p.bodytext {
    margin: 15px 0;
} 
#NegoContent li.newsHomeSubItem p.bodytext {    
    margin: 10px 0 5px 0; 
}

#NegoContent li.mainNews p.bodytext {
    margin: 10px 0 5px 0;
}

/*******************************************************************************
******** Nouvelles *************************************************************
*******************************************************************************/
.newsHomeSubItem img {
   width: 120px; height: 90px;
   vertical-align: text-top;
   margin-bottom: 15px;
}

.news-single-img {
    display: block;
    float: none;
}

.newsDate {
    margin: 10px 0 10px 0;
    text-transform: uppercase;
    font-size: 0.85em;
    color: #555;
}

#NegoContent ul.archivesNewsHome {
    margin-left: 0;  
}

#NegoContent ul li.archivesHomeSubItem {
   margin-top: 20px;
   width: 434px;
   background:transparent url(../images/dot_underline.png) repeat-x left bottom; 
   list-style-image: none;
   _width: 420px;
}

#NegoContent ul li.archivesHomeSubItem img {
    width: 120px; height: 90px;
    float: left;
    margin: 0 20px 0 0;
    display: block;
}

#NegoContent ul li.archivesHomeSubItem h3 {
    text-transform: uppercase;
   font-size: 0.9em;
}

#NegoContent ul li.archivesHomeSubItem p.bodytext {
    font-size: 0.9em;
    width: 293px;
    _width: 279px;
    float: right;
    margin-top: 0;
    padding-top: 0;
}

#NegoContent ul li.archivesHomeSubItem div.newsMoreLink {
    margin-left: 140px; 
}

#NegoContent ul li.archivesHomeSubItem span.newsDate {
    display: block;
    margin: 5px 0 15px;
    font-size: 0.8em;
    text-transform: uppercase;
}

#NegoContent ul li.archivesHomeSubItem div.newsMoreLink a {
   font-size: 0.85em; 
}

/******************************************************************
***********Styles des tableau dans le contenu *********************
*******************************************************************/

#NegoContent table {
    border: solid 1px #aaa; 
    border-collapse: collapse;
    width: 434px;
    line-height: 1.1em;
    font-size: 12px;
    padding: 0;
}

#NegoContent caption {
    background: #fff;
    width: 434px;
    border-top: dotted 1px #aaa;
    color: #333;
    padding: 10px;
    border: solid 1px #aaa;
    border-collapse: collapse;
    font-weight: bold;
    text-transform: uppercase;
}

#NegoContent th {
    background: #e3eef4;
    border: solid 1px #aaa;
    color: #555;
    border-collapse: collapse;
    padding: 5px 8px;
    text-align: left; 
}

#NegoContent td {
    background: #fff;
    border: solid 1px #aaa;
    border-collapse: collapse;
    padding: 5px 8px;
}


#PageContent {
   width: 436px;
   float: left;
   padding: 10px 20px;   
}

/******************************************************************
*******Styles des liste de définition (dl) dans le contenu *********
*******************************************************************/

#NegoContent dl {
    border: solid 1px #aaa;
    border-top: none ;
    width: 434px;
    line-height: 1.1em;
    font-size: 12px;
    background: #e3eef4;
}

#NegoContent dt {
    width: 124px;
    background: #e3eef4;
    border-top: solid 1px #aaa;
    display: inline-block;
    color: #555;
    padding: 5px;
    text-align: left;
    vertical-align: top;
    font-weight: bold;
    *display: block;
    *float: left;
    _display: inline;
}

#NegoContent dd {
    padding: 5px; 
    width: 289px;
    background: #fff;
    display: inline-block;
    border-top: solid 1px #aaa;
    border-left: solid 1px #aaa;  
    *display: block;
    *float: left;
    _display: inline; 
}

#NegoContent div.csc-textpic-imagewrap dl, #NegoContent div.csc-textpic-imagewrap dt {
    background: none;
    border: none;
    margin: 0;    
}

#NegoContent ul.listRSS {    
    list-style-type: none;
}

#NegoContent ul.listRSS li {
    list-style-image: none;
}

#NegoContent ul.listRSS li a {
    padding-left: 20px;
    background: url(../images/rss.png) no-repeat 0 3px; 
    display: block;
    line-height: 24px;
}

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

#JwPlayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 600px;
    height: 400px;
    padding: 30px 15px 15px 15px;
    background: #333;
    z-index: 1000;
    display: none;
}

#BlackShadowLayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #222;
    filter: alpha(opacity=60); -moz-opacity:.60; opacity:.60;
    z-index: 999;
    display: none;
}

#CloseMovie {
    display: block;
    position: absolute;
    width: 145px;
    height: 20px;
    top: 5px;
    right: 15px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

#CloseMovie img {
    vertical-align: middle;
}


.flashLink {
    cursor : pointer;
}

#SingleNews h1 {
    font-size: 1.1em;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    margin: 0;
    border: none;
}

#SingleNewsTitle {
    color:#00648b;
    text-transform: uppercase;
    font-size:1.4em;
    margin: 10px 0 20px 0;
    border-bottom: solid 8px #c2c2c2;
}

.lienbottom {
    color: #666;
} 
.tx-ttnews-browsebox {
    background-color: #fff;
    border: none;
}
.news-list-browse span {    
    margin: 5px;
}
.activeLinkWrap {
    font-weight: bold;
} 




