
/* GENERAL LAYOUT */

/* master2.css */
/*ul.glArrow a,   a.glArrow   {
    background:url(/content/dam/infiniti/global/link-angle-white.gif) no-repeat 0px 3px;
    padding-left:10px;
    font-weight:bold;
}*/

.gBody{
    position: relative;
}

.mainContainer{
    width: 745px;
    margin-right:35px;
    margin-top:0px;
}

/* component-specific */

.newsEventsNrmlContainer {color: #000000; margin:0; min-height: 300px;}

.highlightedNewsImg{float:left; margin:0 0 8px 0;}
.highlightedNewsCnt {
                    color: #000000;
                    margin:0 0 0 375px;
                    width:350px !important;
                    line-height:15px;
                    }
.highlightedNewsTitle h2 {
                       color: #000000!important;
                       font-family:verdana;
                       font-style:bold;
                       font-size:13px;                      
                       margin-bottom:1em;
                       width:350px !important;
                       }

.highlightedNewsDesc{
    margin-bottom: 18px;
    width: 350px;
}

.highlightedNewsDesc p, .highlightedNewsDesc p i {
    color: #000000;
}               
.highlightedNewsLinks {
    float: left;
}                
         
         
         
.defaultPFA {
display:none;
height:223px;
margin:1em 0;
width:auto;
}
.defaultPFA .pfaImage {
float:left;
margin-right:1em;
}
.defaultPFA p {
margin:1em 0;
width:auto !important;
}
.defaultPFA h2 {
clear:none;
float:left;
margin-bottom:1em;
width:258px !important;
}
.defaultPFA .tTopH2 {
margin-top:1em;
}
.defaultPFA .tBottomH2 {
margin-bottom:1em;
}

.newsEveTitle{
    font-style: italics;
    color: #000000;
}

#newsEveLnks li{
    list-style-type: none;  
}

.newsEventsWidget{
    clear: both;
}

.newsEventsWidget h2{
    width: 105px;
    height: 20px;
    padding:10px 0 0 5px;
    color: #000000;
    border-top: 1px solid #823c32;
    border-left: 1px solid #823c32;
    background-color: #691c14;
}

.newseventsheader {
    margin: 25px 0 0 20px;
}

.clear{
    clear:both;
    line-height: 1px;
    height: 1px;
}

p, u, i, a, b, em, strong, table, td, tr, li, sup{
    color: #fff;
}
div.gBodyContainer{
    background-color: #000;
}

#movFlashPromo {
    width:745px;
    }

/* NEWS TAB */

#newsEventsWidget{
    clear: both;
    margin-bottom: 103px;
    display:none;
}

#newsEventsWidget h2{
    width: 105px;
    height: 17px;
    font-size:12px;
    padding:8px 0 6px 8px;
    color: #000000;
    background-color: #bfb9b9;
    border-left: 1px solid #d4d4d4;
    border-top: 1px solid #d4d4d4;
    -moz-box-shadow: 3px -3px 4px #777777;
    -webkit-box-shadow: 3px -3px 4px #777777;
    box-shadow: 3px -3px 4px #777777;
/*    filter:progid:DXImageTransform.Microsoft.DropShadow(color='#777777',offX='3',offY='-3');*/
    /*filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=45, Color='#7777777');*/
    /*-ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=45, Color='#7777777');*/
    position: relative;
    z-index: 3;
}

#newsEventsWidgetItems{
    clear: both;
    background-color: #bfb9b9;
    border-left: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    -moz-box-shadow: 3px -3px 4px #777777;
    -webkit-box-shadow: 3px -3px 4px #777777;
    box-shadow: 3px -3px 4px #777777;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=45, Color='#7777777');
   /* -ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=45, Color='#7777777');*/
   position: relative;
   z-index: 2;
   width: 744px;
}

/* SELECTORS */
.selector{
    list-style-type: none;  
    background-color: #bfb9b9;
    padding: 10px 5px;
    /*text-transform: capitalize;*/
}

    .selector li{
        display: inline;
        border-left: 1px solid #000000;
        padding: 0 5px;
    }
    
        .selector li:first-child, .selector .showAllEvents{
            border-left: none;
        }
        
        .selector li a{
            color: #000000;
        }
        
        .selector li a.active{
            font-weight: bold;
        }
              
#newsVehicleFilter {
    float: left;
}

#newsYearFilter {
    float: right;
}

/* ARTICLES WITHIN THIS WIDGET */

#newsEventsWidgetItems .newseventsitems{
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#b7b7b7'); /* for IE */
    background: -webkit-gradient(linear, right top, left bottom, from(#e8e8e8), to(#b7b7b7)); /* for webkit browsers */
    background: -moz-linear-gradient(top right 266deg, #E8E8E8, #B7B7B7);
    clear: both;   
}

#newsitems{
    clear:both;
}

#emptyNewsItems{
    clear: both;
    padding: 8px;
    background: transparent;
}

    #emptyNewsItems p{
        color: #000000;
    }

/* NEWS ARTICLE */
.article .gBodyContainer,
.article .gBody{
    height: 75px;
    min-height: 75px;
    background-image: none;
    width: 708px;
    padding: 0;
    margin: 0;
}

.article #gTopNav, 
.article #movFlashCore, 
.article #gFooter{
    display: none;
}

.newsTitle,
.newsTitle i, .newsTitle em,
.newsTitle b, .newsTitle strong, 
.newsDesc, 
.newsDate,
.leafNewsTitle,
.leafNewsTitle i, .leafNewsTitle em, 
.leafNewsTitle b, .leafNewsTitle strong{
    color: #fff;
}
.articleListItems i, .articleListItems b, .articleListItems em, .articleListItems strong{
	color:#000;
}

/* VIEW LIST NEWS ARTICLE */
.viewList .article{
    clear: both;
    border-top: 1px solid #d4d4d4;
    height: 75px;
    /*background-color: #691c14;*/
    position: relative;
    list-style-type: none;
    padding: 8px;
}

.viewList .newsThumb{
    position: absolute;
    top: 19px;
    left: 20px;
    /*border: 2px solid #FFFFFF;*/
    height: 37px;
    width: 47px;
}

.currentNewsTitle{
position:relative;
color:#000000;
font-size:12px;
}

.viewList .newsTitle{
    position: absolute; 
    top: 19px;
    left: 113px;
    width: 400px;
    font-weight: normal;
}

.viewList .newsDate{
    position: absolute;
    top: 19px;
    right: 11px;
}

.viewList .article .newsDesc,
.viewList .articleList{
    display: none;
}

/* VIEW SINGLE NEWS ARTICLE */
.viewSingle .article .newsDesc,
.viewSingle .articleList{
    display: block;
}

.viewSingle .newsThumb, .viewSingle .newsDate{
    display: none;
}

.viewSingle #newsEventsViewer_swf{
    width: 452px;
    height: 300px;
}

.viewSingle .articleContent{
    color: #000000;
    width: 455px;
    float: left;
}

.viewSingle .newsDesc{
    margin-top: 30px;
}

.viewSingle .newsDesc p{
    color: #fff !important;
    margin: 15px 0;
    line-height: 138%;
}

.viewSingle .newsDesc p a{
    text-decoration: underline;
}

.viewSingle .articleList{
    width: 275px;
    height: 526px;
    float: left;
    display:inline;
    margin: 42px 0 0 10px;    
    overflow: hidden;
}

.viewSingle .articleList .articleListItems{
    width: 275px;
    height: 489px;
    overflow-y: scroll;
}

/*.viewSingle .articleList ul { background-color: #331111;}*/

.viewSingle .articleList .listHeader{
    padding: 12px 5px 12px 8px;
    background-color: #574f57; 
    display: block;
    color: #fff;
    font-weight: bold;
}

