
/*
 generated by gh-pages
 original h color #cf9;
*/

#container {
    margin:     0 auto;
    width:      100%;
    padding:    1.0em;
    background-color: #EEE; 

}
div noscript{
    text-align:center;
}
noscript p{
    position: absolute;
    z-index: 99;
    color: red;
    text-align: center;
    width: 700px;
}

.logo {
    float: left;
}

a { color: #800; }
p { padding: 0 1.5em; }
.elevator {
    font-size: 1.2em;
    margin: 2em 4em;
    font-style: italic;
}
.description {
    font-size: 1.2em;
    margin: 2em 5em;
    font-style: italic;
    padding-bottom: 1em;
    border-bottom: 1px dotted #999;
    clear: both;
}
.description h3 {
    margin-bottom: 0;
}
.description p {
    margin-bottom: 0;
}
.download { float: right; }
.navigation{
    border-left: 1px dotted #999;
    float: right;
    width: 200px;
    clear: both;
    margin: 20px;
}
.navigation ul{
    margin: 0 0 0 25px;
    padding: 10px;
    list-style: square;
    
}
.navigation ul li{
    margin-bottom: 5px;
}
.demoarea{
    clear: both;
}
.license ul.copyrights{
    padding: 0 1.5em;
}
.license ul.conditions{
    list-style: square;
}
.footer{
    margin: 25px 0 0 0;
    border-top: 2px dotted #aaa;
    padding: 15px 0 0 0;
    text-align: center;
    clear: both;
}
.footer li{
    font-size: 12px;
    display: inline;
}
.footer li:before{
    content: "| ";
    color: #bbb;
    margin: 0 4px;
}
.footer li:first-child:before{
    content: "";
    margin: 0;
}
pre { 
    background-color: #F8F8F8;
    border: 1px solid #CCC;
    font-size: 13px;
    line-height: 19px;
    overflow: auto;
    padding: 6px 10px;
    border-radius: 3px;
    color: #333;
    width: auto;
}
hr { border: 0; width: 80%; border-bottom: 1px solid #aaa}

.image-credit {
    font-size: 11px;
    text-align: right;
    margin-top: 3px;   
}

/*
 from openseadragon demos
 */
.openseadragon
{
    width:      100%;
    height:     100%;
    border:     1px solid black;
    color:      #333; /* text color for messages */
    background-color: black;
}
.openseadragon.front-page {
    height: 586px;
}
.openseadragon-small
{
    width:      100px;
    height:     80px;
    border:     1px solid black;
    color:      #333; /* text color for messages */
    background-color: black;
}
.demoheading {
    color: #437AB2; 
    padding: 0 0 0.2em 1em;
}

.os_viewer {
	padding-top: 0px;
	height:		400px;
	width:      100%;
	max-width: 	800px;
	margin: 	auto;
}
.toolbar
{
    width:      100%;
    height:     40px; 
    border:     none;
    color:      #333;
    padding:    4px;
    background-color: transparent;
}
.toolbar.fullpage{
    width:      100%;
    border:     none;
    position:   fixed;
    z-index:    999999;
    left:       0;
    top:        0;
    background-color: #ccc;
}

table.for-examples {
    margin-left: 20px;
    border-collapse: collapse;
}

table.for-examples td {
    border: 1px dotted #999;
    padding: 10px;
}

ol.for-examples {
    margin-left: 20px;
}

ol.for-examples li {
    margin: 0.5em 0;
}