#rightbar{
    width:174px;
    margin-right:25px;
    margin-top:30px;
}

#rightbar .rb_options{
    background-color:#14678E;
    padding-top:5px;
}

#rightbar .rb_options .title{
    color:#ffffff;
    font:bold 10px Verdana;
    background-image:url("ic_options.gif");
    background-repeat:no-repeat;
    background-position:0px 1px;
    border-bottom:1px solid #ffffff;
    margin-left:12px;
    margin-right:12px;
    padding-left:17px;
    text-transform:uppercase;
    height:14px;
    margin-bottom:10px;
}

#rightbar .rb_options .normal, #rightbar .rb_options .selected{
    font:bold 10px Verdana;
    background-image:url("ic_bullet_options.gif");
    background-repeat:no-repeat;
    background-position:0px 3px;
    margin-left:12px;
    padding-left:12px;
    color:#ffffff;
    height:14px;
}		

#rightbar .rb_options .selected{
    background-image:url("ic_arrow_options.gif");
}

#rightbar .rb_options .itext{
    font:normal 10px Verdana;
    color:#ffffff;
    margin-left:20px;
    padding-right:12px;
}

#rightbar .rb_options .normal a, #rightbar .rb_options .selected a{
    color:#ffffff;
    text-decoration:none;
}

#rightbar .rb_options .normal a:hover, #rightbar .rb_options .selected a:hover{
    text-decoration:underline;
}



#rightbar .rb_alertas{
    background-color:#14678E;
    margin-bottom:20px;
}

#rightbar .rb_alertas .title{
    color:#ffffff;
    font:bold 10px Verdana;
    background-image:url("ic_alert.gif");
    background-repeat:no-repeat;
    background-position:8px 7px;
    border-bottom:1px solid #98BBCB;
    padding-left:22px;
    padding-top:6px;
    text-transform:uppercase;
    height:16px;
    margin-bottom:10px;
}

#rightbar .rb_alertas .normal, #rightbar .rb_alertas .selected{
    font:bold 10px Verdana;
    background-image:url("ic_bullet_options.gif");
    background-repeat:no-repeat;
    background-position:0px 3px;
    margin-left:12px;
    padding-left:12px;
    color:#ffffff;
    height:14px;
    margin-bottom:5px;
}		

#rightbar .rb_alertas .normal a, #rightbar .rb_alertas .selected a{
    color:#ffffff;
    text-decoration:none;
}

#rightbar .rb_alertas .normal a:hover, #rightbar .rb_alertas .selected a:hover{
    text-decoration:underline;
}



#rightbar .rb_history{
    background-color:#EDF2F4;
    padding-top:5px;
    padding-bottom:10px;
}

#rightbar .rb_history .title{
    color:#586375;
    font:bold 10px Verdana;
    background-image:url("ic_history.gif");
    background-repeat:no-repeat;
    background-position:0px 1px;
    border-bottom:1px solid #586375;
    margin-left:12px;
    margin-right:12px;
    padding-left:17px;
    height:14px;
}

#rightbar .rb_history .text{
    margin-top:10px;
    margin-left:12px;
    margin-right:12px;
    color:#586375;
    font:normal 10px Verdana;
}

#rightbar .rb_ajudas{
    background-color:#FFFFFF;
    margin-bottom:10px;
    border:1px solid #206581;
}

#rightbar .calendarb{
    border: none;
}

#rightbar .rb_ajudas .title{
    color:#1B6687;
    font:bold 11px Verdana;
    background-image:url("ic_info.gif");
    background-repeat:no-repeat;
    background-position:5px 8px;
    background-color:#C4D7DE;
    border-bottom:1px solid #A8C3CE;
    padding-left:22px;
    padding-top:6px;
    height:18px;
}

#rightbar .rb_ajudas .item{
    background-image:url("bullet_info.gif");
    background-repeat:no-repeat;
    background-position:0px 5px;
    margin-top:10px;
    margin-left:9px;
    margin-right:12px;
    padding-left:10px;
    color:#1B6687;
    font:normal 10px Verdana;
}

#rightbar .rb_ajudas .item a{
    font:bold 10px Verdana;
    color:#1B6687;
    text-decoration:none;
}

#rightbar .rb_ajudas .item a:hover{
    text-decoration:underline;
}

.calendar table{
    border: 1px solid #1B6687;
}


.calendar td{
    text-align:right;
}
.calendar .month{
    font:bold 10px Verdana;
    color:#1B6687;
}
.calendar .month a{
    color:#ff6600;
    text-decoration:none;
}

.calendar .outmonth a{
    color:#4C4C4C;
}

.calendar .selected a{
    color:#ffffff;
    text-decoration:none;
    font:bold 10px Verdana;
    width:14px;
}
.calendar .selected {
    background-color:#259325;
    width:14px;
    padding:3px;
    padding-right:5px;
}


/*********************************CALENDAR - NEW**/
/*.calendar {
    border: 5px;
    border-style: solid;
    border-color: #fff;
}
*/
.calendar td{
   padding: 5px;
}


.nolink{
    color: #000000;
    text-decoration: none;
}

.vacation_day{
    background-color: #0066CC;
}

.vacation_day_link{
    text-decoration: none;
    color: #ffffff;
}

.holiday{
    background-color: #E8E819; 
}

.holiday_link{
    text-decoration: none;
    color: #000000;
}
.weekend_link{
    text-decoration: none;
    color: #999999;
}

.outmonth{
    background-color: #CCCCCC;
}

.pesquisa{
	background:#1b6687;
	padding-left:9px;
	padding-right:9px;
	padding-bottom:9px;
	padding-top:3px;
	margin-bottom:10px;
}

.pesquisa .texto{
	color:#ffffff;
	font:bold 10px Verdana;
}

.pesquisa .form{
	margin:0px;
	padding:0px;
	margin-top:5px;
}

.pesquisa .form form{
	margin:0px;
	padding:0px;
}

.pesquisa .form .pesq_field{
	width:130px;
	height:16px;
	padding-top:4px;
	padding-left:2px;
	border:0px;
}

.not_active{
    background-color:#E64848;
}