.viewSingle .articleList ul li{
    padding: 6px 5px 12px 8px;
    background-color: #998d9a;
    list-style-type: none;
    display: block;
    color: #000000;
}

.viewSingle .articleList ul li.active{
    background-color: #837984;
}

.viewSingle .articleList ul li:hover{
    padding: 6px 5px 12px 8px; 
}

.viewSingle .leafNewsThumb{
/*    border: 2px solid #000000;*/
    height: 37px;
    width: 47px;
    display: block;
    float: left;
}

.viewSingle .leafNewsThumb a{
    color: #000000;
}
.viewSingle .articleListTitle {
    display:inline-block;
    color: #000000;
    min-width: 0;
}

.viewSingle .articleListTitle a{
    display:inline-block;
    /*font-weight: bold;*/
    color: #000000;   
    min-width: 0;
}

.viewSingle .leafNewsTitle{
    width: 160px;
    margin-left: 25px;
    display: block;
    float: left;
    font-weight: bold;
    font-size: 10px;
    color: #000000;
}

#newsEveLinks{
    position:absolute;
    bottom: 0px;
    right: 0px;
}

#newsEveLinks li, .highlightedNewsLinks li{
    list-style-type: none;  
    /*padding-bottom: 15px;*/
}

#newsEveLinks li a, .highlightedNewsLinks li a {
	background: transparent url(/content/dam/infiniti/about/news_events/news_read_more.png) no-repeat 0 2px;
	height: 20px;
	display: block;
	padding-left: 10px;
	color: black;
	font-weight: bold;
}

.pagetitle {
    margin:0 0 15px 0;
}

h1.gSwap object {width:445px;}
.viewList .article {padding:0;}

.pagepromos {
    bottom: 25px;
    left: 0px;
    height: 99px;
    position: absolute;
    width: 964px;
}

.pageHeader {
    width: 125px;
    height: 28px;
    background: url(/content/dam/infiniti/about/news_events/news-events-h1.png) no-repeat;
    margin: 0 0 10px 4px;
}

.pageHeader p {
    text-indent: -9999px;
} 
/* THE LIST */
/*
#newseventslist{
	border: 1px solid magenta;
	overflow-y: auto;
	height: 515px;
    width: 200px;
    float: right;
}

#newseventslist h4{
	width: 100px;
	
}

#newslistitems{
    width: 100px;  
    border: 1px solid lime;
}

*/

.article{
	height: 100px;
	display: block;
}

.article .gBodyContainer, .article .gBody{
    height: 62px;
    min-height: 62px;
    background-image: none;
    width: 90px;
    padding: 0;
    margin: 0;
}
.article #gTopNav, .article #movFlashCore, .article #gFooter{
    display: none;
}

/* THE CONTENT */
#newsContent{
    float: left;
    border: 1px solid red;
    width: 452px;
    color: #FFFFFF;
}

.articleContent .widgetLinkTitle  { 
	
    cursor:pointer;
}
/* THE LIST */
/*
#newseventslist{
	border: 1px solid magenta;
	overflow-y: auto;
	height: 515px;
    width: 200px;
    float: right;
}

#newseventslist h4{
	width: 100px;
	
}

#newslistitems{
    width: 100px;  
    border: 1px solid lime;
}

*/

.article{
	height: 100px;
	display: block;
}

.article .gBodyContainer, .article .gBody{
    height: 62px;
    min-height: 62px;
    background-image: none;
    width: 90px;
    padding: 0;
    margin: 0;
}
.article #gTopNav, .article #movFlashCore, .article #gFooter{
    display: none;
}

/* THE CONTENT */
#newsContent{
    float: left;
    border: 1px solid red;
    width: 452px;
    color: #FFFFFF;
}

.articleContent .widgetLinkTitle  { 
	
    cursor:pointer;
}
/* THE LIST */
/*
#newseventslist{
	border: 1px solid magenta;
	overflow-y: auto;
	height: 515px;
    width: 200px;
    float: right;
}

#newseventslist h4{
	width: 100px;
	
}

#newslistitems{
    width: 100px;  
    border: 1px solid lime;
}

*/

.article{
	height: 100px;
	display: block;
}

.article .gBodyContainer, .article .gBody{
    height: 62px;
    min-height: 62px;
    background-image: none;
    width: 90px;
    padding: 0;
    margin: 0;
}
.article #gTopNav, .article #movFlashCore, .article #gFooter{
    display: none;
}

/* THE CONTENT */
#newsContent{
    float: left;
    border: 1px solid red;
    width: 452px;
    color: #FFFFFF;
}

.articleContent .widgetLinkTitle  { 
	
    cursor:pointer;
}
/* THE LIST */
/*
#newseventslist{
	border: 1px solid magenta;
	overflow-y: auto;
	height: 515px;
    width: 200px;
    float: right;
}

#newseventslist h4{
	width: 100px;
	
}

#newslistitems{
    width: 100px;  
    border: 1px solid lime;
}

*/

.article{
	height: 100px;
	display: block;
}

.article .gBodyContainer, .article .gBody{
    height: 62px;
    min-height: 62px;
    background-image: none;
    width: 90px;
    padding: 0;
    margin: 0;
}
.article #gTopNav, .article #movFlashCore, .article #gFooter{
    display: none;
}

/* THE CONTENT */
#newsContent{
    float: left;
    border: 1px solid red;
    width: 452px;
    color: #FFFFFF;
}

.articleContent .widgetLinkTitle  { 
	
    cursor:pointer;
}
/* THE LIST */
/*
#newseventslist{
	border: 1px solid magenta;
	overflow-y: auto;
	height: 515px;
    width: 200px;
    float: right;
}

#newseventslist h4{
	width: 100px;
	
}

#newslistitems{
    width: 100px;  
    border: 1px solid lime;
}

*/

.article{
	height: 100px;
	display: block;
}

.article .gBodyContainer, .article .gBody{
    height: 62px;
    min-height: 62px;
    background-image: none;
    width: 90px;
    padding: 0;
    margin: 0;
}
.article #gTopNav, .article #movFlashCore, .article #gFooter{
    display: none;
}

/* THE CONTENT */
#newsContent{
    float: left;
    border: 1px solid red;
    width: 452px;
    color: #FFFFFF;
}

.articleContent .widgetLinkTitle  { 
	
    cursor:pointer;
}
/* THE LIST */
/*
#newseventslist{
	border: 1px solid magenta;
	overflow-y: auto;
	height: 515px;
    width: 200px;
    float: right;
}

#newseventslist h4{
	width: 100px;
	
}

#newslistitems{
    width: 100px;  
    border: 1px solid lime;
}

*/

.article{
	height: 100px;
	display: block;
}

.article .gBodyContainer, .article .gBody{
    height: 62px;
    min-height: 62px;
    background-image: none;
    width: 90px;
    padding: 0;
    margin: 0;
}
.article #gTopNav, .article #movFlashCore, .article #gFooter{
    display: none;
}

/* THE CONTENT */
#newsContent{
    float: left;
    border: 1px solid red;
    width: 452px;
    color: #FFFFFF;
}

.articleContent .widgetLinkTitle  { 
	
    cursor:pointer;
}
/* THE LIST */
/*
#newseventslist{
	border: 1px solid magenta;
	overflow-y: auto;
	height: 515px;
    width: 200px;
    float: right;
}

#newseventslist h4{
	width: 100px;
	
}

#newslistitems{
    width: 100px;  
    border: 1px solid lime;
}

*/

.article{
	height: 100px;
	display: block;
}

.article .gBodyContainer, .article .gBody{
    height: 62px;
    min-height: 62px;
    background-image: none;
    width: 90px;
    padding: 0;
    margin: 0;
}
.article #gTopNav, .article #movFlashCore, .article #gFooter{
    display: none;
}

