/*********************
* Calendar style
**********************/
.event_my {
	background-color: #FFFFFF;
	border: 2px solid #000000;
}
.cal_table {

}
.cal_td_daysnames {

}
.cal_daysnames {
    font-size: 11px;
    color: #000000;
}
.cal_td_daysoutofmonth {
    background-color: #E2F0E3;
	border: 1px solid #A6A7D6;
}
.cal_daysoutofmonth {
    font-style: italic;
    color: #000000;
}
.cal_td_today {
    background-color: #D2D3EA;
	border: 1px solid #A6A7D6;
}
.cal_td_daysnoevents {
    background-color: #FFFFFF;
	border: 1px solid #A6A7D6;
}
a.cal_daylink:link {
    font-weight: bold;
    color: #000000;
}
a.cal_daylink:visited{
    font-weight: bold;
    color: #000000;
}
a.cal_daylink:hover{
    font-weight: bold;
    color: #000000;
}
a.cal_titlelink:link {
    font-size:9px;
    color: #000000;
	list-style-type: circle;
}
a.cal_titlelink:visited  {
    font-size:9px;
    color: #000000;
}
a.cal_titlelink:hover  {
    font-size:9px;
    color: #000000;
}

/***************************
* List style
**************************/
a.ev_link_cat:link {
    font-size:12px;
    color: #7C7DA1;
}
a.ev_link_cat:visited  {
    font-size:12px;
    color: #7C7DA1;
}
a.ev_link_cat:hover  {
    font-size:12px;
    color: #000000;
}
a.ev_link_row:link {
    font-size:12px;
    color: #7C7DA1;
}
a.ev_link_row:visited  {
    font-size:12px;
    color: #7C7DA1;
}
a.ev_link_row:hover  {
    font-size:12px;
    color: #000000;
}
a.ev_link_weekday:link {
    font-size:12px;
    color: #7C7DA1;
}
a.ev_link_weekday:visited  {
    font-size:12px;
    color: #7C7DA1;
}
a.ev_link_weekday:hover  {
    font-size:12px;
    color: #000000;
}
.ev_fieldset {
    font-size: 12px;
	font-weight: bold;
    color: #000000;
}
.ev_table {
    border: 2px solid #7C7DA1;
	border-spacing: 2px;
}
.ev_td_right {
    background-color: #FFFFFF;
    border: 1px solid #000000;
}
.ev_td_left {
    background-color: #D2D3EA;
    border: 1px solid #000000;
    color: #000000;
    text-align : center;
    vertical-align: middle;
}
.ev_td_today {
    background-color: #E2F0E3;
    border: 1px solid #000000;
	border-spacing: 2px;
    vertical-align: middle;
    text-align : center;
    font-weight: bold;
    color: #000000;
}

/**********************
* Form style
**********************/
 /* Styles for dhtml tabbed-pages */
.ontab {
    font-size: 10px;
    background-color: ThreedShadow;
    border-left: outset 1px #ff9900;
    border-right: outset 1px #808080;
    border-top: outset 1px #ff9900;
    border-bottom: solid 1px #d5d5d5;
    text-align: center;
    cursor: hand;
    font-weight: bold;
    color: #FFFFFF;
}
.offtab {
	font-size: 10px;
	background-color: #EEEEEE;
	border-left: outset 1px #E0E0E0;
	border-right: outset 1px #E0E0E0;
	border-top: outset 1px #E0E0E0;
	border-bottom: solid 1px #d5d5d5;
	text-align: center;
	cursor: hand;
	font-weight: normal;
}
.tabpadding {
	border-bottom: solid 0px #777777;
}
.tabheading {
	background-color: #ffae00;
	border-left: solid 1px #777777;
	border-right: solid 1px #777777;
	color: #FFFFFF;
	font-size: 10pt;
	text-align: left;
}
.tabcontent {
    background-color: ThreedFace;
    border-top: solid 1px #777777;
    border-left: solid 1px #777777;
    border-right: solid 1px #777777;
    border-bottom: solid 1px #777777;
    color: #FFFFFF;
    font-size: 10pt;
    text-align: left;
}
.pagetext {
	visibility: hidden;
   display: none;
	position: relative;
	top: 0;
}
.frm_td_bydays {
    background-color: #FFF8DC;
    font-size: 12px;
    color: black;
}
.frm_td_byweeks {
    background-color: #FFF0F5;
    font-size: 12px;
    color: black;
}
.frm_td_bymonth {
    background-color: #FDF5E6;
    font-size: 12px;
    color: black;
}
.frm_td_byyear {
    background-color: #F0F8FF;
    font-size: 12px;
    color: black;
}
/**********************
* Nav bar style
**********************/
a.nav_bar_link:link {
    font-size: 10px;
    color: #000000;
}
a.nav_bar_link:visited  {
    font-size:10px;
    color: #000000;
}
a.nav_bar_link:hover  {
    font-size:10px;
}

/**********************
* List formatting
**********************/
.ev_td_li {
    list-style: url(\\\'images/arrow.png\\\') outside;
}

.ev_ul {
    margin: 0px 12px 0px 12px;
    padding: 0px 0px 0px 0px;
}
