p
{
	padding: 0px;
	margin-top:  5px;
	margin-bottom: 0px;
	margin-left: 2px; 
}

/* This is the news ticker on the top of the front page */
/* ---------------------------------------------------- */
/*absolute position of scroll text */
/*.NewsFlashContainer
{
    position: absolute;
    top: 59px;
    left: 175px;
    background-color: Transparent;
    width: 120;
}	
*/

/*h1
{
	margin: 0px;
	font-size: 12px;	 
}*/

h2
{	margin: 0px;
	padding: 0px;
	font-size: 10px;
	
}

.NewsFlashCell /*cell in table where NewsFlashContainer is to be located */
{
	background: #F3F6FB; /*light blue*/
	height: 0px;
	border-top: solid 1px black;
    border-bottom: solid 1px black;
    border-right:solid 1px black; 
    border-left:solid 1px black;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.NewsFlashText
{ 
    font-size: 9px;
    font-style: normal;
    font-family: Arial;
    color: #000040; /*#000040=very dark blue, #3664B0=semi-dark blue*/ 
    font-weight: bold;
}

.NewsFlashAnchor
{
	font-size: 9px;
    font-style: normal;
    font-family: Arial;
    color: #000040; /*#000040=very dark blue, #3664B0=semi-dark blue*/ 
    font-weight: bold;
}

.NewsFlashAnchor:hover
{
	font-size: 9px;
    font-style: normal;
    font-family: Arial;
    color: blue;
    font-weight: bold;
}

/* End of the news ticker on the top of the front page */
/* --------------------------------------------------- */



/**********************************************/
/* This is the news section at the front page */
/* ------------------------------------------ */
.NewsItemSectionTable
{	
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 2px;
}

.NewsItemSectionCell
{
	padding: 0px;
}


.NewsItemTableWrapperTable
{
	vertical-align: top;
	margin-bottom : 0px;
}

.NewsItemTableWrapperCell
{
	height: 100%; 
	vertical-align: top;
	padding-bottom : 5px;
}

.NewsItemFullWidthTable
{
	/*width: 688px;*/
	width: 602px; /*552px;*/
	vertical-align: top; 
}

.NewsItemHalfWidthTable
{
	/*width: 341px;*/
	width: 298; /*273px;*/
	height: 100%;
	vertical-align: top;
	margin-right: 4px; 
}

.NewsItemHeaderCell
{
	padding-left: 5px;
	padding-top: 2px;
	background-color: #B3BBC9;
	color: black;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-right-style: none; 
    border-left-style: none;
    font-family: Verdana; 
    font-size: 12px;
    font-weight: bold;
    font-variant: small-caps;
    height: 20;
    vertical-align:top;
}

.NewsItemAppletCell
{
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    width: 602px;
    height: 400px;
    background-color: White;
    border: solid 1px White; 

/*
    border-top: solid 1px black;
    border-bottom: solid 1px black;

    background-image: url("livecoverage/image0.jpg");
    background-repeat: no-repeat;
    background-position: center;
*/
}

.LiveCoverageLoadImage
{
    margin-top: 130px;
    text-align: center;
}

.NewsItemsRowSpaceCell
{
	background-color: Transparent;
    height: 2px;
}

.NewsItemIngressCell
{
	background-color: #F3F6FB; /*light blue*/
   	border-top: solid 1px black;
    border-bottom: solid 0px black;
    border-right: solid 1px black;
    border-left: solid 1px black;
	margin-top: 0px;
	vertical-align:top;

    color: black;
    font-family:  Verdana; /*Century;*Bookman Old Style;Book Antiqua;*/
    font-size: 10px;
    padding: 5px;
    padding-bottom: 0px; 
    font-weight: bold;
}

.NewsItemFrontPageTextCell
{
	background-color: #F3F6FB; /*light blue*/
   	border-top: solid 1px black;
    border-bottom: solid 0px black;
    border-right: solid 1px black;
    border-left: solid 1px black;
	margin-top: 0px;
	margin-bottom: 0px; 
	vertical-align:top;

    color: black;
    font-family:  Verdana; /*Century;*Bookman Old Style;Book Antiqua;*/
    font-size: 10px;
    padding: 5px;
    padding-top: 0px;
    font-weight: normal;
}

.NewsItemPublishDateCell
{
	background-color: #F3F6FB; /*light blue*/
	border-bottom: solid 1px black;
    border-right: solid 1px black;
    border-left: solid 1px black;
    font-size: 9px;
    padding-left: 7px;
    position: relative; 
    top: -3px;
    color: #737171;
}

.NewsItemPictureFullTop
{ 
	border: solid 1px black;
	margin-top: 7px;
	margin-right: 3px;
	margin-left: 3px;
	margin-bottom: 0px;
}

/*Picture of full news items*/
.NewsItemPictureFullTopLeft
{
	float: left;
	border: solid 1px black;
	margin-top: 7px;
	margin-right: 5px;
	margin-left: 2px;
	margin-bottom: 0px;
}

.NewsItemPictureFullTopRight
{
	float: right;
	border: solid 1px black;
	margin-top: 7px;
	margin-right: 0px;
	margin-left: 7px;
	margin-bottom: 0px;	
}

/*Picture of half news items*/
.NewsItemPictureHalfTop
{ 
	border: solid 1px black;
	margin-top: 7px;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 5px;
}

.NewsItemPictureHalfTopLeft
{
	float: left;
	border: solid 1px black;
	margin-top: 7px;
	margin-right: 7px;
	margin-left: 2px;
	margin-bottom: 5px;
}

.NewsItemPictureHalfTopRight
{
	float: right;
	border: solid 1px black;
	margin-top: 7px;
	margin-right: 0px;
	margin-left: 2px;
	margin-bottom: 5px;	
}

.NewsItemAnchor:hover
{
	color: blue;
}
	
/* End of news section at the front page      */
/* ------------------------------------------ */


/* This is the news archive at the bottom of front page */
/* ---------------------------------------------------- */
.NewsArchiveOuterTable
{
}

.NewsArchiveOuterTD
{
	vertical-align:top;
}

.NewsArchiveTable
{
	margin-top: 0px;
	margin-left: 2px;
	margin-right: 2px;
	border: solid 0px black;
}

.NewsArchiveHeader
{
	padding:5px;
	background-color: #C1CFE5;
	color: Black;
	font-family: Verdana; 
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	margin-left: 15px;
	text-align: center; 
	font-size: 12px;
    font-weight: bold;
    font-variant: small-caps;
    vertical-align:top;
    height: 20;
    width: 262px;
}

.NewsArchiveText
{
	font-family: Verdana;
	color: #8CA2D1; /*lightblue2;*/
	font-size: 10px;
}

.NewsArchiveTextDate
{
	color: #8CA2D1; /*lightblue2;*/
	/*width: 335px;*/
	font-size: 8px;
	font-family: Verdana;
	position: relative; 
	top: -2px;
}

.NewsArchiveColSpace
{
	width: 5px;
}

.NewsMenuAnchor
{ 
    color: #E9EAEB; /*light gray*/
    text-decoration: none; 
    font-weight: bold;
    text-decoration: underline;   
}
/* End of news archive at the bottom of front page */