/* THE CONTENT */
#newsContent{
    float: left;
    border: 1px solid red;
    width: 452px;
    color: #FFFFFF;
}

.articleContent .widgetLinkTitle  { 
	
    cursor:pointer;
}
/* THE LIST */
/*
#newseventslist{
	border: 1px solid magenta;
	overflow-y: auto;
	height: 515px;
    width: 200px;
    float: right;
}

#newseventslist h4{
	width: 100px;
	
}

#newslistitems{
    width: 100px;  
    border: 1px solid lime;
}

*/

.article{
	height: 100px;
	display: block;
}

.article .gBodyContainer, .article .gBody{
    height: 62px;
    min-height: 62px;
    background-image: none;
    width: 90px;
    padding: 0;
    margin: 0;
}
.article #gTopNav, .article #movFlashCore, .article #gFooter{
    display: none;
}

/* THE CONTENT */
#newsContent{
    float: left;
    border: 1px solid red;
    width: 452px;
    color: #FFFFFF;
}

.articleContent .widgetLinkTitle  { 
	
    cursor:pointer;
}
/* THE LIST */
/*
#newseventslist{
	border: 1px solid magenta;
	overflow-y: auto;
	height: 515px;
    width: 200px;
    float: right;
}

#newseventslist h4{
	width: 100px;
	
}

#newslistitems{
    width: 100px;  
    border: 1px solid lime;
}

*/

.article{
	height: 100px;
	display: block;
}

.article .gBodyContainer, .article .gBody{
    height: 62px;
    min-height: 62px;
    background-image: none;
    width: 90px;
    padding: 0;
    margin: 0;
}
.article #gTopNav, .article #movFlashCore, .article #gFooter{
    display: none;
}

/* THE CONTENT */
#newsContent{
    float: left;
    border: 1px solid red;
    width: 452px;
    color: #FFFFFF;
}

.articleContent .widgetLinkTitle  { 
	
    cursor:pointer;
}
/* THE LIST */
/*
#newseventslist{
	border: 1px solid magenta;
	overflow-y: auto;
	height: 515px;
    width: 200px;
    float: right;
}

#newseventslist h4{
	width: 100px;
	
}

#newslistitems{
    width: 100px;  
    border: 1px solid lime;
}

*/

.article{
	height: 100px;
	display: block;
}

.article .gBodyContainer, .article .gBody{
    height: 62px;
    min-height: 62px;
    background-image: none;
    width: 90px;
    padding: 0;
    margin: 0;
}
.article #gTopNav, .article #movFlashCore, .article #gFooter{
    display: none;
}

/* THE CONTENT */
#newsContent{
    float: left;
    border: 1px solid red;
    width: 452px;
    color: #FFFFFF;
}

.articleContent .widgetLinkTitle  { 
	
    cursor:pointer;
}
/* THE LIST */
/*
#newseventslist{
	border: 1px solid magenta;
	overflow-y: auto;
	height: 515px;
    width: 200px;
    float: right;
}

#newseventslist h4{
	width: 100px;
	
}

#newslistitems{
    width: 100px;  
    border: 1px solid lime;
}

*/

.article{
	height: 100px;
	display: block;
}

.article .gBodyContainer, .article .gBody{
    height: 62px;
    min-height: 62px;
    background-image: none;
    width: 90px;
    padding: 0;
    margin: 0;
}
.article #gTopNav, .article #movFlashCore, .article #gFooter{
    display: none;
}

/* THE CONTENT */
#newsContent{
    float: left;
    border: 1px solid red;
    width: 452px;
    color: #FFFFFF;
}

.articleContent .widgetLinkTitle  { 
	
    cursor:pointer;
}
/* THE LIST */
/*
#newseventslist{
	border: 1px solid magenta;
	overflow-y: auto;
	height: 515px;
    width: 200px;
    float: right;
}

#newseventslist h4{
	width: 100px;
	
}

#newslistitems{
    width: 100px;  
    border: 1px solid lime;
}

*/

.article{
	height: 100px;
	display: block;
}

.article .gBodyContainer, .article .gBody{
    height: 62px;
    min-height: 62px;
    background-image: none;
    width: 90px;
    padding: 0;
    margin: 0;
}
.article #gTopNav, .article #movFlashCore, .article #gFooter{
    display: none;
}

/* THE CONTENT */
#newsContent{
    float: left;
    border: 1px solid red;
    width: 452px;
    color: #FFFFFF;
}

.articleContent .widgetLinkTitle  { 
	
    cursor:pointer;
}
/* THE LIST */
/*
#newseventslist{
	border: 1px solid magenta;
	overflow-y: auto;
	height: 515px;
    width: 200px;
    float: right;
}

#newseventslist h4{
	width: 100px;
	
}

#newslistitems{
    width: 100px;  
    border: 1px solid lime;
}

*/

.article{
	height: 100px;
	display: block;
}

.article .gBodyContainer, .article .gBody{
    height: 62px;
    min-height: 62px;
    background-image: none;
    width: 90px;
    padding: 0;
    margin: 0;
}
.article #gTopNav, .article #movFlashCore, .article #gFooter{
    display: none;
}

/* THE CONTENT */
#newsContent{
    float: left;
    border: 1px solid red;
    width: 452px;
    color: #FFFFFF;
}

.articleContent .widgetLinkTitle  { 
	
    cursor:pointer;
}
/* THE LIST */
/*
#newseventslist{
	border: 1px solid magenta;
	overflow-y: auto;
	height: 515px;
    width: 200px;
    float: right;
}

#newseventslist h4{
	width: 100px;
	
}

#newslistitems{
    width: 100px;  
    border: 1px solid lime;
}

*/

.article{
	height: 100px;
	display: block;
}

.article .gBodyContainer, .article .gBody{
    height: 62px;
    min-height: 62px;
    background-image: none;
    width: 90px;
    padding: 0;
    margin: 0;
}
.article #gTopNav, .article #movFlashCore, .article #gFooter{
    display: none;
}

/* THE CONTENT */
#newsContent{
    float: left;
    border: 1px solid red;
    width: 452px;
    color: #FFFFFF;
}

.articleContent .widgetLinkTitle  { 
	
    cursor:pointer;
}
/* THE LIST */
/*
#newseventslist{
	border: 1px solid magenta;
	overflow-y: auto;
	height: 515px;
    width: 200px;
    float: right;
}

#newseventslist h4{
	width: 100px;
	
}

#newslistitems{
    width: 100px;  
    border: 1px solid lime;
}

*/

.article{
	height: 100px;
	display: block;
}

.article .gBodyContainer, .article .gBody{
    height: 62px;
    min-height: 62px;
    background-image: none;
    width: 90px;
    padding: 0;
    margin: 0;
}
.article #gTopNav, .article #movFlashCore, .article #gFooter{
    display: none;
}

/* THE CONTENT */
#newsContent{
    float: left;
    border: 1px solid red;
    width: 452px;
    color: #FFFFFF;
}

.articleContent .widgetLinkTitle  { 
	
    cursor:pointer;
}
/* THE LIST */
/*
#newseventslist{
	border: 1px solid magenta;
	overflow-y: auto;
	height: 515px;
    width: 200px;
    float: right;
}

#newseventslist h4{
	width: 100px;
	
}

#newslistitems{
    width: 100px;  
    border: 1px solid lime;
}

*/

.article{
	height: 100px;
	display: block;
}

.article .gBodyContainer, .article .gBody{
    height: 62px;
    min-height: 62px;
    background-image: none;
    width: 90px;
    padding: 0;
    margin: 0;
}
.article #gTopNav, .article #movFlashCore, .article #gFooter{
    display: none;
}

