div.debug {
	width:100%;
	height:180px;
	overflow:scroll;
}

div.debugOut {
	width:100%;	
}

html {
	height:97%;
}

body {
	font:9pt Arial, sans-serif;
	background-color:#ffffff;
	margin:0px;
	padding:0px;
	height:100%;
}

img.imgLink {
	border:none;
}

div.separator {
    clear:both;
    height:7px;
}

div.helpTag a {
    font-size:12pt;
    float:right;
    margin-top:-16px;
    text-decoration:none;
}

div.toolbar {
    font-size:8pt;
    float:right;
    margin-top:-17px;
    text-decoration:none;
    border:1px solid #c9c9c9;
    background-color:#ffffff;
    padding:2px;
    [margin-top:-17px;/*dummy value*/
    margin-top:-3px;/*safari value*/
    ]margin-top:-17px;/*IE 6 sees this*/
    height:32px;
}

.toolButton {
    float:left;
    font-size:12pt;
    width:32px;
    height:100%;
    //border:0px solid #000000;
    background-color:#ffffff;
    _margin-bottom:-6px;
    margin-left:8px;
    padding:0px;
    cursor:pointer;
    padding:0px;
    text-decoration:none;
}

div.toolSeparator {
    float:left;
    width:8px;
    height:100%;
    border:1px solid #000000;
    margin:0px;
}

div.label {
	display:inline;
	font-weight:normal;
	color:#636363;
	margin-left:4px;
}

div.labelAttention {
	display:inline;
	font-weight:normal;
	font-size:1.1em;
	color:#006f9b;
}

div.labelLower {
	display:inline;
	font-family:serif;
	font-weight:normal;
	font-style:italic;
	font-size:1.0em;
	color:#006f9b;
	#margin-left:4px;
}

div.info {
	display:inline;
	font-weight:bold;
	color:#000000;
	margin-left:4px;
}

div.labelLink {
	display:inline;
	font-weight:normal;
}

div.infoLink {
	display:inline;
	font-weight:bold;
}

div.fixedInfo {
	display:inline;
	font:9pt courier, fixed, monospace;
	font-weight:bold;
	color:#000000;
	margin-left:4px;
}

.caption {
	margin-top:0px;
	text-align:center;
}

.subCaption {
	font:7pt tahoma, sans-serif;
	text-align:center;
}


th {
    font-weight:normal;
}

div.notice {
	border:1px solid #c9c9c9;
	background-color:#fff0f0;
	text-align:left;
	padding:2px;
	padding-top:12px;
	padding-left:8px;
	width:99%;
}

div.browserLink {
	float:right;
	margin-top:-15px;
}

#browseList a {
    border: solid 1px #31506C;
    padding-left:5px;
    padding-right:5px;
}

#browseList a:hover {
    border: solid 1px #639A3C;
    background-color: #639A3C;
    color:#fff;
}

#browseList .grayedOut {
    color:#ccc;
    border: solid 1px #ccc;
    padding-left: 5px;
    padding-right:5px; 
}

table.contentBlock {
	border-top:1px solid #31506C;
	border-bottom:1px solid #31506C;
	border-right:1px solid #31506C;
	border-left:1px solid #31506C;
	margin:5px 0 5px 0 !important;
	width:100%;
	border-collapse: collapse;
}

th.contentBlock {
	background-color:#31506C;
	font-family:Arial,Helvetica,sans-serif;
	text-align:left;
	vertical-align:top;
	font-weight:bold;
	color:#ffffff; 
	padding:4px;
}

td.contentBlock {
	padding:5px 12px 5px 12px;
	font-family:Arial,Helvetica,sans-serif;
	text-align:left;
	empty-cells:show;
	background-color:#FFFFFF;
	border-bottom:1px solid #31506C; 
}
