/********************************
 *	Faces Components Stylesheet *
 ********************************/
html {
	overflow-y: scroll;
}

.headerTitle{
	background-image: url("/theme/tabImg/tabBg.jpg");
	border-right-color: #d8e3f7; 
	border-left-color: #d8e3f7; 
	border-right-width: 1px; 
	border-left-width: 1px; 
	border-right-style: solid; 
	border-left-style: solid; 
	background-attachment: scroll; 
	background-repeat: repeat-x; 
	background-position-x: 0px; 
	background-position-y: 0px; 
	background-color: #d8e3f7;
}
.pageSubTitle{
	background-image: url("/theme/tabImg/subMenuBg.jpg");
	border-right-color: silver; 
	border-left-color: silver; 
	border-right-width: 1px; 
	border-left-width: 1px; 
	border-right-style: solid; 
	border-left-style: solid; 
	background-attachment: scroll; 
	background-repeat: repeat-x; 
	background-position-x: 0px; 
	background-position-y: 0px; 
	background-color: silver;
	padding: 2px;
}
.swapped{
	background: #FFFFFF url(img/auto.gif) right center no-repeat;
	border: 1px solid #A5ACB2;
	height: 18px;
}

.risk{
	border: 1px solid #DEDEDE;
	height: 20px;
	width: 20px;
	margin: 5px 0 0 0;
}

.loading{
	background: url(img/tableLoader.gif) no-repeat center center;
	width:  100%;
	height: 100px;
	border: #4f6388 1px solid;
}

.asc { 
	background: url(img/asc.gif) center right no-repeat;
}

.desc { 
	background: url(img/desc.gif) center right no-repeat;
}
.clientColumn{
	width: 200px;
}
#errorsMsg {
	background: url(img/message.png) no-repeat top left;
	position: fixed;
	bottom: 0px;
	right: 50px;
	width: 300px;
}

#errorsMsg ul {
	padding: 0;
	list-style: none;
	margin: 0;
}

#errorsMsg ul li { 

	border-collapse: collapse;
	border: 1px solid #90bade;
	margin: 3px 0;
	padding: 13px 3px;
	font-family: verdana, arial;
	font-size: 12px;
}

#errorsTitle {
	width: 97%;
	text-align: left;
	/*color: #FFFFFF;*/
	font-weight: bold;
	font-size: 12px;
	margin: 5px 0 0 5px;
}

#errorsToggle { 
	/*Down Up arrow action*/
	width: 10px;
	height: 10px;
	text-align: right;
	margin: 10px 8px 0 0;
	/*background: url(img/JSF_sort_descon.gif) top center no-repeat;*/
}

#errorsMain { 
	background: url(img/errBg.png) #F1F6FF bottom repeat-x;
	/*background: #F1F6FF;*/
	padding: 5px;
	border: 1px solid #6a84b7;
	width: 288px;
}

.red{
	color: #F00;
}

.inputTextActive {
	color: #999;
	font-style: italic;
}

#errorsMsgVictim {
	background: url(img/messageVictim.png) no-repeat top left;
	position: fixed;
	bottom: 0px;
	right: 50px;
	width: 300px;
}

#errorsMsgVictim ul {
	padding: 0;
	list-style: none;
	margin: 0;
}

#errorsMsgVictim ul li {

	border-collapse: collapse;
	border: 1px solid #92cc91;//#90bade;
	margin: 3px 0;
	padding: 13px 3px;
	font-family: verdana, arial;
	font-size: 12px;
}

#errorsTitleVictim {
	width: 97%;
	text-align: left;
	/*color: #FFFFFF;*/
	font-weight: bold;
	font-size: 12px;
	margin: 5px 0 0 5px;
}

#errorsToggleVictim { 
	/*Down Up arrow action*/
	width: 10px;
	height: 10px;
	text-align: right;
	margin: 10px 8px 0 0;
	/*background: url(img/JSF_sort_descon.gif) top center no-repeat;*/
}


#errorsMainVictim { 
	background: url(img/errBg.png) #D0FFDE bottom repeat-x;
	/*background: #F1F6FF;*/
	/*background-color:#92cc91;*/
	padding: 5px;
	border: 1px solid #92CC91;
	width: 288px;
}

.dropPanel_level1 {
	display: none;
}

.dropPanel_level2 {
	display: none;
}

.showPointer {
	cursor: pointer;
}

.readOnlyBox {
	border: 0px;
	background: transparent;
}

a { /*text-decoration: none;*/
	
}

a.requestLink {
	color: #0007FF;
	text-decoration: none;
}

a.requestLink:link {
	color: #0007FF;
	text-decoration: none;
}

a.requestLink:visited {
	color: #0007FF;
}

a.requestLink:active {
	color: #0007FF;
	text-decoration: none;
}

a.requestLink:hover {
	color: #3C3C3C;
}

.tabbedPanel-Header {
	text-align: left;
}

.rotateDate {
	margin-top: 2px;
	background: #666;
	color: #FFF;
	font-weight: bold;
	width: 100%;
}

body {
	font-family: 'Trebuchet MS';
	font-size: 11pt;
	background-color: #dedede;
}

.dElementOld {
	background: #F0F0F0;
	border: 1px solid #999999;
	display: inline-block;
	padding: 2px;
	font-family: "MS Shell Dlg", Arial;
	font-size: 13px;
	line-height: 16px;
	position: relative;
}

.dElement{
	font-family: "MS Shell Dlg", Arial;
	border: 1px solid #A5ACB2;
	display: inline-block;
	background: #F8F8F8;
	position: relative;
	line-height: 16px;
	cursor: default;
	font-size: 13px;
	min-width: 50px;
	padding: 2px;
}

.hideMe {
	position: absolute;
	top: -999px;
	left: -999px;
	z-index: 999;
}

.tableCompact {
	margin: 0;
	padding: 0;
	border-spacing: 0 !important;
}

.tableCompact td {
	line-height: 18px;
	font-size: 10pt;
}

.tableBorder {
	border: 1px solid #3c3c3c;
}

hr {
	border: 0;
	color: #9E9E9E;
	background-color: #9E9E9E;
	height: 1px;
	width: 100%;
}

.pageTitle {
	background: #CFDDF5;
	font-size: 14pt;
	font-weight: bold;
	text-indent: 5px;
	margin-bottom: 0px;
	padding: 2px;
}

.pageVictimTitle {
	background: #92cc91;
	font-size: 14pt;
	font-weight: bold;
	text-indent: 5px;
	padding: 2px;
}

/* .pageSubTitle { */
/* 	background: silver; */
/* 	padding: 2px; */
/* } */

.pageSeparator {
	background: #DDD;
}

.tab {
	font-weight: bold;
	font-size: 11pt;
	background-color: #3c3c3c;
	color: #f5f5f5;
	padding: 0 3px;
}

.tableOutput {
	font-size: 10pt;
}

.form {
	
}

.commandLink {
	
}

.outputLink {
	
}

.graphicImage {
	
}

.outputLabel {
	
}

.inputText {
	
}

.inputText_Error {
	border-style: solid;
	border-color: #DE5C5C;
}

.inputTextarea {
	
}

.inputSecret {
	
}

.inputHidden {
	
}

.outputText {
	
}

.outputTextLabel {
	font-weight: bold;
}

.outputTextDisplay {
	font-weight: normal;
	color: #37414A;
}

.outputTextItalic {
	font-style: italic;
}

.outputFormat {
	
}

.commandButton {
	
}

.message {
	
}

.messages {
	
}

.selectBooleanCheckbox {
	
}

.selectBooleanCheckbox_Error {
	
}

.selectOneRadio {
	
}

.selectOneRadio_Error {
	
}

.selectOneRadio_Disabled {
	color: GrayText;
}

.selectOneRadio_DisabledBlack {
	color: black;
}

.selectManyCheckbox {
	
}

.selectManyCheckbox_Error {
	
}

.selectManyCheckbox_Disabled {
	color: #000000;
}

.selectOneListbox {
	
}

.selectOneListbox_Error {
	
}

.selectManyListbox {
	
}

.selectManyListbox_Error {
	
}

.selectOneMenu {
	
}

.selectOneMenu_Error {
	
}

.selectManyMenu {
	
}

.selectManyMenu_Error {
	
}

.panelGroup {
	
}

.panelGrid {
	
}

.dataTable {
	empty-cells: show;
}