/* THE CONTENT */
#newsContent{
    float: left;
    border: 1px solid red;
    width: 452px;
    color: #FFFFFF;
}

.articleContent .widgetLinkTitle  { 
	
    cursor:pointer;
}
/* THE LIST */
/*
#newseventslist{
	border: 1px solid magenta;
	overflow-y: auto;
	height: 515px;
    width: 200px;
    float: right;
}

#newseventslist h4{
	width: 100px;
	
}

#newslistitems{
    width: 100px;  
    border: 1px solid lime;
}

*/

.article{
	height: 100px;
	display: block;
}

.article .gBodyContainer, .article .gBody{
    height: 62px;
    min-height: 62px;
    background-image: none;
    width: 90px;
    padding: 0;
    margin: 0;
}
.article #gTopNav, .article #movFlashCore, .article #gFooter{
    display: none;
}

/* THE CONTENT */
#newsContent{
    float: left;
    border: 1px solid red;
    width: 452px;
    color: #FFFFFF;
}

.articleContent .widgetLinkTitle  { 
	
    cursor:pointer;
}
/* THE LIST */
/*
#newseventslist{
	border: 1px solid magenta;
	overflow-y: auto;
	height: 515px;
    width: 200px;
    float: right;
}

#newseventslist h4{
	width: 100px;
	
}

#newslistitems{
    width: 100px;  
    border: 1px solid lime;
}

*/

.article{
	height: 100px;
	display: block;
}

.article .gBodyContainer, .article .gBody{
    height: 62px;
    min-height: 62px;
    background-image: none;
    width: 90px;
    padding: 0;
    margin: 0;
}
.article #gTopNav, .article #movFlashCore, .article #gFooter{
    display: none;
}

/* THE CONTENT */
#newsContent{
    float: left;
    border: 1px solid red;
    width: 452px;
    color: #FFFFFF;
}

.articleContent .widgetLinkTitle  { 
	
    cursor:pointer;
}
/* THE LIST */
/*
#newseventslist{
	border: 1px solid magenta;
	overflow-y: auto;
	height: 515px;
    width: 200px;
    float: right;
}

#newseventslist h4{
	width: 100px;
	
}

#newslistitems{
    width: 100px;  
    border: 1px solid lime;
}

*/

.article{
	height: 100px;
	display: block;
}

.article .gBodyContainer, .article .gBody{
    height: 62px;
    min-height: 62px;
    background-image: none;
    width: 90px;
    padding: 0;
    margin: 0;
}
.article #gTopNav, .article #movFlashCore, .article #gFooter{
    display: none;
}

/* THE CONTENT */
#newsContent{
    float: left;
    border: 1px solid red;
    width: 452px;
    color: #FFFFFF;
}

.articleContent .widgetLinkTitle  { 
	
    cursor:pointer;
}
/* THE LIST */
/*
#newseventslist{
	border: 1px solid magenta;
	overflow-y: auto;
	height: 515px;
    width: 200px;
    float: right;
}

#newseventslist h4{
	width: 100px;
	
}

#newslistitems{
    width: 100px;  
    border: 1px solid lime;
}

*/

.article{
	height: 100px;
	display: block;
}

.article .gBodyContainer, .article .gBody{
    height: 62px;
    min-height: 62px;
    background-image: none;
    width: 90px;
    padding: 0;
    margin: 0;
}
.article #gTopNav, .article #movFlashCore, .article #gFooter{
    display: none;
}

/* THE CONTENT */
#newsContent{
    float: left;
    border: 1px solid red;
    width: 452px;
    color: #FFFFFF;
}

.articleContent .widgetLinkTitle  { 
	
    cursor:pointer;
}
/* THE LIST */
/*
#newseventslist{
	border: 1px solid magenta;
	overflow-y: auto;
	height: 515px;
    width: 200px;
    float: right;
}

#newseventslist h4{
	width: 100px;
	
}

#newslistitems{
    width: 100px;  
    border: 1px solid lime;
}

*/

.article{
	height: 100px;
	display: block;
}

.article .gBodyContainer, .article .gBody{
    height: 62px;
    min-height: 62px;
    background-image: none;
    width: 90px;
    padding: 0;
    margin: 0;
}
.article #gTopNav, .article #movFlashCore, .article #gFooter{
    display: none;
}

/* THE CONTENT */
#newsContent{
    float: left;
    border: 1px solid red;
    width: 452px;
    color: #FFFFFF;
}

.articleContent .widgetLinkTitle  { 
	
    cursor:pointer;
}
/* THE LIST */
/*
#newseventslist{
	border: 1px solid magenta;
	overflow-y: auto;
	height: 515px;
    width: 200px;
    float: right;
}

#newseventslist h4{
	width: 100px;
	
}

#newslistitems{
    width: 100px;  
    border: 1px solid lime;
}

*/

.article{
	height: 100px;
	display: block;
}

.article .gBodyContainer, .article .gBody{
    height: 62px;
    min-height: 62px;
    background-image: none;
    width: 90px;
    padding: 0;
    margin: 0;
}
.article #gTopNav, .article #movFlashCore, .article #gFooter{
    display: none;
}

/* THE CONTENT */
#newsContent{
    float: left;
    border: 1px solid red;
    width: 452px;
    color: #FFFFFF;
}

.articleContent .widgetLinkTitle  { 
	
    cursor:pointer;
}
/* THE LIST */
/*
#newseventslist{
	border: 1px solid magenta;
	overflow-y: auto;
	height: 515px;
    width: 200px;
    float: right;
}

#newseventslist h4{
	width: 100px;
	
}

#newslistitems{
    width: 100px;  
    border: 1px solid lime;
}

*/

.article{
	height: 100px;
	display: block;
}

.article .gBodyContainer, .article .gBody{
    height: 62px;
    min-height: 62px;
    background-image: none;
    width: 90px;
    padding: 0;
    margin: 0;
}
.article #gTopNav, .article #movFlashCore, .article #gFooter{
    display: none;
}

/* THE CONTENT */
#newsContent{
    float: left;
    border: 1px solid red;
    width: 452px;
    color: #FFFFFF;
}

.articleContent .widgetLinkTitle  { 
	
    cursor:pointer;
}
/* THE LIST */
/*
#newseventslist{
	border: 1px solid magenta;
	overflow-y: auto;
	height: 515px;
    width: 200px;
    float: right;
}

#newseventslist h4{
	width: 100px;
	
}

#newslistitems{
    width: 100px;  
    border: 1px solid lime;
}

*/

.article{
	height: 100px;
	display: block;
}

.article .gBodyContainer, .article .gBody{
    height: 62px;
    min-height: 62px;
    background-image: none;
    width: 90px;
    padding: 0;
    margin: 0;
}
.article #gTopNav, .article #movFlashCore, .article #gFooter{
    display: none;
}

/* THE CONTENT */
#newsContent{
    float: left;
    border: 1px solid red;
    width: 452px;
    color: #FFFFFF;
}

.articleContent .widgetLinkTitle  { 
	
    cursor:pointer;
}
/* THE LIST */
/*
#newseventslist{
	border: 1px solid magenta;
	overflow-y: auto;
	height: 515px;
    width: 200px;
    float: right;
}

#newseventslist h4{
	width: 100px;
	
}

#newslistitems{
    width: 100px;  
    border: 1px solid lime;
}

*/

.article{
	height: 100px;
	display: block;
}

.article .gBodyContainer, .article .gBody{
    height: 62px;
    min-height: 62px;
    background-image: none;
    width: 90px;
    padding: 0;
    margin: 0;
}
.article #gTopNav, .article #movFlashCore, .article #gFooter{
    display: none;
}

