/*********************
* Calendar style
**********************/
.cal_table {
   border: 1px solid #aaaaaa;
}
.cal_td_daysnames {
    border-bottom: 1px solid #aaaaaa;
}
.cal_daysnames {
    font-family: verdana, arial, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    color: #000000;
    text-decoration: none
}
.cal_td_daysoutofmonth {
    background-color: #eaeaea;
}
.cal_daysoutofmonth {
    font-family:  verdana, arial, sans-serif;
    font-size: 10px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    color: #000000;
    text-decoration: none
}
.cal_td_today {
    background-color:#eb6909;
}
.cal_td_daysnoevents {
    background-color: #FFDEAD;
}
a.cal_daylink:link {
    font-family: verdana, arial, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    color: #000000;
    text-decoration: none
}
a.cal_daylink:visited{
    font-family: verdana, arial, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    color: #000000;
    text-decoration: none
}
a.cal_daylink:hover{
    font-family: verdana, arial, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    color: Red;
    text-decoration: none
}
a.cal_titlelink:link {
    font-size:8px;
    font-family: arial, sans-serif;
    color:white;
}
a.cal_titlelink:visited  {
    font-size:8px;
    font-family: arial, sans-serif;
    color:white;
}
a.cal_titlelink:hover  {
    font-size:8px;
    font-family: arial, sans-serif;
    color:white;
}

/***************************
* List style
**************************/
a.ev_link_cat:link {
    font-size:10px;
    font-family: verdana, arial, sans-serif;
    font-weight: normal;
    color: Gray;
    padding: 0px;
}
a.ev_link_cat:visited  {
    font-size:10px;
    font-family: verdana, arial, sans-serif;
    font-weight: normal;
    color: Gray;
}
a.ev_link_cat:hover  {
    font-size:10px;
    font-family: verdana, arial, sans-serif;
    font-weight: normal;
    color: Black;
}
a.ev_link_row:link {
    font-size:10px;
    font-family: verdana, arial, sans-serif;
    color: Gray;
    padding: 0px;

}
a.ev_link_row:visited  {
    font-size:10px;
    font-family: verdana, arial, sans-serif;
    color: Gray;
}
a.ev_link_row:hover  {
    font-size:10px;
    font-family: verdana, arial, sans-serif;
    color: Black;
}
a.ev_link_weekday:link {
    font-size:10px;
    font-family: 'Trebuchet MS', verdana, arial, sans-serif;
    color: Gray;
}
a.ev_link_weekday:visited  {
    font-size:10px;
    font-family: 'Trebuchet MS', verdana, arial, sans-serif;
    color: Gray;
}
a.ev_link_weekday:hover  {
    font-size:10px;
    font-family: 'Trebuchet MS', verdana, arial, sans-serif;
    color: Black;
}
.ev_fieldset {
    font-family: verdana, arial, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
	/*
    color: black;
	*/
}
.ev_table {
    border-right: 1px solid #aaaaaa;
    border-left: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
}
.ev_td_right {
    background-color: #FFFFFF;
    border-top: 1px solid #aaaaaa;
}
.ev_td_left {
    background-color: #dddddd;
    border-right: 1px solid #aaaaaa;
    border-top: 1px solid #aaaaaa;
    font-family: verdana, arial, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    color: black;
    text-align : left;
    vertical-align: top;
}
.ev_td_today {
    background-color: #E9B4A1;
    border-right: 1px solid #aaaaaa;
    border-top: 1px solid #aaaaaa;
    font-family: verdana, arial, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    color: black;
}

/**********************
* Form style
**********************/
 /* Styles for dhtml tabbed-pages */
.ontab {
    font-family : Verdana, Arial, Helvetica, sans-serif;
    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-family : Verdana, Arial, Helvetica, sans-serif;
	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-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	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-family : Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align: left;
}
.pagetext {
	visibility: hidden;
   display: none;
	position: relative;
	top: 0;
	
}

.inputbox {
	font-size: 10px;

}

.frm_td_bydays {
    background-color: #FFF8DC;
    font-size: 10px;
    color: black;
}
.frm_td_byweeks {
    background-color: #FFF0F5;
    font-size: 10px;
    color: black;
}
.frm_td_bymonth {
    background-color: #FDF5E6;
    font-size: 10px;
    color: black;
}
.frm_td_byyear {
    background-color: #F0F8FF;
    font-size: 10px;
    color: black;
}
/**********************
* Nav bar style
**********************/
a.nav_bar_link:link {
    font-size: 10px;
    font-family: Verdana;
    color: #eb6909;
}
a.nav_bar_link:visited  {
    font-size:10px;
    font-family: Verdana;
    color: #eb6909;
}
a.nav_bar_link:hover  {
    font-size:10px;
    font-family: Verdana;
    color: #ffd400;
}
.nav_bar_cell{
	background-color: #ECECEC;
}

/**********************
* List formatting
**********************/
/* removed for MOS 4.5.1 */
/**/
.ev_td_li {
    list-style: url(images/arrow.png) outside;
}

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