﻿.calendar
{
	z-index: 10001 !important;
}

.AdminCell
{
    background-image: url(../../App_Themes/DefaultTheme/Images/Admin/tabs_04.gif);
	text-align:center;
}
	.AdminCell a
	{
		display:block;
		float:left;
		width:100%;
		white-space: nowrap;
	}
.SelectedAdminCell
{
    background-image: url(../../App_Themes/DefaultTheme/Images/Admin/tabs_07.gif);
	text-align:center;
}

.BottomBorder
{
    background-image: url(../../App_Themes/DefaultTheme/Images/Admin/tabs_15.gif);
    background-repeat:repeat-x;
}

.TopBorder
{
    background-image: url(../../App_Themes/DefaultTheme/Images/Admin/tabs_02.gif);
}

.LeftBorder
{
    background-image: url(../../App_Themes/DefaultTheme/Images/Admin/tabs_11.gif);
}

.RightBorder
{
    background-image: url(../../App_Themes/DefaultTheme/Images/Admin/tabs_13.gif);
}


a:link.command, a:visited.command, a:link.a_subTab, a:visited.a_subTab, a:link.adminCategory, a:visited.adminCategory
{
    color: #330099;
    text-decoration: none;
}

.subTabON
{
    color: #ffffff;
    font-weight: bold;
	white-space: nowrap;
}

.BlackColor
{
    color: Black;
}

.BoldText
{
    font-weight: bold;
    color: Black;
}

.TitleBackground {
	background-image: url(../../App_Themes/DefaultTheme/Images/Admin/titleBg.gif);
	width: 100%
}

.HeaderText {
	font-size: 130%;
	padding: 2px 2px 0px 7px;
	font-weight: 700;
	color: #000000;
	height: 35px;
	width: 100%
}
.BoxBorders
{
    border-right: #efefef 1px solid;
    border-top: #efefef 1px solid;
    border-left: #efefef 1px solid;
    border-bottom: #efefef 1px solid;
}

