﻿.BackGround_IceTec {
	background: #0000FF;
	background-position: center center;
	background-size: 100% 100%;
	margin-left: auto;
	background-image: url('images/Penguins_001.png');
	background-repeat: inherit;
	background-color: #808080;
	clip: rect(auto, 100%, 100%, auto);
	background-attachment: fixed;
}
.IceTec{
	background: #0000FF;
	background-color: #800080;
	position: absolute;
	top: auto;
	background-color: #FF0000;
}
.nice-date-picker-header{
	background: #0000FF;
	width: 100%;
	height: 110px;
	font-size: 10;
	position: relative;
}
.nice-date-picker-header span,.nice-date-picker-header a{
	background: #0000FF;
	font-size: xx-large;
	font: normal normal bolder xx-large serif;
	display: inline-table;
	height: 100px;
}
.nice-date-picker-header .prev-date-btn,.next-date-btn{
	background: #0000FF;
	font-size: xx-large;
	width: 200px;
	text-align: center;
	color: #0ff;
	text-decoration: none;
	font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	height: 100px;
	line-height: normal;
	font-weight: bolder;
	outline-color: #00FFFF;
	outline-style: double;
	outline-width: medium;
}
.nice-date-picker-header .prev-date-btn{
	background-position: center;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #0099CC;
	background-image: url('../images/if_button_blue_first_40714.png');
	background-repeat: repeat-y;
}
.nice-date-picker-header .next-date-btn{
	background-position: center;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #0099CC;
	background-image: url('../images/if_button_blue_last_40715.png');
	background-repeat: repeat-y;
}
.nice-date-title{
	background: #0000FF;
    width:100%;
    font-size:18px;
    color:#fff;
    text-align:center;
}
.nice-date-picker-body{
	background: #0000FF;
	width: 1000px;
	background-color: #000000;
}
.nice-date-picker-body tr{
	background: #0000FF;
	width: 100%;
	height: 100%;
}
.nice-date-picker-body tr th{
	background: #0000FF;
    width:146px;
    height:140px;
    color:#fff;
    line-height:40px;
    text-align:center;
    font-weight:100;
}
.nice-date-picker-body tr td{
	background: #0000FF;
	width: 146px;
	height: 140px;
	color: #fff;
	line-height: 40px;
	text-align: center;
}
.nice-date-picker-body tr .nice-gray{
	background: #800080;
	opacity: .3;
}
.nice-date-picker-body tr .nice-normal{
	background: #0000FF;
    cursor:pointer;
}
.nice-date-picker-body tr .nice-current{
    background:#33f;
    border-radius:5px;
}
.nice-date-picker-body tr .nice-active{
    background:#666;
    border-radius:5px;
}
