﻿.ItemHeader
{
   background-color:#5892b8;
   color:White;
}
.ItemFooter
{
   background-color:#5892b8;
   color:Black;
	
}
.AlternateItem
{
	   background-color:#00ccff;
   color:Black;
}

.ItemBackGround
{
/*	background-color:#FFFFE0;*/
    background-color:#5BB9D3;
}

.ItemBorder
{
    border-right: #5a92e9 1px solid;
    border-top: #5a92e9 1px solid;
    border-left: #5a92e9 1px solid;
    border-bottom: #5a92e9 1px solid;
    
}

.ItemFooterBorder
{
    border-bottom: #5a92e9 1px solid;
}

.Link
{
    color:Black;
    text-decoration:none;
}

.Link:hover
{
    color:Red;
}
a
{
    color:blue;
    text-decoration:none;
}

a:hover
{
    color:Red;
}

.Tab2
{
    color:#040B67;
}

.Tab2:hover
{
   background-image:url("../../images/Tab2.gif");
}

.CurrentTab2
{
    background-image:url("../../images/Tab2.gif");
}
