﻿form {
	margin: 0;
	padding: 0;
}
input.text, textarea.text {
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	color: #808080;
	border: 1px solid #ccc;
	padding: 2px;
	font-style: normal;
}
.disabled {
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	color: #808080;
	background:white;
	border: 1px solid #ccc;
	padding: 2px;
	font-style: normal;
}
/*
input.labeled, textarea.labeled  a:focus{
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	color: #808080;
	border: 1px solid #ccc;
	padding: 2px;
	font-style: italic;
}
*/
textarea.focus, input.focus {
	border: 1px solid #f7941d;
	background-color:#FFFFCC;
}

.BorderColor
{
    border-color: silver;
}
.NoLeftBorder
{
    border-left: none;
}
.NoRightBorder
{
    border-right: none;
}
.NoTopBorder
{
    border-top: none;
}
.NoBottomBorder
{
    border-bottom: none;
}

label {
	font-size: 11px;
}
select {
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	color: #808080;
	border: 1px solid #ccc;
}
select:focus {
	border: 1px solid #f7941d;
	background-color:#FFFFCC;
	color: #333;
}

div.modalForm div.props,
div.modalForm div.props div.buttons {
	width: 936px;
}

div.modalForm div.date input.imgButton {
	vertical-align: bottom;
	padding: 2px;
}

input.icon {
	padding-left: 27px;
	text-transform: none;
}

table.weekMap {
	border: 1px solid #e5e5e5;
	background-color: #fff;
}
table.weekMap td {
	text-align: center;
	font-weight: bold;
	color: #999;
	background-color: #e5e5e5;
}
table.weekMap td.selected {
	background-color: #092869;
	color: #fff;
	background-color: #808080;
	color: #fff;
}
table.weekMap td label {
	display: block;
}
table.weekMap td input {
	display: none;
}

table tr
{
	vertical-align:top;
}
table.active td label {
	cursor: pointer;
}

table.tabControl
{
    width:95%;  
}

table.incidentMain
{
    width:100%;  
    border:1px;
    border-bottom-color:#C0D0E7;
    border-top-color:#C0D0E7;
    border-left-color:#C0D0E7;
    border-right-color:#C0D0E7;
    border-bottom-style:solid;
    border-top-style:solid;
    border-left-style:solid;
    border-right-style:solid;
    padding:0;
}

table.incidentMain tr.header
{
    vertical-align:top;
    text-align:left;
    background-color:#BBCEE9;
    font-weight:bold;
    height:20px;
}
table.incidentMain tr.detail
{
    vertical-align:top;
    text-align:left;
    background-color:#FFFFFF;
    height:30px;
}
table.incident
{
    width:100%;  
    padding:1;
}
table.incident tr.header
{
    vertical-align:top;
    text-align:left;
    background-color:#BBCEE9;
    font-weight:bold;
    height:20px;
}
table.incident tr.detail
{
    vertical-align:top;
    text-align:left;
    background-color:#FFFFFF;
    height:30px;
}
table.incident td
{
    border:1px;
    border-bottom-color:#FFFFFF;
    border-top-color:#FFFFFF;
    border-left-color:#FFFFFF;
    border-right-color:#FFFFFF;
    border-bottom-style:solid;
    border-top-style:solid;
    border-left-style:solid;
    border-right-style:solid;
}
.linkButton {
	font-weight:bold;
	text-decoration:underline;
	cursor: hand; 
}
#legend
{
	color:#0066a7; font-size:9pt; font-family:Trebuchet MS;font-weight:bold;
}

.legend
{
	color:#0066a7; font-size:9pt; font-family:Trebuchet MS;font-weight:bold;
}

.TopFloating
{
    position:relative;
    top:-1px;
    background:#bbcee9;
}