
/*	Pagination
----------------------------------------------------------*/ 
div.pagination_showing
{
    display: inline-block;
    width: 275px;
    font-size: 16px;
    font-family: 'Lato', Arial, sans-serif;	
    font-weight: 400 !important;
    color: #454545 !important;
}
a.page_link
{
    font-size: 16px;
    font-family: 'Lato', Arial, sans-serif;	
    font-weight: 400 !important;
    color: #454545 !important;
    padding: 0 3px;
}
a.page_link:hover
{
    color: #1e3c22;
}
span.page_link 
{
    font-size: 16px;
    font-family: 'Lato', Arial, sans-serif;	
    font-weight: 400;
    color: #454545;
    padding: 0 3px;
}
span.page_current 
{
    font-size: 16px;
    font-family: 'Lato', Arial, sans-serif;	
    font-weight: 700 !important;
    color: #1e3c22;
    padding: 0 3px;
}

a.link_button
{
    background-color: #b3c0bb;
    color: #fff !important;
    font-family: 'Lato', Arial, sans-serif;	
    font-size: 16px;
    border: 0;
}
a.link_button:hover
{
    background-color: #4b634e;
    color: #fff !important;
    font-family: 'Lato', Arial, sans-serif;	
    font-size: 16px;
    border: 0;
}





#my-cookies-alert table
{
    width: 100% !important;
}
/* ================================================================================================================================ 
/*	Calendar
/* ================================================================================================================================ */
table.RadCalendar_Telerik td.rcToday  
{
	font-weight: bold; 
	border: 1px solid #000 !important; 
	background-image: url(/images/cal_today_bg.gif) !important;
	background-position: top left !important;
	background-repeat: no-repeat !important;
}
