#main_text {
    margin-top: 10px;
}

.divider {
    border-top: 1px solid rgb(89,89,89);
    clear: both;
}

.news_text {
    white-space: -moz-pre-wrap; /* Mozilla based browsers */  white-space: -pre-wrap;     /* Opera 4 - 6 */  white-space: -o-pre-wrap;   /* Opera >= 7 */  white-space: pre-wrap;      /* CSS3 */  word-wrap: break-word;      /* IE 5.5+ */
}

/* Hides from IE5-mac \*/
* html .news_text {
    white-space: pre;
}
/* End hide from IE5-mac */

.press_more {
    margin-left: 0px;
    padding-left: 0px;
    text-decoration: none;
    display: block;
    list-style: none;
}

.press_more li {
    display: block;
    text-decoration: none;
}

.press_more ul li a {
    display: block;
    text-decoration: none;
}

.press_more li img {
    position: relative;
    margin-left: 5px;
    top: 3px;
}

.news_image {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}


.edit_news {
    margin-left: 10px;
    float: right;
    width: 80px;
    text-align: center;
}

.edit_item {
    margin-right: 80px;

}
.newsTable
{
	width: 100%;
}
.newsTable td
{
	border-width: 0px;
	margin: 0px 0px 0px 0px;
}
