/**********************************************************************
 * BaseStyles.LeftToRight.css                                         *
 *                                                                    *
 * This file contains the styles for Left to Right languages.         *
 * This file will be copied to BaseStyles.css if you select a LTR     *
 * language as the primary language of your application.              *
 *                                                                    *
 * Do not modify this file.  To override any of the styles, please    *
 * modify the Styles.css file.                                        *
 *                                                                    *
 **********************************************************************/

HTML
{
	/* language direction flow of content on page */
	direction: ltr;
}


/**********************************************************************
 * Button Styles                                                      *
 **********************************************************************/
.bC a.button_link, .thc a.button_link, .tic a.button_link, .ttc a.button_link
{
	/* link text of buttons (including those within column headers and data grid) */
	background: #d7c768;
	color: #122970;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding-left: 7px;
	padding-right: 7px;
	white-space: nowrap;
}

.bC a.button_link:hover, .thc a.button_link:hover, .tic a.button_link:hover, .ttc a.button_link:hover
{
	/* link text of buttons (including those within column headers and data grid) hover state */
	color: #fffee1;
	text-decoration: none;
}


.button-TL-white, .bTL
{
	/* theme button top left edge */
}

.button-T-white, .bT
{
	/* theme button top center edge */
}

.button-TR-white, .bTR
{
	/* theme button top right edge */
}

.button-L-white, .bL
{
	/* theme button left middle edge */
}

.button-white, .bC
{
	/* theme button center */
	height: 15px;
	white-space: nowrap;
}

.button-R-white, .bR
{
	/* theme button right middle edge */
}

.button-BL-white, .bBL
{
	/* theme button bottom left edge */
}

.button-B-white, .bB
{
	/* theme button bottom center edge */
}

.button-BR-white, .bBR
{
	/* theme button bottom right edge */
}


/**********************************************************************
 * Multi-level Menu Styles                                            *
 **********************************************************************/
.MLMmenuAlign
{
	/* horizontal menu container alignment */
	padding-bottom: 2px;
	padding-top: 2px;
}

.MLMmenu
{
	/* horizontal menu container */
}

.MLMmenusub
{
	/* horizontal submenu container (menu leaves) */
	border: 1px solid #d7c768;
	z-index: 100;
}

.MLMmC
{
	/* horizontal menu item link text */
	background-color: #d7c768;
	border-bottom: 1px #877718 solid;
	border-right: 1px #877718 solid;
	border-left: 1px #ffff99 solid;
	border-top: 1px #ffff99 solid;
	color: #122970;
	cursor: pointer !important;
	display: block;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
}

.MLMmoC
{
	/* menu item hover */
	color: #fffee1;
}

.MLMsubmC
{
	/* horizontal submenu item link text */
	background-color: #deddc0;
	color: #122970;
	cursor: pointer !important;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
}

.MLMsubmoC
{
	/* horizontal submenu item link text hover state */
	background-color: #d7c768;
	color: #fffee1;
}

.MLMmbbg
{
	/* horizontal menu bottom trim */
}

.MLMmenuVAlign
{
	/* vertical menu container alignment */
	padding-left: 6px;
	padding-right: 6px;
}

.MLMmenuV
{
	/* vertical menu container */
	position: relative;
}

.MLMmenuVsub
{
	/* vertical submenu container */
	border: 1px solid #d7c768;
	z-index: 100;
}

.MLMmvC
{
	/* vertical menu item link text */
	background-color: #d7c768;
	border-bottom: 1px #877718 solid;
	border-right: 1px #877718 solid;
	border-left: 1px #ffff99 solid;
	border-top: 1px #ffff99 solid;
	color: #122970;
	cursor: pointer !important;
	display: block;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
}

.MLMmvoC
{
	/* vertical menu item hover */
	color: #fffee1;
}

.MLMsubmvC
{
	/* vertical submenu item link text */
	background-color: #deddc0;
	color: #122970;
	cursor: pointer !important;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
}

.MLMsubmvoC
{
	/* vertical submenu item link text hover state */
	background-color: #d7c768;
	color: #fffee1;
}

.MLMmveTL
{
	/* vertical menu top left edge */
}

.MLMmveT
{
	/* vertical menu top center edge */
}

.MLMmveTR
{
	/* vertical menu top right edge */
}

.MLMmveBL
{
	/* vertical menu bottom left edge */
}

.MLMmveB
{
	/* vertical menu bottom center edge */
}

.MLMmveBR
{
	/* vertical menu bottom right edge */
}


/**********************************************************************
 * Classic Menu Styles                                                *
 **********************************************************************/
.menus
{
	/* horizontal menu container */
	padding-bottom: 4px;
	padding-top: 4px;
}

