﻿/*Site Styles */
body {font-size: 12px; font-family: Tahoma; margin: 0px; background-color: #BEDAFE;}

.Menu 
{
/*    background-color: #BFDBFF; */
/*    background-color: maroon; */
/*    background-image: url(/images/musicbg258b2.gif);*/
    background-image: url(/images/blacktile2.jpg);
    height: 130px;
/*    height: 30px; */
	font-size: 24px;
/*	font-size: 18px; */
/*    font-weight: bold; */
    color: #000000;
/*    color: #ffffff; */
    padding-bottom: 0px;
/*    cursor: hand; */
}
.FileMenu
{
    background-image: url(Images/FileMenuBkg.gif);
}
.FileMenuO
{
    background-image: url(Images/FileMenuBkgO.gif);
}
/*End Site Styles */

/*Calendars */

.CalendarHeader
{
	background-color: #ADD1FF;
	height: 27px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	width: 250px;
	text-align: left
}
.DayHeader
{
    background-color: #ADD1FF;
    height: 30px;
}
.MainCalendarEvent
{
/*    border: solid 1px #8DAED9; */
    padding-left: 3px;
    padding-right: 3px;
/*    height: 19px; */
    height: 10px;
    cursor: hand;
    font-size: xx-small;
    font-family: Tahoma;
/*    color: #294C7A; */
    color: black;
/*    background-image: url(Images/CalendarItemDateBackground.png); */
    cursor: hand;
}
/*End Main Calendar */

/*Splitters */
.LeftHeader
{
    background-image: url(Images/CalendarBkg.jpg);
    height: 27px;
    color: #204DB2;
    font-size: 14px;
    font-weight: bold;
    padding-left: 3px;
    cursor: hand;
}
.LeftHeaderOver
{
    background-image: url(Images/HeaderBkg.jpg);
    height: 27px;
    color: #204DB2;
    font-size: 14px;
    font-weight: bold;
    padding-left: 3px;
    cursor: hand;
}
.RightHeader
{
	background-image: url(Images/CalendarBkg.jpg);
	height: 28px;
	color: #204DB2;
/*	text-align: left; */
	text-align: center;
	width: 100%;
}
.RightFooter
{
	background-image: url(Images/CalendarBkg.jpg);
	height: 27px;
	color: #204DB2;
	text-align: right;
	width: 100%;
	border-top: solid 1px #6593CF;
}
/* End Splitter */

/*Add Item Page */

.AddNewItem
{
    background-color: #BFDBFF;
    border: solid 2px #6593CF;
    padding: 3px;
}
.CalButton
{
    cursor: hand;
}

.PopUpHeader
{
    background-image: url(Images/CalendarBkg.jpg);
    height: 27px;
}

.AddItemDDL
{
    border: solid 1px red;
}
/* End Add New Item */

/*Day View Main Page*/
.DayRowStyle
{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 3px;
/*    font-weight: bold; */
}
.DayRowEventBkg
{
/*    background-image: url(images/DayEventBkg.jpg); */
    width: 99%;
/*    border: solid 1px #5D8CC9; */
    padding: 3px;
    cursor: hand;
}
.DateStyle
{
    color: black;
    font-weight: bold;
}
/*End Day View */

/*Add Task Window*/
.TextBoxSelectDate
{
    border: solid 1px #6593CF;
    border-right: none;
}
.TaskPage
{
    padding-left: 5px;
    padding-top: 5px;
}

.LoginHeader
{
    background-image: url(Images/CalendarBkg.jpg);
    height: 26px;
    color: #204DB2;
    font-size: 14px;
    font-weight: bold;
    padding-left: 3px;
    border: solid 1px #8DAED9;
}
.RegisterHeader
{
    background-image: url(Images/CalendarBkg.jpg);
    height: 27px;
    color: #204DB2;
    font-size: 14px;
    font-weight: bold;
    padding-left: 3px;
    border: solid 1px #8DAED9;
}

/*Admin Login Page */

.AdminLogin
{
    background-color: #BFDBFF;
/*    border: solid 2px #6593CF; */
    padding: 3px;
}
/* End Admin Login */
