* { font-family: Helvetica, sans-serif; }
body { }


/* SiteNow specific styles */

.body 		{  }
.bodybold 	{  }
.sub 		{  }
.altbody 	{  }
.footer 	{  }
sup {  }

.section, .docheader, h1 { }.discussTable 		{ }
.discussMain table	{ }
.discussHeader 		{ }
.pollTable td		{ }
.pollHeader		{ }
.pollMain		{ }
.qotd { }

.menuContainer 	{ background: #A6CDEB; }
.menuCell { background: #A6CDEB;}

.menuCell a,
.menuCell a:visited { color: #2A2C76; }

.menuCellOver {	background: #D8E9F5: }
.menuCellOver a, 
.menuCellOver a:visited, 
.menuCellOver a:hover {  }

a.menu td { color: #2A2C76; }


/* link styles */

a, a:hover, a:visited { }

a.footer,
a.footer:visited,
a.footer:hover 		{  }

a.quicklink, 
a.quicklink:visited,
a.quicklink:hover 	{ }

a.stdlink:, 
a.stdlink:visited, 
a.stdlink:hover 	{  }

a.pageutil:link, 
a.pageutil:visited, 
a.pageutil:hover 	{ }

a.sectionpath:link, 
a.sectionpath:visited, 
a.sectionpath:hover 	{ }

.footer a { }


/* ecomm styles */
.cart  {  }
.cartitem  {  }
.cartheader  {  }
.cartitemqty  { }
.cartitemnum  { }
.cartitemdesc  { }
.cartitemprice  { }
.cartfooter  { }

.productdescl  { }
.productdescr  { }

.orderform  { }
.orderformheader  { }
.orderformfield	  { }
.orderformlabel	  { }
.red  { }



/* utility styles */

b	{ font-weight:bold; }
i	{ font-style:italic; }
u	{ text-decoration:underline; }

.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
.noborder { border: none; }
#document-display { padding: 0; }
.sublevels-links-table { }


/* Calendar styles (adjust as needed) */

table #calendar
{
	width: 100%;
	background: #CFCFCF;

}

table #calendar caption 	
{ 
	background: #03174B; 
	color: #fff; 
	font-weight: bold;
	padding: 10px;
	font-size: 18px; 
}

table #calendar th 		
{ 
	background: #8799B6; 
	color: #fff; 
	padding: 4px; 
	font-weight: bold; 
	font-size: 14px; 
}

#calendar td.present {
	text-align: left;
	height: 90px;
	overflow: hidden;
	background: #FFF;
	width: 15%;
	padding: 3px;
	-moz-border-radius: 5px;
}

#calendar td.past
{
	background: #DEDEDE;
	height: 90px;
}

#calendar td.future 
{
	text-align: left;
	height: 90px;
	overflow: hidden;
	background: #F0F0F0;
	padding: 3px;
	width: 84px;
	-moz-border-radius: 5px;
}

#calendar td.none 
{
	background: #FFF;
}

#calendar td.past:hover, 
#calendar td.future:hover, 
#calendar td.present:hover {
	background: #FFEAEA;
}

#calendar .date {
	color: #03174B;
	padding: 0px;
	width: 14px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

#calendar td ul {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	margin-top: 0;
}

#calendar td.past ul li,
#calendar td.present ul li,
#calendar td.future ul li 
{
	list-style: none;
	font-size: 11px;
	font-style: normal;
	cursor: pointer;
	padding: 3px;
}

#calendar td.past ul li:hover,
#calendar td.present ul li:hover,
#calendar td.future ul li:hover  
{
	
}

#calendar td.past ul li a:link, 
#calendar td.past ul li a:visited, 
#calendar td.past ul li a:active, 
#calendar td.future ul li a:link, 
#calendar td.future ul li a:visited, 
#calendar td.future ul li a:active, 
#calendar td.present ul li a:link, 
#calendar td.present ul li a:visited, 
#calendar td.present ul li a:active
{
	text-decoration: none;
	color: #C42A3A;
	width: 100%;
	padding: 3px;
	
}

#calendar td.past ul li a:hover,
#calendar td.future ul li a:hover,
#calendar td.present ul li a:hover
{
	text-decoration: underline;	
	color: #C42A3A;
	padding: 3px;
	
}

.calendarItemDisplay
{
	position: absolute;
	overflow: hidden;
	top: 400px; 
	left: 200px;
	visibility: hidden;
	background: #FFF;
	padding: 10px;
	border: 3px outset #454545;
	opacity: 1;
	filter: alpha(opacity=100) blendTrans(duration=.3);
	height: 400;
	width: 415;
}

#shadow
{

	position: absolute;
	left: 0px;
	top: 0px;
	background: #000;
	filter: alpha(opacity=45) blendTrans(duration=.35);
	opacity: 0.45; 
	visibility: hidden; 
}
