/* Start of CMSMS style sheet 'LSG Events' */
/* Events Rules */ 

#event_list_name a{
text-decoration: none;
font-weight: bold;
color: #000;
}

#event_list_name a:hover{
text-decoration: none;
font-weight: bold;
color: #e4853b;
}

.eventlinks a{
text-decoration: none;
font-weight: normal;
color: #000;
}

.eventlinks a:hover{
text-decoration: none;
font-weight: normal;
color: #e4853b;
}

#month_list_container
{
border: 0px solid #333;
margin: 5px 0px 15px;
}

#month_list{
border-bottom: 1px dotted #ccc;
font-size: 1.2em;
font-weight: bold;
padding: 5px 10px;
color: #50290d;
}

#event_list{
border: 0px solid #333;
padding: 5px 10px;
}

#event_list table{
font-size: 0.9em;
width: 95%;
border: 0px solid #333;
padding: 3px;
margin: 0px auto;
}

#event_list table tr td{
border-bottom: 0px solid #eee;
padding: 5px 10px;
}

#event_list_name
{
width: 75%;
}

#event_list_date
{
width: 25%;
}

.eventrow0
{
#background: #fef6ec;
background: #fff url(uploads/images/default_images/pink_bg.gif) repeat;
}
.eventrow1
{
#background: #ecf3fe;
background: #fff url(uploads/images/default_images/blue_bg.gif) repeat;
}


#event_view_details table
{
font-size: 0.8em;
width: 95%;
border: 1px dashed #ccc;
padding: 2px;
margin: 0px auto;

}

#event_view_details table tr td
{
border: 0px solid #333;
padding: 3px 6px;
}

.event_view_details_title
{
width: 15%;
text-align:right;
color: #787878;
}

.event_view_details_info
{
width: 85%;
text-align:left;
color: #000;
}

#events_table{
font-size: 0.8em;
width: 100%;
}

#events_table tr td{
border: 1px dotted #ccc;
}
.day_title{
	width: 14%;
	background: #e3efff;
	text-align: center;
	color: #000;
}

.blank_cell{
height:  30px;
background:#efefef;
text-align: center;
}

#day_cell{
height:  30px;
text-align: center;
}
.lowlight
{
background:#e6e6e6;
}
.highlight
{
background: #edc28d;
}
/* End of 'LSG Events' */

