/* Mini Calendar */


.module.calendar dd
{
	padding: 0 0 0 20px;
}

#mini-calendar
{
	font: 11px/11px "Lucida Sans Unicode","Lucida Grande",Sans-Serif;
	margin: 0 0 40px 0;
}

#mini-calendar a {
    text-decoration: none;
}

#mini-calendar td {
    text-align: center;
    padding: 5px;
}

#mini-calendar .title {
    font-size: 14px;
    text-align: center;
    padding: 0 0 5px 0;
}

#mini-calendar .dayofweek {
    border: none;
    text-align: center;
    border: none;
    padding: 3px 0 4px 0;
    background: transparent;
    color: #5c92bb;
}

#mini-calendar td {
    border: 1px solid #b2c7d7;
    background: #fff;
}

#mini-calendar td.today {
    background-color: #97C11A; color: #fff;
    font-weight: bold;
}

#mini-calendar td.today a {
    color: #fff;
}

#mini-calendar td.week-ctrl
{
	background: #72a7cf;
	padding: 0 1px 0 1px;
}

#mini-calendar td.empty
{
	background: #dfeeff;
}

/* Full Calendar */

#rew-calendar table {
    /*border: 1px solid #000;*/
    height: 450px;
}

#rew-calendar a {
    text-decoration: none;
}

#rew-calendar td {
    text-align: center;
    width: 14%;
}

#rew-calendar .title {
    font-size: 150%;
    text-align: center;
    padding: 0 0 5px 0;
}

#rew-calendar .dayofweek {
    border: 1px solid #000;
    text-align: center;
    /*font-weight: bold;*/
    height: 20px;
}

#rew-calendar .day {
    border: 1px solid #4E80C1;
}

#rew-calendar .today {
    border: 1px solid #4E80C1;
    background-color: #EFF7FF;
    font-weight: bold;
}

/* TextboxList sample CSS */
ul.holder { margin: 0; /*border: 1px solid #999;*/ overflow: hidden; height: auto !important; height: 1%; padding: 4px 5px 0; }
*:first-child+html ul.holder { padding-bottom: 2px; } * html ul.holder { padding-bottom: 2px; } /* ie7 and below */
ul.holder li { /*float: left;*/ width: 500px; list-style-type: none; margin: 0 5px 4px 0; }
ul.holder li.bit-box, ul.holder li.bit-input input { font: 11px "Lucida Grande", "Verdana"; }
ul.holder li.bit-box { -moz-border-radius: 6px; -webkit-border-radius: 6px; width: 500px; border-radius: 6px; border: 1px solid #CAD8F3; background: #DEE7F8; padding: 1px 5px 2px; margin-bottom: 5px; }
ul.holder li.bit-box-focus { border-color: #598BEC; background: #598BEC; color: #fff; }
ul.holder li.bit-input input { width: 500px; margin: 0; outline: 0; padding: 3px 0 2px; } /* no left/right padding here please */

/* FCBK Auto Complete CSS */
ul.holder li.bit-hover { background: #BBCEF1; border: 1px solid #6D95E0; }
ul.holder li.bit-box-focus { border-color: #598BEC; background: #598BEC; color: #fff; }
ul.holder li.bit-box a.closebutton { position: relative; float: right; top: -10px; display: block; margin-left: 5px; width: 7px; height: 7px; font-size: 1px; background:  url('../../img/ui/close.gif'); }
ul.holder li.bit-box a.closebutton:hover { background-position: 7px; }
ul.holder li.bit-box-focus a.closebutton, ul.holder li.bit-box-focus a.closebutton:hover { background-position: bottom; }

/* Autocompleter */
.facebook-auto { display: none; z-index: 999999; position: absolute; width: 500px; background: #eee; }
.facebook-auto .default { padding: 5px 7px; border: 1px solid #ccc; border-width: 0 1px 1px; }
.facebook-auto ul { display: none; margin: 0; padding: 0; overflow: auto; }
.facebook-auto ul li { width: auto !important; float: none !important; padding: 5px 5px !important; z-index: 1000; cursor: pointer; margin: 0 !important; list-style-type: none !important; border: 1px solid #ccc; border-width: 0 1px 1px; font: 11px "Lucida Grande", "Verdana"; }
.facebook-auto ul li em { font-weight: bold; font-style: normal; background: #ccc; }
.facebook-auto ul li.auto-focus { background: #4173CC; color: #fff; }
.facebook-auto ul li.auto-focus em { background: none; }

.deleted { background-color:#4173CC !important; color:#ffffff !important;}
.hidden { display:none;}