.igmc_Control
{
	background-color:white;
	font-family: "Open Sans","Segoe UI";
	/*border:solid 1px #9CBAE2;*/
	border:solid 1px #cccccc;
	margin:0px;
	padding:0px;
	width: 225px;
	height: 200px;
	border-collapse: separate;
    z-index:99999;
    position:absolute;
    
    /* bootstrap style */
    
    -webkit-border-radius: 2px !important;
    -webkit-background-clip: padding-box !important;
    -moz-border-radius: 2px !important;
    -moz-background-clip: padding !important;
    border-radius: 2px !important;
    background-clip: padding-box !important;
    -webkit-box-shadow: 0 2px 40px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 2px 40px rgba(0, 0, 0, .4);
    box-shadow: 0px 2px 40px rgba(0,0,0,0.4);
    -webkit-transition: opacity .218s;
    -moz-transition: opacity .218s;
    -o-transition: opacity .218s;
    transition: opacity .218s;
    margin: 1px 0 0;
}

.igmc_DOW
{
	/*background:#D1DFF2;*/
	background:#FFFFFF;
	/*font-size: 11px;*/
	font-size: 12px;
	font-weight: bold;
	border-width:0px;
	margin:0px;
	padding:0px;
	height: 30px;
	text-align:center;
	border-bottom:none;
	/*color:#666666;*/
	color:#444;
}

.igmc_Header
{
	/*background:#244886;*/
	background:#FFF;
	color: #444;	
	border-bottom-width:0px;
	height: 30px;
}
.igmc_Header:hover
{
    background:#EEE;
}

.igmc_NextPrev
{
	font-size: 0.8em;
	margin:0px;
	padding:0px 8px;
	color:White;
}

.igmc_HoverNextPrev
{
	cursor:pointer;
	color:#3bb7eb;
}

.igmc_PressedNextPrev
{
}

.igmc_Footer
{
	/*background:#244886;
	color:White;*/
	background-color:#FFFFFF;
	color:#444;
	font-size:12px;
	text-align:center;
	height: 30px;
}

.igmc_HoverFooter
{
	/*color:White;
	background:#00599F;*/
	color:#444;
	background-color:#eeeeee;
	
}

.igmc_PressedFooter
{
	/*background:#00599F;*/
	background-color:#eeeeee;
}

.igmc_MonthYear
{
	font-size:12px;
	padding:0px 2px;
	/*color: #FFFFFF;*/
	color: #444;
	font-family: "Open Sans","Segoe UI";
	font-weight: bold;
    line-height:30px;
}

.igmc_HoverMonthYear
{
	cursor:pointer;
	/*color:#FFFFFF;	*/
	color: #444;
}

.igmc_PressedMonthYear
{
	color:White;
}

.igmc_OtherMonthDay
{
	background-image:none;
	color:#999999;
}

.igmc_Day.igmc_OtherMonthDay
{
	background-image:none;
	color: #a4a4a4;
	font-size:12px;
	font-weight:normal;
}

.igmc_Day
{
	background-color:transparent;
	font-size:12px;
	text-align:center;
	border:solid 1px #FFFFFF;	
	color: #444444;
	
}

.igmc_SelectedDay
{
	/*background:#9ECBD6;
	border:1px solid #4897AA;*/
	background:#2dc3e8;
	border:1px solid #2dc3e8;
	color: #FFFFFF;
}

.igmc_FocusDay, .igmc_OtherMonthDay.igmc_FocusDay
{
	/*background:#FFFFFF;
	border:1px solid #4897AA;*/
	background:#2dc3e8;
	border:1px solid #2dc3e8;
}

.igmc_HoverDay, .igmc_HoverDay.igmc_TodayDay
{
	/*background:#cccccc;
	border:1px solid #999999;*/
	background:#eeeeee;
	border:1px solid #eeeeee;
    cursor: pointer;
}

.igmc_OtherMonthDay.igmc_HoverDay
{
	/*background:#cccccc;
	border:1px solid #999999;*/
	background:#2dc3e8;
	border:1px solid #2dc3e8;
}

.igmc_DisabledDay
{
	color:#eeeeee;
}

.igmc_DisabledDay.igmc_HoverDay
{
	background:#ffffff;
	border:1px solid #2dc3e8;
}

.igmc_TodayDay
{
	/*color:#4897AA;*/
	color: #444;
	font-weight: bold;
	
	
}

.igmc_WeekNumber
{
	background-color:transparent;
	font-weight:bold;
	color:#21272d;
}

.igmc_WeekendDay
{
    /*background-color:#f9f9f9;
	border: 1px solid #f9f9f9;*/
	background-color:#ffffff;
	border: 1px solid #ffffff;	
	color: #444;
}


/* CSS classes for Month and Year selection Popup in header */
.igmc_List
{
	background-color: #fff;
	border:1px solid #bbb;
}

.igmc_Item
{
	background-color:#fff;
	font-size: 1em;
	text-align: center;
	border:1px solid White;
    color:#444444;
}

.igmc_SelectedItem
{
	/*border:1px solid #4897AA;*/
	/*background: #9ECBD6;*/
	background: #2dc3e8;
	border:1px solid #2dc3e8;
	color: #FFFFFF;
	font-weight:bold;
	cursor:pointer;
}

.igmc_HoverItem
{
	/*background:#CCCCCC;*/
	background:#eeeeee;
	border:1px solid #999999;
	color:#444444;
	font-weight: bold;
	cursor:pointer;
}
