.cipb_datepicker {
	width:221px;
	background:#EEEEEE url(/api/datepicker/datepicker_bg.png) repeat-x scroll 50% 25%;
	border:1px solid #DDDDDD;
	text-align:center;
	-moz-border-radius:4px;
	padding: 2px 2px 1px;
	z-index:1000;
	font-size:13px;
	overflow:hidden;
}

.cipb_datepicker_head {
	background:#192B40 url(/forum/public/style_images/master/th_bg.png) repeat-x scroll 50% 50%;
	-moz-border-radius:4px;
	border:0px solid #F1F4F7;
	color:#FFFFFF;
	font-weight: bold;
	position:relative;
	padding: 2px 0;
	display:block;
}

.cipb_datepicker_prev_a {
        position:absolute;
        height:23.4px;
        top:2px;
        width:23.4px;
        color:#FFFFFF;
        left:2px;
        -moz-border-radius:4px;
        overflow:hidden;
}

.cipb_datepicker_prev_span {
        display:block;
		background: transparent url(http://i3.photobucket.com/albums/y75/philwilly/Codex/PreviousWHITE.png) no-repeat scroll 4px 4px;
        position:absolute;
        height:100%;
        width:100%;
        text-indent:-9999px;
        overflow:hidden;
}

.cipb_datepicker_next_a {
        position:absolute;
        height:23.4px;
        top:2px;
        width:23.4px;
        color:#FFFFFF;
        right:2px;
        -moz-border-radius:4px;
        overflow:hidden;
}

.cipb_datepicker_prev_a:hover {
        background-color: #E4EBF2;
}

.cipb_datepicker_prev_span:hover {
        background-image: url(http://i3.photobucket.com/albums/y75/philwilly/Codex/Previous.png);
}

.cipb_datepicker_next_a:hover {
        background-color: #E4EBF2;
}

.cipb_datepicker_next_span:hover {
        background-image: url(http://i3.photobucket.com/albums/y75/philwilly/Codex/next.png);
}

.cipb_datepicker_next_span {
        display:block;
		background: transparent url(http://i3.photobucket.com/albums/y75/philwilly/Codex/NextWHITE.png) no-repeat scroll 4px 4px;
        position:absolute;
        height:100%;
        width:100%;
        text-indent:-9999px;
        overflow:hidden;
}

.cipb_datepicker_title {
        line-height:23.4px;
        margin: 0 29.9px;
}

.cipb_datepicker_calendar    {
    font-weight:bold;
    border-collapse:collapse;
    font-size:11.7px;
}

.cipb_datepicker_calendar th    {
    font-weight:bold;
    text-align:center;
    color:#333333;
    padding:5.2px 3.9px;
}

.cipb_datepicker_calendar td{
    border:0px;
    padding:1px;
	background-color:transparent;
}

.cipb_datepicker_calendar a{
    background-color:#F6F6F6;
    border:1px solid #CCCCCC;
    padding:1px;
    color:#4A6784;
    padding:2.6px;
    display:block;
    text-align:right;
    text-decoration:none;
}

.cipb_datepicker_calendar a:hover{
    background:#E4EBF2;
    border:1px solid #2B4F74;
    color:#C77405;
}

.cipb_datepicker_title a {
    color:#FFFFFF;
    text-decoration:none;
}

.cipb_datepicker_title a:hover {
    color:#E4EBF2;
    text-decoration:none;
}


.cipb_datepicker_calendar_other    {
    font-weight:bold;
    border-collapse:collapse;
    font-size:11.7px;
}

.cipb_datepicker_calendar_other td{
    border:0px;
    padding:1px;
	background-color:transparent;
}

.cipb_datepicker_calendar_other a{

    border:1px dotted transparent;
    padding:7.8px 1px 1px 1px;
    color:#4A6784;
    display:block;
    text-decoration:none;
    height:26px;
 
}

.cipb_datepicker_calendar_other a:hover{
    background:#E4EBF2;
    border:1px solid #2B4F74;
    color:#C77405;
}





.datepicker_preformat1{
	display:inline-block;
	line-height:100%;
	background:#FFFFFF url(http://www.neocodex.us/forum/public/style_images/master/input_text.png) repeat-x scroll 0 0;
	border:1px solid #9F9F9F;
	padding:1px;
}

.datepicker_preformat1 input{
	background:transparent;
	border:0;
	width:1.5em;
	text-align:center;
	padding:2px;
	font-size:.8em;
	position:relative;
	top:-1px;
}

.datepicker_preformat1 img{
	vertical-align:middle;
	cursor:pointer;
}
