/* Overall Styles */



body {

font-family: helvetica, arial, sans-serif;
background-color: #555;
font-size:11px;

}


a:link {color:#153a46;text-decoration:none;}      /* unvisited link */
a:visited {color:#2f4045;}  /* visited link */
a:hover {color:#19738f;}  /* mouse over link */
a:active {color:#153a46;}  /* selected link */ 




/* Calendar Styles and Controls */

#cal-container {

background-color: #efefef;
text-align:center;
font-size:10px;

}

#controls_container {
float:right;
margin:5px;
}


#companyinfo_container {
float:right;
}

#companyinfo {

}


#pagetitle {

margin:0 0 40px 0;
}

.bg-blur {
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.5;
    z-index: 2000;
    position: absolute;
}

.clear {
    clear: both;
}

.cal-wrap {
    position: absolute;
    top: -50px;
    left: -167px;
    width: 950px;
    padding: 30px;
	background: #19292e url('../common_images/cal_bg.png') no-repeat 0 0;

    box-shadow: 0 0 10px #333;
    -moz-box-shadow: 0 0 10px #333;
    -webkit-box-shadow: 0 0 10px #333;
    z-index: 2000;
}

.cal-wrap .cal-close {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    background: url('../common_images/close.png') no-repeat 0 0;
    overflow: hidden;
    text-indent: -999px;
    float: right;
}

.cal-wrap .calendarHeader {
    margin: 0 0 28px 0;
}

.cal-wrap .controls {

}

.cal-wrap .controls a {
padding:0;
    float: left;
    margin: 0 4px 0 0;

}



.cal-wrap .controls a img {
    padding: 6px 0 0 !important;
}

.cal-wrap .previous-month {
    border-radius: 10px 0 0 10px;
}

.cal-wrap .next-month {
    border-radius: 0 10px 10px 0;
}

.cal-wrap .title {
    color: #efefef;
    font-size: 35px;
    border: none;
    margin: 0 0 5px 0;
}

.calendarHeader td { 
	font-weight: bolder; 
	color: #fff; 
	background: #4A7693 url('images/nav-bg.jpg') repeat-x top left; 
	font-size: 15px;
	padding: 4px;
	border-bottom: 1px solid #718b93;
}

.calendar {
    border-collapse: collapse;
}

.calendar thead td {
    color: #666;
    font-weight: bold;
	font-size: 18px;
}

.calendar tbody td {
    border: 1px solid #ccc;
    width: 115px;
    height: 115px;
    text-decoration: none;
}

.sticky a {
    text-decoration: none;
	float:left;
padding: 4px;
}

.calendar tbody .calendarToday {
    background-color: #dbf2dc;
}

.calendar tbody li {
    margin: 0 0 8px;
    float: left;
    width: 100%;

}

.calendar tbody li img {
    float: left;
    margin: -5px 0 0 0!important;
    padding: 0 5px 0 0 !important;
}

.calendar tbody li a {
    display: block;
    overflow: hidden;
    text-decoration: none;
    color: #666;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.calendar tbody li a:hover {
    background-color: #eeeeee;
}

.calendar .date-header {
    display: block;
    margin: 0 0 4px;
    width: 100%;
}

.calendar td ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.calendar .date-display {
    float: right;
    padding: 3px 5px;
    display: block;
    color: #666;
    text-decoration: none;
}


#sticky-container {
	width:100%;
	padding:2px 2px 10px 2px;
	text-align:left;
	margin: 2px 0 20px 0;
}


#sticky-date a{
	font-weight:bold;
	text-decoration:none;
	color:#555;
	float:left;
	font-size: 16px;
	width:100%;
	text-align:left;
	margin: 0px 0px 2px 0px;
}


a.sticky{


}

.calendarDay td a.admin-event:link, .calendarDay td a.admin-event:visited {
	color: #19292e;
	font-size: 10px;
	text-align:left;
	font-weight:bold;

}

.calendarDay td a.member-event:link, .calendarDay td a.member-event:visited {
	color: #19292e;
	font-size: 10px;
;
	font-weight:bold;

}


/* ---------------------------------------------------------------------
Cluetip
------------------------------------------------------------------------ */

#cluetip {
    position: absolute;
    background: #19292e;
    z-index: 2050;
    box-shadow: 0 0 10px #333;
    -moz-box-shadow: 0 0 10px #333;
    -webkit-box-shadow: 0 0 10px #333;
    padding: 30px 10px 10px;
}


#cluetip h3 {
    margin: 0 0 -2px 0 !important;
	font-size:16px;
	border-bottom: 1px dotted #666;
}

#cluetip p {
font-size: 14px;
margin-top:0px;
}


.formInput p.event-date {
        font-size: 11px;
	font-weight: bold;
	font-style:italic;
	text-align: right;
        margin: 0 0 10px 0;
        }


#cluetip-inner:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	width:250px;
}

#cluetip-inner {
	padding: 5px;
	display: inline-block;
	width:100%:

}

#cluetip-outer {
	margin: -20px 0 0 0;
	background: #bcd0d6;;
	border: 1px solid #B9B98E;
}

#cluetip #cluetip-close {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    background: url('../common_images/close.png') no-repeat 0 0;
    overflow: hidden;
    text-indent: -999px;
    float: right;
}