.headerClass {
	background-color: #dcdcdc;
	border-bottom: 1px solid gray;
	overflow: -moz-scrollbars-none;
	font-size: 10pt;
	text-transform: uppercase;
}

.headerClassBlue {
	background-color: #c5d3f3;
	border-bottom: 1px solid gray;
	overflow: -moz-scrollbars-none;
}

.popupHeaderClassBlue {
	background-color: #c5d3f3;
	border: 1px solid gray;
	overflow: -moz-scrollbars-none;
}

.popupHeaderClassGreen {
	background-color: #92CC91;
	border: 1px solid gray;
	overflow: -moz-scrollbars-none;
}

.footerClass {
	background-color: ThreeDFace;
	color: WindowText;
	border-width: 0px;
	border-style: none;
	padding: 0px;
	padding-left: 4pt;
	padding-right: 4pt;
	font-weight: 400;
	overflow: -moz-scrollbars-none;
}

.rowClass1 {
	background-color: white;
	font-size: 10pt;
}

.rowClass2 {
	background-color: #ecf1fb;
	font-size: 10pt;
}

.rowInnerClass1 {
	border-bottom: 1px solid gray;
	font-size: 10pt;
}


.columnInnerClass1 {
	border: 1px solid #B3C0DC;
}

.dataTableExInner {
	border-collapse: collapse;
}

.columnClass1 {
	
}

.columnClass2 {
	
}

.commandExButton {
	
}

.commandExButton_Label {
	color: windowtext;
	text-align: center;
	vertical-align: middle
}

.commandExButton_Icon {
	text-align: left;
	margin-left: 4px;
	height: 17px;
	width: 17px
}

.commandExButton_Icon_moused {
	text-align: left;
	margin-left: 4px;
	height: 17px;
	width: 17px
}

.commandExButton_Icon_depressed {
	text-align: left;
	margin-left: 4px;
	height: 17px;
	width: 17px
}

.commandExButton_Icon_disabled {
	text-align: left;
	margin-left: 4px;
	height: 17px;
	width: 17px
}

.requestLink {
	border: 0;
}

.outputLinkEx {
	
}

.graphicImageEx {
	border: 0;
}

.outputSeparator {
	
}

.fileupload {
	
}

.panelBox {
	
}

.panelLayout {
	
}

.playerGenericPlayer {
	
}

.playerFlash {
	
}

.playerShockwave {
	
}

.playerRealPlayer {
	
}

.playerMediaPlayer {
	
}

.panelActionbar {
	
}

.panelActionbar A:link {
	text-decoration: none
}

.panelActionbar A:visited {
	text-decoration: none
}

.panelActionbar A:hover {
	text-decoration: underline
}

.panelActionbar IMG {
	border: 0
}

.panelActionbar TD {
	padding: 1px
}

.inputText_Slider {
	background-color: buttonface;
	border: 1px;
	border-style: solid;
	border-color: windowframe;
	font-family: sans-serif;
	text-decoration: none;
	color: windowtext
}

.inputText_Slider_Body {
	background-color: buttonface;
	color: threedshadow;
	border-style: solid;
	border-color: threedhighlight;
	border-right-color: threedShadow
}

.inputText_DatePicker {
	background-color: ButtonFace;
	border: 1px;
	border-style: solid;
	border-color: ButtonShadow;
	font-family: Arial, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	font-weight: normal;
	color: WindowText;
	padding: 2px;
	margin: 0px
}

.inputText_DatePicker-Size {
	
}

.inputText_DatePicker-Header {
	border-width: 0px;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: ButtonShadow
}

.inputText_DatePicker-Body {
	border-width: 0px;
	border-style: none;
	background-color: window
}

.inputText_DatePicker-HeaderLine1 {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
	vertical-align: middle
}

.inputText_DatePicker-HeaderLine2 {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
	vertical-align: middle
}

.inputText_DatePicker-HeaderWeekday {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
	vertical-align: middle
}

.inputText_DatePicker-HeaderYear {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
	vertical-align: middle
}

.inputText_DatePicker-HeaderMonth {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
	vertical-align: middle
}

.inputText_DatePicker-HeaderLine1 {
	width: 12px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 1px
}

.inputText_DatePicker-HeaderYear {
	color: WindowText;
	padding-top: 2px;
	padding-bottom: 1px
}

.inputText_DatePicker-HeaderLine2 {
	width: 12px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 3px
}

.inputText_DatePicker-HeaderMonth {
	color: WindowText;
	padding-bottom: 3px
}

.inputText_DatePicker-Button {
	border: 0px;
	width: 12px;
	height: 12px
}

.inputText_DatePicker-HeaderWeekday {
	color: WindowText;
	background-color: ButtonFace;
	padding-top: 1px;
	padding-bottom: 2px
}

.inputText_DatePicker-OtherMonth {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	border-width: 0px;
	border-style: none;
	padding: 2px;
	padding-left: 3px;
	padding-right: 3px
}

.inputText_DatePicker-CurrentMonth {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	border-width: 0px;
	border-style: none;
	padding: 2px;
	padding-left: 3px;
	padding-right: 3px
}

.inputText_DatePicker-InvalidDay {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	border-width: 0px;
	border-style: none;
	padding: 2px;
	padding-left: 3px;
	padding-right: 3px
}

.inputText_DatePicker-CurrentDay {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	border-width: 0px;
	border-style: none;
	padding: 2px;
	padding-left: 3px;
	padding-right: 3px
}

.inputText_DatePicker-CurrentOtherDay {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	border-width: 0px;
	border-style: none;
	padding: 2px;
	padding-left: 3px;
	padding-right: 3px
}

.inputText_DatePicker-Today {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	border-width: 0px;
	border-style: none;
	padding: 2px;
	padding-left: 3px;
	padding-right: 3px
}

.inputText_DatePicker-CurrentToday {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	border-width: 0px;
	border-style: none;
	padding: 2px;
	padding-left: 3px;
	padding-right: 3px
}

.inputText_DatePicker-Hover {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	border-width: 0px;
	border-style: none;
	padding: 2px;
	padding-left: 3px;
	padding-right: 3px
}

.inputText_DatePicker-Hover {
	background-color: InactiveCaptionText
}

.inputText_DatePicker-OtherMonth {
	color: GrayText;
	border-color: Window
}

.inputText_DatePicker-CurrentMonth {
	color: WindowText;
	border-color: Window
}

.inputText_DatePicker-Today {
	border-color: Window;
	color: Window;
	background-color: ThreeDDarkShadow;
	font-weight: bold
}

.inputText_DatePicker-Today A {
	border-color: Window;
	color: Window;
	background-color: ThreeDDarkShadow;
	font-weight: bold
}

.inputText_DatePicker-CurrentDay {
	color: HighlightText;
	background-color: Highlight
}

.inputText_DatePicker-CurrentToday {
	color: HighlightText;
	background-color: Highlight
}

.inputText_DatePicker-CurrentToday {
	font-weight: bold
}

.inputText_DatePicker-CurrentOtherDay {
	color: HighlightText;
	background-color: Highlight
}

.inputText_DatePicker-InvalidDay {
	color: GrayText;
	background-color: buttonface;
	border-color: buttonface
}

.inputText_Typeahead {
	background-color: Window;
	border-width: 1px;
	border-style: solid;
	border-color: ThreeDDarkShadow
}

.inputText_Typeahead-List {
	background-color: Window;
	text-align: left;
	vertical-align: middle;
	height: auto;
	font-family: sans-serif;
	font-weight: 400;
	font-size: 10pt;
	border-collapse: collapse
}

.inputText_Typeahead-Item {
	background-color: Window;
	color: WindowText;
	padding-left: 1pt;
	padding-right: 1pt
}

.inputText_Typeahead-Item-Selected {
	color: Window;
	background-color: Highlight;
	padding-left: 1pt;
	padding-right: 1pt
}

.inputText_Typeahead-Item a {
	text-decoration: none;
	color: WindowText
}

.inputText_Typeahead-Item-Selected a {
	text-decoration: none;
	color: Window
}

.dataTableEx {
	empty-cells: show
}

.panelRowCategory {
	
}

.inputRowSelect {
	vertical-align: middle;
	margin: 0px;
	margin-top: 1px;
	margin-left: 3px
}

.commandExRowEdit {
	
}

.editStyleClass {
	background-color: Window;
	border-color: WindowFrame;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 4px;
	text-align: right
}

.editStyleClass A {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	width: 1px;
	height: 1px
}

