/* GotRef custom css */
.GotRefBackgroundColor
{
	background-color: #49AB5F;
}
.GotRefContainerBackgroundColor
{
	background-color: beige;
}

/* DNN overrides */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  16px;
    font-weight:    bold;
    color: #000000;
}
.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #000000;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#000000;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#000000;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#000000;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#000000;
}
.MainMenu_MenuItemSel {
	color: black;
	background-color: #dcdcdc;
}