/* THE CONTENT */
#newsContent{
    float: left;
    border: 1px solid red;
    width: 452px;
    color: #FFFFFF;
}

.articleContent .widgetLinkTitle  { 
	
    cursor:pointer;
}
/* THE LIST */
/*
#newseventslist{
	border: 1px solid magenta;
	overflow-y: auto;
	height: 515px;
    width: 200px;
    float: right;
}

#newseventslist h4{
	width: 100px;
	
}

#newslistitems{
    width: 100px;  
    border: 1px solid lime;
}

*/

.article{
	height: 100px;
	display: block;
}

.article .gBodyContainer, .article .gBody{
    height: 62px;
    min-height: 62px;
    background-image: none;
    width: 90px;
    padding: 0;
    margin: 0;
}
.article #gTopNav, .article #movFlashCore, .article #gFooter{
    display: none;
}

/* THE CONTENT */
#newsContent{
    float: left;
    border: 1px solid red;
    width: 452px;
    color: #FFFFFF;
}

.articleContent .widgetLinkTitle  { 
	
    cursor:pointer;
}
/* THE LIST */
/*
#newseventslist{
	border: 1px solid magenta;
	overflow-y: auto;
	height: 515px;
    width: 200px;
    float: right;
}

#newseventslist h4{
	width: 100px;
	
}

#newslistitems{
    width: 100px;  
    border: 1px solid lime;
}

*/

.article{
	height: 100px;
	display: block;
}

.article .gBodyContainer, .article .gBody{
    height: 62px;
    min-height: 62px;
    background-image: none;
    width: 90px;
    padding: 0;
    margin: 0;
}
.article #gTopNav, .article #movFlashCore, .article #gFooter{
    display: none;
}

/* THE CONTENT */
#newsContent{
    float: left;
    border: 1px solid red;
    width: 452px;
    color: #FFFFFF;
}

.articleContent .widgetLinkTitle  { 
	
    cursor:pointer;
}
/* THE LIST */
/*
#newseventslist{
	border: 1px solid magenta;
	overflow-y: auto;
	height: 515px;
    width: 200px;
    float: right;
}

#newseventslist h4{
	width: 100px;
	
}

#newslistitems{
    width: 100px;  
    border: 1px solid lime;
}

*/

.article{
	height: 100px;
	display: block;
}

.article .gBodyContainer, .article .gBody{
    height: 62px;
    min-height: 62px;
    background-image: none;
    width: 90px;
    padding: 0;
    margin: 0;
}
.article #gTopNav, .article #movFlashCore, .article #gFooter{
    display: none;
}

/* THE CONTENT */
#newsContent{
    float: left;
    border: 1px solid red;
    width: 452px;
    color: #FFFFFF;
}

.articleContent .widgetLinkTitle  { 
	
    cursor:pointer;
}
/* THE LIST */
/*
#newseventslist{
	border: 1px solid magenta;
	overflow-y: auto;
	height: 515px;
    width: 200px;
    float: right;
}

#newseventslist h4{
	width: 100px;
	
}

#newslistitems{
    width: 100px;  
    border: 1px solid lime;
}

*/

.article{
	height: 100px;
	display: block;
}

.article .gBodyContainer, .article .gBody{
    height: 62px;
    min-height: 62px;
    background-image: none;
    width: 90px;
    padding: 0;
    margin: 0;
}
.article #gTopNav, .article #movFlashCore, .article #gFooter{
    display: none;
}

/* THE CONTENT */
#newsContent{
    float: left;
    border: 1px solid red;
    width: 452px;
    color: #FFFFFF;
}

.articleContent .widgetLinkTitle  { 
	
    cursor:pointer;
}
/* THE LIST */
/*
#newseventslist{
	border: 1px solid magenta;
	overflow-y: auto;
	height: 515px;
    width: 200px;
    float: right;
}

#newseventslist h4{
	width: 100px;
	
}

#newslistitems{
    width: 100px;  
    border: 1px solid lime;
}

*/

.article{
	height: 100px;
	display: block;
}

.article .gBodyContainer, .article .gBody{
    height: 62px;
    min-height: 62px;
    background-image: none;
    width: 90px;
    padding: 0;
    margin: 0;
}
.article #gTopNav, .article #movFlashCore, .article #gFooter{
    display: none;
}

/* THE CONTENT */
#newsContent{
    float: left;
    border: 1px solid red;
    width: 452px;
    color: #FFFFFF;
}

.articleContent .widgetLinkTitle  { 
	
    cursor:pointer;
}
/* THE LIST */
/*
#newseventslist{
	border: 1px solid magenta;
	overflow-y: auto;
	height: 515px;
    width: 200px;
    float: right;
}

#newseventslist h4{
	width: 100px;
	
}

#newslistitems{
    width: 100px;  
    border: 1px solid lime;
}

*/

.article{
	height: 100px;
	display: block;
}

.article .gBodyContainer, .article .gBody{
    height: 62px;
    min-height: 62px;
    background-image: none;
    width: 90px;
    padding: 0;
    margin: 0;
}
.article #gTopNav, .article #movFlashCore, .article #gFooter{
    display: none;
}

/* THE CONTENT */
#newsContent{
    float: left;
    border: 1px solid red;
    width: 452px;
    color: #FFFFFF;
}

.articleContent .widgetLinkTitle  { 
	
    cursor:pointer;
}
/* THE LIST */
/*
#newseventslist{
	border: 1px solid magenta;
	overflow-y: auto;
	height: 515px;
    width: 200px;
    float: right;
}

#newseventslist h4{
	width: 100px;
	
}

#newslistitems{
    width: 100px;  
    border: 1px solid lime;
}

*/

.article{
	height: 100px;
	display: block;
}

.article .gBodyContainer, .article .gBody{
    height: 62px;
    min-height: 62px;
    background-image: none;
    width: 90px;
    padding: 0;
    margin: 0;
}
.article #gTopNav, .article #movFlashCore, .article #gFooter{
    display: none;
}

/* THE CONTENT */
#newsContent{
    float: left;
    border: 1px solid red;
    width: 452px;
    color: #FFFFFF;
}

.articleContent .widgetLinkTitle  { 
	
    cursor:pointer;
}
/* THE LIST */
/*
#newseventslist{
	border: 1px solid magenta;
	overflow-y: auto;
	height: 515px;
    width: 200px;
    float: right;
}

#newseventslist h4{
	width: 100px;
	
}

#newslistitems{
    width: 100px;  
    border: 1px solid lime;
}

*/

.article{
	height: 100px;
	display: block;
}

.article .gBodyContainer, .article .gBody{
    height: 62px;
    min-height: 62px;
    background-image: none;
    width: 90px;
    padding: 0;
    margin: 0;
}
.article #gTopNav, .article #movFlashCore, .article #gFooter{
    display: none;
}

/* THE CONTENT */
#newsContent{
    float: left;
    border: 1px solid red;
    width: 452px;
    color: #FFFFFF;
}

.articleContent .widgetLinkTitle  { 
	
    cursor:pointer;
}
/* THE LIST */
/*
#newseventslist{
	border: 1px solid magenta;
	overflow-y: auto;
	height: 515px;
    width: 200px;
    float: right;
}

#newseventslist h4{
	width: 100px;
	
}

#newslistitems{
    width: 100px;  
    border: 1px solid lime;
}

*/

.article{
	height: 100px;
	display: block;
}

.article .gBodyContainer, .article .gBody{
    height: 62px;
    min-height: 62px;
    background-image: none;
    width: 90px;
    padding: 0;
    margin: 0;
}
.article #gTopNav, .article #movFlashCore, .article #gFooter{
    display: none;
}