.pagerSimple {
	
}

.pagerGoto {
	
}

.pagerGoto_inputText {
	
}

.pagerWeb {
	
}

.outputStatistics {
	
}

.pagerDeluxe {
	background-color: ThreeDFace;
	border-color: ThreeDFace;
	border-width: 1px;
	border-style: solid
}

.pagerDeluxeActive {
	padding: 0px;
	margin: 0px;
	border-width: 1px;
	border-color: ThreeDShadow;
	border-style: solid;
	background-color: transparent
}

.pagerDeluxeHidden {
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	border-color: transparent;
	border-style: solid;
	background-color: transparent
}

.pagerDeluxeActive_button {
	padding: 0px;
	margin: 0px;
	width: 22px;
	height: 19px;
	background-color: ThreeDFace;
	border-style: solid;
	border-width: 1px;
	border-color: Window;
	font-size: 13px
}

.pagerDeluxeHidden_button {
	padding: 0px;
	margin: 0px;
	width: 22px;
	height: 19px;
	background-color: transparent;
	border-style: solid;
	border-width: 0px;
	border-color: transparent
}

.pagerDeluxe_text {
	vertical-align: middle;
	text-align: center;
	padding: 0px;
	padding-left: 8px;
	padding-right: 8px;
	margin: 0px;
	background-color: ThreeDFace;
	border-width: 0px;
	border-style: solid;
	border-color: ThreeDFace;
	font-size: 13px;
	color: windowtext
}

.pagerDeluxe_button_twistie {
	color: windowtext;
	border-color: windowtext;
	list-style-type: none
}

.pagerDeluxeActive_button_twistie {
	color: windowtext;
	border-color: windowtext;
	list-style-type: none
}

.sortHeader_sortasc-img {
	background-image: url("img/JSF_sort_asc.gif");
	background-repeat: no-repeat;
	width: 11px;
	height: 5px;
	border-style: none
}

.sortHeader_sortascon-img {
	background-image: url("img/JSF_sort_ascon.gif");
	background-repeat: no-repeat;
	width: 11px;
	height: 5px;
	border-style: none
}

.sortHeader_sortdesc-img {
	background-image: url("img/JSF_sort_desc.gif");
	background-repeat: no-repeat;
	width: 11px;
	height: 5px;
	border-style: none
}

.sortHeader_sortdescon-img {
	background-image: url("img/JSF_sort_descon.gif");
	background-repeat: no-repeat;
	width: 11px;
	height: 5px;
	border-style: none
}

.sortHeader_sortbi-img {
	background-image: url("img/JSF_sort_bi.gif");
	background-repeat: no-repeat;
	width: 11px;
	height: 11px;
	border-style: none
}

.sortHeader_sortbiup-img {
	background-image: url("img/JSF_sort_biup.gif");
	background-repeat: no-repeat;
	width: 11px;
	height: 11px;
	border-style: none
}

.sortHeader_sortbidown-img {
	background-image: url("img/JSF_sort_bidown.gif");
	background-repeat: no-repeat;
	width: 11px;
	height: 11px;
	border-style: none
}

.sortHeader_sortasc {
	text-decoration: none;
	border: none;
	color: #000000
}

.sortHeader_sortascon {
	text-decoration: none;
	border: none;
	color: #000000
}

.sortHeader_sortdesc {
	text-decoration: none;
	border: none;
	color: #000000
}

.sortHeader_sortdescon {
	text-decoration: none;
	border: none;
	color: #000000
}

.sortHeader_sortbi {
	text-decoration: none;
	border: none;
	color: #000000
}

.sortHeader_sortbiup {
	text-decoration: none;
	border: none;
	color: #000000
}

.sortHeader_sortbidown {
	text-decoration: none;
	border: none;
	color: #000000
}

.inputMiniCalendar {
	background-color: ButtonFace;
	border: 1px;
	border-style: solid;
	border-color: ButtonShadow;
	font-family: Arial, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	font-weight: normal;
	color: WindowText;
	padding: 2px;
	margin: 0px;
	width: 130pt
}

.inputMiniCalendar-Size {
	
}

.inputMiniCalendar-Header {
	border-width: 0px;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: ButtonShadow
}

.inputMiniCalendar-Body {
	border-width: 0px;
	border-style: none;
	background-color: window
}

.inputMiniCalendar-HeaderLine1 {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
	vertical-align: middle
}

.inputMiniCalendar-HeaderLine2 {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
	vertical-align: middle
}

.inputMiniCalendar-HeaderWeekday {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
	vertical-align: middle
}

.inputMiniCalendar-HeaderYear {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
	vertical-align: middle
}

.inputMiniCalendar-HeaderMonth {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
	vertical-align: middle
}

.inputMiniCalendar-HeaderLine1 {
	width: 12px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 1px
}

.inputMiniCalendar-HeaderYear {
	color: WindowText;
	padding-top: 2px;
	padding-bottom: 1px
}

.inputMiniCalendar-HeaderLine2 {
	width: 12px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 3px
}

.inputMiniCalendar-HeaderMonth {
	color: WindowText;
	padding-bottom: 3px
}

.inputMiniCalendar-Button {
	border: 0px;
	width: 12px;
	height: 12px
}

.inputMiniCalendar-HeaderWeekday {
	color: WindowText;
	background-color: ButtonFace;
	padding-top: 1px;
	padding-bottom: 2px
}

.inputMiniCalendar-OtherMonth {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	border-width: 1px;
	border-style: solid;
	padding: 1px;
	padding-left: 2px;
	padding-right: 2px;
	border-color: window
}

.inputMiniCalendar-CurrentMonth {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	border-width: 1px;
	border-style: solid;
	padding: 1px;
	padding-left: 2px;
	padding-right: 2px;
	border-color: window
}

.inputMiniCalendar-CurrentDay {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	border-width: 1px;
	border-style: solid;
	padding: 1px;
	padding-left: 2px;
	padding-right: 2px;
	border-color: window
}

.inputMiniCalendar-CurrentOtherDay {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	border-width: 1px;
	border-style: solid;
	padding: 1px;
	padding-left: 2px;
	padding-right: 2px;
	border-color: window
}

.inputMiniCalendar-InvalidDay {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	border-width: 1px;
	border-style: solid;
	padding: 1px;
	padding-left: 2px;
	padding-right: 2px;
	border-color: window
}

.inputMiniCalendar-Today {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	border-width: 1px;
	border-style: solid;
	padding: 1px;
	padding-left: 2px;
	padding-right: 2px;
	border-color: window
}

.inputMiniCalendar-CurrentToday {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	border-width: 1px;
	border-style: solid;
	padding: 1px;
	padding-left: 2px;
	padding-right: 2px;
	border-color: window
}

.inputMiniCalendar-Hover {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	border-width: 1px;
	border-style: solid;
	padding: 1px;
	padding-left: 2px;
	padding-right: 2px;
	border-color: window
}

.inputMiniCalendar-Hover {
	background-color: InactiveCaptionText;
	border-color: black
}

.inputMiniCalendar-OtherMonth {
	color: GrayText
}

.inputMiniCalendar-CurrentMonth {
	color: WindowText
}

.inputMiniCalendar-Today {
	border-color: Window;
	color: Window;
	background-color: ThreeDDarkShadow;
	font-weight: bold
}

.inputMiniCalendar-CurrentDay {
	color: HighlightText;
	background-color: Highlight
}

.inputMiniCalendar-CurrentToday {
	color: HighlightText;
	background-color: Highlight
}

.inputMiniCalendar-CurrentToday {
	font-weight: bold
}

.inputMiniCalendar-CurrentOtherDay {
	color: HighlightText;
	background-color: Highlight
}

.inputMiniCalendar-InvalidDay {
	color: GrayText;
	background-color: buttonface;
	border-color: buttonface
}

.selectOneColor {
	
}

.selectOneColor_ColorPicker {
	background-color: white;
	border: 1px;
	border-style: solid;
	border-color: ButtonShadow;
	margin: 0px;
	padding: 0px
}

.selectOneColor_ColorPicker-Body {
	background-color: white;
	border-width: 0px;
	border-style: none;
	margin: 2px
}

.selectOneColor_ColorPicker-GridCell {
	padding: 2px;
	border-color: white;
	border-style: solid;
	border-width: 1px;
	background-color: white
}

.selectOneColor_ColorPicker-GridCell-Hover {
	padding: 2px;
	border-color: white;
	border-style: solid;
	border-width: 1px;
	background-color: white
}

