/* CSS Document */
/* body tag */
body {
	/* background-attachment: fixed; */
	background-color: #677d88;
	/* background-image: url(../img/bg.gif); *
	background-repeat: repeat-y;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px; */
}
.logo
{
	background-color: #7FAEDB;
	height: 55px;
	border-top: 4px solid #8FC3F5;
	border-bottom: 2px solid #A8BEFF;
	text-align: left;
	padding-left: 10px;
}
.header
{
	background-color: #C9F0FA;
	height: 20px;
}
/* p 
p {
	margin: 10px 0px 0px;
	padding: 0px;
}*/

/* tables */
td {
	font-family: Tahoma, "Trebuchet MS", "Lucida Sans Unicode", Lucida, Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
}

/* overall link */
a {
	font-style: normal;
	font-weight: normal;
	color: #2289FB;
	text-decoration: none;
}

/* overall link */
a:hover {
	color: #FF7200;
}
/* sidebar item title */
.sidebarItemTitle {
	color:#677d88;
	font-weight: bold;
	font-size: 11px;
}

/* sidebar item (light) */
.sidebarItemLight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	border-bottom: 1px dotted #A8BEFF;
	margin: 0px;
	padding: 4px 10px;
	background-color: #F7F7F7;
}

/* sidebar item (dark) */
.sidebarItemDark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	border-bottom: 1px dotted #A8BEFF;
	border-top: 1px dotted #A8BEFF;
	border-left: 1px dotted #A8BEFF;
	border-right: 1px dotted #A8BEFF;
	margin: 0px;
	padding: 4px 10px;
	background-color: #EBEDF4;
}

/* sidebar item (white) */
.sidebarItemWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	border-bottom: 1px dotted #A8BEFF;
	margin: 0px;
	padding: 4px 10px;
	background-color: #ffffff;
}

.sidebar {
	position: absolute;
	width: 199px;
	left: 550px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	border-left: 1px dotted #A8BEFF;
	border-right: 1px solid #3366ff;
	background-color: #F7F7F7;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Lucida, Verdana, Geneva, Arial, sans-serif;
}

ul {
	list-style: none;
	margin: 2px;
	padding: 2px;
}

.sidebarItemDark ul li {
	background: url(images/dot.gif) no-repeat 0px 4px;
	padding: 0px 0px 0px 10px;
	margin: 2px;
}

.sidebarItemLight ul li {
	background: url(images/dot.gif) no-repeat 0px 4px;
	padding: 0px 0px 0px 10px;
	margin: 2px;
}

/* end tool tip stuff */
.tooltip {
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 14px;
	color: black; 
	border: 1px solid #336699; 
    position: absolute; 
	background-color: #EEFAFF; 
	padding: 2px 3px 5px 6px;
    layer-background-color: #EEFAFF; 
	visibility: hide;
	display: none; 
	height: auto;
}
.glossary { 
	text-decoration: none; 
	color: #336699; 
	font-style: italic; 
	font-weight: bold;
	cursor: help;
}

/* end tool tip stuff */