/* THE CONTENT */
#newsContent{
    float: left;
    border: 1px solid red;
    width: 452px;
    color: #FFFFFF;
}

.articleContent .widgetLinkTitle  { 
	
    cursor:pointer;
}
/* THE LIST */
/*
#newseventslist{
	border: 1px solid magenta;
	overflow-y: auto;
	height: 515px;
    width: 200px;
    float: right;
}

#newseventslist h4{
	width: 100px;
	
}

#newslistitems{
    width: 100px;  
    border: 1px solid lime;
}

*/

.article{
	height: 100px;
	display: block;
}

.article .gBodyContainer, .article .gBody{
    height: 62px;
    min-height: 62px;
    background-image: none;
    width: 90px;
    padding: 0;
    margin: 0;
}
.article #gTopNav, .article #movFlashCore, .article #gFooter{
    display: none;
}

/* THE CONTENT */
#newsContent{
    float: left;
    border: 1px solid red;
    width: 452px;
    color: #FFFFFF;
}

.articleContent .widgetLinkTitle  { 
	
    cursor:pointer;
}
/* THE LIST */
/*
#newseventslist{
	border: 1px solid magenta;
	overflow-y: auto;
	height: 515px;
    width: 200px;
    float: right;
}

#newseventslist h4{
	width: 100px;
	
}

#newslistitems{
    width: 100px;  
    border: 1px solid lime;
}

*/

.article{
	height: 100px;
	display: block;
}

.article .gBodyContainer, .article .gBody{
    height: 62px;
    min-height: 62px;
    background-image: none;
    width: 90px;
    padding: 0;
    margin: 0;
}
.article #gTopNav, .article #movFlashCore, .article #gFooter{
    display: none;
}

/* THE CONTENT */
#newsContent{
    float: left;
    border: 1px solid red;
    width: 452px;
    color: #FFFFFF;
}

.articleContent .widgetLinkTitle  { 
	
    cursor:pointer;
}
/* THE LIST */
/*
#newseventslist{
	border: 1px solid magenta;
	overflow-y: auto;
	height: 515px;
    width: 200px;
    float: right;
}

#newseventslist h4{
	width: 100px;
	
}

#newslistitems{
    width: 100px;  
    border: 1px solid lime;
}

*/

.article{
	height: 100px;
	display: block;
}

.article .gBodyContainer, .article .gBody{
    height: 62px;
    min-height: 62px;
    background-image: none;
    width: 90px;
    padding: 0;
    margin: 0;
}
.article #gTopNav, .article #movFlashCore, .article #gFooter{
    display: none;
}

/* THE CONTENT */
#newsContent{
    float: left;
    border: 1px solid red;
    width: 452px;
    color: #FFFFFF;
}

.articleContent .widgetLinkTitle  { 
	
    cursor:pointer;
}
/* THE LIST */
/*
#newseventslist{
	border: 1px solid magenta;
	overflow-y: auto;
	height: 515px;
    width: 200px;
    float: right;
}

#newseventslist h4{
	width: 100px;
	
}

#newslistitems{
    width: 100px;  
    border: 1px solid lime;
}

*/

.article{
	height: 100px;
	display: block;
}

.article .gBodyContainer, .article .gBody{
    height: 62px;
    min-height: 62px;
    background-image: none;
    width: 90px;
    padding: 0;
    margin: 0;
}
.article #gTopNav, .article #movFlashCore, .article #gFooter{
    display: none;
}

/* THE CONTENT */
#newsContent{
    float: left;
    border: 1px solid red;
    width: 452px;
    color: #FFFFFF;
}

.articleContent .widgetLinkTitle  { 
	
    cursor:pointer;
}
/* THE LIST */
/*
#newseventslist{
	border: 1px solid magenta;
	overflow-y: auto;
	height: 515px;
    width: 200px;
    float: right;
}

#newseventslist h4{
	width: 100px;
	
}

#newslistitems{
    width: 100px;  
    border: 1px solid lime;
}

*/

.article{
	height: 100px;
	display: block;
}

.article .gBodyContainer, .article .gBody{
    height: 62px;
    min-height: 62px;
    background-image: none;
    width: 90px;
    padding: 0;
    margin: 0;
}
.article #gTopNav, .article #movFlashCore, .article #gFooter{
    display: none;
}

/* THE CONTENT */
#newsContent{
    float: left;
    border: 1px solid red;
    width: 452px;
    color: #FFFFFF;
}

.articleContent .widgetLinkTitle  { 
	
    cursor:pointer;
}
/* THE LIST */
/*
#newseventslist{
	border: 1px solid magenta;
	overflow-y: auto;
	height: 515px;
    width: 200px;
    float: right;
}

#newseventslist h4{
	width: 100px;
	
}

#newslistitems{
    width: 100px;  
    border: 1px solid lime;
}

*/

.article{
	height: 100px;
	display: block;
}

.article .gBodyContainer, .article .gBody{
    height: 62px;
    min-height: 62px;
    background-image: none;
    width: 90px;
    padding: 0;
    margin: 0;
}
.article #gTopNav, .article #movFlashCore, .article #gFooter{
    display: none;
}

/* THE CONTENT */
#newsContent{
    float: left;
    border: 1px solid red;
    width: 452px;
    color: #FFFFFF;
}

.articleContent .widgetLinkTitle  { 
	
    cursor:pointer;
}
/* THE LIST */
/*
#newseventslist{
	border: 1px solid magenta;
	overflow-y: auto;
	height: 515px;
    width: 200px;
    float: right;
}

#newseventslist h4{
	width: 100px;
	
}

#newslistitems{
    width: 100px;  
    border: 1px solid lime;
}

*/

.article{
	height: 100px;
	display: block;
}

.article .gBodyContainer, .article .gBody{
    height: 62px;
    min-height: 62px;
    background-image: none;
    width: 90px;
    padding: 0;
    margin: 0;
}
.article #gTopNav, .article #movFlashCore, .article #gFooter{
    display: none;
}

/* THE CONTENT */
#newsContent{
    float: left;
    border: 1px solid red;
    width: 452px;
    color: #FFFFFF;
}

.articleContent .widgetLinkTitle  { 
	
    cursor:pointer;
}
/* THE LIST */
/*
#newseventslist{
	border: 1px solid magenta;
	overflow-y: auto;
	height: 515px;
    width: 200px;
    float: right;
}

#newseventslist h4{
	width: 100px;
	
}

#newslistitems{
    width: 100px;  
    border: 1px solid lime;
}

*/

.article{
	height: 100px;
	display: block;
}

.article .gBodyContainer, .article .gBody{
    height: 62px;
    min-height: 62px;
    background-image: none;
    width: 90px;
    padding: 0;
    margin: 0;
}
.article #gTopNav, .article #movFlashCore, .article #gFooter{
    display: none;
}

/* THE CONTENT */
#newsContent{
    float: left;
    border: 1px solid red;
    width: 452px;
    color: #FFFFFF;
}

.articleContent .widgetLinkTitle  { 
	
    cursor:pointer;
}
/* THE LIST */
/*
#newseventslist{
	border: 1px solid magenta;
	overflow-y: auto;
	height: 515px;
    width: 200px;
    float: right;
}

#newseventslist h4{
	width: 100px;
	
}

#newslistitems{
    width: 100px;  
    border: 1px solid lime;
}

*/

.article{
	height: 100px;
	display: block;
}

.article .gBodyContainer, .article .gBody{
    height: 62px;
    min-height: 62px;
    background-image: none;
    width: 90px;
    padding: 0;
    margin: 0;
}
.article #gTopNav, .article #movFlashCore, .article #gFooter{
    display: none;
}

/* THE CONTENT */
#newsContent{
    float: left;
    border: 1px solid red;
    width: 452px;
    color: #FFFFFF;
}

