﻿
/* Styles for demo page */

body
{
    background-color: #ffffff;        
    margin: 0;
    padding: 0;
	font-family: Arial, Sans-Serif;
    font-size: 13px; 
}

a:focus 
{
    outline: 0;
}

.warning
{
    color: #ff0000;
}

table.login td
{
    text-align: left;
}

table.login td input.text
{
    width: 200px;
}

.pending
{
    position: absolute;
    top: 0px;
    color: #000000;
    font-weight: bold;
    padding: 5px 8px 0 8px;
    display: none;
    background-color: #F99311;
    right: 0px;
    width: 133px;
    height: 22px;    
    text-align: center;
}

.pending-flash
{
    position: absolute;
    top: 0px;
    color: #000000;
    font-weight: bold;
    padding: 5px 8px 0 8px;
    display: none;
    background-color: #D07B0E;
    right: 0px;
    width: 133px;   
    height: 22px;    
    text-align: center;     
}

.label
{
    color: #555555;
}

.picture
{
    overflow: auto;
    float: left;    
    zoom: 1;
    margin: 0 10px 0 0; 
    border: solid 1px #ffffff;   
    padding: 0;              
}

.picture-normal
{
    background-color: #D8F0F7; 
}

.picture-selected
{
    background-image: url(/imgs/selected-top.png);
    background-repeat: repeat-x;
    background-color: #D8F0F7;     
}

.related-block .picture-selected
{
    background-image: none;
}

.picture-hover
{
    border: solid 1px #F99311 !important;
}

.picture-unhover
{
}

.picture .attributes
{
    overflow: auto;
    zoom: 1;
    clear: both;
    width: 122px;
    height: 18px;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}

a.frame
{
    display: block;    
    padding: 59px;
}

.picture a.fullsize
{
    float: right;  
    width: 14px;
    height: 13px;
    display: block;
    margin-right: 6px;
    background-repeat: no-repeat;
}

.picture-selected a.fullsize
{
    background-image: url(/imgs/fullsize-selected.png);
}

.sample-block .picture-normal a.fullsize
{
    background-image: url(/imgs/fullsize-normal.png);    
}

.related-block .picture-normal a.fullsize
{
    background-image: url(/imgs/fullsize-faded.png);    
}

h2
{
    font-weight: normal;
    font-size: 13px;
    margin: 0 0 10px 0;
}

.algorithm-block
{
    padding: 30px 0 10px 0;    
    border-bottom: solid 1px #D8F0F7;
    width: 927px;
    text-align: left;
    position: relative;
    left: -1px;    
}

.algorithm-block .label
{
    width: 120px;
    display: inline-block;
}

.method-block
{
    padding: 10px 0 10px 0;    
    border-bottom: solid 1px #D8F0F7;
    width: 927px;
    text-align: left;
    position: relative;
    left: -1px;    
}

.method-block .label
{
    width: 120px;
    display: inline-block;    
}

.sample-block
{
    width: 940px;
    padding: 25px 0 15px 10px; 
    overflow: auto;
    zoom: 1;  
}

.sample-block .navigator
{
    clear: both;
    overflow: auto;
    padding-top: 4px;
    zoom: 1;
    width: 927px;
    position: relative;
    left: -6px;   
}

.related-block .title-container
{
    width: 927px;
    position: relative;
    left: -6px;   
    text-align: left;    
}

.sample-block .navigator .controls
{
    float: right;
    overflow: auto;
    zoom: 1;
}

.sample-block .navigator .controls img
{
    border: none;
    display: inline;
}

.status-container
{
    overflow: auto;
    zoom: 1;
    height: 25px;
    position: relative;
    left: -6px;
    padding: 0;
    margin: 0;
    width: 927px;
}

.status-container h2
{
    float: left;
}

.status-container .status
{
    float: right;
}

.sample-block a
{
    color: #2A2A1C;
}

.sample-block img
{
    display: block;
    border: solid 1px #FFFFFF;
}

.related-block
{
    padding: 0 0 30px 10px; 
    overflow: auto;
    zoom: 1;
    width: 940px;
    clear: both;
}

.row
{
    clear: both;
    overflow: auto;
    margin-bottom: 10px;
    zoom: 1;
}

.related-block .picture .rank
{
    float: left;
    background-color: #ffffff;
    color: #000000;
    font-size: 11px;
    height: 14px;
    padding: 4px 6px 0 6px;
}

.title-block
{
    padding: 5px 0 8px 23px;
}

/* Styles for about page */

table.explanation
{
    width: 703px;
    margin-top: 20px;
}

td.key
{
    padding-left: 27px;
    width: 50px;
    vertical-align: top;
}

td.text
{
    text-align: left;
    padding-bottom: 20px;
}

a.big
{
    font-size: 20px;
}

span.big
{
    padding: 0 10px;
    color: #aaaaaa;
    font-size: 20px;
}

/* Styles for business page */

table.business
{
    margin-top: 20px;
}

table.business h2
{
    font-size: 12pt;
    color: #333333;
    font-weight: bold;
}