.selectOneColor_ColorPicker-GridCell-Selected {
	padding: 2px;
	border-color: white;
	border-style: solid;
	border-width: 1px;
	background-color: white
}

.selectOneColor_ColorPicker-GridCell-Hover-Selected {
	padding: 2px;
	border-color: white;
	border-style: solid;
	border-width: 1px;
	background-color: white
}

.selectOneColor_ColorPicker-GridCell-Hover {
	border-color: Highlight;
	background-color: InactiveCaptionText
}

.selectOneColor_ColorPicker-GridCell-Selected {
	border-color: Highlight;
	background-color: ThreeDLightShadow
}

.selectOneColor_ColorPicker-GridCell-Hover-Selected {
	border-color: black;
	background-color: InactiveCaptionText
}

.selectOneColor_ColorPicker-GridSwatch {
	width: 10px;
	height: 10px;
	border-width: 1px;
	border-color: ThreeDShadow;
	border-style: solid
}

.progressBar {
	width: 500px;
	height: 100px
}

.progressBar-Table {
	background-color: ThreeDFace;
	border-style: solid;
	border-width: 1px;
	border-color: windowtext
}

.progressBar-Message {
	color: windowtext;
	background-color: ThreeDFace;
	font-size: 20px
}

.progressBar-Bar {
	color: windowtext;
	background-color: blue;
	height: 20px
}

.progressBar-Bar_container {
	border-color: windowtext;
	border-style: solid;
	border-width: 1px
}

.progressBar-Bar_text {
	color: windowtext;
	background-color: transparent;
	height: 20px
}

.panelSection {
	
}

.panelSection-header {
	
}

.panelSection-header a {
	text-decoration: none;
	color: black
}

.panelSection-header a:hover {
	
}

.panelSection-body {
	
}

.panelSectionWide {
	
}

.panelSectionWide-header {
	border-style: solid;
	border-width: 1px;
	border-color: black
}

.panelSectionWide-header a {
	text-decoration: none;
	color: black;
	display: block;
	width: 100%
}

.panelSectionWide-header a:hover {
	
}

.panelSectionWide-body {
	
}

.panelMenu {
	background-color: #f5f5f5;
}

.panelMenu_1_div {
	border-top: 1px solid #ABABAB;
	border-bottom: 1px solid #ABABAB;
}

.panelMenu_1_table {
	font-family: sans-serif;
	font-size: 8pt
}

.panelMenu_1_cell_normal {
	padding: 2px;
	padding-left: 10px;
	padding-right: 10pt;
	text-align: center;
	background-color: #f5f5f5;
	border-width: 0px;
	border-right-width: 1px;
	border-style: solid;
	border-color: #ABABAB
}

.panelMenu_1_cell_disabled {
	padding: 2px;
	padding-left: 10px;
	padding-right: 10pt;
	text-align: center;
	background-color: #f5f5f5;
	border-width: 0px;
	border-right-width: 1px;
	border-style: solid;
	border-color: #ABABAB
}

.panelMenu_1_cell_moused {
	padding: 2px;
	padding-left: 10px;
	padding-right: 10pt;
	text-align: center;
	background-color: #f5f5f5;
	border-width: 0px;
	border-right-width: 1px;
	border-style: solid;
	border-color: #ABABAB
}

.panelMenu_1_cell_selected {
	padding: 2px;
	padding-left: 10px;
	padding-right: 10pt;
	text-align: center;
	background-color: #f5f5f5;
	border-width: 0px;
	border-right-width: 1px;
	border-style: solid;
	border-color: #ABABAB
}

.panelMenu_1_cell_selected_moused {
	padding: 2px;
	padding-left: 10px;
	padding-right: 10pt;
	text-align: center;
	background-color: #f5f5f5;
	border-width: 0px;
	border-right-width: 1px;
	border-style: solid;
	border-color: #ABABAB
}

.panelMenu_1_cell_first_normal {
	padding: 2px;
	padding-left: 10px;
	padding-right: 10pt;
	text-align: center;
	background-color: #f5f5f5;
	border-width: 0px;
	border-right-width: 1px;
	border-style: solid;
	border-color: #ABABAB
}

.panelMenu_1_cell_first_disabled {
	padding: 2px;
	padding-left: 10px;
	padding-right: 10pt;
	text-align: center;
	background-color: #f5f5f5;
	border-width: 0px;
	border-right-width: 1px;
	border-style: solid;
	border-color: #ABABAB
}

.panelMenu_1_cell_first_moused {
	padding: 2px;
	padding-left: 10px;
	padding-right: 10pt;
	text-align: center;
	background-color: #f5f5f5;
	border-width: 0px;
	border-right-width: 1px;
	border-style: solid;
	border-color: #ABABAB
}

.panelMenu_1_cell_first_selected {
	padding: 2px;
	padding-left: 10px;
	padding-right: 10pt;
	text-align: center;
	background-color: #f5f5f5;
	border-width: 0px;
	border-right-width: 1px;
	border-style: solid;
	border-color: #ABABAB
}

.panelMenu_1_cell_first_selected_moused {
	padding: 2px;
	padding-left: 10px;
	padding-right: 10pt;
	text-align: center;
	background-color: #f5f5f5;
	border-width: 0px;
	border-right-width: 1px;
	border-style: solid;
	border-color: #ABABAB
}

.panelMenu_1_cell_first_normal {
	border-left-width: 0px
}

.panelMenu_1_cell_first_disabled {
	border-left-width: 0px
}

.panelMenu_1_cell_first_moused {
	border-left-width: 0px
}

.panelMenu_1_cell_first_selected {
	border-left-width: 0px
}

.panelMenu_1_cell_first_selected_moused {
	border-left-width: 0px
}

.panelMenu_1_cell_moused {
	background-color: white
}

.panelMenu_1_cell_first_moused {
	background-color: white
}

.panelMenu_1_item_normal {
	color: WindowText;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
	font-family: 'Trebuchet MS';
}

.panelMenu_1_item_moused {
	color: WindowText;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
	font-family: 'Trebuchet MS';
}

.panelMenu_1_item_selected {
	color: WindowText;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
	font-family: 'Trebuchet MS';
}

.panelMenu_1_item_selected_moused {
	color: WindowText;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
	font-family: 'Trebuchet MS';
}

.panelMenu_1_item_disabled {
	color: gray
}

.panelMenu_2_div {
	background-color: white;
	border-width: 1px;
	border-style: solid;
	border-color: #ABABAB;
	margin: 0px;
	margin-left: -1px;
	margin-top: 1px
}

.panelMenu_2_table {
	color: WindowText;
	font-family: sans-serif;
	font-size: 8pt;
	text-decoration: none;
	border-width: 0px;
	border-style: none
}

.panelMenu_2_cell_normal {
	text-align: left;
	margin: 0px;
	padding: 2px;
	padding-left: 14px;
	padding-right: 22pt;
	border-width: 0px;
	border-style: solid;
	border-color: #E5E5E5;
	border-bottom-width: 0px;
}

.panelMenu_2_cell_disabled {
	text-align: left;
	margin: 0px;
	padding: 2px;
	padding-left: 14px;
	padding-right: 22pt;
	border-width: 0px;
	border-style: solid;
	border-color: #E5E5E5;
	border-bottom-width: 0px
}

.panelMenu_2_cell_moused {
	text-align: left;
	margin: 0px;
	padding: 2px;
	padding-left: 14px;
	padding-right: 22pt;
	border-width: 0px;
	border-style: solid;
	border-color: #E5E5E5;
	border-bottom-width: 0px
}

.panelMenu_2_cell_selected {
	text-align: left;
	margin: 0px;
	padding: 2px;
	padding-left: 14px;
	padding-right: 22pt;
	border-width: 0px;
	border-style: solid;
	border-color: #E5E5E5;
	border-bottom-width: 0px
}

.panelMenu_2_cell_selected_moused {
	text-align: left;
	margin: 0px;
	padding: 2px;
	padding-left: 14px;
	padding-right: 22pt;
	border-width: 0px;
	border-style: solid;
	border-color: #E5E5E5;
	border-bottom-width: 0px
}

.panelMenu_2_cell_last_normal {
	text-align: left;
	margin: 0px;
	padding: 2px;
	padding-left: 14px;
	padding-right: 22pt;
	border-width: 0px;
	border-style: solid;
	border-color: #E5E5E5;
	border-bottom-width: 0px
}

