﻿@charset "utf-8";
#PARENTDATETIME{font-size:12px;line-height:20px;font-family:Arial; position:absolute;-moz-user-select:none;}
#PARENTDATETIME .if{
	position:absolute;
	width:350px;
	height:196px;
	opacity:0;
	border:none;
	z-index:99;
}
#PARENTDATETIME .date{
    border: 2px solid #FF92C3;
    clear: both;
    float: left;
    width: 350px;
    position: absolute;	
	background:#ffffff;
	display:inline;
	z-index:10000;
}
#PARENTDATETIME .date .monthBg{
	position:absolute;
	width:165px;
	height:165px;
	font-size:110px;
	font-family:Arial;
	color:#f0f0f0;
	z-index:-1;
	line-height:165px;
	margin-top:-165px;
	text-align:center;
}

#PARENTDATETIME .date td{
	padding:0px;
}
#PARENTDATETIME .date .top {
    float: left;
    height: 27px;
    line-height: 27px;
    background: #DA1D73;
    width: 350px;
}

#test5 {
    height:0;
    width:0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    border-color:#FF9600 #3366ff transparent transparent;
    border-style:solid solid dashed dashed;
    border-width:40px 40px 0 0 ;
}
#PARENTDATETIME .date .lastMonthBg{
	 float: left;
	 width:15px;
	 height:15px;
	 border:1px #FF91C3 solid;
	 background:#FF91C3;
	margin-left:5px;
	margin-top:5px;
	cursor:pointer;
}
#PARENTDATETIME .date .lastMonth {
    float: left;
    cursor: pointer;
    height:0;
    width:0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    border-width:6px;
    border-color:transparent #fff transparent  transparent ;
    border-style:dashed solid dashed dashed ;
	position:absolute;
	left:4px;
	top:8px;
}

#PARENTDATETIME .date .nextMonthBg{
	 float: right;
	 width:15px;
	 height:15px;
	 border:1px #FF91C3 solid;
	 background:#FF91C3;
	margin-right:5px;
	margin-top:5px;
	cursor:pointer;
}
#PARENTDATETIME .date .nextMonth {
    float: right;
    cursor: pointer;
    height:0;
    width:0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    border-width:6px;
    border-color:transparent transparent transparent #fff;
    border-style:dashed  dashed dashed solid;
	position:absolute;
	right:4px;
	top:8px;
}
#PARENTDATETIME .date .Chrome_nextMonth {
    float: right;
    cursor: pointer;
    height:0;
    width:0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    border-width:5px;
    border-color:transparent transparent transparent #005bb5;
    border-style:dashed  dashed dashed solid;
	position:absolute;
	right:4px;
	top:9px;
}
#PARENTDATETIME .date .lastText {
    float: left;
    font-family: Arial;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    color: #ffffff;
    margin-left: 35px;
    display: inline;
	font-weight:bolder;
}

#PARENTDATETIME .date .nextText {
    float: right;
    font-family: Arial;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    color: #ffffff;
    margin-right: 35px;
    display: inline;
	font-weight:bolder;
}

#PARENTDATETIME .date .contentTime1 {
    float: left;
    width: 168px;
}

#PARENTDATETIME .date .contentTime2 {
    float: right;
    width: 168px;
}

#PARENTDATETIME .date table {
    margin: 0px;
    padding: 0px;
    width: 168px;
    font-size: 12px;
    font-family: Arial;
    text-align: center;
    color: #005bb5;
    border-left: 1px #f1f1f1 solid;
}

#PARENTDATETIME .date table th {
    font-weight: normal;
    color: #999999;
    background: #f5f5f5;
    width: 23px;
    height: 25px;
}

#PARENTDATETIME .date table .td01 {
    color: #005bb5;
    border-right: 1px #f1f1f1 solid;
    border-bottom: 1px #f1f1f1 solid;
    cursor: pointer;
    width: 23px;
    height: 23px;
}

#PARENTDATETIME .date table .td02 {
    color: #cccccc;
    border-right: 1px #f1f1f1 solid;
    border-bottom: 1px #f1f1f1 solid;
    cursor: pointer;
    width: 23px;
    height: 23px;
}

#PARENTDATETIME .date .spanHover {
    color: #FF91C3;
    float: left;
    border: 1px #FFC9E1 solid;
    background: #FFF7FB;
    width: 21px;
    height: 21px;
    line-height: 21px;
}

#PARENTDATETIME .date .spanOut {
    color: #333;
    float: left;
    border: 1px solid transparent;
    width: 21px;
    height: 21px;
    line-height: 21px;
	cursor:default;
	*border: 1px solid #fff;
}

#PARENTDATETIME .date  .spanDay {
    color: #DA1D73;
    float: left;
    border: 1px transparent solid;
    width: 21px;
    height: 21px;
    line-height: 21px;
    background: #F5F5F5;
    font-weight: bolder;
	*border: 1px solid #fff;
}

#PARENTDATETIME .date .spanOver {
    color: #cccccc;
    float: left;
    border: 1px transparent solid;
    width: 21px;
    height: 21px;
    line-height: 21px;
	cursor:default;
	*border: 1px solid #fff;
}
#PARENTDATETIME .date .clickDate{
	color: #005bb5;
    float: left;
    border: 1px #ffd5bb solid;
    background: #fff4ed;
    width: 21px;
    height: 21px;
    line-height: 21px;
}
