﻿html,body{
	margin:0;
	padding:0;
	height:100%;
	font-family: Verdana;
	font-size: 9pt;
	border:none;
    background-color:rgb(222,230,223);
}

.search
{
	font-style: italic;
	font-weight: bold;
	background-color: #ccffcc;
	border: solid 1px black;
	padding-left: 4px;
}
.modal
{
	background-color:rgb(222,230,223);
	filter: alpha(opacity=70);
	opacity: 0.7;
}


.dateCell
{
	font-size: smaller;
}

fieldset
{
	margin: 5px 0px 5px 0px;
}


.quickButton
{
	font-weight: bold;
	width: 100px;
	margin: 4px 20px 0px 10px;
}

.formLabel
{
	font-weight: bold;
	width: 100%;
	text-align: right;
	padding-right: 10px;
}
.formLabelLeft
{
	font-weight: bold;
	width: 100%;
	text-align: left;
	padding-right: 10px;
}
.formTable
{
	padding: 4px;
}
.formFloatingDiv
{
	padding: 4px;
	width: 200px;
	float: left;
}
.formLabelDiv
{
	font-weight: bold;
	margin-top: 8px;
}

.formPanel
{
	padding: 2px 4px 8px 4px;
}
.formPanel fieldset legend
{
	font-size: large;
	font-weight: bold;
	color: Black;
	margin-bottom: 10px;
}
.formPanelLabel
{
	font-weight: bold;
}
.formDiv
{
	float: left;
	display: block;
	margin: 4px 8px 4px 4px;
}

.calendarText
{
	font-size: 95%;
	font-weight: bold;
	text-align: center;
}

div.comment
{
	margin-top: 10px;
	background-color:rgb(222,230,223);
	padding: 4px;
}
div.commentDate
{
	font-weight: bold;
	margin: 4px 20px 4px 10px;
	float: left;
}
div.commentText
{
	clear: both;
	padding: 8px 10px 8px 40px;
	background-color: White;
	border: 1px solid Black;
}
.missingInfo
{
	color: Red;
	text-align: center;
	font-style: italic;
	background-color: #eeeeee;
}


.MyCalendar .ajax__calendar_container
{
	border: 1px solid #646464;
	background-color: white;
	z-index: 1000;
}

.changeAccountItem
{
	color: #006400;
	background-color: White;
	padding-left: 10px;
}
.changeAccountItemHightlighted
{
	color: White;
	font-weight: bold;
	font-style: italic;
	padding-left: 2px;
	background-color: #006400;
}


.ColumnHeaderClass
{
	color: White;
	border-right: white 1px outset;
	border-top: white 1px outset;
	border-left: white 1px outset;
	border-bottom: white 1px outset;
	padding-bottom: 3px;
	text-align: center;
	vertical-align: bottom;
	background-color: #006400;
}

.InvalidValue
{
	background-color: Yellow;
	font-style: italic;
}

.accountLookup
{
	margin-left: 10px;
	z-index: 1000;
}
.buttonHyperlink
{
	text-decoration: none;
	padding: 2px;
	margin-top: 4px;
	margin-left: 10px;
}

@media print
{
	.noPrint
	{
		display: none;
	}
	.menu
	{
		display: none;
	}
	.JRPLogo
	{
		display: none;
	}
}


.filterPanel
{
	background-color: Red; /* Remove this class */
}
.filterLabel
{
	margin-left: 15px;
	font-weight: bold;
}


/*jrp*/
div.gridbox_jrp {
  border: none;
}
div.gridbox_jrp .xhdr{
	/*
	background-image:url(/Images/Controls/GridHeaderBackground.png);
	background-repeat: repeat-x;
	background-position: center;
*/
    background-color: rgb(195,198,197);
}
div.gridbox_jrp .xhdr_last{
	border: 1px solid;
	border-color : #FDFDFD #999999 #999999 #FDFDFD;
}

div.gridbox_jrp table.hdr
{
	/*
	background-image:url(/Images/Controls/GridHeaderBackground.png);
	background-repeat: repeat-x;
	background-position: center;
*/
    background-color: rgb(195,198,197);
}

div.gridbox_jrp table.hdr td {
	border: 1px solid;
	border-color : #FDFDFD #999999 #999999 #FDFDFD;
	background-color:transparent;
	font-family:Tahoma;
	font-size:11px;
	font-weight: bold;
	color: black;
	vertical-align: bottom;
	text-align: center;
}
div.gridbox_jrp table.hdr td div.hdrcell{
	width:auto;
	padding-left:2px;
}
div.gridbox_jrp table.hdr .filter{
	padding-left:0px !important;
	text-align:center;
	-moz-user-select:text;
}
div.gridbox_jrp table.obj td {
	border-left: 1px solid white;
	border-top: 1px solid white;
	border-right: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
	font-family:Tahoma;
	font-size:11px;
	padding-right:4px;
	padding-left:4px;
}
div.gridbox_jrp table.obj{
	border-bottom: 1px solid #D6D6D6;
}
div.gridbox_jrp table.row20px tr td {
	padding-right:4px;
	padding-left:4px;
}
div.gridbox_jrp .dhx_combo_edit{
  font-family:Tahoma;
	font-size:11px;
}
div.gridbox_jrp table.obj tr.rowselected td{
	background-color:rgb(222,230,223);
	color:black;
	}
div.gridbox_jrp table.obj tr.rowselected td.cellselected, div.gridbox table.obj td.cellselected {
	background-color:rgb(222,230,223);
	}
div.gridbox_jrp .odd_light{
	background-color:#E5F2F8;
}

div.gridbox_jrp div.ftr td {
	empty-cells:show;
}
