/*******************************************************************************
 * Copyright 2012 University of Southern California
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *  http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 *
 * This code was developed by the Information Integration Group as part
 * of the Karma project at the Information Sciences Institute of the
 * University of Southern California.  For more information, publications,
 * and related projects, please see: http://www.isi.edu/integration
 ******************************************************************************/

#transformCodeEditor {
    position: relative;
   /* width: 500px; */
    height: 100px;
    border: 1px solid #DDD;
    border-radius: 4px;
}

#pythonPreviewResultsTable {
    margin-top: 10px;
    border: 2px solid #DFDFDF;
    background-color: #F9F9F9;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: Arial,"Bitstream Vera Sans",Helvetica,Verdana,sans-serif;
    color: #333;
}

#pythonPreviewResultsTable td {
    border-top-color: white;
    border-bottom: 1px solid #DFDFDF;
    color: #555;
    font-size: 12px;
    padding: 4px 7px 2px;
    vertical-align: top;
}

#previewPyTransformButton {
    margin-top: 15px;
}

#transformCodeEditorSelection {
    position: relative;
    width: 100%; 
    height: 100px;
    border: 1px solid #DDD;
    border-radius: 4px;
}

#transformCodeEditorAggregation {
    position: relative;
    width: 100%; 
    height: 100px;
    border: 1px solid #DDD;
    border-radius: 4px;
}

#pythonPreviewResultsTableSelection {
    margin-top: 10px;
    border: 1px solid #DFDFDF;
    background-color: #F9F9F9;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: Arial,"Bitstream Vera Sans",Helvetica,Verdana,sans-serif;
    color: #333;
}

#pythonPreviewResultsTableSelection td {
    border-top-color: white;
    border-bottom: 1px solid #DFDFDF;
    color: #555;
    font-size: 12px;
    padding: 4px 7px 2px;
    vertical-align: top;
}

#previewPyTransformButtonSelection {
    margin-top: 15px;
}

div.pythonError {
    color: #555;
    font-size: 12px;
    font-family: Arial,"Bitstream Vera Sans",Helvetica,Verdana,sans-serif;
}

div.pythonError span.pythonErrorText {
    color: #C00000;
}