#mcTip
{
	position: absolute;
	padding: 2px;
	visibility: hidden;
	display:block;
	z-index: 100;
}
.tipTransparent
{
	background-color: Transparent;
}

.tipBgColor
{
	color: White;
	background-color: #6095c1;
}

#tip_details 
{
	width: 375px;
}
.tip_details_top 
{
	height: 15px;
	/*background-image: url(images/bg/cal_div_top.png);*/
}
.tip_details_mid 
{
/*	background-image: url(images/bg/cal_div_mid.png);*/
	background-repeat: repeat-y;
}
.tip_details_btm 
{
	height: 15px;
/*	background-image: url(images/bg/cal_div_btm.png);*/
	padding-left: 12px;
	vertical-align: text-top;
}

.close_btn {
	position: absolute;
	width: 20px;
	right: 15px;
	top: 10px;
	text-align: right;
}
.tip_details_photo {
	float: right;
	margin: -5px 20px 0 0;
	width: auto;
	right: auto;
}
.tip_details_head {
	width: 233px;
	font-size: .9em;
	color: #000000;
	text-decoration: none;
	padding: 0 12px 8px 10px;
	font-weight: bold;
	text-align: left;
}
.tip_details_list {
	width: auto;
	font-size: .9em;
	color: #000000;
	text-decoration: none;
	padding: 0 15px 10px 12px;
	line-height: 15px;
}
.tip_details_list a:link {
	font-size: .9em;
	color: #6095c1;
	text-decoration: none;
	font-weight: bold;
	vertical-align: text-top;
	white-space: nowrap;
}
.tip_details_list a:visited {
	font-size: .9em;
	color: #6095c1;
	text-decoration: none;
}
.tip_details_list a:hover {
	font-size: .9em;
	color: #666666;
	text-decoration: none;
}
.tip_details_btn {
	padding-right: 4px;
}

/***** Gereric 250 Width ToolTip for EventTypes and Locations *****/
#tip_eventType,#tip_locations,#tip_departments
{
	width: 250px;
	background-color: white;
	border: 1px solid;
	box-shadow: 3px 3px 3px 3px gray;
}

.tip_eventType_head 
{
	
	width: 85px;
	font-size: 1.1em;
	text-decoration: none;
	padding: 0 12px 8px 10px;
	font-weight: bold;
	text-align: left;
}


.eventTypeSelect_btn {
	position: absolute;
	left: 95px;
	top: 12px;
}

/*#tip_locations
{
	width: 250px;
	background-color: white;
	border: 1px solid #808080;
	box-shadow: 3px 3px 3px 3px gray;
}*/

.tip_locations_head 
{
	width: 85px;
	font-size: 1.1em;
	text-decoration: none;
	padding: 0 12px 8px 10px;
	font-weight: bold;
	text-align: left;
}

.locationSelect_btn {
	position: absolute;
	left: 95px;
	top: 12px;
}

.tip_top_250 
{
	height: 10px;
	/*background-image: url(images/bg/cal_div_top_250.png);*/
}
.tip_mid_250 
{
	/*background-image: url(images/bg/cal_div_mid_250.png);
	background-repeat: repeat-y;*/
	color: #000000;
}
.tip_btm_250 
{
	height: 45px;
	/*background-image: url(images/bg/cal_div_btm_250.png);*/
	padding: 0 0 0 12px;
	vertical-align: text-top;
}

#tip_generic
{
	width: 250px;
	background-color:White;
	border: 1px solid;
	box-shadow: 3px 3px 3px 3px gray;
}

.tip_generic_head 
{
	width: 29em;
	font-size: 1.1em;
	text-decoration: none;
	padding: 0 12px 8px 10px;
	font-weight: bold;
	text-align: left;
}