html { min-height: 100%; margin-bottom: 1px; }

body {
	font-family: verdana; 
}
table {
	font-family: verdana; 
}

.header{
    	background-color: #FFFFFF;
}

#header_image {
	display:block;
	border-bottom:1px solid white;
}
#header_table {
	border-left:1px solid black;
	border-right:1px solid black;
	border-top:1px solid black;
} 
#calname {
	color:#fff;
	font-size:18px;
}
.table{
        border: 1px solid;
	border-right-style: solid; 
	border-left-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
	border-color: #000000;
}

#tab_cell {
	background: url(../graphics/tab_border.jpg) repeat-x bottom left;
	}

#nav {
   	background-color: #ccc;/*#6D83B8; */
	font-family: verdana; 
	font-size: 10pt;
	color: #ffffff;
}

#nav div.top {
    padding-top: 5px;
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 8px;

    width: 100%;
}

#nav div.section {
	
	width: 140px;
    position: absolute;
    display: inline;
    z-index: -1; 
}



#nav div.box {
    background-color: #153B9C;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 6px;
    border-color: #ffffff;
    border-width: 1px;
    border-style: none solid solid solid;
    position: relative;
   visibility: hidden;
    width: 100%;
}

#nav a:link{color: #ffffff; font-family: verdana; font-size: 8pt; text-decoration: none; font-weight: bold;}
#nav a:active{color: #ffffff; font-family: verdana; font-size: 8pt; text-decoration: none; font-weight: bold;}
#nav a:visited{color: #ffffff; font-family: verdana; font-size: 8pt; text-decoration: none; font-weight: bold;}
#nav a:hover{color: #FF5E1F; font-family: verdana; font-size: 8pt; text-decoration: none; font-weight: bold;}

.theader{
	border-right-style: none; 
	border-left-style: none;
	border-bottom-style: none;
	border-top-style: none;
       /* border-top-style: solid; */
	
	color: #FFFFFF;/*#003366;*/
	font-family: verdana; 
	font-size: 10pt;
	font-weight: bold;
	border-color: #000; /*#FFF;*/ /*153B9C;*/ 
	background-color: #006699; /*#ccff99;*/ /*153B9C;*/			       
}


.tminicalendar{
	border: 1px solid;
	border-right-style: solid; 
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	padding-top: 1px;
        padding-bottom: 1px;
	padding-left: 0px;
	padding-right: 0px;	 
	border-color: #EBEDF1;
	background-color: EBEDF1;
}

.tyearcalheader {
	border-right-style: none; 
	border-left-style: none;
	border-bottom-style: none;
	border-top-style: solid;
	color: #FFFFFF;
	font-family: verdana; 
	font-size: 10pt;
	font-weight: bold;
	border-color: #006699; /*6D83B8; */
	background-color: #006699; /*6D83B8;*/

}


.tdatecell{
	border: 1px solid;
	border-right-style: solid; 
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	padding: 0px;
	width: 20px;
	height: 20px;
	border-color: #EBEDF1;
	background-color: EBEDF1;
}

.teventcell {
	border: 1px solid;
	border-right-style: solid; 
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	padding: 0px;
	width: 20px;
	height: 20px;
	border-color: #C0CFE8;
	background-color: C0CFE8;
}


 /* Mini calendar */ 
.ttodaycell {
	border: 1px solid;
	border-right-style: solid; 
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	padding: 0px;
  	width: 20px;
	height: 20px;
	border-color: #ffff99; /*#B2D4F4;*/
	background-color: #ffff99; /*#B2D4F4; */
}

.monthemptycell {

        border: 1px solid;
	border-right-style: solid; 
	border-left-style: none;
	border-bottom-style:solid;
	border-top-style: none;
	padding: 0px;
        width: 106px; 
	height: 100px;
	border-color: #000; /*#FFF;*/ /*747D8E;*/
	background-color: #eee; /*#e2eef2;*/ /*#f2f6f9;*/ /*#747D8E;*/

}



.monthdatecell{
        border: 1px solid;
	border-right-style: solid; 
	border-left-style: none;
	border-bottom-style:solid;
	border-top-style: none; 
	padding-top: 4px;
    padding-bottom: 0px;
    padding-left: 2px;
    padding-right: 0px;
        width: 106px; 
	height: 100px;
	border-color: #000000;
	background-color: white; /*#f2f6f9;*/ /*EBEDF1;*/
}

.montheventcell {
        border: 1px solid;
	border-right-style: solid; 
	border-left-style: none;
	border-bottom-style:solid;
	border-top-style: none; 
	padding-top: 4px;
    padding-bottom: 0px;
    padding-left: 2px;
    padding-right: 0px;
        width: 106px; 
	height: 100px; 
	border-color: #000000;
	background-color: #f2f6f9; /*C0CFE8;*/
}


 /* TODAY */
