/* FB Filebase START */
.fb_filelist a {
	text-decoration: underline;
	}

.fb_filelist .filebase_file_tmpl,
.fb_filelist .filebase_file_txt {
	background-repeat: no-repeat;
			background-image: url(../../ext/icons/txt.gif);
		}

.fb_filelist .filebase_file_jpg {
	background-repeat: no-repeat;
	background-image: url(../../ext/icons/jpg.gif);
	}

.fb_filelist .filebase_file_gif {
	background-repeat: no-repeat;
	background-image: url(../../ext/icons/gif.gif);
	}

.fb_filelist .filebase_file_png{
	background-repeat: no-repeat;
	background-image: url(../../ext/icons/png.gif);
	}

.fb_filelist .filebase_file_tif {
	background-repeat: no-repeat;
	background-image: url(../../ext/icons/tif.gif);
	}

.fb_filelist .filebase_file_exe {
	background-repeat: no-repeat;
	background-image: url(../../ext/icons/exe.gif);
	}

.fb_filelist .filebase_file_html,
.fb_filelist .filebase_file_htm {
	background-repeat: no-repeat;
	background-image: url(../../ext/icons/txt.gif);
	}

.fb_filelist .filebase_file_zip,
.fb_filelist .filebase_file_rar,
.fb_filelist .filebase_file_gz,
.fb_filelist .filebase_file_gzip,
.fb_filelist .filebase_file_bzip,
.fb_filelist .filebase_file_ace {
	background-repeat: no-repeat;
	background-image: url(../../ext/icons/zip.gif);
	}

.fb_filelist .filebase_file_pdf {
	background-repeat: no-repeat;
	background-image: url(../../ext/icons/pdf.gif);
	}

.fb_filelist .filebase_file_xls,
.fb_filelist .filebase_file_xlsx {
	background-repeat: no-repeat;
	background-image: url(../../ext/icons/xls.gif);
	}

.fb_filelist .filebase_file_ppt,
.fb_filelist .filebase_file_pps,
.fb_filelist .filebase_file_doc,
.fb_filelist .filebase_file_docx,
.fb_filelist .filebase_file_doc,
.fb_filelist .filebase_file_rtf {
	background-repeat: no-repeat;
	background-image: url(../../ext/icons/doc.gif);
	}

.fb_filelist .filebase_file_css {
	background-repeat: no-repeat;
	background-image: url(../../ext/icons/txt.gif);
	}


.fb_filelist .filebase_file_swf,
.fb_filelist .filebase_file_fla {
	background-repeat: no-repeat;
	background-image: url(../../ext/icons/swf.gif);
	}

.fb_filelist .filebase_file_ttf {
	background-repeat: no-repeat;
	background-image: url(../../ext/icons/ttf.gif);
	}


.fb_filelist .filebase_file_mov,
.fb_filelist .filebase_file_wmv,
.fb_filelist .filebase_file_mp4,
.fb_filelist .filebase_file_avi,
.fb_filelist .filebase_file_mpg {
	background-repeat: no-repeat;
	background-image: url(../../ext/icons/mov.gif);
	}

.fb_filelist .filebase_file_mp3,
.fb_filelist .filebase_file_wav,
.fb_filelist .filebase_file_ogg,
.fb_filelist .filebase_file_wma,
.fb_filelist .filebase_file_m4a {
	background-repeat: no-repeat;
	background-image: url(../../ext/icons/mp3.gif);
	}

/* FB Filebase END */



/* CAL START */
.month-small th, .month-small td {
	width:18px;
	text-align:center !important;
}

.month-small {
	margin-left: 15px;
	margin-top: 10px;
}
.monthSelectedWeek {
	background-color: transparent !important;
}
.monthSmallBasic  {
	background-color: #FF0000 !important;
}
.eventDay  {
	background-color: #009900 !important;
}  
.eventDay a {
	color: #FFF !important;
	text-decoration: none !important;
}  
.monthOff {
	background-color: transparent !important;
}
.monthToday  {
	color: #000000;
}



/* CAL END */