.articleContent .widgetLinkTitle  { 
	
    cursor:pointer;
}
/* THE LIST */
/*
#newseventslist{
	border: 1px solid magenta;
	overflow-y: auto;
	height: 515px;
    width: 200px;
    float: right;
}

#newseventslist h4{
	width: 100px;
	
}

#newslistitems{
    width: 100px;  
    border: 1px solid lime;
}

*/

.article{
	height: 100px;
	display: block;
}

.article .gBodyContainer, .article .gBody{
    height: 62px;
    min-height: 62px;
    background-image: none;
    width: 90px;
    padding: 0;
    margin: 0;
}
.article #gTopNav, .article #movFlashCore, .article #gFooter{
    display: none;
}

/* THE CONTENT */
#newsContent{
    float: left;
    border: 1px solid red;
    width: 452px;
    color: #FFFFFF;
}

.articleContent .widgetLinkTitle  { 
	
    cursor:pointer;
}
/* THE LIST */
/*
#newseventslist{
	border: 1px solid magenta;
	overflow-y: auto;
	height: 515px;
    width: 200px;
    float: right;
}

#newseventslist h4{
	width: 100px;
	
}

#newslistitems{
    width: 100px;  
    border: 1px solid lime;
}

*/

.article{
	height: 100px;
	display: block;
}

.article .gBodyContainer, .article .gBody{
    height: 62px;
    min-height: 62px;
    background-image: none;
    width: 90px;
    padding: 0;
    margin: 0;
}
.article #gTopNav, .article #movFlashCore, .article #gFooter{
    display: none;
}

/* THE CONTENT */
#newsContent{
    float: left;
    border: 1px solid red;
    width: 452px;
    color: #FFFFFF;
}

.articleContent .widgetLinkTitle  { 
	
    cursor:pointer;
}
/* THE LIST */
/*
#newseventslist{
	border: 1px solid magenta;
	overflow-y: auto;
	height: 515px;
    width: 200px;
    float: right;
}

#newseventslist h4{
	width: 100px;
	
}

#newslistitems{
    width: 100px;  
    border: 1px solid lime;
}

*/

.article{
	height: 100px;
	display: block;
}

.article .gBodyContainer, .article .gBody{
    height: 62px;
    min-height: 62px;
    background-image: none;
    width: 90px;
    padding: 0;
    margin: 0;
}
.article #gTopNav, .article #movFlashCore, .article #gFooter{
    display: none;
}

/* THE CONTENT */
#newsContent{
    float: left;
    border: 1px solid red;
    width: 452px;
    color: #FFFFFF;
}

.articleContent .widgetLinkTitle  { 
	
    cursor:pointer;
}
/* THE LIST */
/*
#newseventslist{
	border: 1px solid magenta;
	overflow-y: auto;
	height: 515px;
    width: 200px;
    float: right;
}

#newseventslist h4{
	width: 100px;
	
}

#newslistitems{
    width: 100px;  
    border: 1px solid lime;
}

*/

.article{
	height: 100px;
	display: block;
}

.article .gBodyContainer, .article .gBody{
    height: 62px;
    min-height: 62px;
    background-image: none;
    width: 90px;
    padding: 0;
    margin: 0;
}
.article #gTopNav, .article #movFlashCore, .article #gFooter{
    display: none;
}

/* THE CONTENT */
#newsContent{
    float: left;
    border: 1px solid red;
    width: 452px;
    color: #FFFFFF;
}

.articleContent .widgetLinkTitle  { 
	
    cursor:pointer;
}
/* THE LIST */
/*
#newseventslist{
	border: 1px solid magenta;
	overflow-y: auto;
	height: 515px;
    width: 200px;
    float: right;
}

#newseventslist h4{
	width: 100px;
	
}

#newslistitems{
    width: 100px;  
    border: 1px solid lime;
}

*/

.article{
	height: 100px;
	display: block;
}

.article .gBodyContainer, .article .gBody{
    height: 62px;
    min-height: 62px;
    background-image: none;
    width: 90px;
    padding: 0;
    margin: 0;
}
.article #gTopNav, .article #movFlashCore, .article #gFooter{
    display: none;
}

/* THE CONTENT */
#newsContent{
    float: left;
    border: 1px solid red;
    width: 452px;
    color: #FFFFFF;
}

.articleContent .widgetLinkTitle  { 
	
    cursor:pointer;
}
/* THE LIST */
/*
#newseventslist{
	border: 1px solid magenta;
	overflow-y: auto;
	height: 515px;
    width: 200px;
    float: right;
}

#newseventslist h4{
	width: 100px;
	
}

#newslistitems{
    width: 100px;  
    border: 1px solid lime;
}

*/

.article{
	height: 100px;
	display: block;
}

.article .gBodyContainer, .article .gBody{
    height: 62px;
    min-height: 62px;
    background-image: none;
    width: 90px;
    padding: 0;
    margin: 0;
}
.article #gTopNav, .article #movFlashCore, .article #gFooter{
    display: none;
}

/* THE CONTENT */
#newsContent{
    float: left;
    border: 1px solid red;
    width: 452px;
    color: #FFFFFF;
}

.articleContent .widgetLinkTitle  { 
	
    cursor:pointer;
}
/* THE LIST */
/*
#newseventslist{
	border: 1px solid magenta;
	overflow-y: auto;
	height: 515px;
    width: 200px;
    float: right;
}

#newseventslist h4{
	width: 100px;
	
}

#newslistitems{
    width: 100px;  
    border: 1px solid lime;
}

*/

.article{
	height: 100px;
	display: block;
}

.article .gBodyContainer, .article .gBody{
    height: 62px;
    min-height: 62px;
    background-image: none;
    width: 90px;
    padding: 0;
    margin: 0;
}
.article #gTopNav, .article #movFlashCore, .article #gFooter{
    display: none;
}

/* THE CONTENT */
#newsContent{
    float: left;
    border: 1px solid red;
    width: 452px;
    color: #FFFFFF;
}

.articleContent .widgetLinkTitle  { 
	
    cursor:pointer;
}
/* THE LIST */
/*
#newseventslist{
	border: 1px solid magenta;
	overflow-y: auto;
	height: 515px;
    width: 200px;
    float: right;
}

#newseventslist h4{
	width: 100px;
	
}

#newslistitems{
    width: 100px;  
    border: 1px solid lime;
}

*/

.article{
	height: 100px;
	display: block;
}

.article .gBodyContainer, .article .gBody{
    height: 62px;
    min-height: 62px;
    background-image: none;
    width: 90px;
    padding: 0;
    margin: 0;
}
.article #gTopNav, .article #movFlashCore, .article #gFooter{
    display: none;
}

/* THE CONTENT */
#newsContent{
    float: left;
    border: 1px solid red;
    width: 452px;
    color: #FFFFFF;
}

.articleContent .widgetLinkTitle  { 
	
    cursor:pointer;
}
/* THE LIST */
/*
#newseventslist{
	border: 1px solid magenta;
	overflow-y: auto;
	height: 515px;
    width: 200px;
    float: right;
}

#newseventslist h4{
	width: 100px;
	
}

#newslistitems{
    width: 100px;  
    border: 1px solid lime;
}

*/

.article{
	height: 100px;
	display: block;
}

.article .gBodyContainer, .article .gBody{
    height: 62px;
    min-height: 62px;
    background-image: none;
    width: 90px;
    padding: 0;
    margin: 0;
}
.article #gTopNav, .article #movFlashCore, .article #gFooter{
    display: none;
}

/* THE CONTENT */
#newsContent{
    float: left;
    border: 1px solid red;
    width: 452px;
    color: #FFFFFF;
}

