/*  SeaChange Technologies Style Sheet  */


/*  Basic Styles  */
body {
	font-family: Verdana;
	font-size: 10px;
	background-color: #ffffff;
	padding: 0px;

}
table {
	font-family: Verdana;
	font-size: 11px;
	padding: 0px;

}
A { 
	text-decoration:none ;
}
A:link {
	color: #0033CC;
	text-decoration:none ;
} 
A:visited {
	color: purple;
	text-decoration: none;
}
A:hover {
	color: #cc0000;
	text-decoration: underline;
} 

.tableHead {
	font-family: Verdana; font-size: 12px;
	font-weight: bold;
}


/*  Left Nav Area  */
.leftNav{
	background-color: #E6E6E6;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}
.leftNavHead{
	font-weight: bold;
	padding: 5px;
	background-color: #E6E6E6;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #ffffff;
}
.leftNavItems{
	padding: 5px 5px 5px 15px;
	background-color: #E6E6E6;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #ffffff;
	vertical-align: middle;
}


/*  Misc. Items  */
.supnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	background-color: efefef;
	text-align: center;
	vertical-align: middle;

}

.quote {
	font-size: 11px;
	font-style: italic;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
	padding: 14px;

}

.copy {
	line-height: 18px;
	font-size: 10px;

}
.copyright {
	font-size: 9px;
	color: #999999;
}


/*  BG COLORS  */
.redbg {
	background-color: #CC0000;
}
.bluebg {
	background-color: #3399CC;
}
.greenbg {
	background-color: #99CC00;
}
.whitebg {
	background-color: #FFFFFF;
}
.greybg {
	background-color: #CCCCCC;
}

/*  PRIMARY NAV LINKS  */

A.primaryLink:Hover {
	color: #000000;
	text-decoration: none;
	font-size:10px;
	text-align: center;
}

A.primaryLink:Link {
	color: #000000;
    text-decoration: none;
	font-size:10px;
	text-align: left;

}

A.primaryLink:Visited {
	color: #000000;
	text-decoration: none;
    font-size:10px;
	text-align: left;
}

A.primaryLink:Visited:Hover {
	color: #000000;
	text-decoration: none;
	font-size:10px;
	text-align: center;

}

/*  SECOND NAV LINKS  */

A.secLink:Hover {
	color: blue;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

A.secLink:Link {
	color: blue;
    text-decoration: none;
	text-align: left;

}

A.secLink:Visited {
	color: purple;
	text-decoration: none;
	text-align: left;
}

A.secLink:Visited:Hover {
	color: purple;
	font-weight: bold;
	text-decoration: none;
	text-align: center;

}

.secnavon{
	color: #000000;
	text-decoration: none;
	font-size:10px;
	font-weight: bold;
	
}

/*  PRIMARY NAV CELLS  */
.primarynav {
	text-align: center;
	color: #000000;
	background-color: #B8DB4D;
}


.primarynavon{
	text-align: center;
	color: #000000;
	text-decoration: none;
	font-size:10px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-color: #CDE683;
	background-position: 4px;
	background-repeat: no-repeat;
}

/*  MISCELL */

.borderright {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	vertical-align: top;
}

.borderbottom {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
	vertical-align: bottom;
}	

.bordertop {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #006699;
	vertical-align: top;
}
.lightgreenbg {

	background-color: #CDE683;
}
.newsheading {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	padding: 6px;

}
.copyheading {
	font-weight: bold;
}
td {
	line-height: 15px;
}
.fact {
	line-height: 17px;
	color: #333333;
}

td.border
    {
    	border-top:	1px solid #666699;
      border-left:	1px solid #666699;
      border-right:	1px solid #666699;
      border-bottom:	1px solid #666699;
   	font-family: Verdana; 
	font-size: 10px;
	background-color:	#FFFFFF;
	border-collapse:	collapse; 
	padding-left:	2;
	padding-right:	2;
	}

td.bottom_border
    {
      border-bottom:	1px solid #666699;
   	font-family: Verdana; 
	font-size: 10px;
	background-color:	#FFFFFF;
	border-collapse:	collapse; 
	padding-left:	2;
	padding-right:	2;
	}

td.small
	{
	font-family: Verdana; 
	font-size: 10px;
	}	