﻿/* ajax modal dialog styles */
.modalBackground 
{
	background-color: Gray;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
#pnlPerson {

}
.modalBox 
{
	background-color : #f5f5f5;
	border-width: 2px;
	border-style: ridge;
	border-color: Gray;
	padding: 0px;
    position: absolute;
    top: -50px !important;
}
.modalBox caption 
{
	background-image: url(../window_titlebg.html);
	background-repeat:repeat-x;
	margin-bottom: 10px;
	cursor: move;
}

/* tweb modal dialog styles */
.modalPanelTitle td {
	padding: 3px;
	font-weight: bold;
	font-size: 0.9em;
	background-image: url(../window_titlebg.html);
	cursor: pointer;
	color: black;
	font-family: Verdana;
	width: 100%;
	height: 30px;
	background-color: #6f90dc;
}

.modalPanel {
	z-index: 500;
	width: 420px;
	border: solid 1px #275473;
	position: absolute;
	border-collapse: collapse;
	background-color: #f0faff;
}

.modalPanel td {
	vertical-align: top;
}

.titleIcon {
	padding-right: 20px;
}
#popupFormBar
{
	background-image: url(../workers.html); 
	background-repeat: no-repeat; 
    /*font-family: Arial Verdana;*/
}

.leftColumn
{
	float: left;
	width: 350px;
}
.rightColumn
{
	float: left;
}
.popupNavigation
{
	white-space: nowrap;
	text-align: right;
	/*margin-top: 10px;*/
	margin-bottom: 10px;
	margin-right: 10px;
	/*width: 100%;*/
}
.divCol
{
	font-weight: normal;
	font-size: 10pt;
	float: left; 
	width: 100px;
	text-align: right;
	vertical-align:  middle;
	margin-top: 5px;
	margin-right: 10px; 
	white-space: nowrap;
    padding-top: 8px;
}
/*no width on the last col so it will expand*/
.divColLast
{
	font-size: 8pt;
	float:left; 
	white-space:nowrap;
}
.divColLast input
{
	/*height: 18px;*/
	width: 220px !important;
	font-size: 10pt;
    margin-bottom: 10px;
}
.divColLastSpecial
{
	font-size: 8pt;
	width: 150px;
	height: 130px;
}
.divColLastSpecial td label input
{
	font-size: 8pt;
}
.caption, table caption {
	background-color: #aaa;
	background-image: url('../tilebg_tablecaption.html');
	color: #000;
	font-size: 10pt;
	font-weight: bold;
	border: 0;
	border-bottom: solid 1px #737373;
	white-space: nowrap;
	text-align: center;
	padding-top:2px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.clearer {
	clear: both;
	overflow: hidden;
	background-color:transparent;
	filter:alpha(opacity=0);
	opacity:0.0;
	height: 1px;
	margin: 1px 1px 1px 1px;
	max-height: 2px;
}
.rightColData
{
	vertical-align: middle;
	text-align: left;
	padding-left: 10px;
}
.modalErrors {
    padding-left: 60px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
}
.modalErrors > ul > li {
    margin-left: -70px !important;
}