.panelMenu_2_cell_last_disabled {
	text-align: left;
	margin: 0px;
	padding: 2px;
	padding-left: 14px;
	padding-right: 22pt;
	border-width: 0px;
	border-style: solid;
	border-color: #E5E5E5;
	border-bottom-width: 0px
}

.panelMenu_2_cell_last_moused {
	text-align: left;
	margin: 0px;
	padding: 2px;
	padding-left: 14px;
	padding-right: 22pt;
	border-width: 0px;
	border-style: solid;
	border-color: #E5E5E5;
	border-bottom-width: 0px
}

.panelMenu_2_cell_last_selected.panelMenu_2_cell_last_selected_moused {
	text-align: left;
	margin: 0px;
	padding: 2px;
	padding-left: 14px;
	padding-right: 22pt;
	border-width: 0px;
	border-style: solid;
	border-color: #E5E5E5;
	border-bottom-width: 0px
}

.panelMenu_2_cell_alt_normal {
	text-align: left;
	margin: 0px;
	padding: 2px;
	padding-left: 14px;
	padding-right: 22pt;
	border-width: 0px;
	border-style: solid;
	border-color: #E5E5E5;
	border-bottom-width: 0px
}

.panelMenu_2_cell_alt_disabled {
	text-align: left;
	margin: 0px;
	padding: 2px;
	padding-left: 14px;
	padding-right: 22pt;
	border-width: 0px;
	border-style: solid;
	border-color: #E5E5E5;
	border-bottom-width: 0px
}

.panelMenu_2_cell_alt_moused {
	text-align: left;
	margin: 0px;
	padding: 2px;
	padding-left: 14px;
	padding-right: 22pt;
	border-width: 0px;
	border-style: solid;
	border-color: #E5E5E5;
	border-bottom-width: 0px
}

.panelMenu_2_cell_alt_selected {
	text-align: left;
	margin: 0px;
	padding: 2px;
	padding-left: 14px;
	padding-right: 22pt;
	border-width: 0px;
	border-style: solid;
	border-color: #E5E5E5;
	border-bottom-width: 0px
}

.panelMenu_2_cell_alt_selected_moused {
	text-align: left;
	margin: 0px;
	padding: 2px;
	padding-left: 14px;
	padding-right: 22pt;
	border-width: 0px;
	border-style: solid;
	border-color: #E5E5E5;
	border-bottom-width: 0px
}

.panelMenu_2_cell_alt_normal {
	padding-left: 10px;
	background-color: #E7E7E7
}

.panelMenu_2_cell_alt_disabled {
	padding-left: 10px;
	background-color: #E7E7E7
}

.panelMenu_2_cell_alt_moused {
	padding-left: 10px;
	background-color: #E7E7E7
}

.panelMenu_2_cell_alt_selected {
	padding-left: 10px;
	background-color: #E7E7E7
}

.panelMenu_2_cell_alt_selected_moused {
	padding-left: 10px;
	background-color: #E7E7E7
}

.panelMenu_2_cell_moused {
	background-color: #c5c5c5
}

.panelMenu_2_cell_last_moused {
	background-color: #c5c5c5
}

.panelMenu_2_cell_alt_moused {
	background-color: #c5c5c5
}

.panelMenu_2_cell_last_selected {
	border-bottom-width: 0px
}

.panelMenu_2_cell_last_selected_moused {
	border-bottom-width: 0px
}

.panelMenu_2_cell_last_normal {
	border-bottom-width: 0px
}

.panelMenu_2_cell_last_moused {
	border-bottom-width: 0px
}

.panelMenu_2_cell_last_disabled {
	border-bottom-width: 0px
}

.panelMenu_2_item_normal {
	color: WindowText;
	text-decoration: none;
	font-weight: bold;
}

.panelMenu_2_item_moused {
	color: WindowText;
	text-decoration: none;
	font-weight: bold;
}

.panelMenu_2_item_selected {
	color: WindowText;
	text-decoration: none
}

.panelMenu_2_item_alt_normal {
	color: WindowText;
	text-decoration: none
}

.panelMenu_2_item_alt_moused {
	color: WindowText;
	text-decoration: none
}

.panelMenu_2_item_alt_selected {
	color: WindowText;
	text-decoration: none
}

.panelMenu_2_item_disabled {
	color: gray;
	text-decoration: none
}

.panelMenu_2_item_alt_disabled {
	color: gray;
	text-decoration: none
}

.panelMenu_2_arrow_normal {
	right: 4px;
	color: WindowText
}

.panelMenu_2_arrow_moused {
	right: 4px;
	color: WindowText
}

.panelMenu_2_arrow_disabled {
	right: 4px;
	color: gray
}

.panelMenu_2_separator {
	text-align: left;
	margin: 0px;
	padding: 0px;
	padding-left: 6px;
	padding-right: 22pt;
	border-width: 0px;
	border-style: solid;
	border-color: #E5E5E5;
	border-bottom-width: 1px;
	background-color: #E7E7E7
}

.panelMenu_3_div {
	margin: 0px;
	margin-left: 2px;
	background-color: #E7E7E7;
	border-width: 1px;
	border-style: solid;
	border-color: #ABABAB
}

.panelMenu_3_table {
	margin: 0px;
	margin-top: 1px;
	color: WindowText;
	font-family: sans-serif;
	font-size: 8pt;
	text-decoration: none;
	border-width: 0px;
	border-style: none
}

.panelMenu_3_cell_normal {
	text-align: left;
	margin: 0px;
	padding: 2px;
	padding-left: 12px;
	padding-right: 22pt;
	border-width: 0px;
	border-style: solid;
	border-color: white;
	border-bottom-width: 1px
}

.panelMenu_3_cell_disabled {
	text-align: left;
	margin: 0px;
	padding: 2px;
	padding-left: 12px;
	padding-right: 22pt;
	border-width: 0px;
	border-style: solid;
	border-color: white;
	border-bottom-width: 1px
}

.panelMenu_3_cell_moused {
	text-align: left;
	margin: 0px;
	padding: 2px;
	padding-left: 12px;
	padding-right: 22pt;
	border-width: 0px;
	border-style: solid;
	border-color: white;
	border-bottom-width: 1px
}

.panelMenu_3_cell_selected {
	text-align: left;
	margin: 0px;
	padding: 2px;
	padding-left: 12px;
	padding-right: 22pt;
	border-width: 0px;
	border-style: solid;
	border-color: white;
	border-bottom-width: 1px
}

.panelMenu_3_cell_selected_moused {
	text-align: left;
	margin: 0px;
	padding: 2px;
	padding-left: 12px;
	padding-right: 22pt;
	border-width: 0px;
	border-style: solid;
	border-color: white;
	border-bottom-width: 1px
}

.panelMenu_3_cell_last_normal {
	text-align: left;
	margin: 0px;
	padding: 2px;
	padding-left: 12px;
	padding-right: 22pt;
	border-width: 0px;
	border-style: solid;
	border-color: white;
	border-bottom-width: 1px
}

.panelMenu_3_cell_last_disabled {
	text-align: left;
	margin: 0px;
	padding: 2px;
	padding-left: 12px;
	padding-right: 22pt;
	border-width: 0px;
	border-style: solid;
	border-color: white;
	border-bottom-width: 1px
}

.panelMenu_3_cell_last_moused {
	text-align: left;
	margin: 0px;
	padding: 2px;
	padding-left: 12px;
	padding-right: 22pt;
	border-width: 0px;
	border-style: solid;
	border-color: white;
	border-bottom-width: 1px
}

.panelMenu_3_cell_last_selected {
	text-align: left;
	margin: 0px;
	padding: 2px;
	padding-left: 12px;
	padding-right: 22pt;
	border-width: 0px;
	border-style: solid;
	border-color: white;
	border-bottom-width: 1px
}

.panelMenu_3_cell_last_selected_moused {
	text-align: left;
	margin: 0px;
	padding: 2px;
	padding-left: 12px;
	padding-right: 22pt;
	border-width: 0px;
	border-style: solid;
	border-color: white;
	border-bottom-width: 1px
}

.panelMenu_3_cell_alt_normal {
	text-align: left;
	margin: 0px;
	padding: 2px;
	padding-left: 12px;
	padding-right: 22pt;
	border-width: 0px;
	border-style: solid;
	border-color: white;
	border-bottom-width: 1px
}