.menusV
{
	/* vertical menu container */
	padding-left: 5px;
	padding-right: 5px;
}

.menu_off, .mC
{
	/* horizontal menu item center */
	background: #d7c768;
	color: #122970;
	font-weight: bold;
	text-decoration: none;
	width: 100%;
	padding-top: 3px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	border-bottom: 1px #877718 solid;
	border-right: 1px #877718 solid;
	border-left: 1px #ffff99 solid;
	border-top: 1px #ffff99 solid;
	white-space: nowrap;
}

.menu_on, .moC
{
	/* horizontal menu highlighted item center */
	background: #d7c768;
	color: #122970;
	font-weight: bold;
	text-decoration: none;
	width: 100%;
	padding-top: 3px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	border-bottom: 1px #877718 solid;
	border-right: 1px #877718 solid;
	border-left: 1px #ffff99 solid;
	border-top: 1px #ffff99 solid;
	white-space: nowrap;
}

.menu
{
	/* horizontal/vertical menu item text */
	color: #122970;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	width: 100%;
}

.menu_off a:hover, .mC a:hover
{
	color: #fffee1;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
}

.menu_on a, .moC a
{
	/* horizontal menu highlighted item link text */
	color: #fffee1;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
}

.menuEdgeL, .mel
{
	/* horizontal menu container left edge */
}

.menuEdgeR, .mer
{
	/* horizontal menu container right edge */
}

.menu_bot_bg, .mbbg
{
	/* horizontal menu bottom trim */
}


/**********************************************************************
 * Tab Control Styles                                                 *
 **********************************************************************/
.ajax__tab_xp
{
	/* tab container alignment */
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
}

.pContent .ajax__tab_xp .ajax__tab_body
{
	/* tab container */
	margin: 0px;
	padding: 0px;
}

.ajax__tab_xp .dialog_view, .ajax__tab_xp .dv
{
	/* panel container within tab container */
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
}

.ajax__tab_xp .dBody
{
	/* panel content container (excludes panel header) within tab container */
	border: 0px;
}

.ajax__tab_xp .tre
{
	/* data grid container within tab container */
	border-top: 1px #a89fa9 solid;
}


/**********************************************************************
 * Page Background Styles                                             *
 **********************************************************************/
.pageBackground, .pBack
{
	/* page content container */
	background-color: #666f8f;
	margin: 0px;
}


/**********************************************************************
 * AJAX Smooth Panel Update Styles                                    *
 **********************************************************************/
.ajaxUpdatePanel
{
	/* AJAX smooth panel update screen overlay */
	background-color: #000000; /* filter: alpha(opacity=10); */
	height: 1000px;
	-moz-opacity: 0.20;
	opacity: 0.20;
	padding: 20px;
	position: absolute;
	width: 100%;
}


/**********************************************************************
 * Sign In Bar Styles                                                 *
 **********************************************************************/
.signInBar
{
	/* sign in bar */
	background-image: url(../Images/SignInBarBackground.gif);
	background-repeat: repeat-x;
	color: #666666;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	white-space: nowrap;
}

.signInBarL
{
	/* sign in bar left edge */
	background-image: url(../Images/SignInBarL.gif);
	background-repeat: no-repeat;
}

.signInBar a, .signInBar input
{
	/* sign in bar link text */
	color: #666666;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: bold;
	white-space: nowrap;
}

.signInBarStatus
{
	/* sign in bar status message text */
	color: #ffffff;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	text-align: right;
	white-space: nowrap;
}


/**********************************************************************
 * Panel Body Styles                                                  *
 **********************************************************************/
.dialog_body, .dBody
{
	/* panel content container (excludes panel header) */
	background-color: #ffffff;
	border: 1px solid #a89fa9;
	color: #666666;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	text-align: left;
}

.dBody2
{
	/* alternate panel content container (excludes panel header) */
	color: #666666;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	text-align: left;
}

.dBodyShowSelectRecordDivider
{
	/* deprecated */
	background-color: #fffee1;
	border-top: 1px solid #a89fa9;
}

.dialog_field_value, .dfv
{
	/* panel field value text */
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	padding: 0px 3px 0px 3px;
}

.dialog_header, .dh
{
	/* panel header container */
	padding: 3px;
	border-top: 1px solid #555555;
	border-bottom: 1px solid #555555;
	border-left: 1px solid #555555;
	border-right: 1px solid #555555;
	background: #deddc0;
}

.dialogHeaderBackground, .dhb
{
	/* panel header */
	background: #deddc0;
	padding: 3px;
}

.dialog_header_text, .dht
{
	/* panel header title text */
	color: #000000;
	font-family: Verdana, Geneva, ms sans serif;
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Geneva, ms sans serif;
	vertical-align: middle;
}

