/* for menu */

#contentleft
{
	background: #8faabd;
}

.menuitem
{
	background: #8faabd;
}

#selectedmenuitem
{
	color: #ffffff;
	background: #666666;
}
	
#selectedmenuitem a:link,
#selectedmenuitem a:active,
#selectedmenuitem a:visited
{
	color: #ffffff;
}
	
#selectedmenuitem a:hover
{
	color: #8faabd;
}
	
#selectedsubmenuitem
{
	background: #999999;
	color: #404040;
}

#submenuitem
{
	background: #999999;
}

a:link, a:active, a:visited
{
	color: #404040;
}

a:hover
{
	color: #666666;
}


/* for content center */


#contentcenter h2
{

margin:0px 0px 5px 0px

}

/*   for features   */

.feature
{

}

.feature h2
{
padding: 2px 2px 2px 2px;
background: #c8ced7;
color:#ffffff;
}

/* for calendar */

#cal th, #cal td
{
	background: #c8ced7;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	height: 29px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

#cal th.main
{
	background-color: #8faabd;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #404040;
	text-align: center;
} 

#cal th.main a:hover
{
	color: #ffffff;
}  

#cal td a:link,
#cal td a:active,
#cal td a:visited
{
	color: #404040;
}

#cal td a:hover, #cal td a.other:hover
{
	color: #ffffff;
}

#cal td a.other:link,
#cal td a.other:active,
#cal td a.other:visited
{
	color: #999999;
}

#cal td.selected
{
background: #8faabd;


}