.monthtodaycell {
        border: 1px solid;
        border-right-style: solid; 
	border-left-style: none;
	border-bottom-style:solid;
	border-top-style: none;
	padding-top: 4px;
    padding-bottom: 0px;
    padding-left: 2px;
    padding-right: 0px;
        width: 106px;
	height: 100px;
	border-color:#000000;
	background-color: #ffff99; /*#e2eef2;*/ /*#B2D4F4;*/
}



.tablebody {
	font-family: verdana; 
	border-right-style: none; 
	border-left-style: none;
	border-top-style: solid;
	border-color: #000;
	background-color: #ffffff;
}

.tyearbox {
	border: 1px solid;
	border-right-style: solid; 
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-color: #FFFFFF;
	background-color: #FFFFFF;
}


/*days of the week */
.eventheader{
	border: 1px solid;
	font-family: verdana; 
	font-size: 8pt;
	border-right-style: solid; 
     /*   border-left-style: solid;*/
     border-left-style: none;
	border-top-style: solid;
	border-bottom-style: solid;
	border-color: #000;
	color: #333; /*ffffff;*/
	background-color: #cccccc; /*#6D83B8;*/
}
.week_eventheader{
      /*  border: 1px solid; */
	font-family: verdana; 
	font-size: 8pt;
    /*    border-right-style: solid; */
     /*   border-left-style: solid;*/
  /*   border-left-style: none;*/
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
      /*  border-color: #000; */
	color: #333; /*ffffff;*/
	background-color: #cccccc; /*#6D83B8;*/
}

.listingheader{
	border: 1px solid;
	font-family: verdana; 
	font-size: 8pt;
	border-right-style: solid; 
	border-left-style: none;
	border-top-style: solid;
	border-bottom-style: solid;
	border-color: #FFFFFF;
	color: ffffff;
	background-color: #006699; /*#6D83B8; */
}


.listingcell{
	border: 1px solid;
	border-right-style: none; 
	border-left-style: solid;
	border-top-style: solid;
	border-color: #FFFFFF;
	background-color: #EBEDF1;
}



.tevents1{
	border: 1px solid;
	border-right-style: none; 
	border-left-style: none;
	border-top-style: solid;
	border-color: #FFFFFF;
	background-color: #EBEDF1;
}


.hrbar {
	color: #153B9C;
}

.calendar_selectbox{
        background-color: #cccccc; 
	font-family: verdana; 
	width: 200px;
}
.selectbox{
      /*  border: 1px solid;*/
	border-color: #FFFFFF;
	background-color: #FFFFFF;
	font-family: verdana; 
	font-size: 8pt;
	width: 200px;
}


.subheader{
	font-family: verdana; 
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}


.bigtext{
	font-family: verdana; 
	font-size: 13pt;
	color: #000000;
}

.midtext{
	font-family: verdana; 
	font-size: 10pt;
	color: #000000;
}


.basictext{
	font-family: verdana; 
	font-size: 8pt;
}


.littletext{
	font-family: verdana; 
	font-size: 8pt;
}
.littletext2{
	font-family: verdana; 
	font-size: 10px;
}


.tinytext{
	font-family: verdana; 
	font-size: 6pt;
}



.errortext{
	font-family: verdana; 
	font-size: 9pt; 
	color: #FF0000;
}


.textbox{
	font-family: verdana; 
	font-size: 8pt; 
	background-color: #ffffff; 
	color: #000000;
}


.buttons{
        font-size:12px;
	font-family:verdana;
}

