.title {
	text-align: center;
}
.subTitle {
	font-size: 16px;
}
#summary {
	padding: 16px 24px;
	margin: 20px 40px 40px 40px;
    border: 1px solid #339999;
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
	text-align: justify;
}
#subLinks {
	width: 600px;
	height: 20px;
	margin: 32px auto;
    text-align: center;
}
#sublinks ul {
	display: inline;
	margin: 0px auto;
}
#subLinks li {
    width: 150px;
	float: left;
}
#subLinks li.currentPage {
	font-weight: bold;
}

#finance {
	position: relative;
    margin: 40px 0px;
    border: 1px solid #339999;
}

#labels {
	position: absolute;
	width: 800px;
    z-index: 10;
}
#financeTitle {
    position: absolute;
    font-weight: bold;
    top: -20px;
}
#time {
    position: absolute;
    left: 40px;
    top: 4px;
    font-size: 12px; 
    z-index: 10;
}
#time a {
    background: #ffffff;
    cursor: pointer;
    border-right: 2px solid transparent;
    color: #275d67;
    text-decoration: underline;
}
#dateRange {
    position: absolute;
    right: 4px;
    top: -14px;
    font-size: 11px;
}
.handle {
    position: absolute;
    z-index: 10;
    cursor: pointer;
    background: #eeeeee; 
    border: 1px solid #bbbbbb; 
    border-radius: 3px;
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px;
    -moz-user-select: none;;
}
.zoomHandle {
    width: 5px; 
    height: 20px; 
}
.scrollHandle {
    width: 100px;
    height: 12px;
}
.flag {
  border: 1px solid #339999;
	background: white;
	padding: 1px 2px 1px 2px;
	
}
.flagpole {
	border-left: 1px solid #339999;	
}

.flotr-grid-label {
    font-size: 11px;
    background: #ffffff;
    margin: 2px 0px 0px 4px;
}
.flotr-mouse-value {
	font-size: 10px;
}
#summaryGraph .flotr-grid-label {
    margin-top: -16px;
    background: transparent;
    text-align: left;
}
code {
    white-space: pre;
    text-align: left;
}
.snippet {
    padding: 0px 0px 3px 6px;
    padding-left: 20px;
    margin-left: 16px;
    background: url('../../img/leftshadow.gif') repeat-y;
}
.snippetShow {
    font-weight: normal; font-size: 12px; color: #999999; float: right; cursor: pointer;
}
.file {
	font-family: monospace;
	font-size: 1.2em;
}
.documentation p {
    font-size: 14px;
    padding-left: 20px;
    padding-right: 8px;
}
.documentation ol {
    font-size: 14px;
}
.documentation h3 {
    padding-top: 12px;
}
.documentation h4 {
    padding-left: 20px;
    font-size: 14px;
}
.documentation p code {
    font-size: 12px;
}
.documentation .snippet {
    margin-left: 20px;
}
label {
	float: none;
}
input {
	width: auto;
}
