/* 
* Component Styling 
*/
table#jevents_body{
	width:100%!important;
}
/*********************
* Calendar style
**********************/
.cal_table {
   border: 1px solid #FD9C69;
   width:100%!important;
}
.cal_table td {
   height:60px;
}
#cal_title, .cal_daysnames {
	margin:0 auto;
    font:bold 14px/30px Century Gothic, Arial, Helvetica, sans-serif;
    color: #C6642C;
    text-decoration: none;
	text-align:center;
	height:42px;
}
.cal_td_daysnames {
    height:25px ! important;
    line-height:25px;
    background:#FD9C69;
   	color:white;
	font:bold 11px/22px Century Gothic, Arial, Helvetica, sans-serif;
    text-align:center !important;
}

.cal_td_daysoutofmonth {
    background-color: #BFDBF4;
    font:12px/20px Arial, Helvetica, sans-serif;
    color: #000000;
	padding-left:5px;
}
.cal_daysoutofmonth {
    font-family:  Arial;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}
.cal_td_today {
    background-color:#E4D5BC;
    padding:0px !important;
}
.cal_td_daysnoevents {
    background-color: #FFDEAD;
    padding:0px !important;
}
.cal_td_dayshasevents {
    background-color: #FFDEAD;
    padding:0px !important;
}
a.cal_daylink:link, a.cal_daylink:visited{
    font:bold 12px/20px Arial, Helvetica, sans-serif;
    color: #000000;
    text-decoration: none;
	margin-left:5px;
}
a.cal_daylink:hover{
    color: Red;
    text-decoration: none;
}
a.cal_titlelink:link, a.cal_titlelink:visited, a.cal_titlelink:hover {
    font-size:12px;
    font-family: Century Gothic,Verdana,Arial,Helvetica,sans-serif;
    text-decoration: none;
    /* color:inherit!important; */
		color: #6D4502;
    display:block;
    margin-bottom:1px;
}

.cal_td_weeklink {
    background-color: #F6C9A5;
	vertical-align:middle!important;
	padding:0 5px;
}
.cal_td_weeklink a {
    font-size:10px;
    font-weight: bold;
    font-family: Verdana;
    text-decoration: none;
    color:inherit!important;
}
/***************************
* Detail View 
***************************/
.ev_prevrepeat {
	line-height:20px;
	float:left;
	margin-right:30px;
}
.ev_prevrepeat a {
   	background-repeat: no-repeat; 
   	background-position: center left;
	padding-left:20px;
}
.ev_prevrepeat a.blue {
    background-image: url("../images/g_blue.gif");
}
.ev_prevrepeat a.gray {
    background-image: url("../images/g_gray.gif");
}
.ev_prevrepeat a.green {
    background-image: url("../images/g_green.gif");
}
.ev_prevrepeat a.orange {
    background-image: url("../images/g_orange.gif");
}
.ev_prevrepeat a.red {
    background-image: url("../images/g_red.gif");
}
.ev_prevrepeat a.yellow {
    background-image: url("../images/g_yellow.gif");
}
.ev_nextrepeat {
	line-height:20px;
	float:left;
	margin-left:0px;
}
.ev_nextrepeat a {
   	background-repeat: no-repeat; 
   	background-position: center right;
	padding-right:20px;
}
.ev_nextrepeat a.blue {
    background-image: url("../images/d_blue.gif");
}
.ev_nextrepeat a.gray {
    background-image: url("../images/d_gray.gif");
}
.ev_nextrepeat a.green {
    background-image: url("../images/d_green.gif");
}
.ev_nextrepeat a.orange {
    background-image: url("../images/d_orange.gif");
}
.ev_nextrepeat a.red {
    background-image: url("../images/d_red.gif");
}
.ev_nextrepeat a.yellow {
    background-image: url("../images/d_yellow.gif");
}

