﻿.MyCalendar .ajax__calendar_container {
        border:1px solid #646464;
        background-color: lemonchiffon;
        color: red;
        }
        .MyCalendar .ajax__calendar_other .ajax__calendar_day,
        .MyCalendar .ajax__calendar_other .ajax__calendar_year {
            color: black;
        }
        .MyCalendar .ajax__calendar_hover .ajax__calendar_day,
        .MyCalendar .ajax__calendar_hover .ajax__calendar_month,
        .MyCalendar .ajax__calendar_hover .ajax__calendar_year {
            color: black;
        }
        .MyCalendar .ajax__calendar_active .ajax__calendar_day,
        .MyCalendar .ajax__calendar_active .ajax__calendar_month,
        .MyCalendar .ajax__calendar_active .ajax__calendar_year {
            color: black;
            font-weight:bold;
        }

/* AutoComplete*/
.autocomplete_completionListElement 
    {  
	visibility : hidden;
	margin : 0px!important;
	background-color : #FFFFFF;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : pointer;
	overflow : auto;
	height : 200px;
	min-width : 400px;
    text-align : left;
    list-style-type: none; 
    padding-left: 0px
    }

.autocomplete_highlightedListItem
    {
	    background-color: #dbdadd;
	    color: black;
	    padding: 1px;
    }

    .autocomplete_listItem 
    {
	    background-color : window;
	    color : windowtext;
	    padding : 1px;
    }
    
/* Collapse panel */

    .collapsePanel {
	
	background-color:white;
	overflow:hidden;
	height:0px;
}

.collapsePanelHeader{
	width:300px;
	height:10px;
	color:Black;
	font-weight:bold;
	cursor:pointer;
}

.collapsePanelHeader1{
	width:300px;
	height:10px;
	color:Black;
	font-weight:bold;
	font-size:13pt;
	cursor:pointer;
}

/************ MaskedEdit Related Styles ***********************/
.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;
}

/* Styles for the Animation Reference */
.animationReferenceTable
{
}

.animationReferenceRow
{
}

.animationReferenceField
{
	text-align: right;
	vertical-align: top;
	padding-top: 5px;
}

.animationReferenceCode
{
	margin-top: 5px;
	vertical-align: top;
	font-family: 'Courier New', Monospace;
	font-style: normal;
	font-weight: bold;
	
	display:block;
	background-color:#FFF;
	color:#000;
	font-family:'Courier New', Monospace;
	font-size:0.9em;
	font-style:normal;
	font-weight: bold;
	margin-bottom: 5px;
}

.animationReferenceItems
{
	vertical-align: top;
}

.animationReferenceItemTable
{
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.animationReferenceItemRow
{
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.animationReferenceItem
{
	width: 100%;
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
}

.animationReferenceItemCode
{
	display:block;
	background-color:#FFF;
	color:#000;
	font-family:'Courier New', Monospace;
	font-size:0.9em;
	font-style:normal;
	font-weight: bold;
}

/*Popup Control*/
.popupControl{
	background-color:White;
	position:absolute;
	border-style:solid;
	border-width:2px;
	visibility:hidden;
}