.dialogHeaderTextRecord, .dhtr
{
	/* record panel header title text */
	color: #000000;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 14px;
	font-weight: bold;
}

.dialogHeaderEdgeL, .dhel
{
	/* panel header left edge */
	width: 10px;
}

.dialogHeaderEdgeR, .dher
{
	/* panel header right edge */
	width: 10px;
}

.dialogHeaderIcon, .dhi
{
	/* panel header add/edit/show icon container */
	padding-top: 2px;
	vertical-align: middle;
	width: 0px;
}

.dialogHeaderIconRecord, .dhir
{
	/* record panel header add/edit/show icon container */
	padding-left: 10px;
	padding-right: 10px;
}

.dialogHeaderExpandCollapseIcon, .dheci
{
	/* panel header expand/collapse icon container */
	background-image: url(../Images/dialogHeaderT.gif);
	width: 20px;
	height: 14px;
	vertical-align: middle;
}

.dialogHeaderPrintEmailIcon, .dhpei
{
	/* panel header print/email icon container */
	padding-right: 10px;
	text-align: right;
	vertical-align: middle;
	width: 100%;
}

.dialogHeaderTotalRecordCount, .dhtrc
{
	/* panel header total record count container */
	background-image: url(../Images/dialogHeaderT.gif);
	text-align: right;
	padding-top: 2px;
	vertical-align: middle;
	padding-left: 20px;
}

.dialogHeaderTotalRecordCountText, .dhtrct
{
	/* panel header total record count text */
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
}

.dialog_view, .dv
{
	/* panel container (includes panel header) */
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
}

.dv2
{
	/* nested panel container (includes panel header) */
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	width: 300px;
}

.category, .c
{
	/* category filter container */
	color: #122970;
	padding: 5px;
}

.category_area, .ca
{
	/* category filter */
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	vertical-align: bottom;
	white-space: nowrap;
	padding-bottom: 4px;
}

.category_area A, .ca A
{
	/* category filter link text */
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	color: #999955;
	text-decoration: underline;
}

.category_area A:hover, .ca A:hover
{
	/* category filter link text hover state */
	color: #122970;
	text-decoration: underline;
}

.subcategory_label, .scl
{
	/* category filter label */
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	padding-left: 4px;
	white-space: nowrap;
	vertical-align: middle;
}

.subcategory SELECT, .sc SELECT
{
	/* category filter drop-down list */
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	border-top: 1px #555555 solid;
	border-left: 1px #555555 solid;
	border-right: 1px #eeeeee solid;
	border-bottom: 1px #eeeeee solid;
}

.recordPanelButtonsAlignment, .rpbAlign
{
	/* page buttons alignment */
	padding-bottom: 5px;
}

.buttonPadding
{
	/* page buttons padding */
	margin-right: 6px;
}

