﻿.MainNews
{
    width: 335px;
    margin-top: 10px;
    padding-left: 10px;
    z-index: 6000;
}

.MainNewsArchiveBody
{
    width: 425px;
    margin-left: 10px;
    z-index: 6000;
}

.NewsDate 
{
    font-size: 11px;
    color: #666666;
    padding-bottom: 5px;
}

.NewsHeaderText A
{
    font-size: 18px;
    text-decoration: none;
}

.NewsHeaderText A:HOVER
{
    text-decoration: underline;
}

.NewsBody 
{
	width: 100%;
	padding-top: 5px;
	font-size: 12px;
	line-height: 18px;
}

.NewsBody p
{
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
}

.NewsLink 
{
    margin-top: 10px;
    font-size: 11px;
    line-height: 18px;
}

.NewsLink A
{
    color: #DA2151;
    text-decoration: none;
}

.NewsLink A:HOVER
{
    color: #666666;
    text-decoration: none;
}

.NewsImage 
{
    border: 1px solid #CCCCCC;
    padding: 10px;
    margin: 5px;
    float: right;
}

/* Comments */
.NewsCommentHeader 
{
    font-weight: bold;
    font-size: 11px;
    margin-top: 10px;
    border-bottom: 1px solid #CCCCCC;
}

.NewsCommentsAlias 
{
    font-size: 11px;
    padding: 2px;
    background-color: #F5F5F5;
    color: #999999;
}

.NewsComments
{
    padding: 2px;
    padding-bottom: 5px;
    font-size: 11px;
    font-weight: normal;
    font-style: italic;
    background-color: #F5F5F5;
    border-bottom: 1px dotted #CCCCCC;
}

.NewsCommentsAliasAlt 
{
    font-size: 11px;
    padding: 2px;
    color: #999999;
    background-color: #FEFEFE;
}

.NewsCommentsAlt
{
    padding: 2px;
    padding-bottom: 5px;
    font-style: italic;
    font-weight: normal;
    font-size: 11px;
    background-color: #FEFEFE;
    border-bottom: 1px dotted #CCCCCC;
}

.NewsCommentFooter
{
    width: 330px;
}

.NewsCommentPanel 
{
	margin-top: 10px;
}

.NewsCommentFooter .TextBox
{
    width: 328px;
	height: 18px;
    border: 1px solid #CCCCCC;
    font-size: 11px;
    color: #CCCCCC;
	line-height: 18px;
}

.NewsCommentFooter .TextArea
{
    width: 330px;
    height: 60px;
    border: 1px solid #CCCCCC;
    font-family: Arial;
    font-size: 11px;
    color: #CCCCCC;
}

.CommentMsgBox 
{
	position: absolute;
	display: none;
	z-index: 10000;
}

.ValidateComments 
{
	font-size: 11px;
	color: #FF0000;
}

.NewsCommentFooter .FormButton
{
    float: left;
}

.NewsCommentFooter A
{
    float: left;
    margin-left: 2px;
    line-height: 17px;
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
}

#updateContainer 
{
	display: none;
	background-color: #e5e5e5;
	filter:alpha(opacity=70);
	opacity:70.0;
	padding: 10px;
	position: absolute;
	z-index: 1000000;
}

#updateContainer .InnerDiv
{
	background-color: #FFFFFF;
	width: 275px;
	height: 50px;
	padding: 20px;
	text-align: center;
	z-index: 1000001;
}

#updateContainer .TextDiv
{
	font-family: Arial;
	font-size: 18px;
	text-align: center;
	color: #999999;
}