/*


Widgets for News, etc.



*/

/* News enclosure boxes. */
.ld_news_outer {
top:0px;
left:0px;
width:100%;
position:relative;
}


.ld_news_enclosure {
left:0px;
position:relative;
height:50px;
font-size:12px;
width:605px;
background-color:#ACDDAC;
border-bottom:#9BAA9B 1px solid;
border-left:#
}


/* Header enclosure box */
.ld_header_enclosure {
left:0px;
position:relative;
height:30px;
font-size:12px;
width:605px;
background-color:#9BCC9B;
border-bottom:#000 1px solid;
text-align:center;
}


/* Date/Desc/Location */
.ld_date_widget {
top:15px;
left:0px;
position:absolute;
width:100px;
background-color:#ACDDAC;
text-align:center;
}

.ld_desc_widget {
top:0px;
left:100px;
position:absolute;
width:400px;
height:50px;
background-color:#9BDD9B;
border-left:#9BAA9B 1px solid;
border-right:#9BAA9B 1px solid;
}

.ld_location_widget {
top:15px;
left:502px;
position:absolute;
width:100px;
background-color:#ACDDAC;
text-align:center;
}

.ld_url_widget {
position:absolute;
left:0px;
bottom:3px;
}

/* header */
.ld_date_widget_header {
top:8px;
left:0px;
position:absolute;
width:100px;
background-color:#9BCC9B;
}

.ld_desc_widget_header {
top:8px;
left:101px;
position:absolute;
width:400px;
background-color:#9BCC9B;
}

.ld_location_widget_header {
top:8px;
left:501px;
position:absolute;
width:100px;
background-color:#9BCC9B;
}

.ld_url_widget_header {
position:absolute;
left:0px;
bottom:3px;
border-bottom:#000000 1px solid;
}