.field_label, .fl
{
	/* field label (on top) */
	color: #999955;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	padding: 4px 3px 4px 3px;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}

.field_label_on_side, .fls
{
	/* field lable on side */
	color: #999955;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	padding: 4px 3px 4px 3px;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
}

.field_input, .fi
{
	/* input textbox */
	background-color: #ffffff;
	color: #222222;
	font-size: 10px;
	font-family: Verdana, Geneva, ms sans serif;
	border-top: 1px #555555 solid;
	border-left: 1px #555555 solid;
	border-right: 1px #eeeeee solid;
	border-bottom: 1px #eeeeee solid;
}

.filter_button a.button_link, .filb a.button_link
{
	padding-right: 4px;
	padding-left: 4px;
}

.filter_area, .fila
{
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	padding: 3px 6px 3px 6px;
	text-align: right;
	vertical-align: middle;
}

.search_area, .sa
{
	/* search area container */
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	text-align: left;
	padding: 2px 2px 0px 5px;
	background: #deddc0;
	border-top: 1px solid #fffee1;
	border-bottom: 1px solid #c8bfc9;
}

.search_label a.button_link, .sl a.button_link
{
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	padding-right: 4px;
	padding-left: 4px;
}

.Filter_Input, .Search_Input, .fili, .si
{
	background-color: #ffffff;
	color: #222222;
	font-size: 10px;
	font-family: Verdana, Geneva, ms sans serif;
	border-bottom: 1px #eeeeee solid;
	border-left: 1px #555555 solid;
	border-right: 1px #eeeeee solid;
	border-top: 1px #555555 solid;
}

.rangeFilterText, .rft
{
	/* range filter label */
	color: #666666;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: normal;
	padding-left: 6px;
	padding-right: 6px;
	text-decoration: none;
	text-transform: none;
}


/**********************************************************************
 * Pagination Styles                                                  *
 **********************************************************************/


.pagination_value, .prv
{
	/* pagination row value */
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
}

.pagination_label, .prl
{
	/* pagination row label */
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	vertical-align: middle;
	white-space: nowrap;
}



.paginationRowEdgeL, .prel
{
	/* button bar/pagination row left edge */
	width: 0px;
	height: 36px;
}

.paginationRowEdgeR, .prer
{
	/* button bar/pagination row right edge */
	width: 0px;
	height: 36px;
}

.paginationButtonFirst, .prbf
{
	/* pagination row first page button */
	background-image: url(../Images/arrow_beg.gif);
	background-repeat: no-repeat;
	vertical-align: middle;
	width: 28px;
	height: 17px;
}

.paginationButtonPrevious, .prbp
{
	/* pagination row previous page button */
	background-image: url(../Images/arrow_left.gif);
	background-repeat: no-repeat;
	vertical-align: middle;
	width: 19px;
	height: 17px;
}

.paginationButtonNext, .prbn
{
	/* pagination row next page button */
	background-image: url(../Images/arrow_right.gif);
	background-repeat: no-repeat;
	vertical-align: middle;
	width: 19px;
	height: 17px;
}

.paginationButtonLast, .prbl
{
	/* pagination row last page button */
	background-image: url(../Images/arrow_end.gif);
	background-repeat: no-repeat;
	vertical-align: middle;
	width: 28px;
	height: 17px;
}


/**********************************************************************
 * Table Rows Styles                                                  *
 **********************************************************************/
.header_cell, .header_cell_scrolling, .thc, .thcs
{
	background-color: #ffffff;
	border-bottom: 1px #a89fa9 solid;
	border-right: 1px #a89fa9 solid;
	color: #122970;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	padding: 5px;
	padding-left: 1px;
	vertical-align: middle;
}

.thcnb
{
	/* column header container (above row buttons) */
	background-color: #ffffff;
	border-bottom: 1px #a89fa9 solid;
	color: #122970;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	padding: 5px;
	padding-left: 1px;
	vertical-align: middle;
}

.thcwb
{
	/* column header container (above select checkbox) */
	background-color: #ffffff;
	border-bottom: 1px #a89fa9 solid;
	border-left: 1px #a89fa9 solid;
	border-right: 1px #a89fa9 solid;
	color: #122970;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	padding: 5px;
	padding-left: 1px;
	vertical-align: middle;
}

.header_cell_empty, .thce
{
	/* column header container (when no column header text is present) */
	background-color: #ffffff;
	border-bottom: 1px #a89fa9 solid;
}

.column_header, .tch
{
	/* column header text */
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
}

.column_header A, .column_header_scrolling A, .tch A, .tchs A
{
	/* column header link text */
	color: #999955;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	text-decoration: none;
}

.column_header A:hover, .column_header_scrolling A:hover, .tch A:hover, .tchs A:hover
{
	/* column header link text hover state */
	color: #122970;
}

.columnHeaderFilterPadding, .tchfilp
{
	/* above column filter container */
	padding-top: 4px;
}

.columnHeaderFilterPadding A, .tchfilp A
{
	/* above column filter link text */
	text-decoration: none;
	color: #122970;
}

.columnHeaderFilterPadding A:hover, .tchfilp A:hover
{
	/* above column filter link text hover state */
	text-decoration: none;
	color: #122790;
}

.icon_cell, .alt_icon_cell, .tic, .taic
{
	/* deprecated: data grid row button container */
	background-color: #ffffff;
	border-bottom: 1px #a89fa9 solid;
	border-right: 1px #a89fa9 solid;
	padding-top: 3px;
	vertical-align: top;
	width: 16px;
}

.icon_cell_highlighted, .alt_icon_cell_highlighted, .tich, .taich
{
	/* deprecated: data grid row button container highlighted state */
	background-color: #deddc0;
	border-bottom: 1px #a89fa9 solid;
	border-right: 1px #a89fa9 solid;
	padding-top: 3px;
	vertical-align: top;
	width: 16px;
}

.icon_cell_selected, .tics
{
	/* deprecated: data grid row button container selected state */
	background-color: #fffee1;
	border-bottom: 1px #a89fa9 solid;
	border-right: 1px #a89fa9 solid;
	padding-top: 3px;
	vertical-align: top;
	width: 16px;
}

.ticnb
{
	/* data grid row button container */
	background-color: #ffffff;
	border-bottom: 1px #a89fa9 solid;
	padding-left: 1px;
	padding-top: 5px;
	vertical-align: top;
	width: 16px;
}

.tichnb
{
	/* data grid row button container highlighted state */
	background-color: #deddc0;
	border-bottom: 1px #a89fa9 solid;
	padding-left: 1px;
	padding-top: 5px;
	vertical-align: top;
	width: 16px;
}

.ticsnb
{
	/* data grid row button container selected state */
	background-color: #fffee1;
	border-bottom: 1px #a89fa9 solid;
	padding-left: 1px;
	padding-top: 5px;
	vertical-align: top;
	width: 16px;
}

.ticwb
{
	/* data grid select checkbox container */
	background-color: #ffffff;
	border-bottom: 1px #a89fa9 solid;
	border-left: 1px #a89fa9 solid;
	border-right: 1px #a89fa9 solid;
	padding-top: 3px;
	vertical-align: top;
	width: 16px;
}

.tichwb
{
	/* data grid select checkbox container highlighted state */
	background-color: #deddc0;
	border-bottom: 1px #a89fa9 solid;
	border-left: 1px #a89fa9 solid;
	border-right: 1px #a89fa9 solid;
	padding-top: 3px;
	vertical-align: top;
	width: 16px;
}

.ticswb
{
	/* data grid select checkbox container selected state */
	background-color: #fffee1;
	border-bottom: 1px #a89fa9 solid;
	border-left: 1px #a89fa9 solid;
	border-right: 1px #a89fa9 solid;
	padding-top: 3px;
	vertical-align: top;
	width: 16px;
}

.tichb
{
	/* data grid right-most row button container (when no select checkbox is present) */
	background-color: #ffffff;
	border-bottom: 1px #a89fa9 solid;
	border-right: 1px #a89fa9 solid;
	padding-top: 3px;
	vertical-align: top;
	width: 16px;
}

.tichhb
{
	/* data grid right-most row button container (when no select checkbox is present) highlighted state */
	background-color: #deddc0;
	border-bottom: 1px #a89fa9 solid;
	border-right: 1px #a89fa9 solid;
	padding-top: 3px;
	vertical-align: top;
	width: 16px;
}

.ticshb
{
	/* data grid right-most row button container (when no select checkbox is present) selected state */
	background-color: #fffee1;
	border-bottom: 1px #a89fa9 solid;
	border-right: 1px #a89fa9 solid;
	padding-top: 3px;
	vertical-align: top;
	width: 16px;
}

.icon_cell_empty, .tice, .taic
{
	background-color: #ffffff;
	border-bottom: 1px #a89fa9 solid;
	width: 0px;
}

.icon_cell_highlighted_empty, .tiche
{
	/* data grid row button container (when no row button is present) highlighted state */
	background-color: #deddc0;
	border-bottom: 1px #a89fa9 solid;
	width: 0px;
}

.icon_cell_selected_empty, .ticse
{
	/* data grid row button container (when no row button is present) selected state */
	background-color: #fffee1;
	border-bottom: 1px #a89fa9 solid;
	width: 0px;
}

.table_cell, .alt_table_cell, .ttc, .tatc
{
	/* data grid data container */
	background-color: #ffffff;
	border-right: 1px #a89fa9 solid;
	border-bottom: 1px #a89fa9 solid;
	color: #000000;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	padding: 3px;
	padding-bottom: 2px;
	text-align: left;
	vertical-align: top;
}

.table_cell_highlighted, .alt_table_cell_highlighted, .ttch, .tatch
{
	/* data grid data container highlighted state */
	background-color: #deddc0;
	border-right: 1px #a89fa9 solid;
	border-bottom: 1px #a89fa9 solid;
	color: #000000;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	padding: 3px;
	padding-bottom: 2px;
	text-align: left;
	vertical-align: top;
}

.table_cell_selected, .ttcs
{
	/* data grid data container selected state */
	background-color: #fffee1;
	border-right: 1px #a89fa9 solid;
	border-bottom: 1px #a89fa9 solid;
	color: #000000;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	padding: 3px;
	padding-bottom: 2px;
	text-align: left;
	vertical-align: top;
}

.ttc a, .tatc a, .ttch a, .tatch a, .ttcs a, .dfv a, .dialog_field_value a
{
	/* data grid data link text */
	color: #999955;
}

.ttc a:hover, .tatc a:hover, .ttch a:hover, .tatch a:hover, .ttcs a:hover, .dfv a:hover, .dialog_field_value a:hover
{
	/* data grid data link text hover state */
	color: #122970;
}

.ttc .dv, .ttch .dv, .ttcs .dv
{
	/* panel container nested within data grid */
	margin: 0px;
	padding: 0px;
}

.ttc .ajax__tab_xp, .ttch .ajax__tab_xp, .ttcs .ajax__tab_xp
{
	/* tab container nested within data grid */
	margin: 0px;
	padding: 0px;
}

.totals_cell, .tpttc
{
	/* data grid totals container */
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	border-right: 1px #a89fa9 solid;
	border-bottom: 1px #a89fa9 solid;
	padding: 3px;
	padding-bottom: 2px;
	background-color: #ffffff;
	text-align: left;
	color: #000000;
	width: 48px;
}

.totals_cell_value, .tpttcv
{
	/* data grid totals text */
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	border-right: 1px #a89fa9 solid;
	border-top: 1px #a89fa9 solid;
	border-bottom: 1px #a89fa9 solid;
	padding: 3px;
	padding-bottom: 2px;
	background-color: #ffffff;
	text-align: right;
	color: #000000;
}

.page_total_label, .tptl
{
	/* data grid page totals label */
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	padding-left: 20px;
	white-space: nowrap;
	vertical-align: middle;
}

.page_total_value, .tptv
{
	/* data grid page totals text */
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: normal;
	padding: 3px;
}
.grand_total_label, .tgtl
{
	/* data grid grand total label */
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	padding-left: 20px;
	white-space: nowrap;
	vertical-align: middle;
}

.grand_total_value, .tgtv
{
	/* data grid grand total text */
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: normal;
	padding: 3px;
}

.tableRowsEdge, .tre
{
	/* data grid container */
	border-left: 1px #a89fa9 solid;
	background-color: #a89fa9;
}


/**********************************************************************
 * Scrolling Table Styles                                             *
 **********************************************************************/
div.tableContainer
{
	/* scrolling table container */
	clear: both;
	height: 285px; /* defines scrolling region height */
	overflow: auto; /* enables scroll bar */
}

div.tableContainer table
{
	/* data grid container of scrolling table */
	width: 97%; /* defines data region width (provide room for scroll bar) */
}

thead.fixedHeader tr
{
	/* fixed column header of data grid */
	background-color: #ffffff; /* obscures data behind headers */
	position: relative; /* fixes headers in place */
}

.scrollContent
{
	/* data grid (excludes fixed column header) within scrolling table */
	display: block;
}

thead.fixedHeader td.button-white
{
	/* theme button container within scrolling table column header */
	white-space: nowrap;
	width: 0%;
}

thead.fixedHeader table
{
	/* deprecated */
	width: 0%;
}


/**********************************************************************
 * Auto Type Ahead (Interactive Search) Styles                        * 
 **********************************************************************/
.autotypeahead_completionListElement
{
	/* textbox value */
	background-color: #ffffff;
	border-bottom: 1px #555555 solid;
	border-left: 1px #555555 solid;
	border-right: 1px #555555 solid;
	border-top: 1px #555555 solid;
	height: 90px;
	list-style-type: none;
	margin: 0px;
	overflow: auto;
	padding: 0px;
	visibility: hidden;
}

.autotypeahead_highlightedListItem
{
	/* highlighted list item */
	background-color: #deddc0;
	padding-bottom: 1px;
}

.autotypeahead_listItem
{
	/* list item */
	padding-bottom: 1px;
}


/**********************************************************************
 * AJAX Calendar Styles                                               *
 **********************************************************************/
.MyCalendar .ajax__calendar_container
{
	/* AJAX calendar container */
	background-color: #ffffff;
	border: 1px solid #636563;
	color: #000000;
	z-index: 20;
}

.MyCalendar .ajax__calendar_day
{
	/* AJAX calendar non-current day container */
	border: 1px solid #ffffff;
}

.MyCalendar .ajax__calendar_other .ajax__calendar_day, .MyCalendar .ajax__calendar_other .ajax__calendar_year
{
	/* AJAX calendar non-current month day/year container */
	border: 1px solid #ffffff;
	color: #636563;
}

.MyCalendar .ajax__calendar_hover .ajax__calendar_day, .MyCalendar .ajax__calendar_hover .ajax__calendar_month, .MyCalendar .ajax__calendar_hover .ajax__calendar_year
{
	/* AJAX calendar day/month/year hover state */
	background-color: #effbff;
	border: 1px solid #def3ff;
	color: #0065ce;
}

.MyCalendar .ajax__calendar_active .ajax__calendar_day, .MyCalendar .ajax__calendar_active .ajax__calendar_month, .MyCalendar .ajax__calendar_active .ajax__calendar_year
{
	/* AJAX calendar current day/month/year container */
	background-color: #effbff;
	border: 1px solid #0065ce;
	color: #0065ce;
}


/**********************************************************************
 * Info Panel Styles                                                  *
 **********************************************************************/
.panelInformationDisplayWithImage
{
	/* information panel (with image) container */
	border-top: 1px #cccccc solid;
	border-left: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
}

.panelInformationDisplayWithImage_ImageArea
{
	/* information panel (with image) image container */
	padding: 10px 10px 10px 16px;
}

.panelInformationDisplayWithImage_InfoArea
{
	/* information panel (with image) info container */
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	vertical-align: middle;
}

.panelInformationDisplayWithImage_InfoTitle
{
	/* information panel (with image) info title text */
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 12px;
	font-weight: bold;
	color: #777777;
	white-space: nowrap;
}

.panelInformationDisplayWithImage_InfoDetails
{
	/* information panel (with image) info details text */
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	padding-right: 16px;
	white-space: nowrap;
}

.panelInformationDisplay
{
	/* information panel container */
	border-top: 1px #cccccc solid;
	border-left: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
}

.panelInformationDisplay_InfoArea
{
	/* information panel info container */
	padding: 10px;
}

.panelInformationDisplay_InfoTitle
{
	/* information panel info title text */
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 12px;
	font-weight: bold;
	color: #777777;
	white-space: nowrap;
	text-align: center;
}

.panelInformationDisplay_InfoDetails
{
	/* information panel info details text */
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	white-space: nowrap;
	text-align: center;
}


/**********************************************************************
 * Configuration/Error Page Styles                                    *
 **********************************************************************/
.configureErrorPagesText
{
	/* configure/error page body text */
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 11px;
	color: #333333;
}


/**********************************************************************
 * Section 508 Compliance Styles                                      *
 **********************************************************************/
.skipNavigationLinks
{
	/* skip navigation links container*/
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	color: #ffffff;
}


/**********************************************************************
 * Detail Rollover Popup Styles                                       *
 **********************************************************************/
.detailRolloverPopup
{
	/* detail rollover popup container */
	position: absolute;
	visibility: visible;
	z-index: 2;
}

.detailRolloverTitle
{
	/* detail rollover popup title */
	color: #000000;
	font-family: Verdana, Geneva, ms sans serif;
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Geneva, ms sans serif;
	vertical-align: middle;
	width: 100%;
}

.detailRolloverPopupCloseButtonAlignment
{
	/* detail rollover popup close button container */
	padding-top: 26px;
}

.detailRolloverTL
{
	/* detail rollover popup top left edge */
	background-image: url(../Images/detailRolloverTL.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 57px;
	width: 65px;
}

.detailRolloverT
{
	/* detail rollover popup top center edge */
	background-image: url(../Images/detailRolloverT.png);
	background-position: bottom center;
	background-repeat: repeat-x;
	height: 57px;
}

.detailRolloverTR
{
	/* detail rollover popup top right edge */
	background-image: url(../Images/detailRolloverTR.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 57px;
	width: 65px;
}

.detailRolloverL
{
	/* detail rollover popup left middle edge */
	background-image: url(../Images/detailRolloverL.png);
	background-position: center right;
	background-repeat: repeat-y;
	width: 65px;
}

.detailRolloverC
{
	/* detail rollover popup center */
	background-image: url(../Images/detailRolloverC.png);
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
}

.detailRolloverR
{
	/* detail rollover popup right middle edge */
	background-image: url(../Images/detailRolloverR.png);
	background-position: center left;
	background-repeat: repeat-y;
	width: 65px;
}

.detailRolloverBL
{
	/* detail rollover popup bottom left edge */
	background-image: url(../Images/detailRolloverBL.png);
	background-position: top right;
	background-repeat: no-repeat;
	height: 29px;
	width: 65px;
}

.detailRolloverB
{
	/* detail rollover popup bottom center edge */
	background-image: url(../Images/detailRolloverB.png);
	background-position: top center;
	background-repeat: repeat-x;
	height: 29px;
}

.detailRolloverBR
{
	/* detail rollover popup bottom right edge */
	background-image: url(../Images/detailRolloverBR.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 29px;
	width: 65px;
}


/**********************************************************************
 **********************************************************************
 * Migration-Only Styles                                              *
 *                                                                    *
 * The following styles have been deprecated in the latest release,   *
 * but may still be needed in migrated applications.                  *
 **********************************************************************
 **********************************************************************/

/**********************************************************************
 * Page Center Styles                                                 *
 **********************************************************************/
.pcTable
{
	/* contents of page container */
}
.pcTL
{
	/* page container top left edge */
}
.pcT
{
	/* page container top center edge (header container) */
}
.pcTR
{
	/* page container top right edge */
}
.pcL
{
	/* page container left middle edge (vertical menu container) */
	padding-left: 1px;
	padding-top: 0px;
	vertical-align: top;
	width: 1px;
}
.pcC
{
	/* page container center (contents of page container) */
	vertical-align: top;
	width: 100%;
}
.pcR
{
	/* page container right middle edge */
}
.pcBL
{
	/* page container bottom left edge */
}
.pcB
{
	/* page container bottom center edge (footer container) */
}
.pcBR
{
	/* page container bottom right edge */
}


/**********************************************************************
 * Page Background Styles                                             *
 **********************************************************************/
.pageBorderTL, .pbTL
{
	/* page border top left edge */
}
.pageBorderT, .pbT
{
	/* page border top center edge */
}
.pageBorderTR, .pbTR
{
	/* page border top right edge */
}
.pageBorderL, .pbL
{
	/* page border left middle edge */
}
.pageBorderC, .pbC
{
	/* page border center */
	vertical-align: top;
}
.pageBorderR, .pbR
{
	/* page border right middle edge */
}
.pageBorderBL, .pbBL
{
	/* page border bottom left edge */
}
.pageBorderB, .pbB
{
	/* page border bottom center edge */
}
.pageBorderBR, .pbBR
{
	/* page border bottom right edge */
}

.page_yellow, .pContent
{
	/* page content container */
	background-color: #ffffff;
	height: 30px;
	width: 100%;
}

.pageAlignment, .pAlign
{
	/* page content container alignment */
	vertical-align: top;
}

.borderTable, .pbTable
{
	/* page content container */
}

.divider
{
	/* deprecated */
	padding-left: 25px;
}

.footer
{
	/* footer content container */
	color: #eeeeee;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	padding-top: 6px;
}

.logoBG
{
	/* logo image container */
}


/**********************************************************************
 * Date Selector Styles                                               *
 **********************************************************************/
.dsTodayDay
{
	/* current day container */
	background-color: #deddc0;
}

.dsDayHeader
{
	/* day of week header container */
	color: #ffffff;
	background-color: #666f8f;
	font-size: 10px;
	padding: 6px;
}

.dsSelectedDay
{
	/* selected day container */
	padding: 6px;
}

.dsTitle
{
	/* title */
	color: #666666;
	background-color: #deddc0;
	font-weight: bold;
}

.dsWeekendDay
{
	/* weekend day container */
	background-color: #eeeeee;
	padding: 6px;
}

.dsOtherMonthDay
{
	/* non-current month/day container */
	background-color: #eeeeee;
	padding: 6px;
}

.dsDay a, .dsTodayDay a, .dsSelectedDay a, .dsWeekendDay a, .dsOtherMonthDay a
{
	/* day link text */
	color: #666666;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
}


/**********************************************************************
 * JavaScript Date Selector Styles                                    *
 **********************************************************************/
.dpTable
{
	/* date selector container */
	background-color: #deddc0;
	border: 1px solid #aaaaaa;
	color: #333333;
}

.dpTD
{
	/* date selector non-current-month day container */
	background-color: #ffffff;
	border: 1px #eeeeee solid;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	text-align: center;
	vertical-align: middle;
}

.dpDayHighlightTD
{
	/* date selector current day container */
	background-color: #d7c768;
	border: 1px #a89fa9 solid;
	color: #122970;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	text-align: center;
	vertical-align: middle;
}

.dpTDHover
{
	/* date selector day container hover state */
	background-color: #d7c768;
	border: 1px #eeeeee solid;
	color: #122970;
	cursor: pointer;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	text-align: center;
	vertical-align: middle;
}

.dpDayTD
{
	/* date selector day container */
	background-color: #666f8f;
	border: 1px #a89fa9 solid;
	color: #ffffff;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	text-align: center;
	vertical-align: middle;
}

.dpTitleText
{
	/* date selector title text */
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	padding-top: 3px;
	text-align: center;
	vertical-align: middle;
}

.dpDiv
{
	/* deprecated */
}

.dpTR
{
	/* date selector week container */
}

.dpTitleTR
{
	/* date selector title text container */
}

.dpDayTR
{
	/* date selector day container */
}


/**********************************************************************
 * Detail Rollover Popup Styles (for non-PNG-supporting IE6)          *
 **********************************************************************/
/*
.detailRolloverTL_noPNG {
	height: 57px;
	width: 65px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../Images/detailRolloverTL.png');
	}

.detailRolloverT_noPNG {
	height: 57px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../Images/detailRolloverT.png');
	}

.detailRolloverTR_noPNG {
	height: 57px;
	width: 65px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../Images/detailRolloverTR.png');
	}

.detailRolloverL_noPNG {
	width: 65px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../Images/detailRolloverL.png');
	}

.detailRolloverR_noPNG {
	width: 65px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../Images/detailRolloverR.png');
	}

.detailRolloverBL_noPNG {
	height: 29px;
	width: 65px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../Images/detailRolloverBL.png');
	}

.detailRolloverB_noPNG {
	height: 29px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../Images/detailRolloverB.png');
	}

.detailRolloverBR_noPNG {
	height: 29px;
	width: 65px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../Images/detailRolloverBR.png');
	}
*/

