/*  C O M M O N   S T Y L E S
============================================================ */

/*  GENERAL  */
.required {
	color: #f00;
}

/*  DATE PICKER  */
.DPWeekdayNameList {
	width: 175px;
	margin-left: 1px;
	height: 20px;
	overflow: visible;
}
.DPGeneralCellSize, .DPWeekdayNameList span, .DPDayActive, .DPDayInactive, .DPDaySelected {
	width: 24px;
	height: 20px;
}
.DPWeekdayNameList span {
	display: block;
	position: static;
	float: left;
	text-decoration: none;
	border: none;
	margin-right: 1px;
	margin-bottom: 1px;
}
.DPDayActive, .DPDayInactive, .DPDaySelected {
	position: static;
	display: block;
	text-decoration: none;
	float: left;
	margin-right: 1px;
	margin-top: 1px;
	color: #000000;
	border: none;
	text-align: left;
}
.DPMonthPrev, .DPMonthNext {
	display: block;
	width: 20px;
	text-decoration: none;
	position: absolute;
	height: 1.4em;
}
.DPLastDayOfWeek { margin-right: 0px !important; }
.DPMonthPrev { left: 1px; }
.DPMonthNext { right: 1px; }

/*  AUTO-SUGGEST  */
.PLSuggestList {
	padding: 0px; 
	overflow: auto;
	max-height: 100px;
	z-index: 900;
	overflow-x: hidden;
	overflow-y: auto;
	_height: 64px;
}
.PLSuggestList a {
	display: block;
	position: static;
	text-decoration: none; 
	border: none;
	margin-bottom: 0px;
}

.PLFixedChoiceList {
	padding: 0px;
	overflow: auto;
	max-height: 100px;
	z-index: 900;
	overflow-x: hidden;
	overflow-y: auto;
	_height: 64px;
}
.PLFixedChoiceList a {
	display: block;
	position: static;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	border: none;
	margin-bottom: 0px;
}
.PLFixedChoiceListSpawner {
	padding: 0px;
	width: 100px;
	padding-left: 2px;
	text-align: left;
	height: 17px;
	padding-top: 2px;
	padding-bottom: 0px;
}

/*  IE HACK  */
input { *font-family: MS Shell Dlg, Arial; }

/*  CONTAINER  */

.modalContainer .modalTitleLeft
{
	clear: both;
	height: 32px;
	padding: 0px 34px 0px 12px;
	background: url(/images/Dialog/modalTopLeft.gif) no-repeat left top;
}

.modalContainer h3.modalTitle
{
	width: 100%;
	height: 23px;
	margin: 0px;
	padding-top: 9px;
	font-size: 12pt;
	background: url(/images/Dialog/modalTop.gif) repeat-x left top;
	color: #fff;
}

.modalContainer a.modalClose:link, .modalContainer a.modalClose:visited
{
	display: block;
	width: 34px;
	height: 32px;
	position: absolute;
	top: 0px;
	right: 0px;
	text-indent: -9999px;
	background: url(/images/Dialog/modalClose.gif) no-repeat right bottom;
}

.modalContainer a.modalClose:hover, .modalContainer a.modalClose:focus, .modalContainer a.modalClose:active
{
	background-position: right top;
}

.modalContainer .modalContentLeft
{
	clear: both;
	padding: 0px 0px 0px 12px;
	background: url(/images/Dialog/modalLeft.gif) repeat-y left top;
}

.modalContainer .modalContent
{
	width: 100%;
	padding-top: 10px;
	overflow: auto;
	font-size: 10pt;
}

.modalContainer .modalContentRight
{
	padding: 0px 12px 0px 0px;
	background: url(/images/Dialog/modalRight.gif) repeat-y right top;
}

.modalContainer .modalBottomLeft
{
	clear: both;
	height: 12px;
	padding: 0px 0px 0px 12px;
	margin: 0px;
	background: url(/images/Dialog/modalBottomLeft.gif) no-repeat left bottom;
}

.modalContainer .modalBottom
{
	width: 100%;
	height: 12px;
	margin: 0px;
	background: url(/images/Dialog/modalBottom.gif) repeat-x left bottom;
}

