/* CSS definition file containing site wide stylesheets */

.calenderBody
{
	margin: 10px, 0px, 10px, 0px;
	background-color: #FFFEF2;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: Black
}

.calenderTitle
{
    text-align: center;
    font-family: Times New Roman, Arial, Helvetica, sans-serif;
    font-size: 20pt;
    color: maroon;
    background-color: #eeeeee;
    font-weight: bold;
    border-style: outset;
    border-width: 2px;
    height: 60px;
}

.calenderMonthYearTitle
{
    text-align: center;
    font-family: Times New Roman, Arial, Helvetica, sans-serif;
    font-size: 22pt;
    color: Black;
    font-weight: bold;
    height: 30px;
}

.calenderMonthsofYear
{
    text-align: center;
    font-family: Times New Roman, Arial, Helvetica, sans-serif;
    font-size: 14pt;
    color: Black;
    font-weight: bold;
    height: 30px;
}

.calenderDayColumnLabel
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
    color: black;
    font-weight: bold;
    text-align: center;
    height: 20;
    width: 150;
}

.calenderDayLabel
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
    color: black;
    text-align: left;
    height: 20;
    width: 150;
}

.calenderEventLabel
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
    color: black;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    height: 80;
    width: 150;
}

.calenderNewButton
{
	font-size: xx-small;
	font-family: Verdana;
	color: black;
    font-weight: bold;
    border-style: outset;
    border-width: 2px;
    cursor: hand;
}

.calenderNavigationLabel
{
    text-align: center;
    font-family: Times New Roman, Arial, Helvetica, sans-serif;
    font-size: medium;
    color: blue;
    font-weight: bold;
    font-style: italic;
    padding-right: 20px;
    cursor: hand;
}

.calenderButton
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: maroon;
    font-weight: bold;
    text-align: center;
    border-style: outset;
    border-width: 2px;
    cursor: hand;
}

.calenderButtonExit
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: black;
    font-weight: bold;
    border-style: outset;
    border-width: 2px;
    cursor: hand;
}


.calenderCommandButton
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 7pt;
    color: black;
    border-style: outset;
    border-width: 2px;
    cursor: hand;
}

.calenderQuestionCategoryLabel
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: black;
    text-align: left;
    font-weight: bold;
    text-decoration: italic;
    border-bottom: #000000 thin solid;
}

.calenderLabelBold
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 7pt;
    color: black;
    text-align: right;
    font-weight: bold;
}

.calenderLabelItalic
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
    color: black;
    text-align: right;
    text-decoration: italic;
}

.calenderLabelBoldItalic
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
    color: black;
    text-align: right;
    font-weight: bold;
    text-decoration: bold;
    text-decoration: italic;
}

.calenderChildColumnLabel
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;    
    font: bold;
    font: underline;
    font-size: small;
    border-style: none;
    border-bottom: #000000 thin solid;
    background-color: #E6EBD1;
}

.calenderChildNameLabel
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    font: bold;
    text-decoration: underline;
    font-size: small;
    border-bottom: #000000 thin solid;
}

.calenderTextBox
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: black;
	text-align: left;
}

.calenderTextBoxInvalid
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: red;
	background-color: Yellow;
	text-align: left;
}

.calenderDropDownList
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: black;
	text-align: left;
}

.calenderPopupControl
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    text-align: center;
    font-weight: normal;
    color: black;
    border-style: outset;
    border-width: 2px;
    border-color: #CBD3AB;
    background-color: #888888;
    position: absolute;
/*  filter:alpha(opacity=70);
    opacity:0.7;    */
}

.calenderPopupList
{
    font-family: Monospace, Courier;
    font-size: 8pt;
    text-align: left;
    border: solid 1px #CBD3AB;
    font-weight: bold;
    color: black;
    background-color: White;
}


.calenderPopupButton
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 7pt;
    color: black;
    font-weight: bold;
    padding: 2px;
    border-style: outset;
    cursor: hand;
}