.panelMenu_3_cell_alt_disabled {
	text-align: left;
	margin: 0px;
	padding: 2px;
	padding-left: 12px;
	padding-right: 22pt;
	border-width: 0px;
	border-style: solid;
	border-color: white;
	border-bottom-width: 1px
}

.panelMenu_3_cell_alt_moused {
	text-align: left;
	margin: 0px;
	padding: 2px;
	padding-left: 12px;
	padding-right: 22pt;
	border-width: 0px;
	border-style: solid;
	border-color: white;
	border-bottom-width: 1px
}

.panelMenu_3_cell_alt_selected {
	text-align: left;
	margin: 0px;
	padding: 2px;
	padding-left: 12px;
	padding-right: 22pt;
	border-width: 0px;
	border-style: solid;
	border-color: white;
	border-bottom-width: 1px
}

.panelMenu_3_cell_alt_selected_moused {
	text-align: left;
	margin: 0px;
	padding: 2px;
	padding-left: 12px;
	padding-right: 22pt;
	border-width: 0px;
	border-style: solid;
	border-color: white;
	border-bottom-width: 1px
}

.panelMenu_3_cell_last_normal {
	border-style: none;
	border-bottom-width: 0px
}

.panelMenu_3_cell_last_disabled {
	border-style: none;
	border-bottom-width: 0px
}

.panelMenu_3_cell_last_moused {
	border-style: none;
	border-bottom-width: 0px
}

.panelMenu_3_cell_last_selected {
	border-style: none;
	border-bottom-width: 0px
}

.panelMenu_3_cell_last_selected_moused {
	border-style: none;
	border-bottom-width: 0px
}

.panelMenu_3_cell_moused {
	background-color: white
}

.panelMenu_3_cell_alt_moused {
	background-color: white
}

.panelMenu_3_cell_last_moused {
	background-color: white
}

.panelMenu_3_item_normal {
	color: WindowText;
	text-decoration: none
}

.panelMenu_3_item_moused {
	color: WindowText;
	text-decoration: none
}

.panelMenu_3_item_alt_normal {
	color: WindowText;
	text-decoration: none
}

.panelMenu_3_item_alt_moused {
	color: WindowText;
	text-decoration: none
}

.panelMenu_3_item_alt_normal {
	font-weight: bold
}

.panelMenu_3_item_alt_moused {
	font-weight: bold
}

.panelMenu_3_item_disabled {
	color: gray;
	text-decoration: none
}

.panelMenu_3_item_alt_disabled {
	color: gray;
	text-decoration: none;
}

.panelMenu_3_arrow_normal {
	right: 4px;
	color: WindowText;
}

.panelMenu_3_arrow_moused {
	right: 4px;
	color: WindowText;
}

.panelMenu_3_arrow_disabled {
	right: 4px;
	color: gray
}

.panelMenu_3_separator {
	text-align: left;
	margin: 0px;
	padding: 0px;
	padding-left: 6px;
	padding-right: 22pt;
	border-width: 0px;
	border-style: solid;
	border-color: #E5E5E5;
	border-bottom-width: 1px;
	background-color: white;
}

.panelFormBox {
	
}

.panelFormBox_Header {
	
}

.panelFormBox_Label {
	
}

.panelFormBox_Label-Required {
	
}

.panelFormBox_Label-Error {
	
}

.panelFormBox_Label-Required-Error {
	
}

.panelFormBox_Content {
	
}

.panelFormBox_Content-Error {
	
}

.panelFormBox_Info {
	
}

.panelFormBox_Error {
	
}

.panelFormBox_MessagesArea {
	
}

.panelFormBox_MessagesArea-Info {
	
}

.panelFormBox_MessagesArea-Error {
	
}

.panelFormBox_Label-Cell {
	
}

.panelFormBox_Help-Cell {
	
}

.panelFormBox_Content-Cell {
	
}

.panelFormBox_Top-Cell {
	
}

.panelFormBox_Bottom-Cell {
	
}

.panelFormBox_Left-Cell {
	
}

.panelFormBox_Right-Cell {
	
}

.panelFormBox_Spacer-Cell {
	
}

.panelFormBox_Released {
	
}

.panelFormBox_Released {
	
}

.panelFormBox_Label-Released-Cell {
	
}

.panelFormBox_Help-Released-Cell {
	
}

.panelFormBox_Content-Released-Cell {
	
}

.panelDialog {
	position: absolute;
	background-color: #ffffff;
	border-width: 2px;
	border-color: #5F7BC7;
	border-style: solid
}

.panelDialog_TitleBar {
	text-align: center;
	color: white;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 11px;
	padding-left: 15px;
	padding-right: 20px;
	padding-top: 1px;
	padding-bottom: 2px;
	background-color: #1177cc;
	background-repeat: repeat-x;
	background-image: url("img/JSF_title_bar.gif");
	cursor: pointer
}

.panelDialog_TitleBar-CloseButton {
	position: absolute;
	top: 1px;
	right: 1px;
	cursor: default;
	border-style: none;
	border-width: 0px
}

.panelDialog_TitleBar-CloseButton-img {
	background-image: url("img/JSF_title_closebtn.gif");
	background-repeat: no-repeat;
	width: 16px;
	height: 14px;
	border-style: none;
	border-width: 0px
}

.panelDialog_ContentArea {
	font-family: sans-serif;
	font-size: 12px;
	padding: 2px;
	padding-top: 10px
}

.panelDialog_Footer {
	text-align: right;
	display: block;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	font-size: 12px
}

.templateLeftHeader {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #3c3c3c;
	font-size: 10pt;
	color: white;
	text-align: left;
}

.templateLeftText {
	text-align: left;
	font-size: 10pt;
	color: white;
}

.templateCenterText {
	text-align: center;
	font-size: 10pt;
	color: white;
}

.templateBody {
	border: 1px solid #3c3c3c;
	width: 1175px;
}

.templateButton {
	color: black;
	border: 0px;
	font-family: "Trebuchet MS";
	background-color: #bad1fc;
	font-size: 10pt
}

.portalDataTableEx260 {
	empty-cells: show;
	font-size: 10pt;
	border: 1px solid #3c3c3c;
	width: 260px;
}

.portalDataTableEx410 {
	empty-cells: show;
	font-size: 10pt;
	border: 1px solid #3c3c3c;
	width: 410px;
}

.portalDataTableEx570 {
	empty-cells: show;
	font-size: 10pt;
	border: 1px solid #3c3c3c;
	width: 570px;
}

.portalHeaderClass {
	background-color: #dcdcdc;
	border-bottom: 1px solid #3c3c3c;
	overflow: -moz-scrollbars-none;
	font-size: 10pt;
	padding-left: 2px;
	padding-right: 2px;
}

.portalFooterClass {
	background-color: #dcdcdc;
	border-top: 1px solid #3c3c3c;
	overflow: -moz-scrollbars-none;
	font-size: 10pt;
	padding: 0;
}

.tableOrangeStyle {
	text-align: center;
	width: 100%;
	font-weight: bold;
	background-color: #C4D7ED;
}

.tableBlueStyle {
	text-align: center;
	width: 100%;
	font-weight: bold;
	background-color: #6781B2;
}

.portalFooterClassOrange {
	background-color: #C4D7ED;
	border-top: 1px solid #4F6388;
	overflow: -moz-scrollbars-none;
	font-size: 10pt;
	padding: 0;
}

.portalFooterClassBlue {
	background-color: #C4D7ED;
	border-top: 1px solid #4F6388;
	overflow: -moz-scrollbars-none;
	font-size: 10pt;
	padding: 0;
}

.portalFooterClassGreen {
	background-color: #A7D1AD;
	border-top: 1px solid #4F6388;
	overflow: -moz-scrollbars-none;
	font-size: 10pt;
	padding: 0;
}

.portalHeaderClassOrange {
	background-color: #C4D7ED;
	border: 1px solid #4F6388;
	overflow: -moz-scrollbars-none;
	font-size: 10pt;
	padding-left: 2px;
	padding-right: 2px;
	padding: 0;
}

.portalHeaderClassBlue {
	background-color: #C4D7ED;
	border: 1px solid #4F6388;
	overflow: -moz-scrollbars-none;
	font-size: 10pt;
	padding-left: 2px;
	padding-right: 2px;
	padding: 0;
}

.portalHeaderClassMain {
	background-color: #C4D7ED;
	border: 1px solid #4F6388;
	overflow: -moz-scrollbars-none;
	font-size: 10pt;
	padding-left: 2px;
	padding-right: 2px;
	padding: 0;
	cursor: pointer;
}

