body,td,th { 
    margin: 0;
	font-family: Arial;
	font-size: 11px;
	color: #444;
    vertical-align: top;	
	line-height:12px;
}
img{border:0;}
a, a:active {font-family: Arial; font-size: 11px; color: #444; text-decoration: none;}
a:link, a:visited {color: #0066FF;}
a:hover {text-decoration: none; text-transform:none; background-color:#FF0000;}

#menu{
	 width: 134px;
	 background-color: #90bade;
	 border: 1px solid #999;
	 padding: 0;
}
* html #menu{ /*IE 6 only */
     w\idth: 115px; /*Box model bug: 180px minus all left and right paddings for #menu */
}
#menu ul{
     list-style: none;
     background-color: #999;
     border: 1px solid #fff;
     margin: 0;
     padding: 0;
}
#menu ul a {
     display: block;
     padding: 2px;
     vertical-align: bottom; /* needed for IE5-Win */
}
#menu li {
     list-style: none; /* turns off the list bullets */
     position: relative;
     vertical-align: bottom; /* for IE5-Win */
     border-top: 0;
     border-bottom: 1px solid #90bade;
     border-right: 1px solid #90bade;
     border-left: 1px solid #90bade;
     margin: 0;
     zoom: 1;
}
#menu li a{
     display: block;
     border-left: 4px solid #666;
     border-right: 4px solid #777;
     background-color: #888;
     color: #FFFFCC;
	 font-size: 11px;
     font-weight: bold;
	 line-height:13px;
     text-decoration: none;
     text-align: left;
     width: 100%;
}
html>body #menu li a{ /*Non IE6 width*/
     width: auto;
}
#menu li a:hover{
     border-left: 4px solid #777;
     border-right: 4px solid #888;
     background-color: rgb(100, 110, 120);
}
#menu ul ul {
	 width: 142px;
	 display: block;
	 position: absolute;
     left: -3000px;
} /* set flyout BG color and preset the positioning */
#menu ul li:hover ul {
     left: 11.88em;
     top: -1px;
}
#menu ul ul li a{
	 border-left: 5px solid #666;
     border-right: 5px solid #777;
     background-color: #888;
}
html>body #menu ul ul li a{ /*Non IE6 width*/
     width: auto;
}
#menu ul ul li a:hover{
	 border-left: 5px solid #777;
     border-right: 5px solid #888;
     background-color: rgb(100, 110, 120);
}
.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 420px;
    padding: 5px;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
#feedGadget, #feedGadget1, #feedGadget2 {margin-top : 1px; margin-left: 1px; margin-right: auto; width : 322px; font-size: 12px; font-weight: bold; color: #9CADD0;}
#feedControlHorizontal {margin-top : 1px; width : 100%; font-weight: bold; color: #333333;}