﻿body
{
    background-color: #5c87b2;
    font-size: .9em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: auto;
    padding: 0;
    color: #696969;
    min-width: 900px;
}

input[type="text"]
{
    width: 250px;   
}

select
{
    width: 400px;
}

select[multiple=True]
{
	height: 150px;
}

textarea 
{
	width: 400px;
	height: 150px;
}

a
{
	color: #696969;
	text-decoration: none;
}

a:hover
{
	color: #000000;
}

.HeadLine
{
	height: 20px;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px 0px -8px 15px;
}

.HeadLine h1
{
	font-size: 20px;
}

h2
{
	font-size: 18px;	
}

.ControlPanel a
{
	display: block;
	padding: 2px 5px 2px 5px;
	
	font-weight: bold;
	padding-left: 15px;
}

.ControlPanel a:hover
{
	background-color: #CCCCCC;	
	color: #000000;
	
	font-weight: bold;
}

.Header
{
    font-size: 25px;
    font-weight: bold;
    color: White;
    padding: 10px 0 0 10px;
}

.clear
{
    clear: both;
}

.warning
{
    border: 2px solid red;
    background: #FFCCCC;
    margin: 10px 15px 0 15px;
    padding: 5px;
    max-width: 500px;
}       


.warning h2
{
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    font-family: Verdana;
}

.CodeMirror
{
    height: auto;
    overflow: visible;
    background: white;
    border: 1px solid gray;
}

.completions 
{
    position: absolute;
    z-index: 10;
    overflow: hidden;
    -webkit-box-shadow: 2px 3px 5px rgba(0,0,0,.2);
    -moz-box-shadow: 2px 3px 5px rgba(0,0,0,.2);
    box-shadow: 2px 3px 5px rgba(0,0,0,.2);
}
.completions select {
    background: #EEEEEE;
    outline: none;
    border: none;
    padding: 0;
    margin: 0;
    font-family: monospace;
}
.validateButton 
{
    font-size: 10px;
    font-weight: bold;
    cursor: pointer;
    margin: 0 10px 0 0;
}

.listAllCodeTable
{
    
}

.listAllCodeTable .code pre
{   
    display: none;
    overflow: hidden;
    margin: 0;
}

.listAllCodeTable td
{
    vertical-align: top;
}

.listAllCodeTable .group
{
    padding: 0 5px;
    background-color: #f0f0ff;
    max-width: 120px;
}

.listAllCodeTable .title
{
    width: 200px;
    padding-bottom: 10px;
}

.listAllCodeTable .title p
{
    margin: 0;
}

.barometersTable input
{
    background: transparent;
    border: 1px solid gray;
}

.barometersTable .isRequired
{
    width: 50px;   
}

.barometersTable td.isRequired
{
    text-align: center;
}

.barometersTable .position
{
    width: 60px;
}

.barometersTable .position input
{
    width: 60px;
    text-align: right;
}

.barometersTable .header td
{
    background: #EEEEEE;
}

.barometersTable .new td
{
    background: #e8eef4;
}

.SimulatorTextsTable .validContext a
{
    color: #007700;
}

.SimulatorTextsTable .invalidContext a
{
    color: #CC0000;
    font-weight: bold;
}

.TextContextChooser
{
    font-size: 14px;
    margin-top: -10px;  
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: gray;
    width: 430px;
    border-spacing: 0;
}

.TextContextChooser .current td
{
    background: black;
    color: White;
}

.TextContextChooser .options td
{
    background: #BBBBBB;
    color: black;
    vertical-align: top;
}

.TextContextChooser .options div
{
    cursor: pointer;
    text-decoration: underline;
}

.TextContextChooser .description
{
    width: 160px;
    text-align: right;
}

.TextContextChooser input
{
    background: black;
    font-size: 14px;
    border-width: 0;
    width: 200px; 
    cursor: default;
}

.TextContextChooser.validContext input
{
    color: #77FF77;
}

.TextContextChooser.invalidContext input
{
    color: #CC0000;
    font-weight: bold;
}

.DefaultFormBox
{
    background: whiteSmoke;
    border-radius: 5px;
    padding: 10px;
    display: inline-block;
    
    margin-right: 20px;
}

.left
{
    float: left;
}
.right
{
    float: right;
}

.report-waiting{
    color: #ccc;
    font-size: 10px;
}

.report-error, a:hover.report-error{
    color: red;
    font-size: 10px;
}

a.report-complete, a:hover.report-complete{
    color: red;
    font-size: 10px;
}

.mask{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #eee;
    opacity: 0.5;
}

.games-window{
    position: fixed;
    top: 50px;
    width: 500px;
    height: 400px;
    background-color: #fff;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 3px;
    padding: 3px;
    border: solid 1px #e4e4e4;
}

.games-window .close{
    background-image: url(Images/close.png);
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background-size: cover;
    text-indent: -1000px;
}

.games-window h1{
    font-size: 16px;
    background-color: #eee;
    margin: 0;
    padding: 10px;
    margin-bottom: 5px;
}

.games-window .users-games{
    height: 320px;
    overflow: auto;
    margin: 0 5px;
}

.games-window .user-games{
    margin-left: 20px;
}

.games-window .user-games label{
    line-height: 25px;
    font-size: 12px;
    height: 25px;
    vertical-align: bottom;
    display: block;
}

.games-window .user-games input{
    margin: 0 3px;
}

.games-window .user-name{
    line-height: 25px;
    font-size: 14px;
}

.games-window .operate-bar{
    text-align: center;
}

.hide{
    display:none;
}

.color-list{
	float: right;
	width: 140px;
}

.color-list select{
	width: 120px;
}