﻿#silverlightControlHost 
{
    height: 100%;
    text-align:left;
    border: solid 1px #c0c0c0;
    margin: 8px;
    background: white;
}

body 
{
    font-family: Tahoma, Arial;
    font-size: 12px;
    background: #f0f0f0;
}

.embedTextBox
{
    font-family: Consolas, Lucida Console, Courier New;
    font-size: 11px;
    padding: 2px;
    height: 100px;
    width: 100%;
    white-space: pre-wrap;
    overflow: auto;
}

#idDiv
{
    margin: 12px;
    font-size: 24px;
    vertical-align: baseline;
}

#codeListing
{
    border: solid 1px #c0c0c0;
    margin: 12px;
    padding: 8px;
    overflow: auto;
    font-family: Consolas, Lucida Console, Courier New;
    font-size: 14px;
    background: white;
    line-height: 140%;
}

h1
{
    margin: 0px 0px 0px 12px;
    font-size: 32px;
    color: #306479;
    font-weight: normal;
}

.Operator
{
    color: #800000;
}

.NumericLiteral
{
    color: #DD6633;
}

.Keyword
{
    color: #7777FF;
    font-weight: bold;
}

.StringLiteral
{
    color: #CC6633;
}

.Comment
{
    font-family: Times New Roman, Georgia;
    font-style: italic;
    color: #80b080;
    font-size: 140%;
}

.Object
{
    color: #008040;   
}

.InputText
{
    border: solid 1px #c0c0c0;
    overflow: auto;
    padding: 2px;
    font-family: Consolas, Lucida Console, Courier New;
    font-size: 18px;
    color: #666666;
    background: white;
    font-weight: bold;
}

.ButtonText
{
    font-family: Tahoma, Arial;
    font-size: 12px;
    padding: 4px;
}

#copyrightDiv
{
    margin: 12px;
    font-size: 11px;
    color: #999999;
    text-align: right;
}
