/* Default CSS Stylesheet for a new Web Application project */

.header
{
	font-family:Verdana;
	font-size:16px;
	font-weight:800;
	color:white;
	text-decoration:none;
}
.headersmall
{
	font-family:Verdana;
	font-size:12px;
	font-weight:800;
	color:white;
	text-decoration:none;
}
.chan_on
{
	font-family:Verdana;
	font-size:12px;
	font-weight:400;
	color:white;
	text-decoration:none;
}
.chan_off
{
	font-family:Verdana;
	font-size:12px;
	font-weight:400;
	color:#666666;
	text-decoration:none;
}
.nav
{
	font-family:Verdana;
	font-size:12px;
	font-weight:400;
	color:white;
	text-decoration:none;
}
.nav:hover
{
	font-family:Verdana;
	font-size:12px;
	font-weight:400;
	color:#3399CC;
	text-decoration:none;
}

.indextitle:hover
{
	font-family:Verdana;
	font-size:11px;
	font-weight:800;
	color:#3399CC;
	text-decoration:none;
	font-style:italic;
}
.indextitle
{
	font-family:Verdana;
	font-size:11px;
	font-weight:800;
	color:Black;
	text-decoration:none;
	font-style:italic;
}
.videotitle
{
	font-family:Verdana;
	font-size:14px;
	font-weight:800;
	color:white;
	text-decoration:none;
	
}

.videotitle:hover
{
	font-family:Verdana;
	font-size:14px;
	font-weight:800;
	color:#3399CC;
	text-decoration:none;
	
}

.copytitle
{
	font-family:Verdana;
	font-size:15px;
	font-weight:800;
	color:Black;
}
.morelink
{
	font-family:Verdana;
	font-size:11px;
	font-weight:400;
	color:Black;
	text-decoration:none;
	
}
.morelinkbig
{
	font-family:Verdana;
	font-size:12px;
	font-weight:800;
	color:Black;
	text-decoration:none;
	
}
.morelinkbig:hover
{
	font-family:Verdana;
	font-size:12px;
	font-weight:800;
	color:#3399CC;
	text-decoration:none;
	
}
.morelink:hover
{
	font-family:Verdana;
	font-size:11px;
	font-weight:400;
	color:#3399CC;
	text-decoration:none;
	
}
.next
{
	font-family:Verdana;
	font-size:11px;
	font-weight:800;
	color:Black;
	text-decoration:none;
	padding-right:20px;
}
.pager a
{
	font-family:Verdana;
	font-size:11px;
	font-weight:800;
	color:Black;
	text-decoration:none;
	padding-right:20px;
}
.copy
{
	font-family:Verdana;
	font-size:11px;
	font-weight:400;
	color:Black;
}

.copybig
{
	font-family:Verdana;
	font-size:12px;
	font-weight:400;
	color:Black;
}
.copywhite
{
	font-family:Verdana;
	font-size:11px;
	font-weight:400;
	color:white;
}


.copybold
{
	font-family:Verdana;
	font-size:10px;
	font-weight:800;
}
.copylink
{
	font-family:Verdana;
	font-size:10px;
	font-weight:400;
	text-decoration:underline;
}

.copylink:hover
{
	font-family:Verdana;
	font-size:10px;
	font-weight:400;
	text-decoration:none;
}

.title		{
	font-family: Verdana;
	font-size: 14pt;
	
	font-weight : bold;
}
.byline
{
	font-family:Verdana;
	font-size:9px;
	font-weight:400;
	text-decoration:italic;
	
}
.date
{
	font-family:Verdana;
	font-size:9px;
	font-weight:400;
}

.highlight 
        {
            background-color: lemonchiffon; 
        }
.textbox 
	{
	BORDER-RIGHT: #3d3d3d 1px solid; 
	BORDER-TOP: #3d3d3d 1px solid; 
	FONT-SIZE: 11px; 
	BORDER-LEFT: #3d3d3d 1px solid; 
	BORDER-BOTTOM: #3d3d3d 1px solid; 
	FONT-FAMILY: Verdana, Arial, Sans-Serif;
	width:225px;
	}
	.hide{

	width:0px;
	height:0px;
	z-index:1;
	position:absolute;
	left:860px;
	top:125px;
	filter:Alpha(Opacity=0);
    -moz-opacity:0.0;
    opacity: 0.0;
	}