/***************************
* List style
**************************/
ul.ev_ul {
	list-style:none;
	padding:0px;
	margin:0px 0 0 10px;
}
ul.ev_ul li.ev_td_li {
  	background-image:none
}
a.ev_link_cat:link, a.ev_link_cat:visited {
    font: 11px Century Gothic, Arial, Helvetica, sans-serif;
    color: #ff0000;
    text-decoration:none;
}
a.ev_link_cat:hover  {
    font: 11px Century Gothic, Arial, Helvetica, sans-serif;
    color: Black;
	text-decoration: underline;
}
a.ev_link_row:link, a.ev_link_row:visited{
    font:bold 11px Century Gothic, Arial, Helvetica, sans-serif;
    color: #6D4502;
    text-decoration:none;
}
a.ev_link_row:hover  {
    font:bold 11px Century Gothic, Arial, Helvetica, sans-serif;
    color: Black;
	text-decoration: underline;
}
a.ev_link_unpublished {
    color:red;
    text-decoration:none;
}
a.ev_link_weekday:link, a.ev_link_weekday:visited {
    color: black;
	font:12px "Century Gothic", Arial, Helvetica, sans-serif;
    text-decoration:none;
}

a.ev_link_weekday:hover  {
    text-decoration: underline;
}
.ev_fieldset {
	border:1px solid #FD9C69;
	padding:5px;
	}

.ev_table {
    border: 1px solid #FD9C69;
}
.ev_table td {
    padding:4px 7px;
}
.ev_td_right {
	background-color: #FFDEAD;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
.ev_td_left {
    background: #F6C9A5;
	font:bold 11px Century Gothic, Arial, Helvetica, sans-serif; 
    color: #6D4502;
    text-align : left;
    vertical-align: top;
    width:100px!important;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}
.ev_td_today {
    background-color: #E7D190;
	font: 12px Century Gothic, Arial, Helvetica, sans-serif;
    color: black;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}

.ev_repeatexception{
	font-weight:bold;
	color:black;
	background-color:yellow;
}
/**********************
* 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: pointer;
    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: pointer;
	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: 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-family : Verdana, Arial, Helvetica, sans-serif;
    font-size: 16pt;
    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;
}
/* Calendar navigaton area */
div.ev_navigation a:hover{
	background:transparent!important;
}

div.ev_navigation table{
	margin: 0px auto;
}
/* Calendar admin panel */
div.ev_adminpanel {
}
/**********************
* Nav bar style
**********************/
a.nav_bar_link:link {
    font-size: 10px;
    font-family: Verdana;
    color: Green;
}
a.nav_bar_link:visited  {
    font-size:10px;
    font-family: Verdana;
    color: Teal;
}
a.nav_bar_link:hover  {
    font-size:10px;
    font-family: Verdana;
    color: Lime;
}
.nav_bar_cell  {
    background-color: #ECECEC;
}

/****************************
* Iconic calendar navigation
****************************/

td.iconic_td {
   width:90px!important;
   margin:0px auto;
   padding:0px;
}
div.nav_bar_cal{
   margin:0px auto;
   padding:0px;
   width:40px;
}
div.nav_bar_cal img, div.nav_bar_cal a{
   height:42px;
   width:40px;
   border:0;
}
tr.icon_labels{
 font-size:7pt;
 margin:0px;
 padding:0px;
}
div#ev_icon_yearly {
     background-image: url("../images/cal5x.jpg");
     background-repeat: no-repeat;
	 margin:0 auto;
}
div#ev_icon_monthly {
     background-image: url("../images/cal1x.jpg");
     background-repeat: no-repeat;
	 margin:0 auto;
}
div#ev_icon_weekly{
     background-image: url("../images/cal2x.jpg");
     background-repeat: no-repeat;
	 margin:0 auto;
}
div#ev_icon_daily{
     background-image: url("../images/cal3x.jpg");
     background-repeat: no-repeat;
	 margin:0 auto;
}
div#ev_icon_search{
     background-image: url("../images/cal8x.jpg");
     background-repeat: no-repeat;
	 margin:0 auto;
}
div#ev_icon_jumpto{
     background-image: url("../images/cal9x.jpg");
     background-repeat: no-repeat;
	 margin:0 auto;
}

