﻿.aria-layout
{
    width: 725px;
}

.aria-layout text-area
{
    font-family:Arial, Helvetica, sans-serif;
    font-size: 11px;
}


#content .aria-layout table
{
    font-size: 11px;
}

.aria-layout-table
{
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -10px;
    height: 333px;
    overflow-y:auto;
    border-top: 1px solid black;
}

.results-fieldset
{
    margin-top: 20px;
}

.aria-layout-results
{
    padding: 10px;
    border: 1px solid black;
}

#content .aria-layout td
{
    font-size: 11px;
    padding: 5px;
}

#content .aria-layout tr.aria-alt
{
    background: #eeeeee;
}

#content .aria-layout th
{
    border-bottom: 1px solid black;
    padding: 5px 0px;
}

#content .aria-layout th font
{
    font-size: 11px !important;
    font-weight: bold;
}

.aria-layout-left
{
    float: left;
    width: 220px;
}

.aria-layout-right
{
    width: 500px;
    float: right;
}

.aria-layout-right fieldset,
.aria-layout-left fieldset
{
    border: 1px solid black;
    padding: 10px;
    background: #dedede;
}

.tab,
.aria-layout-results
{
    background: white;
}

.aria-layout-right fieldset legend,
.aria-layout-left fieldset legend
{
    font-weight: bold;
    margin-top: -25px;
    margin-left: -10px;
    float: left;
}

.aria-upload-wrapper
{
    overflow: hidden;
    position: relative;
}

.aria-upload-wrapper input[type="file"]
{
    cursor: pointer !important;
    height: 100% !important;
    position:absolute !important;
    top: 0 !important;
    right: 0 !important;
    z-index: 99 !important;
    /*This makes the button huge. If you want a bigger button, increase the font size*/
    font-size:50px !important;
    /*Opacity settings for all browsers*/
    opacity: 0 !important;
    -moz-opacity: 0 !important;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0)
}

.aria-button
{
    background: #3c6b88;
    border: 1px solid #2d5165;
    padding: 5px;
    cursor: pointer;
    color: #ffffff;
    text-align: center;
    display: block;
    text-decoration: none !important;
}

.aria-button:hover
{
    background: #2d5165;
}

.aria-source-buttons
{
    width: 198px;
}

.aria-source-button-left
{
    float: left;
}

.aria-source-button-right
{
    float: right;
}

.aria-source-button-left,
.aria-source-button-right
{
    width: 94px
}

.aria-layout textarea
{
    width: 192px;
    resize: none;
    border: 1px solid #000;
}

.aria-results-left
{
    float: left;
    padding: 2px 0px;
    width: 90px;
}

.aria-results-right
{
    float: right;
    width: 338px;
    padding: 2px 0px;
}

.aria-results-heading
{
    font-weight: bold;
}

.progressbar
{
    height: 12px;
    width: 100%;
}

.progressbar-count
{
    float:left;
    width: 70px;
}

.progressbar-percentage
{
    float:left;
    width: 50px;
    color: #008000;
}

.progressbar-bar
{
    width: 218px;
    height: 12px;
    float:left;
}

.progressbar-progress
{
    float:left;
    height: 12px;
}

.aria-results-multiple-left
{
    float:left;
    width: 70px;
}

.aria-results-multiple-right
{
    float:left;
    color: #008000;
}

.aria-results-separator-left
{
    float: left;
    width: 170px;
}

.aria-results-separator-right
{
    width: 200px;
    float: right;
}

#content .aria-layout .tab-list
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#content .aria-layout .tab-list li
{
    display: block;
    float: left;
    margin: 0px;
    background: #eeeeee;
    border-top: 1px solid #666666;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    padding: 5px 10px;
    cursor: pointer;
    color: #000000;
    text-align: center;
    display: block;
    text-decoration: none !important;
}

#content .aria-layout .tab-list li:first-child
{
    border-left: 1px solid #666666;
}

#content .aria-layout .tab-list li.selected
{
    background: white;
    border-bottom: 1px solid white;
}

#content .aria-layout .tab-list li:hover
{
    background: #cccccc;
}

#content .aria-layout .tab-list li.selected:hover
{
    border-bottom: 1px solid #cccccc;
}

.tab
{
    margin-top: -1px;
    padding: 10px;
    border: 1px solid #666666;
    height: 360px;
    display: none;
}

.aria-options-left
{
    float: left;
    width: 110px;
    padding: 2px 0px;
}

.aria-options-right
{
    float: left;
    margin-left: 20px;
    width: 300px;
    padding: 4px 0px;
}

.RadUpload .ruInputs,
.RadUpload .ruFileWrap
{
    position:static !important;
}

.RadUpload .ruBrowse
{
    display: none !important;
}

.RadAsyncUpload.RadUpload.RadUpload_Default
{
    height: 0px;
    width: 0px;
}

.error
{
    margin-bottom: 5px;
    color: red;
}