.upArrow {
	background: transparent url('img/asc.gif') center center no-repeat;
	width: 10px;
}


.downArrow {
	background: transparent url('img/desc.gif') center center no-repeat;
	width: 10px;
}

.leftArrow {
	background: transparent url('img/left.gif') center center no-repeat;
	width: 5px;
}

.rightArrow {
	background: transparent url('img/right.gif') center center no-repeat;
	width: 5px;
}
.portalHeaderClassGreen {
	background-color: #A7D1AD;
	border: 1px solid #3c3c3c;
	overflow: -moz-scrollbars-none;
	font-size: 10pt;
	padding-left: 2px;
	padding-right: 2px;
	padding: 0;
}

.portalRowClass1 {
	background-color: white;
	font-size: 10pt;
}

.portalRowClass2 { 
	background: #D8E3F7 url(./tabImg/tabBg.jpg) repeat-x;	
	font-size: 10pt;
}

.portalColumnClass1 {
	padding-left: 2px;
	padding-right: 2px;
	/*
	border-left: 1px solid #4F6388;
	border-right: 1px solid #4F6388;
	*/
}

.portalColumnClassCashier {
	padding-left: 2px;
	padding-right: 2px;
}

.portalColumnClass2 {
	padding-left: 2px;
	padding-right: 2px;
	/*
	border-left: 1px solid #4F6388;
	border-right: 1px solid #4F6388;
	*/
}
.portalColumnClass3 {
	padding-left: 2px;
	padding-right: 2px;
	border-left: 1px solid #4F6388;
	border-right: 1px solid #4F6388;
}
.portalPagerDeluxe {
	background-color: #dcdcdc;
	border-color: #dcdcdc;
	border-width: 1px;
	border-style: solid
}

.portalPagerDeluxeActive {
	padding: 0px;
	margin: 0px;
	border-width: 1px;
	border-color: ThreeDShadow;
	border-style: solid;
	background-color: transparent
}

.portalPagerDeluxeHidden {
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	border-color: transparent;
	border-style: solid;
	background-color: transparent
}

.portalPagerDeluxeActive_button {
	padding: 0px;
	margin: 0px;
	width: 22px;
	height: 19px;
	background-color: #dcdcdc;
	border-style: solid;
	border-width: 1px;
	border-color: Window;
	font-size: 13px
}

.portalPagerDeluxeHidden_button {
	padding: 0px;
	margin: 0px;
	width: 22px;
	height: 19px;
	background-color: transparent;
	border-style: solid;
	border-width: 0px;
	border-color: transparent
}

.portalPagerDeluxe_text {
	vertical-align: middle;
	text-align: center;
	padding: 0px;
	padding-left: 8px;
	padding-right: 8px;
	margin: 0px;
	background-color: transparent;
	border-width: 0px;
	border-style: solid;
	border-color: transparent;
	font-size: 13px;
	color: windowtext
}

.portalPagerDeluxe_button_twistie {
	color: windowtext;
	border-color: windowtext;
	list-style-type: none
}

.portalPagerDeluxeActive_button_twistie {
	color: windowtext;
	border-color: windowtext;
	list-style-type: none
}

.portalDataTableEx {
	empty-cells: show;
	font-size: 10pt;
	border: 1px solid #4F6388;
	border-collapse: collapse;
}

.dataTableExCashier{
	empty-cells: show;
	font-size: 10pt;
	border: 1px solid #C2C7CF;
	border-collapse: collapse;
}

/************************************************************************/

.completeDropdown {
	position: absolute;
	z-index: 9999;
	border: 1px solid #999999;
	width: 240px;
	overflow-x: hidden;
	overflow-y: scroll;
	background: #FFFFFF;
	display: none;
}

.completeOption {
	cursor: pointer;
}

.completeOptionCode {
	cursor: pointer;
}

.completeList {
	list-style: none;
	padding: 2px;
	margin: 3px 0;
}

.completeList li { /*CURRENT HEIGHT IS 32PX*/
	white-space: nowrap;
}

.completeList li a,.completeList li a:link,.completeList li a:active,.completeList li a:visited { /*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family: "MS Shell Dlg", Arial;
	font-size: 14px;
	font-weight: 400;
	color: #454746;
	display: block;
	padding: 2px 0;
	text-align: left;
	text-decoration: none;
}

.completeList li a:hover {
	background: #999999;
	color: #000000;
}

.completeListCode {
	list-style: none;
	padding: 2px;
	margin: 3px 0;
}

.completeListCode li { /*CURRENT HEIGHT IS 32PX*/
	white-space: nowrap;
}

.completeListCode li a,.completeListCode li a:link,.completeListCode li a:active,.completeListCode li a:visited { /*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family: "MS Shell Dlg", Arial;
	font-size: 14px;
	font-weight: 400;
	color: #454746;
	display: block;
	padding: 2px 0;
	text-align: left;
	text-decoration: none;
}

.completeListCode li a:hover {
	background: #999999;
	color: #000000;
}

.selectedAuto {
	background: #999999;
	color: #000000 !important;
}

.divText {
	font-family: "MS Shell Dlg", Arial;
	font-size: 14px;
	background: #FFFFFF;
	border: 1px solid #999999;
	height: 16px;
	padding: 2px;
	line-height: 16px;
	overflow: hidden;
	white-space: nowrap;
	float: left;
}

.caseno {
	font-family: 'Courier New' !important;
	width: 537px;
}

/******************************************
**      Paging buttons for dashboard     **
*******************************************/

.disabledFirst {
	background: url(img/paging.gif) no-repeat 0px 0px;
	width: 26px;
	height: 23px;
	border: 0;
}

.disabledPrev {
	background: url(img/paging.gif) no-repeat -26px 0px;
	width: 26px;
	height: 23px;
	border: 0;	
}

.enabledFirst {
	background: url(img/paging.gif) no-repeat -52px 0px;
	width: 26px;
	height: 23px;
	border: 0;
}

.enabledPrev {
	background: url(img/paging.gif) no-repeat;
	background-position: -78px 0px;
	width: 26px;
	height: 23px;
	border: 0;
}

.disabledNext {
	background: url(img/paging.gif) no-repeat -104px 0px;
	width: 26px;
	height: 23px;
	border: 0;
}

.disabledLast {
	background: url(img/paging.gif) no-repeat -130px 0px;
	width: 26px;
	height: 23px;
	border: 0;
}

.enabledNext {
	background: url(img/paging.gif) no-repeat -156px 0px;
	width: 26px;
	height: 23px;
	border: 0;
}

.enabledLast {
	background: url(img/paging.gif) no-repeat -182px 0px;
	width: 26px;
	height: 23px;
	border: 0;
}

/******************************************/ 
/*		Used in ACCESS.JSP move buttons   */ 
/******************************************/

.moveAll {
	background: url(img/mover.gif) no-repeat 0px 0px;
	width: 26px;
	height: 23px;
}

.moveSelected {
	background: url(img/mover.gif) no-repeat -26px 0px;
	width: 26px;
	height: 23px;
}

.removeAll {
	background: url(img/mover.gif) no-repeat -78px 0px;
	width: 26px;
	height: 23px;
}

.removeSelected {
	background: url(img/mover.gif) no-repeat -52px 0px;
	width: 26px;
	height: 23px;
}

/*****/

#carousel {
	overflow: hidden;
	position: relative; /*to solve iexplorer 7::: http://www.davidonzo.com/post/801/ie7-bug-overflowhidden-e-positionrelative/*/
	width: 1000px;
	height: 150px;
	list-style: none;
}

#carousel ul {
	padding: 0px;
	margin: 0px;
	position: relative;
}

#carousel li {
	display: inline;
}

a.editLinkButton{
	display:block;
	height: 25px;
	width:50px;
  	border-style: solid;
  	color: black;
	border-width : 1px 1px 1px 1px;
	text-decoration : none;
	padding : 4px;
	border-color : #000000;
	background-image:url("/theme/img/edit.gif");
	background-repeat: no-repeat;

}


.maintTable, .maintTable td, maintTable tr{
	border: 1px solid black;
	border-collapse:collapse;
}

.dateAmountInputWidth{
	width:90px; 
	text-align:center;
}

.percentWidth{
	width:100%; 
}

.inputDescriptionTxt{
	width:95%; 
	min-width:230px;
}

