/*********************
* Calendar style
**********************/
.cal_table {
   border: 1px solid #000;
   width: 475px;
   table-layout: fixed;
   overflow: hidden;
}
.cal_table_event {
   width: 65px;
   table-layout: fixed;
   overflow: hidden;
}
.cal_td_daysnames {
    border-bottom: 1px solid #000;
}
.cal_daysnames {
	font-size: 1em;
    font-style: normal;
    font-weight: bold;
    color: #000;
    text-decoration: none
}
.cal_td_daysoutofmonth {
    background-color: #B0C4DE;
    overflow: hidden;
}
.cal_daysoutofmonth {
    font-size: 1em;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    overflow: hidden;
}
.cal_td_today {
    background-color:#E9B4A1;
    overflow: hidden;
}
.cal_td_daysnoevents {
    background-color: #dedede;
    overflow: hidden;
}
.cal_td_dayswithevents {
    overflow: hidden;
    width: 65px;
}
a.cal_daylink:link {
    font-size: 1em;
    font-style: normal;
    font-weight: bold;
    color: #000;
    text-decoration: none
}
a.cal_daylink:visited{
    font-size: 1em;
    font-style: normal;
    font-weight: bold;
    color: #000;
    text-decoration: none
}
a.cal_daylink:hover{
    font-size: 1em;
    font-style: normal;
    font-weight: bold;
    color: red;
    text-decoration: none
}
a.cal_titlelink:link {
    font-size: .90em;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    overflow: hidden;
}
a.cal_titlelink:visited  {
    font-size: .90em;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    overflow: hidden;
}
a.cal_titlelink:hover  {
    font-size: .90em;
    font-weight: bold;
    text-decoration: none;
    color: red;
    overflow: hidden;
}

/***************************
* List style
**************************/
a.ev_link_weekday:link {
	text-decoration: none;
}
a.ev_link_weekday:visited  {
	text-decoration: none;
}
a.ev_link_weekday:hover  {
	text-decoration: underline;	
}
.ev_fieldset {
    font-size: 1em;
    font-style: normal;
    font-weight: bold;
}
fieldset {
    width: 475px;
}
.ev_table {
    border: 0;
    width: 465px;
    padding: 0;
    margin: 0;
    background-color: #ccc;
}
.ev_td_right_even, .ev_td_right_odd {
    border-top: 0px solid #000;
}

.ev_td_left_even, .ev_td_right_even, .ev_td_today_even {
    background-color: #ececec;	
	}

.ev_td_left_odd, .ev_td_right_odd, .ev_td_today_odd {
    background-color: #fff;
	}

.ev_td_left_even, .ev_td_left_odd {
    border-right: 0px solid #000;
    border-top: 0px solid #000;
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
    color: black;
    text-align : left;
    vertical-align: top;
    padding: 3px;
}
	
.ev_td_today_even, .ev_td_today_odd  {
    border-right: 0px solid #000;
    border-top: 0px solid #000;
    font-size: 1em;
    font-style: normal;
    font-weight: bold;
    color: red;
    text-align : left;
    vertical-align: top;    
    padding: 3px;
}

.ev_print_button {
	text-align: right;
	padding-right: 40px;
}

/**********************
* Nav bar style
**********************/
.ev_intro {
	margin-bottom: 25px;
	width: 500px;
}
table.event_detail {
	width: 450px;
	border: 0;
	margin: 0;
	padding: 0;
	}

.event_label {
	float: left;
	font-weight: bold;
	min-width: 125px;
	width: 125px;
	text-align: left;
	}

.event_item_value {
	float: left;
	min-width: 300px;
	width: 300px;
	text-align: left;
	}
	
/**********************
* List formatting
**********************/
.ev_td_li {
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

.ev_ul {
    margin: 0px 12px 0px 12px;
    padding: 0px 0px 0px 0px;
}