.modalContainer .modalBottomRight
{
	height: 12px;
	padding: 0px 12px 0px 0px;
	margin: 0px;
	background: url(/images/Dialog/modalBottomRight.gif) no-repeat right bottom;
}


/*  TABS  */
.modalTabs .ajax__tab_header
{
	margin-bottom: 10px;
	padding-left: 5px;
	overflow: hidden;
	background: url(/images/Dialog/modalTabBg.gif) repeat-x left bottom;
	zoom: 1;
}

.modalTabs .ajax__tab_header span
{
	display: block;
	float: left;
	margin-right: 5px;
}

.modalTabs .ajax__tab_header span.ajax__tab_outer
{
	float: none;
	margin: 0px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	cursor: pointer;
	background: url(/images/Dialog/modalTabLeft.gif) no-repeat left top;
}

.modalTabs .ajax__tab_header span.ajax__tab_inner
{
	float: none;
	margin: 0px;
	padding-right: 4px;
	background: url(/images/Dialog/modalTabRight.gif) no-repeat right top;
}

.modalTabs .ajax__tab_header span.ajax__tab_tab
{
	float: none;
	margin: 0px;
	padding: 3px 6px 2px;
	background: url(/images/Dialog/modalTab.gif) repeat-x left top;
}

.modalTabs .ajax__tab_header span.ajax__tab_active
{
	font-weight: bold;
}

.modalTabs .ajax__tab_header span.ajax__tab_hover span.ajax__tab_outer, .modalTabs .ajax__tab_header span.ajax__tab_active span.ajax__tab_outer
{
	background: url(/images/Dialog/modalTabLeftActive.gif) no-repeat left top;
}

.modalTabs .ajax__tab_header span.ajax__tab_hover span.ajax__tab_inner, .modalTabs .ajax__tab_header span.ajax__tab_active span.ajax__tab_inner
{
	background: url(/images/Dialog/modalTabRightActive.gif) no-repeat right top;
}

.modalTabs .ajax__tab_header span.ajax__tab_hover span.ajax__tab_tab, .modalTabs .ajax__tab_header span.ajax__tab_active span.ajax__tab_tab
{
	background: url(/images/Dialog/modalTabActive.gif) repeat-x right top;
}


/*  CONTENT  */
.modalContainer iframe
{
	display: block;
	overflow: hidden;
	border: none;
}

.modalTabs #BCtabs_body
{
	padding: 0px 5px;
	overflow: auto;
}

.modalTabs p
{
	margin: 0px 0px 10px;
}

.modalTabs input.standard,
.modalTabs textarea.standard
{
	font-size: 12pt;
}

.modalTabs span .required
{
	display: inline-block;
	margin-left: 3px;
	color: #c33;
}


/*  S I T E   S P E C I F I C
============================================================ */
.dialogBackground
{
	background-color: #dde5ea;
}

.modalContainer .modalContentLeft,
.modalContainer .modalContentRight,
.modalContainer .modalBottom
{
	font-family: Arial, sans-serif;
	color: #333;
	background-color: #dde5ea;
}

.modalTabs .ajax__tab_header span.ajax__tab_outer
{
	border-bottom-color: #999;
}

.modalTabs .ajax__tab_header span.ajax__tab_active span.ajax__tab_outer
{
	border-bottom-color: #dde5ea;
}

.modalTabs a:hover,
.modalTabs a:focus,
.modalTabs a:active
{
	text-decoration: none;
}

input.standard,
textarea.standard
{
	font-family: Arial,sans-serif;
	border: 1px solid #ccc;
	background-color: #fff;
}

input.standard:focus,
textarea.standard:focus
{
	border-color: #999;
}

.item
{
	border-bottom-color: #ccc;
}

.empty
{
	color: #999;
}

/*  A P P L I C A T I O N   S P E C I F I C
============================================================ */
.modalContainer
{
	width: 524px;
}

a.iconBriefcaseLink
{
	display: inline-block;
	position: relative;
	top: 3px;
	left: 3px;
}

