﻿/* Standard HTML elements */
html
{
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: verdana, sans-serif;
	background-color: #ffffff;
	overflow:auto;
}

body
{
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: verdana, sans-serif;
	font-size: 11px; /*	overflow:hidden;*/
}

.InitPage
{
	font-family: verdana, sans-serif;
	font-size: 11px; /*	overflow:hidden;*/
	background-color: #ed3126;
}

form
{
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: verdana, sans-serif; /*	overflow:hidden;*/
}

a
{
	color: #0560A6;
	text-decoration: none;
}

a[disabled]
{
	color: #999999;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a[disabled]:hover
{
	text-decoration: none;
}

.MainBody
{
/*	background-color: Red; background-color: #cccccc; */
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
	table-layout: fixed;
}

#MainBodyCell
{
	vertical-align: top;
}

.TeamObservationWrapper
{
	width: 100%;
	border-collapse: collapse;
	overflow: auto;
}

.LayoutTable
{
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	table-layout: fixed;
}

.PageContainer
{
	padding: 1px 1px 1px 1px;
	margin: 0px;
	vertical-align: top;
	background-color: #ffffff;
	border: solid 1px #999999;	
	width: 100%;
	height: 100%;
}

.InnerPageTable
{
	width: 100%;
	height: 100%;
	table-layout: fixed;
	vertical-align: top;
}

.HeaderTable
{
	width: 100%;
	table-layout: fixed;
	margin: 0px;
	padding: 0px;
	border: none;
	height: 75px; /* 70px */
}

.HeaderTable td
{
	margin: 0px;
	padding: 0px;
}

.JBILogo
{
	background-image: url(images/JBI-logo.gif);
	background-repeat: no-repeat;
	width: 285px;
	height: 50px;
}

.JBISmlLogo
{
	background-image: url(images/JBISmlLogo.jpg);
	background-repeat: no-repeat;
	width:215px;
	height: 50px;
}

.JBISmlSliver
{
	background-image: url(images/JBISmlSliver.jpg);
	background-repeat: repeat-x;
}

.PWMLgeLogo
{
	background-image: url(images/PWMLgeLogo.jpg);
	background-repeat: no-repeat;
	text-align: left;
/*	width:188px;*/
	height: 190px;
}

.PWMLgeSliver
{
	background-image: url(images/PWMLgeSliver.jpg);
	background-repeat: repeat-x;
}

.PWMSmlLogo
{
	background-image: url(images/PWMSmlLogo.jpg);
	background-repeat: no-repeat;
	height: 67px;
	width: 100px;
}

.PWMSmlSliver
{
	background-image: url(images/PWMSmlSliver.jpg);
	background-repeat: repeat-x;
}

.BlueSpacer
{
	background-image: url(images/bluespacer.png);
	background-repeat: repeat-x;
}

.AppLogo
{
	background-image: url(images/PACESLogo.gif);
	background-repeat: no-repeat;
	width: 377px;
}

.MenuCell
{
	background-color: #cccccc;
	vertical-align: middle;
	height: 30px;
}

div.MenuCombo
{
	padding-left: 10px; /*padding-top:0px;*/
}

div.MenuCombo .rcbInputCell INPUT.rcbInput
{
	background-color: #cccccc;
	color: darkslateblue;
}

.RadComboBoxDropDown_Outlook
{
	margin-left: 10px !important;
}

.SimpleBox
{
	border: 1px solid #CCCCCC;
	margin: 0;
	padding: 0;
	width: 99.5%;
}

.ImagePane
{
	margin: 0;
	padding: 0;
}

.ImagePaneLeftCell
{
	padding: 12px;
}

.ImagePaneRightCell
{
	padding: 1px 1px 0 0;
}

.ImagePaneHeadline
{
	color: #F18822;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.1em;
	margin: 0;
	padding-bottom: 4px;
}

.ImagePaneSmallHeading
{
	color: #F18822;
	font-size: 1em;
	font-weight: bold;
}

.ImagePaneHeadline a:link
{
	color: #2B59A7;
	text-decoration: none;
}

.ImagePaneBlurb
{
	color: #666666;
	font-size: 1em;
	line-height: 1.1em;
	margin: 0 0 8px;
	padding: 0;
	font-family: Tahoma,Arial,Verdana,Helvetica;
}

.AltSimpleBox
{
	background-color: #ECECEC;
	border: 1px solid #C6C6C6;
	text-align: left; /*padding-bottom: 10px;*/
}

.AltSimpleBox td
{
	/*padding: 3px;*/
}

.AltSimpleBox .ImageCell
{
	vertical-align: top;
}

.AltSimpleBoxHead
{
	color: #2B59A7 !important;
	font-family: Tahoma;
	font-size: 1em;
	font-weight: bold; /*margin-bottom:6px;*/
}

.ImageAndTextLink
{
	cursor: pointer;
}

.ImageAndTextLink div
{
	display: inline !important;
}

.NestedOuterHead
{
	background: #003571 !important;
	color: white !important;
}

.NestedOuterHead a
{
	color: White !important;
}

.OuterItem
{
	background-color: #a0b8d2;
}

.MiddleHeader
{
	background: #00944f !important;
	color: #ffffff !important;
}

.MiddleHeader a
{
	color: White !important;
}

.MiddleItem
{
	background-color: #b7d9c9;
}

.InnerHeader
{
	background: #0560A6 !important;
	color: #ffffff;
}

.InnerHeader a
{
	color: White !important;
}

.InnerItem
{
	background-color: #a9c5d9;
}

.Wait
{
}

.Normal
{
}

/* override input cursors with a more specific CSS selector */
.Wait INPUT
{
	cursor: wait;
}

.Normal INPUT
{
	cursor: default;
}

/* override grid cursors with a more specific CSS selector */
.Wait TABLE
{
	cursor: wait;
}

.Normal TABLE
{
	cursor: default;
}

.table100
{
	/*width:100%;*/
	border:0px;
	border-collapse:collapse;
	padding:0px;
	margin:0px;
}

.SmallWhiteText
{
/*	font-size: 0.8em;	*/
	color:White;
	padding-top: 13px;
}

.SmallWhiteText a
{
	font-family: verdana, sans-serif;
	font-size: 11px; /*	overflow:hidden;*/
}