div.jev_pagination {
	width:100%;
	text-align:right;
	height:35px;
	padding-top:10px;
}
div.jev_pagination select {
	width:40px;
	height:25px;
	margin-left:8px;
	font:12px/18px Century Gothic, Arial, Helvetica, sans-serif; 
}
/* Event Legend Module Styling */
.moduletable div.event_legend_container {
	border:solid black 1px;
	background-color: #FFDEAD;
	color:black;
	padding:3px;
	font-size:0.9em;
}
ul.event_legend_list{
	list-style:none !important;
	padding:0px;
	margin:5px;
}
ul.event_legend_list li {
	list-style:none !important;
	border:solid black 1px;
	background-image:none !important;
	padding-left:0px;
}
div.event_legend_name {
	padding:3px;
	font-weight:bold;
}
div.event_legend_name a{
	display:block;
	text-decoration:none;
   	background-color:inherit;
   	color:black;
}
	
div.event_legend_desc {
	background-color:white;
	color:black;
	padding:3px 3px 3px 20px;
	
}

tr.dialogs, tr.dialogs td, tr.dialogs div{
	z-index:9999;
}
/* Component Legend Styling
   float div to get table like view 
   border-color is set to category color by code */
#jevents_body .event_legend_container {
	border: none;
}
#jevents_body  div.event_legend_item {
	float:left;
	border-left-width:0px;
	border-left-style:solid;
	padding-left:4px;
	margin-top:5px;
	margin-left:0px;
	margin-bottom:4px;
/*	width:90px;*/
	min-width:90px;
	white-space:nowrap;
	overflow:hidden;
}
#jevents_body div.event_legend_name {
	border-left-width:8px;
	border-left-style:solid;
	padding: 0px 0px 0px 4px;
}
#jevents_body div.event_legend_desc {
	border-left-width:8px;
	border-left-style:solid;
	padding: 0px 0px 0px 4px;
	display:none;
}
/* end component legend */

div.jev_adminfilter {
	text-align:center;
	font-weight:bold;
	margin:5px auto 10px auto; 
}

a.addjevent {
	width:16px;
	height:16px;
	margin-right:2px;
	float:right;
    background-image: url("../images/add.png");
   	background-repeat: no-repeat; 
   	background-position: top left;
   	visibility:hidden;
}
a.addjevent img {
border-width:0px!important;
}
td.showjevadd a.addjevent {
   	visibility:visible;
}


/* Print version */
@media print {
   table.contentpaneopen {
   		background-image:none!important;
       background-color:white!important;
   }
	div.ev_navigation {
		display:none;
	}
	div.ev_adminpanel {
		display:none;
	}
	.ev_noprint {
		display:none;
	}
}
/****************************
NEW
****************************/
div#print-help{
	border-bottom:1px solid #FFDBC1; padding-bottom:10px;
}
div#cal-title-bg{
	background:url(../images/cal_title.gif) left top repeat-x;
}

form.jumpto{
	margin:0;
}
form.jumpto div{
	display:block;
	float:left;
	margin:5px 0 0 0;
	padding:0;
	}
form.jumpto select{
	font:12px/18px Century Gothic, Arial, Helvetica, sans-serif; 
	width:100px; 
	height:25px;
	margin:0 5px 0 0;
}
.button{
	border:0; 
	background:#FFE2CE url(../images/button_bg.jpg) left top repeat-x;
    font:12px/13px Century Gothic, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	height:25px;
	_height:23px;
	padding:0 5px;
	_padding:0;
	width: auto;
}

form.search{
	margin:0;
}
form.search input{
	margin:0;
	font:12px/18px Century Gothic, Arial, Helvetica, sans-serif; 
	height:15px;
}

form.search input.button{
	border:0; 
	background:#FFE2CE url(../images/button_bg.jpg) left top repeat-x;
    font:12px/13px Century Gothic, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	height:25px;
	_height:23px;
	padding:0 5px;
	_padding:0;
	width: auto;
}
/****************************
MISC
****************************/
.pt8{
	padding:8px 0 0 0;
}
.pt12{
	padding:12px 0 0 0;
}
.pb10{
	padding-bottom:10px;
}
.pb5{
	padding:0 0 5px 0;
}

.bt{
	border-top: 1px solid #ffffff;
	}
.bb{
	border-bottom:1px solid #FFDBC1; 
}
.br{
	border-right:1px solid #FFDBC1; 
	padding-bottom:10px;
}
.bl{
	border-left:1px solid #FFDBC1; 
}