/*
*************************************************************************************
*                                                                                   *
*  ASP News Manager                                                                 *
*  Digital Interchange                                                              *
*  support@digitalinterchange.com                                                   *
*  V. 1.0.5                                                                         *
*                                                                                   *
*************************************************************************************
*/


body,tr,td,table{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; font weight: normal;}

/* This class defines the syles for all generic links */
.newslink {font-family: Tahoma, Verdana, Helvetica, sans-serif; font-size: 10px; color: #006600; font weight: normal}
a.newslink:link {color: #4c4c28;  text-decoration: none} 
a.newslink:visited {color: #4c4c28; text-decoration: none} 
a.newslink:hover {color: #c1c248; text-decoration: none}
a.newslink:active {color: #c1c248; text-decoration: none} 

/* This class defines the styles for table headers in the news */
.newsTableHeader 
{
	color: #006600; 
	background-color: #ffffff; 
	font-family : Verdana, tahoma, Arial; 
	font-size : 11px; 
	font-weight: bold; 
	padding-left: 4px; 
	padding-right: 4px;
}

/* This class defines table backgrounds */
.newsList1 
{
	color: #006600; 
	background-color:  #ffffff; 
	line-height: 14px; 
	font-family : Verdana,tahoma,Arial; 
	font-size : 10px; font-weight: normal;
}

/* This class defines table backgrounds with bold type */
.newslist1bold 
{
	color: #006600; 
	background-color: #ffffff; 
	line-height: 14px; 
	font-family : Verdana,tahoma,Arial; 
	font-size : 10px; font-weight: normal;
	font-weight: bold;
}

.newserror {
	color:#FF0000;
}
/* This class defines table backgrounds */
.newsList2 
{
	color: #006600; 
	background-color: #ffffe6; 
	line-height: 14px; 
	font-family : Verdana,tahoma,Arial; 
	font-size : 10px; 
	font-weight: normal;
}

/* This class defines table backgrounds */
.newsList2bold
{
	color: #006600; 
	background-color: #ffffff; 
	line-height: 14px; 
	font-family : Verdana,tahoma,Arial; 
	font-size : 10px; 
	font-weight: bold;
}


/* This class defines table backgrounds for days of the month in the news */
.newsMainDisplayBackground 
{
	color: #006600; 
	background-color: #ffffff; 
	line-height: 14px; 
	font-family : Verdana,tahoma,Arial; 
	font-size : 10px; font-weight: normal;
}

/* This class defines table backgrounds for non days of the month in the news */
.newsMainDisplayBackground2 
{
	color: #006600; 
	background-color: #ffffff; 
	line-height: 14px; 
	font-family : Verdana,tahoma,Arial; 
	font-size : 10px; 
	font-weight: normal;
}
/* This class defines the border between days of the month */
.newsMainDisplayBorder 
{
	background-color:  #F4F4F4;
}

/* This class defines the styles for all generic buttons */
.newsInputSubmit1
{
	color: #78A869;
	background-color: #4c4c28;
	font: 10px Verdana, Arial,Helvetica,Sans Serif;
	font-weight: bold;
	border-top : 1px solid #000000;
	border-bottom : 1px solid #000000;
	border-left : 1px solid #000000;
	border-right : 1px solid #000000 ;
}

/* This class defines the styles for all buttons on the main news display*/
.newsInputSubmit2
{
	color: #78A869; 
	background-color: #ffffff;
	border-top : 1px solid #000000;
	border-bottom : 1px solid #000000;
	border-left : 1px solid #000000;
	border-right : 1px solid #000000;
	font-family : Verdana,tahoma,Arial; 
	font-size : 10px;
	font-weight: bold;
}

/* This class defines the styles for all input boxes*/
.newsInputBox
{
	color: #000000;
	background-color: #ffffff;
	border-top : 1px solid #000000;
	border-bottom : 1px solid #000000;
	border-left : 1px solid #000000;
	border-right : 1px solid #000000;
	font-family : Verdana,tahoma,Arial; 
	font-size : 10px;
	font-weight: normal;
}

/* This class defines the styles for all text areas*/
.newsInputBoxTextArea
{
	color: #000000;
	background-color: #ffffff;
	border-top : 1px solid #000000;
	border-bottom : 1px solid #000000;
	border-left : 1px solid #000000;
	border-right : 1px solid #000000;
	font-family : Verdana,tahoma,Arial; 
	font-size : 10px;
	font-weight: normal;
}

/* This class defines the styles for main tables*/
.newsTable1
{
	border: 1px solid #000000;
}

.newsAdminIcon {
 vertical-align: text-bottom;}

/* This class defines the styles for all admin control panel links*/
.newsIconLink {font-family: Tahoma, Verdana, Helvetica, sans-serif; font-size: 10px; color: #999999; font weight: normal}
a.newsIconLink:link {color: #4c4c28;  text-decoration: none} 
a.newsIconLink:visited {color: #4c4c28; text-decoration: none} 
a.newsIconLink:hover {color: #66cc99; text-decoration: none}
a.newsIconLink:active {color: #66cc99; text-decoration: none} 

/* This class defines the styles for all error messages */
.newsError {
	color: #FF0000;
}

/* This class defines the styles for all headings */
.newsHeading {
	font-size: 14px;
	font-weight: bolder;
	text-decoration:none;
	color: #4c4c28;
}

.newsHeading2 {
	font-size: 12px;
	font-weight: bolder;
	color: #4c4c28;
}


.newsFooter {
	font-family : Verdana,tahoma,Arial; 
	font-size :9px;
	font-weight:bold;
	color: #4c4c28;
}

.newsTableSubHeader {
	font-family : Verdana,tahoma,Arial; 
	font-size :9px;
	font-weight:bold;
	color: #4c4c28;
}

.line {
	height:1px;
	color:#006600;
	border-bottom: 1px black dotted;
}

hr {
	height:1px;
	color:#006600;
	border-bottom: 1px black dotted;
}
