@charset "utf-8";
/* CSS Document */
.bb_window_menu a {
text-decoration:none;
color:#002200;
font-size:8pt;
font-family:verdana,tahoma,arial;
}

.bb_window_menu a:hover {
text-decoration:none;
font-weight:bold;
color:#003300;
font-size:8pt;
font-family:verdana,tahoma,arial;
}

.bb_window_menu a:visited {
text-decoration:none;
color:#002200;
font-size:8pt;
font-family:verdana,tahoma,arial;
}

.system_box{
background:#EEEEFF;
border: 1px solid #003300;
padding:5px;
margin:5px;
}

.rss_box{
background:#EEEEFF;
border: 1px solid #003300;
padding:5px;
margin:5px;
}

/*************scrollbars*******************************/
/*body, div, td
{
_scrollbar-face-color: #003300;
_scrollbar-highlight-color: #EEEEFF;
_scrollbar-shadow-color: #002200;
_scrollbar-arrow-color: #EEEEFF;
_scrollbar-track-color: #002200;
}*/

/******************************************************/
/************CSS for the Dynamic Menus*****************/
/*this is the css for the vertical version of the menu*/
.vertical ul{
list-style-type: none;
padding: 0px;
border-top: 1px solid;
width: 150px;
}
.vertical li a{
display: block;
width: 150px;
text-decoration: none;
height: 1.2em;
padding: .1em 1px;
border: 1px solid;
border-top: 0px;
}
.vertical li{
/*Needed for IE. Don't ask me why, It was a lucky guess.*/
display: inline;
}
.vertical li ul{
position: absolute;
margin-top: -1.3em;
margin-left: 150px;
}
/*this is the css for the horizontal version*/
.horizontal ul{
list-style-type: none;
padding: 0px;
border-left: 1px solid;
display: block;
height: 1.4em;
}
.horizontal li{
float: left;
display: inline;
}
.horizontal li a{
text-decoration: none;
height: 1.2em;
float: left;
display: block;
width: 125px;
padding: .1em 1px;
border: 1px solid;
border-left: none;
}
.horizontal li li a{
border-top: none;
border-left: 1px solid;
}
.horizontal li ul{
position: absolute; 
margin-top: 1.3em;
margin-left: -1px;
width: 129px;
border: none;
display: block;
height: auto;
border-top: 1px solid;
}
.horizontal li li ul{
position: absolute;
margin-top: .1em;
margin-left: 125px;
}
.horizontal li ul li a{
width: 125px;
}
/*This section makes the menu not work in non-javascript enabled browsers by not showing the menu by default-This can be worked around by making top level links point to a sitemap*/
/*Not sure if I recommend this or not*/
.inaccesible li ul{
display: none;
}
/*Arrow code - looks like <a class="haschild" href="#">Text <span>Arrow</span></a> can be turned on/off with arrow class*/
.arrow a span{
padding-left: 1em;
font-size: 85%;  
}
.arrow a:hover span{
padding-left: 2em;
}
.arrow a span.noshow{
visibility: hidden;
}
/*Plus code*/
.plus a span{
padding-left: .5em;
}
/*colors for menu*/
.bb_menu li a{
background-color: #003300;
color: #FFFFFF;
border-color: #002200;
}
.bb_menu li a:hover{
background-color: #002200;
color: #FFFFCC;
border-color: #002200;
}
.bb_menu li a:visited{
color: #FFFFFF;
}
.bb_menu ul{
border: none;
}
/*Not really sure why IE needs all these,but hey it works!*/
.horizontal  li ul{
margin-top: 1.4em;
margin-left: -129px;
}	
.horizontal  li li ul{
position: absolute;
left: 0px;
}
/*These assist the iframe shim*/
.mlmenu iframe{
position: absolute;
display: none;
z-index: 2;
}
select,object,iframe{
z-index: 1;
}

/************************************/
/* this section is for the tree menus */
@media screen, print { 
/* Turn off list bullets */
ul.mktree  li { list-style: none; } 
/* Control how "spaced out" the tree is */
ul.mktree, ul.mktree ul , ul.mktree li { margin-left:10px; padding:0px; }
/* Provide space for our own "bullet" inside the LI */
ul.mktree  li           .bullet { padding-left: 15px; }
/* Show "bullets" in the links, depending on the class of the LI that the link's in */
ul.mktree  li.liOpen    .bullet { cursor: pointer; background: url(portal/images/folderopen.gif)  center left no-repeat; }
ul.mktree  li.liClosed  .bullet { cursor: pointer; background: url(portal/images/folder_plus.gif)   center left no-repeat; }
ul.mktree  li.liBullet  .bullet { cursor: default; background: url(portal/images/folder.gif) center left no-repeat; }
ul.mktree  li.treeItem  .bullet { cursor: default; background: url(portal/images/folder_doc.gif) center left no-repeat; }
/* Sublists are visible or not based on class of parent LI */
ul.mktree  li.liOpen    ul { display: block; }
ul.mktree  li.liClosed  ul { display: none; }
/* Format menu items differently depending on what level of the tree they are in */
ul.mktree  li { font-size: 10pt; }
a.treeItem { font-size: 10pt; }
a:hover.treeItem  { font-size: 10pt; font-weight: bold; }
a:visited.treeItem  { font-size: 10pt; }

/* this section is for the ajax auto complete */
/* Big box with list of options */
#ajax_listOfOptions{
position:absolute;	/* Never change this one */
width:175px;	/* Width of box */
height:250px;	/* Height of box */
overflow:auto;	/* Scrolling features */
border:1px solid black;	/* Dark green border */
background-color: white;	/* White background color */
text-align:left;
font-size:0.9em;
z-index:100;
}
#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
margin:1px;		
padding:1px;
cursor:pointer;
font-size:0.9em;
}

#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
background-color: #002200;
color: white;
}
#ajax_listOfOptions_iframe{
background-color:#F00;
position:absolute;
z-index:5;
}
}
/************************************/
/* this section is for the calendar .calendar td {
}
.calendar-box {
}*/

.calendar td {
background-color:#EEEEFF;
font-size:8pt;
text-align:center;
width:10%;
height:20%;
}
.calendar a:link {
font-size:8pt;
}
.calendar a:visited {
font-size:8pt;
}
.calendar a:hover {
font-size:8pt;
text-decoration:underline;
}
.calendar-month {
background-color:#EEEEFF;
font-size:9pt;
color:#002200;
font-weight:bold;
}
.calendar-days th{
font-size:7pt;
color:#002200;
font-weight:normal;
}		
