/* $Id$ */
BODY, TD, A, DIV, P, SPAN {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

A {
	color: #0066CC;
}
H3 {
	display: inline;
	font-size: 13pt;
}

.header {
    background: none repeat scroll 0 0 #E7E7E7;
    border-bottom: 1px solid #BBBCB4;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 6px;
    text-align: left;
    text-shadow: 0 1px 0 #FFFFFF;
	box-shadow: 0 1px 3px #D0D0D0 inset;
}
.sheetLinks {
    background-color: #F2F2F2;
    border-bottom: 1px solid #BBBCB4;
    border-top: 1px solid #F9F8F8;
    box-shadow: 0 0 3px 0 #CBCBCB;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    padding: 5px 7px;
}
.sheetLinks A {
	font-size: 12px;
}
.sep {
    color: #C3C3C3;
    padding: 0 7px;
}
#spreadSheet {
	border-top:1px solid #CCCCCC;
	table-layout:fixed;
}
#spreadSheet * {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-khtml-box-sizing:border-box;
	box-sizing:border-box;
}
td.cH, .cHDIV {
	background-color:#F6F6F6;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}
td.cHs {
	vertical-align:top;
}
td.rHs {
	border-right:1px solid #CCCCCC;
	vertical-align:top;
}
div.cHs {
	height:21px;
}
div.rHs {
	width:100%;
}
div.cHs, div.rHs {
	background-color:#F6F6F6;
	position:absolute;
}
div.cH, div.rH {
	position:relative;
}
.cH div {
	-x-system-font:none;
	background-color:#F6F6F6;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	font-family:Arial,Helvetica,Sans-serif;
	font-size:9pt;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:21px;
	line-height:normal;
	padding-left:1px;
}
.rH div {
	-x-system-font:none;
	background-color:#F6F6F6;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	font-family:Arial,Helvetica,Sans-serif;
	font-size:9pt;
	padding-left:1px;
	width:35px;
}
.cH div, .rH div {
	position:absolute;
	text-align:center;
	display: flex;
	justify-content: center;
	align-items: center;
}
#sheet {
	position:relative;
}
.sheetPane {
	background:#F6F6F6 none repeat scroll 0 0;
	position:absolute;
}
.sT {
	position:relative;
}
.nW {
	white-space:nowrap;
}
.cD, .JcD, .CcD {
	-x-system-font:none;
	background-color:#FFFFFF;
	border-bottom:1px solid #D5D5D5;
	border-right:1px solid #D5D5D5;
	font-family:Arial;
	font-size:10pt;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	padding:0 2px;
	position:absolute;
	display: -ms-flex;
    display: flex;
}

.new_window{background-position: -545px -50px; width: 12px; height: 10px;}
