﻿
/* news item details view */

.newsItemBox
{
	/*width: 500px;*/
}

.newsItemDetailsDate
{
	font-family:Century Gothic, Arial;
	font-size:12px;
	color:RGB(255,102,0);
}

.newsItemDetailsTitle
{
	font-family:Century Gothic, Arial;
	font-size:12px;
	color:RGB(255,102,0);
}


.newsItemDetailsContent
{
	font-family: Arial;
	font-size: 11px;
	color:RGB(99,108,122);
	letter-spacing:normal;
	line-height: 16pt;
	margin-right: 5px;
	margin-bottom:10px;
	margin-top:10px;
}
.newsItemDetailsContent A
{
	color:RGB(255,102,0);
}

.newsItemDetailsImage
{
	float: right;
	margin: 5px 5px 10px 10px;
	position:relative;
	top:30px;
}

/* scroller */

.newsScrollerRotator 
{
	border:solid 1px RGB(199,208,222); 
	height:25px; 
	padding:3px;
	font-family:verdana; 
	font-size:11px; 
	background-color:white; 
	cursor:default;
}
.newsScrollerRotator2
{
	background: url("/images/slider/h300.png") repeat-x scroll 0 0 transparent;
	border:solid 1px #CCCCCC; 
	height:25px; 
	padding:3px;
	font-family:verdana; 
	font-size:11px; 
	background-color:white; 
	cursor:default;
}

.newsScrollerText2
{
	background-color:#fff;
	padding: 10px;
	border:1px solid #ccc;
	cursor:pointer;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	height:97px;
	  font-family:Verdana;
  font-size:11px;   
  color:RGB(99,108,122);
  text-align:left;
}

.newsScrollerDate2
{
	padding: 5px 0px 10px 5px;
  font-family:Verdana;
  font-size:10px;   
  color:RGB(99,108,122); 
  white-space:nowrap;
}


.newsScrollerTitle, .newsScrollerTitle A
{
  font-family:Verdana;
  font-size:11px;   
  font-weight:bold; 
  text-decoration:underline; 
  color:RGB(99,108,122);
  text-align:left;
}
.newsScrollerTitle A:hover
{
	color:RGB(255,102,0);
}

.newsScrollerText
{
  font-family:Verdana;
  font-size:10px;   
  color:RGB(99,108,122);
  text-align:left;
}

.newsScrollerDate
{
  font-family:Verdana;
  font-size:10px;   
  color:RGB(99,108,122); 
  white-space:nowrap;
}


/* news editor */

.editNewsLabelCell
{
  font-family:Verdana;
  font-size:10px;   
}

.editNewsContentCell
{
  font-family:Verdana;
  font-size:10px;   
  color:RGB(99,108,122);
}

.editNewsContentBox
{
	font-family: Arial;
	font-size: 11px;
	color:RGB(99,108,122);
	letter-spacing:normal;
	line-height: 16pt;
	margin-right: 5px;
	margin-bottom:10px;
	margin-top:10px;
	width: 730px;
}

.editNewsButtonArea
{
	margin: 10px 5px 5px 5px;	
	text-align:right;
	border-top: solid 1px #A9A9AB;
	padding-top:5px;
	width: 730px;
}
.editNewsButtonArea INPUT /* the buttons are actually input fields */
{
	width:80px;
	margin-left:10px;
}


/* summary viewer */
.newsItemSummaryBox
{
	width: 400px;
}
.newsItemSummaryDate
{
	font-family:Century Gothic, Arial;
	font-size:12px;
	color:RGB(255,102,0);
}

.newsItemSummaryTitle
{
	font-family:Century Gothic, Arial;
	font-size:12px;
	color:RGB(255,102,0);
}


.newsItemSummarySummary
{
	font-family: Arial;
	font-size: 11px;
	color:RGB(99,108,122);
	letter-spacing:normal;
	line-height: 16pt;
	margin-right: 5px;
	margin-bottom:10px;
	margin-top:10px;
}

A.newsItemSummaryDetailsURL
{
	color:RGB(255,102,0);
	text-decoration:none;
}

A.newsItemSummaryDetailsURL:hover
{
	text-decoration:underline;
}

/* list */
.listNewsBox
{
	width:400px;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom: solid 1px #A9A9AB;
}

.listNewsButtonArea
{
	margin: 10px 5px 5px 5px;	
	text-align:right;
	border-top: solid 1px #A9A9AB;
	padding-top:5px;
	width: 400px;
}
.listNewsButtonArea INPUT /* the buttons are actually input fields */
{
	width:80px;
	margin-left:10px;
}

