


.icon-chevron-up {
background-position:-5px -37px;
background-image:url(../images/glyphicons-halflings-one.png);
	
display:inline-block;
width:14px;
height:14px;
margin-top:1px;
*margin-right:.3em;
line-height:14px;
vertical-align:text-top;

background-repeat:no-repeat
}
.icon-chevron-down {
	background-position:-28px -36px;
background-image:url(../images/glyphicons-halflings-one.png);
	
display:inline-block;
width:14px;
height:14px;
margin-top:1px;
*margin-right:.3em;
line-height:14px;
vertical-align:text-top;

background-repeat:no-repeat
}

.icon-time{ background:url(../images/glyphicons-halflings-one.png) no-repeat -2px 0px;}

.add-date{
     background-color: #EEEEEE;
    border: 1px solid #DDDDDD;
    border-radius: 0 3px 3px 0;
    display: inline-block;
    font-size: 14px; color:#009900;
    font-weight: normal;
    margin-left: -6px;
    padding:7px 6px;
    text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
    }
	
.date-text-box{border:solid 1px #ddd; border-radius:3px; width:250px; height:30px; line-height:30px;}	