.totalDepositsTD{
	text-align: right;
	width: 75%;
	min-width: 365px;
}

.totalDepositsTD2{
	text-align: right;
	width: 67%;
	min-width: 458px;
}

.depositsTotalCleardTD{
	text-align: right;
	width: 67%;
	min-width: 285px;
}

.depositHeaderTD{
	text-align: center;
	width: 50%;
	min-width:240px;
}

.depositHeaderTD2{
	text-align: center;
	width: 50%;
	min-width:215px;
}

.depositHeaderTD3{
	text-align: center;
	width: 50%;
	min-width:340px;
}

.depositTD{
	text-align: center;
	width: 25%;
	min-width:120px;
}

.totalChecksTD{
	text-align: right;
	width: 83.5%;
	min-width: 430px;
}

.checksTD{
	text-align: center;
	width: 16.5%;
	min-width:72px;
}

.checksTD2{
	text-align: center;
	width: 16.5%;
	min-width:115px;
}

.checksPayeeNameTD{
	text-align: center;
	width: 33.5%;
	min-width:165px;
}

.checksTotalCleardTD{
	text-align: right;
	width: 67%;
	min-width: 310px;
}

/* =============================================================================
	TRAS Summary of Assessment Submission 
   ============================================================================= */
#ccmsForm\:startDateOutputTextId { 
	margin-left: 10px;
	padding-right: 2px;
}

#ccmsForm\:startDateInputTextId {
	text-align: center;
	width: 100px;
	margin-right: 10px;
}

#ccmsForm\:endDateOutputTextId {
	margin-left: 10px;
	padding-right: 2px;
}

#ccmsForm\:endDateInputTextId {
	text-align: center;
	width: 100px;
	margin-right: 10px;
}

.portalHeaderClassTaip {
	background-color: #F5983B;
	border: 1px solid #E37302;
	overflow: -moz-scrollbars-none;
	font-size: 10pt;
	padding-left: 2px;
	padding-right: 2px;
	padding: 0;
}

.portalHeaderClassTaip,.portalHeaderClassTaip td {
	background-color: #F5983B;
	border: 1px solid #E37302;
	overflow: -moz-scrollbars-none;
	font-size: 10pt;
	padding-left: 2px;
	padding-right: 2px;
	padding: 0;
}

.portalFooterClassTaip{
	background-color: #F5983B;
	color: WindowText;
	border-width: 0px;
	border-style: none;
	padding: 0px;
	padding-left: 4pt;
	padding-right: 4pt;
	font-weight: 400;
	overflow: -moz-scrollbars-none;
}


.portalRowClass2Taip { 
	background: url(../tabImg/tabBgTaip.jpg) repeat-x scroll 0 0 #F5BB82;
	font-size: 10pt;
}

.portalRowClass1Taip {
	background-color: white;
	font-size: 10pt;
}

.portalFooterClass2Taip {
	background-color: #F5983B;
	border-top: 1px solid #E37302;
	overflow: -moz-scrollbars-none;
	font-size: 10pt;
	padding: 0;
	text-align: center;
}

.genericTableTaip {
	margin: 10px;
	font-size: 10pt;
	border: 1px solid #E37302;
	border-collapse: collapse;
}

.genericTableTaip tr {
	padding: 10px;
}

.genericTableTaip thead {
	background-color: #F5983B;
	font-weight: bold;
	font-size: 11pt;
}

.genericTableTaip tfoot {
	background-color: #F5983B;
}

.tableSubHeaderTaip {
	background-color: #eeeeee
}

.pageTitleTaip {
	background: #F5983B;
	font-size: 14pt;
	font-weight: bold;
	text-indent: 5px;
	margin-bottom: 1px;
	padding: 2px;
}

.tableStyleTaip {
	text-align: center;
	width: 100%;
	font-weight: bold;
	background-color: #F5983B;
}

.tableNoneStyleTaip {
	text-align: center;
	width: 100%;
	font-weight: bold;
	background-color: #F5983B;
	empty-cells: show;
	font-size: 10pt;
	border: 1px solid #E37302;
	border-collapse: collapse;
}
.infoPanelTableTaip{
	background: url(../tabImg/tabBgTaip.jpg) repeat-x scroll 0 0 #D8E3F7;
	border-left: 1px solid #D8E3F7;
	border-right: 1px solid #D8E3F7;
}

.taipRiskGreen{
	color: white;
	text-align: center;
	font-weight: bold;
	background-color:#2E6D2E;
}

.taipRiskYellow{
	color: midnightBlue;
	text-align: center;
	font-weight: bold;
	background-color:#F2F280;
}

.taipRiskOrange{
	color: midnightBlue;
	text-align: center;
	font-weight: bold;
	background-color:#E68A00;
}

.taipRiskRed{
	color: white;
	text-align: center;
	font-weight: bold;
	background-color:#8F0000;
	
}

.infoMessage {
	background-color: #87CEEB;
	color: 000099;
}

.warningMessage {
	background-color: #FFFF00;
	color: #000099;
}

.criticalMessage {
	background-color: #CC0000;
	color: #FFFF00;
}

.inputFocusBackgroundYellow:focus{
	background-color: yellow;
}

.inputFocusBackgroundYellow:hover{
	background-color: #b3e6ff;
}

.portalHeaderClassSpecialtyCourts {
	background-color: #c06859;
	overflow: -moz-scrollbars-none;
	font-size: 10pt;
	padding-left: 2px;
	padding-right: 2px;
	padding: 0;
}

.portalHeaderClassSpecialtyCourts,.portalHeaderClassSpecialtyCourts td {
	background-color: #c06859;
	border: 1px solid #994739;
	overflow: -moz-scrollbars-none;
	font-size: 10pt;
	padding-left: 2px;
	padding-right: 2px;
	padding: 0;
}

.portalFooterClassSpecialtyCourts{
	background-color: #c06859;
	color: WindowText;
	border-width: 0px;
	border-style: none;
	padding: 0px;
	padding-left: 4pt;
	padding-right: 4pt;
	font-weight: 400;
	overflow: -moz-scrollbars-none;
}


.portalRowClass2SpecialtyCourts { 
	background-image: linear-gradient(#d99185, #f0d2cc); 
	font-size: 10pt;
}

.portalRowClass1SpecialtyCourts {
	background-color: white;
	font-size: 10pt;
}

.portalFooterClass2SpecialtyCourts {
	background-color: #c06859;
	border-top: 1px solid #E37302;
	overflow: -moz-scrollbars-none;
	font-size: 10pt;
	padding: 0;
	text-align: center;
}

.genericTableSpecialtyCourts {
	margin: 10px;
	font-size: 10pt;
	border: 1px solid #E37302;
	border-collapse: collapse;
}

.genericTableSpecialtyCourts tr {
	padding: 10px;
}

.genericTableSpecialtyCourts thead {
	background-color: #c06859;
	font-weight: bold;
	font-size: 11pt;
}

.genericTableSpecialtyCourts tfoot {
	background-color: #c06859;
}

.tableSubHeaderSpecialtyCourts {
	background-color: #eeeeee
}

.pageTitleSpecialtyCourts {
	background: #c06859;
	font-size: 14pt;
	font-weight: bold;
	text-indent: 5px;
	margin-bottom: 1px;
	padding: 2px;
}

.tableStyleSpecialtyCourts {
	text-align: center;
	width: 100%;
	font-weight: bold;
	background-color: #c06859;
}

.tableNoneStyleSpecialtyCourts {
	text-align: center;
	width: 100%;
	font-weight: bold;
	background-color: #c06859;
	empty-cells: show;
	font-size: 10pt;
	border: 1px solid #E37302;
	border-collapse: collapse;
}
.infoPanelTableSpecialtyCourts{
	background: url(../tabImg/tabBgSpecialtyCourts.jpg) repeat-x scroll 0 0 #D8E3F7;
	border-left: 1px solid #D8E3F7;
	border-right: 1px solid #D8E3F7;
}

.noAnswerApplicationLabelSpecialtyCourts{
	color: #5933cc; 
	font-weight: bolder;
}

/* =============================================================================
	Dashboard Modules [Custom] Radio Button Related  
   ============================================================================= */
.dashboardModuleCustomPanel {
	display: inline-block; vertical-align: bottom;
}

.dashboardModuleCustomInputText {
	width: 74px;
}

.dashboardModuleCustomButton {
	margin-left: 4px;
}


