/* ===================================================================
	This style sheet applies to the dig script only
	This style sheet is loaded via the overall_header.html file.
=================================================================== */
/* -------------------------------------------------------------------
	Link styles for cheerit script only
		These styles were originally defined for the generic
		version of the anchor tag.  They now only apply to
		the "mainbody" style.
------------------------------------------------------------------ */
#mainbody a:link
	{
	text-decoration: none;
	color:#105cb6;
	}

#mainbody a:visited
	{
	text-decoration: none;
	color:#105cb6;
	}

#mainbody a:hover
	{
	text-decoration: underline;
	color:#000000;
	}

#mainbody a:active
	{
	text-decoration: none;
	color:#105cb6;
	}

/* -------------------------------------------------------------------
	Styles specified below are the styles that came with the
	original cheerit script.
------------------------------------------------------------------ */
.headlogo
	{
	display : hidden;
	color : #003399;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	}

.copyright
	{
	font-size : 11px;
	}

.error	{
	color : #FF0000;
	}

a.headlogo:link, a.headlogo:active, a.headlogo:visited, a.headlogo:hover
	{
	color:#003399;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-decoration: none;
	}

a.anounce:link, a.anounce:active, a.anounce:visited, a.anounce:hover 
	{
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #8e8982;
	}

.anounce
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #8e8982;
	}

.digit , a.digit:active, a.digit:visited, a.digit:hover
	{
	background-image: cheer_it.jpg;
	text-decoration:none;
	color:#0066FF;
	}

.digs	{
	color:#50470d;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	}

.digg
	{
	color:#93883f;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	display:none;
	}

.bottomlinks
	{
	display: hidden;
	font-size:11px;
	}

.subline
	{
	font-size:11px;
	color:#999999;
	}

.comdigs
	{
	font-size:11px;
	color:#105cb6;
	font-weight:bold;
	}

.comline
	{
	font-size:11px;
	color:#999999;
	}

.green
	{
	color:#009900;
	}

.opacityit
	{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
	-moz-opacity: 0.3;
	}

/* ===================================================================
	These styles were found embedded in overall_header.html
=================================================================== */


#tabsB
	{
	float:left;
	width:350px;
	background:#FFFFFF;
	font-size:93%;
	line-height:normal;
	}

#tabsB ul
	{
	margin:0;
	padding:0px 5px 0 0px;
	list-style:none;
	}

#tabsB li
	{
	display:inline;
	margin:0;
	padding:0;
	}

#tabsB a
	{
	float:left;
	background:url("../images/cheerit/tabs_2.png") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	background-attachment: scroll;
	}

#tabsB a span
	{
	float:left;
	display:block;
	background:url("../images/cheerit/tabs_2.png") no-repeat right top;
	padding:5px 15px 4px 6px;
	color: #1683bb;
	}

#tabsB a span
	{
	float:none;
	}

#tabsB a:hover span
	{
	text-decoration: underline;
	color: #1683bb;
	}

#tabsB a:hover
	{
	text-decoration: underline;


	}

#tabsB a:hover span
	{
	color: #1683bb;;

	}

#tabsB #current a
	{
	background-position:0% -47px;
	color:#ffffff;
	}

#tabsB #current a span
	{
	color: #ffffff;
	background-position:100% -47px;
	}

.digbox
	{
	background-image:url(../images/cheerit/digg_back.jpg);
	background-repeat:no-repeat;
	}
	
td
	{
	font-size : 12px;
	}


/* Page Numbers */
.pages
	{
	padding : 1em;
	margin : 1em 0;
	clear : left;
	width : 600px;
	height : 25px;
	}

.pages a, .pages span
	{
	display : block;
	float : left;
	padding : 0.2em 0.5em;
	margin-right : 0.1em;
	border : 1px solid #fff;
	background : #fff;
	font-size : 12px;
	}

.pages span.current
	{
	border : 1px solid #2E6AB1;
	font-weight : bold;
	background : #2E6AB1;
	color : #fff;
	}

.pages a
	{
	border : 1px solid #9AAFE5;
	text-decoration : none;
	}

.pages a:hover
	{
	border-color : #2E6AB1;
	}

.pages a.nextprev
	{
	font-weight : bold;
	}

.pages span.nextprev
	{
	color : #666;
	}

.pages span.nextprev
	{
	border : 1px solid #ddd;
	color : #999;
	}
