﻿.calendar_day
{
    font-size: 13px;
    line-height: 16px;
    font-family: Verdana, Georgia;
    line-height: 18px;
    display: block;
    width: 79px;
    height: 79px;
}
.day_style
{
    overflow: auto;
}
.icon_img
{
    float: left;
    display: inline;
    border: none;
    line-height: 18px;
    margin-left: 5px;
    margin-top: 3px;
    z-index: 50;
}
.calendar_style
{
    border-collapse: collapse;
}
.calendar_title
{
    background-image: url("../images/calendar-bg.jpg");
    height: 95px;
    width: 565px;
    background-repeat: repeat-x;
    margin-bottom: -35px;
}

.BackgroundCSS
{
	background-color:#333;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup {
	background-color:#FFFFFF;
	border-width:3px;
	border-style:solid;
	border-color:#1b3667;
	padding: 0;
	margin: 0;
	width:250px;
	z-index: 125;
}
.cancel_button
{
    float: right;
    margin-right: 5px;
    margin-top: 10px;
}
.selected_day
{
    font-size: 22px;
    line-height: 45px;
    font-family: Verdana, Georgia;
    display: block;
    color: White;
    text-align: center;
    font-weight: bold;
    letter-spacing: -.5px;
    height: 50px;
    width: 280px;
    background-image: url("../images/events.jpg");
    background-repeat: no-repeat;
}

/* Below: Normal Paragraph Style */
.normal 
{
    font-size: 85%;
    color: black;
    font-family: Arial, Verdana, Sans-Serif;
    margin: 10px 5px 0 5px;
    width: 350px;
}

/* Below: table styles for default.aspx tables */
.category_cells
{
    font-weight: bold;
    vertical-align: top;
}
.category_cells2
{
    word-wrap: break-word;
}

/* Below: table styles for add.aspx tables */

.row_label
{
    font-weight: bold;
    font-size: 85%;
    color: #1b3667;
    text-align: right;
    vertical-align: top;
    padding-top: 5px;
}
.row_label2
{
    font-size: 100%;
    color: #1b3667;
    text-align: right;
    vertical-align: top;
    padding-top: 5px;
}

.row_content
{
    padding-top: 5px;
    font-weight: normal;
    font-size: 100%;
}



/* Styles For MaskedEditValidator */
.MaskedEditFocus
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditMessage
{
	color: #ff0000;
	font-weight: bold;
}
.MaskedEditError
{
    background-color: #ffcccc;
}
.MaskedEditFocusNegative
{
    background-color: #ffffcc;
    color: #ff0000;
}
.MaskedEditBlurNegative
{
    color: #ff0000;
}
