@import "common.css";

/*defaults*/
body 	{background:#0077C0 url('/images/cscw/cscw_body_bg.jpg') repeat-x 0 0; color:#000000; margin:0px 0px 20px 0px; padding:0; font-family:"Trebuchet MS", verdana, arial, "Times New Roman", serif; font-size:90%;}

/*** links ****/

a  {
	color:#0077C0;
}

a:hover  {
	color:#0093d0;
}

/**** menu ****/
#navigation a 
{
	color:#0077C0;
	padding:0 18px 0 0;
	text-decoration:none;
}

#navigation a:hover  {
	color:#0093d0;
	text-decoration:underline;
}

/*misc*/
.newstable .datecell{color: #999999; width: 100px;}
.news_datestamp		{width: 100px; font-size: 80%; color: #aaaaaa; border: 1px solid #e6e6e6; border-top: 0; text-align: center;  padding: 1px 10px 1px 10px;}

#footer {
	border-top:2px solid #0093D0;
}
