/* Default CSS Stylesheet for a new Web Application project */

div.zoomifyholder
{
    width:98%;
    float:left;
    margin:1em 0 0 0;
    padding:0;
    border:0px solid #000000;
}

div.zoomifyinstructioncard
{
    float:right;
    width:29%;
    border:1px solid #cccccc;
    padding:0;
    margin-right:-8px;
}

div.zoomifyinstructioncardhoriz
{
    clear:both;
    width:98%;
    margin:10px 0 10px 0;
    border:1px solid #cccccc;
    float:left;
}

div.zoomifyinstructioncard div.title
{
    clear:both;
    width:98%;
    float:left;
    background-color:#eeeeee;
}

div.zoomifyinstructioncardhoriz div.title
{
    clear:both;
    width:98%;
    float:left;
    background-color:#eeeeee;
    /*margin:10px 0 10px 0;*/
    margin-bottom:5px;
}

div.zoomifyinstructioncard div.title h2
{
    font-size:1.1em;
    color:#555555;
    font-weight:bold;
    font-family:arial;
    margin:0.5em 0.5em 0.5em 0.5em;
}

div.zoomifyinstructioncardhoriz div.title h2
{
    font-size:1.1em;
    color:#555555;
    font-weight:bold;
    font-family:arial;
    margin:0.5em 0.5em 0.5em 0.5em;
}

/*div.zoomifyinstructioncard div.instructions
{
    clear:both;
    float:left;
    width:95%;
    margin:0.5em 0.2em 0.2em 0.2em;
}*/

div.zoomifyinstructioncard div.instructions
{
    clear:both;
    float:left;
    width:95%;
    margin:0.5em 0.2em 0.2em 0.2em;
}

div.zoomifyinstructioncard div.instructions dt
{
    clear:both;
    width:20%;
    float:left;
    padding:0em 0 0 0;
}

div.zoomifyinstructioncard div.instructions dd
{
    float:left;
    width:75%;
    margin:0em 0em 15px 0.25em;
    font-size:0.85em;
}

div.zoomifyinstructioncard div.zoomifycredit
{
    float:left;
    clear:both;
    width:98%;
    margin:0 0 0 0;
}

div.zoomifyinstructioncard div.zoomifycredit img
{
    float:right;
    display:block;
    border:0;
}

div.instructionblockleft
{
    width:24%;
    /*padding:0;
    width:0;*/
    padding:0 0 5px 5px;
    float:left;
    border:0px solid #000000;
}

div.instructionblockright
{
    width:24%;
    /*padding:0;
    width:0;*/
    padding:5px 0 5px 5px;
    float:right;
    border:0px solid #000000;
}

div.zoomifytext
{
    /*width:65%;
    float:left;
    clear:left;*/
}

