﻿#testOptionForm
{
    background-color: #333;
    background-image: url(../images/background1.gif);
    color: #fff;
    position: absolute;
    top: 200px;
    left: 200px;
    width: 500px;
    height: 250px;
    border: solid 1px #000;
    padding: 15px 20px;
    font-family: arial,helvetica,sans-serif;
    font-size: 12px;

}

#testOptionForm input
{
    font-family: arial,helvetica,sans-serif;
    font-size: 12px;  
}

#testOptionFormLogo
{
    margin-bottom: 17px;
}


#testOptionForm input
{
    display:block;    
}

#testOptionFormParserList
{
    margin: 0 0 10px 0;
    padding: 0;  
}

#testOptionFormParserList li
{
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0;  
    padding-right: 20px;  
}

#testOptionFormParserList li input
{
    display: inline;  
    margin: 0 4px 0 0;
    padding: 0;   
}

#testOptionFormCloseButton
{
    position: absolute;
    top: 10px;
    left: 510px;
    width: 15px;
    height: 15px; 
    cursor:pointer;
}

#testOptionFormSiteLink
{
    position: absolute;
    top: 250px;
    left: 360px;   
}

#testOptionFormSiteLink:link, #testOptionFormSiteLink:visited
{
   color: #eee;
   text-decoration: none;    
}

#testOptionFormSiteLink:hover
{
   color: #eee;
   text-decoration: underline;    
}

/* ----------------------------------------------------------------------- */

#resultsPanel
{
    background-color: #333;
    background-image: url(../images/background2.gif);
    color: #fff;
    position: absolute;
    top: 200px;
    left: 200px;
    width: 700px;
    height: 500px;
    border: solid 1px #000;
    padding: 15px 20px;
    font-family: arial,helvetica,sans-serif;
    font-size: 12px;
    z-index: 200;
}

#testOptionForm input, #testOptionForm td
{
    font-family: arial,helvetica,sans-serif;
    font-size: 12px;  
}

#resultsPanelLogo
{
    margin-bottom: 17px;
}


#resultsPanelCloseButton
{
    position: absolute;
    top: 10px;
    left: 715px;
    width: 15px;
    height: 15px; 
    cursor:pointer;
}


#resultsPanelSiteLink
{
    position: absolute;
    top: 500px;
    left: 560px;  
}

#resultsPanelSiteLink:link, #resultsPanelSiteLink:visited
{
   color: #eee;
   text-decoration: none;    
}

#resultsPanelSiteLink:hover
{
   color: #eee;
   text-decoration: underline;    
}

#resultsPanel table
{
    margin-bottom: 10px;
    background-color: #000;
    color: #fff;
    width: 100%;    
    
}


#resultsPanel td
{
    background-color: #000;
    color: #fff; 
    border-bottom: solid 1px #999;
    padding: 2px;
}


#resultsPanel th
{
    text-align: left;
    background-color: #000;
    color: #fff; 
    border-bottom: solid 1px #999;
    padding: 2px;
}


#resultsPanelScrollTable
{
    margin-bottom: 5px;
    padding: 0;
    background-color: #000;
    color: #fff;
    width: 100%;    
    border-right: solid 1px #999;
    border-bottom: solid 1px #999;
    overflow: auto;
    height: 320px;
}

#resultsPanel .parserName
{
    text-align: center;
}

#resultsPanel .parserTestResults
{
    text-align: center;  
}


/* ----------------------------------------------------------------------- */

#JSONPanel
{
    background-color: #333;
    background-image: url(../images/background2.gif);
    color: #fff;
    position: absolute;
    top: 200px;
    left: 200px;
    width: 700px;
    height: 500px;
    border: solid 1px #000;
    padding: 15px 20px;
    font-family: arial,helvetica,sans-serif;
    font-size: 12px;
    z-index: 200;
}

#testOptionForm input, #testOptionForm td
{
    font-family: arial,helvetica,sans-serif;
    font-size: 12px;  
}

#JSONPanelLogo
{
    margin-bottom: 17px;
}


#JSONPanelCloseButton
{
    position: absolute;
    top: 10px;
    left: 715px;
    width: 15px;
    height: 15px; 
    cursor:pointer;
}


#JSONPanelSiteLink
{
    position: absolute;
    top: 500px;
    left: 560px;  
}

#JSONPanelSiteLink:link, #JSONPanelSiteLink:visited
{
   color: #eee;
   text-decoration: none;    
}

#JSONPanelSiteLink:hover
{
   color: #eee;
   text-decoration: underline;    
}


#JSONPanelCodeBox
{
    margin-bottom: 5px;
    padding: 0;
    background-color: #eee;
    color: #000;
    width: 100%;    
    border: solid 1px #999;
    overflow: auto;
    height: 320px;
    display: block;
}