a.navlink:link{color: #153B9C; font-family: verdana; font-size: 8pt; text-decoration: none; font-weight: bold;}
a.navlink:active{color: #153B9C; font-family: verdana; font-size: 8pt; text-decoration: none; font-weight: bold;}
a.navlink:visited{color: #153B9C; font-family: verdana; font-size: 8pt; text-decoration: none; font-weight: bold;}
a.navlink:hover{color: #FF5E1F; font-family: verdana; font-size: 8pt; text-decoration: none; font-weight: bold;}

a.listinglink:link{color: #153B9C; font-family: verdana; font-size: 8pt; text-decoration: none; font-weight: bold;}
a.listinglink:active{color: #153B9C; font-family: verdana; font-size: 8pt; text-decoration: none; font-weight: bold;}
a.listinglink:visited{color: #153B9C; font-family: verdana; font-size: 8pt; text-decoration: none; font-weight: bold;}
a.listinglink:hover{color: #FF5E1F; font-family: verdana; font-size: 8pt; text-decoration: none; font-weight: bold;}

a.orderbylink:link{color: #ffffff; font-family: verdana; font-size: 8pt; text-decoration: none; font-weight: bold; text-decoration: underline;}
a.orderbylink:active{color: #ffffff; font-family: verdana; font-size: 8pt; text-decoration: none; font-weight: bold; text-decoration: underline;}
a.orderbylink:visited{color: #ffffff; font-family: verdana; font-size: 8pt; text-decoration: none; font-weight: bold; text-decoration: underline;}
a.orderbylink:hover{color: #FF5E1F; font-family: verdana; font-size: 8pt; text-decoration: none; font-weight: bold; text-decoration: underline;}

a.basiclink:link{color: #153B9C; font-family: verdana; font-size: 10pt; text-decoration: none; font-weight: bold;}
a.basiclink:active{color: #153B9C; font-family: verdana; font-size: 10pt; text-decoration: none; font-weight: bold;}
a.basiclink:visited{color: #153B9C; font-family: verdana; font-size: 10pt; text-decoration: none; font-weight: bold;}
a.basiclink:hover{color: #FF5E1F; font-family: verdana; font-size: 10pt; text-decoration: none; font-weight: bold;}

a.smalllink:link{color: #153B9C; font-family: verdana; font-size:8pt; text-decoration: underline; font-weight: bold;}
a.smalllink:active{color: #153B9C; font-family: verdana; font-size: 8pt; text-decoration: underline; font-weight: bold;}
a.smalllink:visited{color: #153B9C; font-family: verdana; font-size: 8pt; text-decoration: underline; font-weight: bold;}
a.smalllink:hover{color: #FF5E1F; font-family: verdana; font-size: 8pt; text-decoration: none; font-weight: bold;}


a.editlink:link{color: #153B9C; font-family: verdana; font-size:8pt; text-decoration: none;}
a.editlink:active{color: #153B9C; font-family: verdana; font-size: 8pt; text-decoration: none;}
a.editlink:visited{color: #153B9C; font-family: verdana; font-size: 8pt; text-decoration: none;}
a.editlink:hover{color: #FF5E1F; font-family: verdana; font-size: 8pt; text-decoration: underline;}

  /* changed these links from #EBEDF1 */
a.eventaddlink:link{color: #000000; font-family: verdana; font-size:8pt; text-decoration: underline;font-weight: bold; }
a.eventaddlink:active{color: #000000; font-family: verdana; font-size: 8pt; text-decoration: underline;font-weight: bold;}
a.eventaddlink:visited{color: #000000; font-family: verdana; font-size: 8pt; text-decoration: underline;font-weight: bold;}
a.eventaddlink:hover{color: #FF5E1F; font-family: verdana; font-size: 8pt; text-decoration: none;font-weight: bold;}

 /* controls cal date numbers and underlines but not event color??? */
a.datelink:link{color: #000000; font-family: verdana; font-size: 8pt; text-decoration: none;}
a.datelink:active{color: #000000; font-family: verdana; font-size: 8pt; text-decoration: none;}
a.datelink:visited{color: #000000; font-family: verdana; font-size: 8pt; text-decoration: none;}
a.datelink:hover{color: #000000; font-family: verdana; font-size: 8pt; text-decoration: underline;}


a.todaylink:link{color: #000000; font-family: verdana; font-size: 8pt; text-decoration: none;}
a.todaylink:active{color: #000000; font-family: verdana; font-size: 8pt; text-decoration: none;}
a.todaylink:visited{color: #000000; font-family: verdana; font-size: 8pt; text-decoration: none;}
a.todaylink:hover{color: #000000; font-family: verdana; font-size: 8pt; text-decoration: underline;}

  /* changed these links from black */
a.eventlink:link{color: #660000; font-family: verdana; font-size: 8pt; text-decoration: none;}
a.eventlink:active{color: #660000; font-family: verdana; font-size: 8pt; text-decoration: none;}
a.eventlink:visited{color: #660000; font-family: verdana; font-size: 8pt; text-decoration: none;}
a.eventlink:hover{color: #660000; font-family: verdana; font-size: 8pt; text-decoration: underline;}

/* headers on minicals are links */   /*previous color003366*/
a.tableheaderlink:link{color: #fff; font-family: verdana; font-size: 8pt; text-decoration: none; font-weight: bold;}
a.tableheaderlink:active{color: #fff; font-family: verdana; font-size: 8pt; text-decoration: none; font-weight: bold;}
a.tableheaderlink:visited{color: #fff; font-family: verdana; font-size: 8pt; text-decoration: none; font-weight: bold;}
a.tableheaderlink:hover{color: #fff; font-family: verdana; font-size: 8pt; text-decoration: underline; font-weight: bold;}

a.monthviewlink:link{color: #660000; font-family: verdana; font-size: 8pt; text-decoration: none; font-weight: bold;}
a.monthviewlink:active{color: #660000; font-family: verdana; font-size: 8pt; text-decoration: none; font-weight: bold;}
a.monthviewlink:visited{color: #660000; font-family: verdana; font-size: 8pt; text-decoration: none; font-weight: bold;}
a.monthviewlink:hover{color: #660000; font-family: verdana; font-size: 8pt; text-decoration: underline; font-weight: bold;}

a.categorylink:link{color: #ffffff; font-family: verdana; font-size: 10pt; text-decoration: none; font-weight: bold;}
a.categorylink:active{color: #ffffff; font-family: verdana; font-size: 10pt; text-decoration: none; font-weight: bold;}
a.categorylink:visited{color: #ffffff; font-family: verdana; font-size: 10pt; text-decoration: none; font-weight: bold;}
a.categorylink:hover{color: #FF5E1F; font-family: verdana; font-size: 10pt; text-decoration: underline; font-weight: bold;}
