/* i-2 calendar body */
body{
     margin: 0;
     padding: 0;
     font-family: verdana, arial,Helvetica, sans-serif;
     font-size: 8pt;
}
/*KBRC headings*/
h1 {
	font-size: 197%;
	line-height: 180%;
	margin: 0;
	padding-top: 20px;
	font-weight: normal;
	color: #FF0033;
}

h2 {
	font-size: 150%;
  padding-top: 10px;
	font-weight: normal;
	color: #963;
}

h3 {
	font-size: 100%;
	margin: 0;
	font-weight: bold;
	color: #393;
}

/* KBRC Page */

#page {
	width: 740px;
	margin: 0 auto;
	background: #fff;
}


/* KBRC Navbar */

#navcontainer ul
{
padding-left: 0;
margin-left: 0;
background-color: #000;
color: #FFF;
float: left;
width: 100%;
font-size: 13px;
font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #000;
color: #FFF;
text-decoration: none;
float: left;
border-right: 1px solid #FFF;
}

#navcontainer ul li a:hover
{
background-color: #FF9;
color: #F03;
}

/* KBRC Calendar section */
#calcontent {
	width: 100%;
	margin: 0 auto;
	background: #fff;
}

/* i-2 small calendar tags */
td{
     font-size: 8pt;
}
font.alert{
        font-weight: bolder;
        color: #990066;
        text-transform: uppercase;
}
font.not_approved{
     font-style: italic;
}
tr.week{
     text-align: right;
     vertical-align: top;
}
tr.holiday{
     font-weight: bold;
     color: #FFFFFF;
     background-color: #FE6802;
     vertical-align:top;
}
tr.day_name{
     background-color: #003366;
     color: #FFFFFF;
     font-size: 8pt;
}
td.right_box{
     text-align: left;
}
td.left_box{
     text-align: right;
}
.weekend_link{
     color: #FFFFFF;
     font-size: 8pt;
}
.weekend_box{
     background-color: #DDDDDD;
     border-bottom: thin solid #E0E0E0;
     color: #000000;
     width: 30pt;
     height: 30pt;
}
td.dark_date_box{
     background-color: #B8B8B8;
     width: 30pt;
     height: 30pt;
}
td.today_date_box{
     background-color: #FFFF99;
     width: 30pt;
     height: 30pt;
}
td.date_box{
     background-color: #FFFFFF;
     width: 30pt;
     height: 30pt;
}
.quote {
	font-size: 11px; color: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}
.gen { font-size : 12px; }
.gen{ color : #000000; }
a.gen{ color: #006699; text-decoration: none; }
a.gen:hover{ color: #DD6900; text-decoration: underline; }
