
body {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-color: gray;
	font-family: Verdana; 
	font-size: 10pt;
}
#note {
	font-family: Verdana; 
	font-size: 9pt;
}
ul {
	list-style-type: square;
	font-family: Verdana; 
	font-size: 10pt;
	margin: 10px;
}

p.caption {
	font-family: Verdana; 
	font-size: 9pt;
	margin: 18px;
}

div.toolbar {
	padding-left: 3px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-left: 0px;
	background-repeat: repeat-x;
	background-image: url(images/toolbar.png);
	margin-top: -3px;
	height: 22px;
}

p.title {
	background-color: white;
	border-bottom-color: #cccccc;
	border-top-color: #e6e6e6;
	padding: 2px;
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-style: outset;
	font-weight: bold;
	font-family: Verdana; 
	font-size: 10pt;
	margin: 10px;
}

p.title_small {
	background-color: white;
	border-bottom-color: #cccccc;
	border-top-color: #e6e6e6;
	padding: 2px;
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-style: outset;
	font-weight: bold;
	font-family: Verdana; 
	font-size: 9pt;
	margin: 10px;
}


#page {
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 750px;
}

#scrollbox {
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 750px;
	height: 500px;
	overflow: scroll;
	border: 1px;
	border-style: dotted;
}


div.center {
    margin-bottom: 0px;
    margin-top: 0px;
    width: 922px;
    min-height: 500px;
    border-bottom-width: 0px;
    border-top-width: 0px;
    border-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
	background-color: #e6e6e6;
	margin-left: auto;
    margin-right: auto;
}

div#screens {
	z-index: 0;
	right: 0px;
	left: 0px;
	bottom: 0px;
	top: 0px;
	position: absolute;
	visibility: hidden;
	width: 0px;
	height: 0px;
}

img.thumb {
	padding: 2px;
	margin: 4px;
	border-color: #666666;
	border-width: 2px;
	border-style: solid;
}

.toolTip {      
}

.toolTipWrapper {
width: 125px;
position: absolute;
right: 60px;
display: none;
color: #FFF;
font-size: 11px;
font-family: Helvetica, sans-serif;
text-align: center;
background: url(images/tooltip.png) no-repeat right center;
filter:alpha(opacity=70);
-moz-opacity: 0.70;
opacity: 0.70;
}

.toolTipMid {
background: #000;
padding: 6px 0px;
margin-right: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
}

.toolbar-link {
	left: 20px;
	position: relative;
	margin-left: auto;
	font-size: 8pt;
	color: white;
	text-decoration: none;
	text-shadow: 0px 0px 2px #4c4c4c;
	font-weight: bold;
	top: -6px;
}

.toolbar-link:hover {
	color: #cccccc;
}

