﻿/* 2018-01-05 rsw Bug ID:  31909 Change color for focused input fields */
table.RadioScreen
{
    min-width: 320px;
    max-width: 320px;
    vertical-align: top;
	background-color: White;
	color: Black; 
	border: 1px solid #0066CC;
	max-height: 600px;
}

tr.RadioScreenHeader
{
	vertical-align:top;
	background-color: #0066CC;
    min-width: 320px;
    max-width: 320px;
	height: 10px;
	color: White;
}
font.RadioScreenHeader
{
	font-weight:bold;
}
td.RadioScreenHeader
{
	text-align: center;	
}
tr.RadioScreenContent
{
	vertical-align:top;
	min-width: 100px;
}
td.RadioScreenContent
{
	text-align: left;	
}

.title{
	color: White;
	border: 1px solid white;
	background-color: #0066CC;
	font-weight: 900;
	text-align: center;
    min-width: 320px;
    max-width: 320px;
    width: 320px;
}

.Caption{
	padding-right:5px;
}
body {
	background-color: Black;
	color: White;
	overflow: hidden;
}

input {
	border: 1px solid #0066CC;
	background-color: White;
	color: #0066CC;
	padding-left: 2px;
	padding-right: 2px;
}

td.MenuHeader {
	color: White;
	border: 1px solid white;
	background-color: #0066CC;
	font-weight: 900;
	text-align: center;
	min-width: 290px;
    max-width: 290px;
    width: 290px;
}

.Black {
	color: Black;
}

.Error {
	border: 2px dotted red;
	background-color: #404040;
	color: Red;
	width: 100%;
	padding: 5px;
}

a.Menu, a:active.Menu, a:visited.Menu
{
	color: White;
	text-decoration: None;
}

.AlertMessage
{
	color:Orange;
	font-weight:bold;
}

/* 2018-01-05 rsw Bug ID:  31909 Change color for focused input fields */
input:focus
{
    background-color: yellow;
}
input[type=submit]
{
    padding: 4px 6px;
}

.text-center {
    text-align:center;
}