.articleContent .widgetLinkTitle  { 
	
    cursor:pointer;
}
/* THE LIST */
/*
#newseventslist{
	border: 1px solid magenta;
	overflow-y: auto;
	height: 515px;
    width: 200px;
    float: right;
}

#newseventslist h4{
	width: 100px;
	
}

#newslistitems{
    width: 100px;  
    border: 1px solid lime;
}

*/

.article{
	height: 100px;
	display: block;
}

.article .gBodyContainer, .article .gBody{
    height: 62px;
    min-height: 62px;
    background-image: none;
    width: 90px;
    padding: 0;
    margin: 0;
}
.article #gTopNav, .article #movFlashCore, .article #gFooter{
    display: none;
}

/* THE CONTENT */
#newsContent{
    float: left;
    border: 1px solid red;
    width: 452px;
    color: #FFFFFF;
}

.articleContent .widgetLinkTitle  { 
	
    cursor:pointer;
}
/* THE LIST */
/*
#newseventslist{
	border: 1px solid magenta;
	overflow-y: auto;
	height: 515px;
    width: 200px;
    float: right;
}

#newseventslist h4{
	width: 100px;
	
}

#newslistitems{
    width: 100px;  
    border: 1px solid lime;
}

*/

.article{
	height: 100px;
	display: block;
}

.article .gBodyContainer, .article .gBody{
    height: 62px;
    min-height: 62px;
    background-image: none;
    width: 90px;
    padding: 0;
    margin: 0;
}
.article #gTopNav, .article #movFlashCore, .article #gFooter{
    display: none;
}

/* THE CONTENT */
#newsContent{
    float: left;
    border: 1px solid red;
    width: 452px;
    color: #FFFFFF;
}

.articleContent .widgetLinkTitle  { 
	
    cursor:pointer;
}
/* THE LIST */
/*
#newseventslist{
	border: 1px solid magenta;
	overflow-y: auto;
	height: 515px;
    width: 200px;
    float: right;
}

#newseventslist h4{
	width: 100px;
	
}

#newslistitems{
    width: 100px;  
    border: 1px solid lime;
}

*/

.article{
	height: 100px;
	display: block;
}

.article .gBodyContainer, .article .gBody{
    height: 62px;
    min-height: 62px;
    background-image: none;
    width: 90px;
    padding: 0;
    margin: 0;
}
.article #gTopNav, .article #movFlashCore, .article #gFooter{
    display: none;
}

/* THE CONTENT */
#newsContent{
    float: left;
    border: 1px solid red;
    width: 452px;
    color: #FFFFFF;
}

.articleContent .widgetLinkTitle  { 
	
    cursor:pointer;
}
/* THE LIST */
/*
#newseventslist{
	border: 1px solid magenta;
	overflow-y: auto;
	height: 515px;
    width: 200px;
    float: right;
}

#newseventslist h4{
	width: 100px;
	
}

#newslistitems{
    width: 100px;  
    border: 1px solid lime;
}

*/

.article{
	height: 100px;
	display: block;
}

.article .gBodyContainer, .article .gBody{
    height: 62px;
    min-height: 62px;
    background-image: none;
    width: 90px;
    padding: 0;
    margin: 0;
}
.article #gTopNav, .article #movFlashCore, .article #gFooter{
    display: none;
}

/* THE CONTENT */
#newsContent{
    float: left;
    border: 1px solid red;
    width: 452px;
    color: #FFFFFF;
}

.articleContent .widgetLinkTitle  { 
	
    cursor:pointer;
}
/* THE LIST */
/*
#newseventslist{
	border: 1px solid magenta;
	overflow-y: auto;
	height: 515px;
    width: 200px;
    float: right;
}

#newseventslist h4{
	width: 100px;
	
}

#newslistitems{
    width: 100px;  
    border: 1px solid lime;
}

*/

.article{
	height: 100px;
	display: block;
}

.article .gBodyContainer, .article .gBody{
    height: 62px;
    min-height: 62px;
    background-image: none;
    width: 90px;
    padding: 0;
    margin: 0;
}
.article #gTopNav, .article #movFlashCore, .article #gFooter{
    display: none;
}

/* THE CONTENT */
#newsContent{
    float: left;
    border: 1px solid red;
    width: 452px;
    color: #FFFFFF;
}

.articleContent .widgetLinkTitle  { 
	
    cursor:pointer;
}
/* THE LIST */
/*
#newseventslist{
	border: 1px solid magenta;
	overflow-y: auto;
	height: 515px;
    width: 200px;
    float: right;
}

#newseventslist h4{
	width: 100px;
	
}

#newslistitems{
    width: 100px;  
    border: 1px solid lime;
}

*/

.article{
	height: 100px;
	display: block;
}

.article .gBodyContainer, .article .gBody{
    height: 62px;
    min-height: 62px;
    background-image: none;
    width: 90px;
    padding: 0;
    margin: 0;
}
.article #gTopNav, .article #movFlashCore, .article #gFooter{
    display: none;
}

/* THE CONTENT */
#newsContent{
    float: left;
    border: 1px solid red;
    width: 452px;
    color: #FFFFFF;
}

.articleContent .widgetLinkTitle  { 
	
    cursor:pointer;
}
/* THE LIST */
/*
#newseventslist{
	border: 1px solid magenta;
	overflow-y: auto;
	height: 515px;
    width: 200px;
    float: right;
}

#newseventslist h4{
	width: 100px;
	
}

#newslistitems{
    width: 100px;  
    border: 1px solid lime;
}

*/

.article{
	height: 100px;
	display: block;
}

.article .gBodyContainer, .article .gBody{
    height: 62px;
    min-height: 62px;
    background-image: none;
    width: 90px;
    padding: 0;
    margin: 0;
}
.article #gTopNav, .article #movFlashCore, .article #gFooter{
    display: none;
}

/* THE CONTENT */
#newsContent{
    float: left;
    border: 1px solid red;
    width: 452px;
    color: #FFFFFF;
}

.articleContent .widgetLinkTitle  { 
	
    cursor:pointer;
}
/* THE LIST */
/*
#newseventslist{
	border: 1px solid magenta;
	overflow-y: auto;
	height: 515px;
    width: 200px;
    float: right;
}

#newseventslist h4{
	width: 100px;
	
}

#newslistitems{
    width: 100px;  
    border: 1px solid lime;
}

*/

.article{
	height: 100px;
	display: block;
}

.article .gBodyContainer, .article .gBody{
    height: 62px;
    min-height: 62px;
    background-image: none;
    width: 90px;
    padding: 0;
    margin: 0;
}
.article #gTopNav, .article #movFlashCore, .article #gFooter{
    display: none;
}

/* THE CONTENT */
#newsContent{
    float: left;
    border: 1px solid red;
    width: 452px;
    color: #FFFFFF;
}

.articleContent .widgetLinkTitle  { 
	
    cursor:pointer;
}
/* THE LIST */
/*
#newseventslist{
	border: 1px solid magenta;
	overflow-y: auto;
	height: 515px;
    width: 200px;
    float: right;
}

#newseventslist h4{
	width: 100px;
	
}

#newslistitems{
    width: 100px;  
    border: 1px solid lime;
}

*/

.article{
	height: 100px;
	display: block;
}

.article .gBodyContainer, .article .gBody{
    height: 62px;
    min-height: 62px;
    background-image: none;
    width: 90px;
    padding: 0;
    margin: 0;
}
.article #gTopNav, .article #movFlashCore, .article #gFooter{
    display: none;
}

/* THE CONTENT */
#newsContent{
    float: left;
    border: 1px solid red;
    width: 452px;
    color: #FFFFFF;
}

.articleContent .widgetLinkTitle  { 
	
    cursor:pointer;
}

