/*
pageSpecific.css

intended scope:
- styles intended only for a specific page
- styles that may are proposed for general use, but not yet tested 

pods skin
tim sheiner & christie rixford
*/

/* LOGIN */

#loginPage #display {
    overflow: auto;
    bottom: 20px;
    padding-top:55px;
    border-bottom: 1px solid #cdcdcd;
}


#loginPage .wrapper {
    width:1000px;
    margin:0 auto;
    position: relative;
}

#loginPage #loginForm {
	position: absolute;
	left: 740px;
	top: 0;	
}

#loginPage .login {
	position: relative;
	width: 250px;
}

#loginPage #copy {
	float: left;
	clear: left;
	width:700px;
	margin-right: 40px;
}

#loginPage #copy .row>.primary,
#loginPage #copy .row>.secondary {
	width:46%;
	padding-left:25px;
	display: inline-block;
	position: relative;
}

#loginPage #welcome {
	height: 340px;
	background-image: url("images/login_welcome_bkgd.jpg");
	background-repeat: no-repeat;
	background-position: center 50px;
	margin-bottom: 15px;
}

#loginPage #welcome h1 {
	font-size: 40px;
	text-align: center;
	font-weight: normal;
}

#loginPage h2 {
	font-weight: normal;
}


#loginPage #buttons {
	padding-bottom: 20px;
	border-bottom: 1px solid #e0e0e0;	
	margin-bottom: 25px;
}

#loginPage #rotating {
	margin-bottom: 25px;	
}

#loginPage #rotating .primary,
#loginPage #rotating .secondary {
	float:left;	
}




#loginPage .primaryNav,
#loginPage #globalSearch,
#loginPage #userID,
#loginPage #main_logOut {
    display: none;
}

#loginPage #help {
    border: none;
}

/* HOME */

.column.home>.content>.body {
	background: #c9c9c9 url("images/home_bkgd.png") left top no-repeat;
} 

.home #viewReports>.icon {
	background-position: left -938px;
}

.home #manageServer>.icon {
	background-position: left -1650px;
}

.home #createReports>.icon {
	background-position: left -1395px;
}

.home #analyzeResults>.icon {
	background-position: left -1160px;
}

.home #manageUsers>.icon {
	background-position: left top;
}

.home #manageRoles>.icon {
	background-position: left -248px;
}

.home #manageOLAP>.icon {
	background-position: left -716px;
}

.home #browseRepo>.icon {
	background-position: left -490px;
}

.home .row {
	margin-top:20px;
}


.home .row.bottom {
	padding-left:400px;
}

.home .panel.info.button.pressed h2 {
	color: #DC5717;
}

#home_user #manageServer {
	display: none;
}

#home_user #browseRepo,
#home_user #manageUsers,
#home_user #manageRoles,
#home_user #manageOLAP {
	display: none;
}

#home_admin #browseRepo,
#home_admin #manageUsers,
#home_admin #manageRoles,
#home_admin #manageOLAP {
	display: none;
}

#home_manage #analyzeResults,
#home_manage #viewReports,
#home_manage #createReports,
#home_manage #manageServer {
	display: none;
}

/* demo/demo home page */

#home_user #outerFrame #dashboardViewer .body .body {
	overflow:auto;
}

/* Data Chooser Flow */

/* #dataChooserSource */

#dataChooserSource .inputs .primary .header .title {
    display: none;
}

#dataChooserSource .inputs .primary .body {
    bottom:110px;
}

#dataChooserSource .inputs .primary .footer {
    height:105px;
}

#dataChooserSource #sourceDialog .description {
	background-color:#EEEEEE;
	border-top:1px solid #E0E0E0;
	border-bottom:1px solid #E0E0E0;
	bottom:0;
	height:43px;
	left:0;
	line-height:1.3em;
	margin:0;
	overflow:hidden;
	padding:5px 25px;
	position:absolute;
	right:0;
}

#dataChooserSource #sourceDialog .groupBox {
	bottom:60px;
}

#dataChooserSource #sourceDialog {
	min-width: 450px;
	min-height: 500px;
}

#dataChooserSource .list.resources .column.one,
#dataChooserSource .list.resources .column.four {
    display: none;
}

#dataChooserSource .list.resources .column.two {
    width:75%;
}

#dataChooserSource .list.resources .column.three {
    width:10%;
}

#dataChooserSource .list.resources .resourceName a:focus,
#dataChooserSource .list.resources .resourceName a:hover,
#dataChooserSource .list.resources .resourceName a.over,
#dataChooserSource .list.resources .resourceName a:active,
#dataChooserSource .list.resources .resourceName a.pressed {
    color:inherit;
    cursor:pointer;
    text-decoration:none;
}

/* #dataChooserDisplay */


#dataChooserDisplay #listMode {
    margin:10px 1% 0 auto;
    position:absolute;
	right:0;
	top:0;
}

#dataChooserDisplay .list.tabular.twoColumn.hideRoot {
    padding-left:0;
}

/* #dataChooserPreFilters */

#dataChooserPreFilters .panel .list.tabular.filters.twoColumn .wrap {
    border:none;
    background-color: transparent;
}

#dataChooserPreFilters .row.inputs {
    min-width: 1000px;
}

#dataChooserPreFilters .button.minimize {
	display: none;
}


/* #designer */


#designer #data.body {
    margin-top:28px;
    border-top: 1px solid #e0e0e0;
}


#designer #availableFields.body {
    margin-top:29px;
}


#adhoc #adhocCanvasContainer{
    overflow:hidden;
}

#designer .pane.filter .control.select.multiple select {
    height:70px;
    margin-top:0;
    width: 98%;
}

#designer .pane.filter.sizeable .control.select.multiple select {
    height:auto;
}



#designer #editor .body {
    margin-top:62px;
}

#designer .toolbar .button .wrap {
    text-indent: -5000px;
}

#designer #viewMode {

}

#designer #displayMode {
    position: absolute;
    right: 0;
    top:0;
}

#designer #designerCanvasContainer{
    overflow:hidden;
}


#designer #mainTableContainer {
    border-left:1px solid #e0e0e0;
    bottom:0;
    left:50px;
    overflow:auto;
    position:absolute;
    right:0;
    top:0;
    padding: 0 10px;
}

#designer #canvasTable {
    position:relative;
    top:2px;
}


#designer #grouper {
    background-image: url(images/grouper_sprite.png);
    background-repeat: no-repeat;
    background-position:0 0;
    height:30px;
    left:10px;
    position:absolute;
    top:65px;
    width:30px;
}

#designer #grouper.over,
#designer #grouper:hover {
    background-position:0 -30px;
}

#designer #titleCaption {
    white-space: nowrap;
    padding: 0 20px;
    height: 2.5em;
    line-height: 2.5em;
}

#designer #titleCaptionInput {
    min-width: 400px;
}


#designer .calculatedField {
    font-weight:bold;
}

#designer .calculatedField.dependency {
    font-style: oblique;
}

#designer td.selected,
#designer th.selected {
	background-color: #CDE1ED !important;
}

#designer td#chart.selected{
    background-color: #FFFFFF !important;   
}



#designer #mainTableContainer .sizer {
    z-index:63;
    width:3px;
    position:absolute;
}


#designer #mainTableContainer .chartBorder {
    position: absolute;
    border: solid 2px #217EB5;
}


#designer #mainTableContainer .chartImgBorder {
    background-color: #FFF;
}


#designer #mainTableContainer td#chart .sizer {
    background-color: #217EB5;
    bottom: 0;
    right: 0;
    cursor: se-resize;
    position: absolute;
    width: 15px;
    height: 15px;
    z-index:5;
}


#designer #mainTableContainer .sizer.over,
#designer #mainTableContainer .sizer.pressed {
	background-color: #217EB5;
}

#designer #mainTableContainer .overlay {
	position:absolute;
	z-index:500;
    margin:0;
	opacity:0.3;
}



#designer #mainTableContainer .overlay.over,
#designer #mainTableContainer .overlay.pressed,
#designer #mainTableContainer .overlay.selected {
    background-color:#75AECF;
	border:1px solid #000050;
    margin:-1px 0 0 -1px;
}

#designer #mainTableContainer .overlay.pressed,
#designer #mainTableContainer .overlay.selected {
    border:3px solid #000050;
    margin:-3px 0 0 -3px;
}

#designer #mainTableContainer .overlay.group.over,
#designer #mainTableContainer .overlay.group.pressed,
#designer #mainTableContainer .overlay.group.selected {
    margin:-1px 0 0 -2px;
}

#designer #mainTableContainer .overlay.group.pressed,
#designer #mainTableContainer .overlay.group.selected {
    margin:-3px 0 0 -4px;
}


#designer #mainTableContainer .overlay.xtab.header,
#designer #mainTableContainer .overlay.xtab.measure,
#designer #mainTableContainer .overlay.legend,
#designer #mainTableContainer .overlay.summary,
#designer #mainTableContainer .overlay.group {
    z-index:501;
}

#designer #mainTableContainer .overlay.legend {
    z-index:1001;
}

#designer .columnSizer{
    z-index:501;
    width:3px;
    position:absolute;
    padding-left:1px;
    padding-right:1px;
}



#designer .columnSizer.over{
    z-index:2000;
    width:3px;
    position:absolute;
    padding-left:1px;
    padding-right:1px;
    background-color:#999999;
}


#designer .columnSizer:hover{
    background-color:#999999;
}


#designer .row.visualCue{
    width:3px;
}

#designer .col.visualCue,
#designer .measure.visualCue{
    height:3px;
}


#designer .row.visualCue,
#designer .col.visualCue,
#designer .measure.visualCue{
    z-index:-1;
    position:absolute;
    background-color:#999999;
}

#designer .row.visualCue.over,
#designer .col.visualCue.over,
#designer .measure.visualCue.over{
    z-index:501;
}


/*chart specific*/
#designer #mainTableContainer .overlay.legend.selected {
    margin:-2px 0 0 0;
}


/*table specific*/
#designer #mainTableContainer span.labelOverlay{
    position:absolute;
    margin: 0;
    padding: 0;
}


/*crosstab specific*/
#designer #mainTableContainer .overlay.xtab {
    z-index : -1;
}


#designer #mainTableContainer .overlay.xtab.over,
#designer #mainTableContainer .overlay.xtab.pressed,
#designer #mainTableContainer .overlay.xtab.selected {
    z-index : 500;
}

/*this is to enhance dragNdrop of selected groups*/
#designer #mainTableContainer .overlay.xtab.selected {
    z-index : 502;
}


#designer #mainTableContainer #canvasTable thead#headerAxis th.columnGroupsEmptyCell{
    background-color:#FFF;   
}


#designer #mainTableContainer #canvasTable thead#headerAxis th#columnGroupsPlaceHolder{
    background-color:#cccccc;
    height:50px;
    width:85%;
    color:#f1f1f1;
    vertical-align:middle;
    font-style:italic;
    font-weight:bold;
}


#designer #mainTableContainer #canvasTable td#rowGroupsPlaceHolder{
    background-color:#cccccc;
    width:100px;
    height:250px;
    color:#f1f1f1;
    text-align:center;
    font-style:italic;
    font-weight:bold;
}


#designer #mainTableContainer #canvasTable td#measuresPlaceHolder{
    background-color:#f1f1f1;
    color:#666666;
    text-align:center;
    font-style:italic;
    font-weight:bold;
}



#designer .overflow{
    min-width:100px;
    height:30px;
    background-color:#d4ecf2;
    border-bottom:1px solid #c1c1c1;
    border-top:1px solid #c1c1c1;
}



#designer .panel.filter .select {
	margin:5px 0;
}

#designer .toolbar .button .icon {
    background-image: url(images/adhoc_toolbar_buttons_sprite.png);
    background-repeat: no-repeat;
    width:26px;
}

#designer .toolbar #presentation .icon {
    background-position: 0px 5px;
}

#designer .toolbar #explorer .icon {
    background-position: 0px 5px;
}

#designer .toolbar #save .icon {
    background-position: 0px -31px;
}

#designer .toolbar #execute .icon {
    background-position: 0px -108px;
}

#designer .toolbar #redo .icon {
    background-position: 0px -232px;
}

#designer .toolbar #undo .icon {
    background-position: 0px -194px;
}

#designer .toolbar #undoAll .icon {
    background-position: 0px -277px;
}

#designer .toolbar #pivot .icon {
    background-position: 0px -318px;
}

#designer .toolbar #sort .icon {
    background-position: 0px -364px;
}

#designer .toolbar #controls .icon {
    background-position: 0px -152px;
}

#designer .toolbar #styles .icon {
    background-position: 0px -68px;
}

#designer .toolbar #options .icon {
    background-position: 0px -407px;
}

#designer .toolbar #presentation.over .icon,
#designer .toolbar #presentation.pressed .icon {
    background-position: -33px 5px;
}


#designer .toolbar #explorer.over .icon,
#designer .toolbar #explorer.pressed .icon {
    background-position: -33px 5px;
}

#designer .toolbar #save.over .icon,
#designer .toolbar #save.pressed .icon  {
    background-position: -33px -31px;
}

#designer .toolbar #execute.over .icon,
#designer .toolbar #execute.pressed .icon {
    background-position: -33px -108px;
}

#designer .toolbar #redo.over .icon,
#designer .toolbar #redo.pressed .icon {
    background-position: -33px -232px;
}

#designer .toolbar #undo.over .icon,
#designer .toolbar #undo.pressed .icon {
    background-position: -33px -194px;
}

#designer .toolbar #undoAll.over .icon,
#designer .toolbar #undoAll.pressed .icon {
    background-position: -33px -277px;
}

#designer .toolbar #pivot.over .icon,
#designer .toolbar #pivot.pressed .icon {
    background-position: -33px -318px;
}

#designer .toolbar #sort.over .icon,
#designer .toolbar #sort.pressed .icon {
    background-position: -33px -364px;
}

#designer .toolbar #controls.over .icon,
#designer .toolbar #controls.pressed .icon {
    background-position: -33px -152px;
}

#designer .toolbar #styles.over .icon,
#designer .toolbar #styles.pressed .icon {
    background-position: -33px -68px;
}

#designer .toolbar #options.over .icon,
#designer .toolbar #options.pressed .icon {
    background-position: -33px -407px;
}

/* repoSearch */
#repoSearch #folders {
    display: none;
}


#repoSearch #sortMode {
    position:absolute;
    right:1em;
    top:11px;
}

#repoSearch .column.primary>.content>.header .toolbar {
    display: none;
}

#repoSearch .column.primary>.content>.body.showingSubHeader {
    margin-top:28px;
}

#repoSearch .column.secondary>.content>.body {
    top:36px;
}

/* repoBrowse */

#repoBrowse #filters,
#repoBrowse #frame .searchLockup,
#repoBrowse .primary.column .sub.header {
    display: none;
}

#repoBrowse #sortMode #relevance {
    display: none;
}

#repoBrowse .column.primary>.content>.body {
    margin-top:33px;
}


#repoBrowse .column.secondary>.content>.body {
    top:36px;
}

/* #dataChooserSource */

#dataChooserSource .interactions .primary .body {
    margin-top:29px;
}

/* reportOptions_edit */

#reportOptions_edit #stepDisplay .column.primary .header {
	height:45px;
	overflow: hidden;
}

#reportOptions_edit #stepDisplay .column.primary .header>.title {
	line-height: normal;
}


#reportOptions_edit #stepDisplay .column.primary .header>.title>.path {
	display: block;
	margin-top: 3px;
}

#reportOptions_edit #stepDisplay .column.primary .body {
	margin-top:10px;
}


/* #addResource_file */

#addResourceFile .twoColumn_equal .column {
    margin:20px;
    padding:0 5px;
}

#addResourceFile #fileTypeLabel.error>.message.warning {
    display: inline;
}

#addResourceFile .inputs .primary .footer .description {
    background-color:#EEEEEE;
    border-bottom:1px solid #E0E0E0;
    height:1.3em;
    line-height:1.3em;
    margin-bottom:1em;
    margin-left:-20px;
    overflow:hidden;
    padding:5px 25px;
}

/* #addResource_analysisConnection */

#addResource_analysisConnection.mondrian #xmlA {
    display: none;
}

/* #addResource_locateDatatype */

#addResource_locateDatatype #noLink,
#addResource_locateDatatype #fromLocal {
    display: none;
}

/* #addResource_locateDataSource */

#addResource_locateDataSource #fromLocal {
    display: none;
}

/* #addResource_locateConnection */

#addResource_locateConnection #noLink,
#addResource_locateConnection #fromLocal {
    display:none;
}


/*#addResource_locateQuery #noLink,*/
#addResource_locateQuery #fromLocal {
    display: none;
}

/* #addResource_locateOLAPSchema */

#addResource_locateOLAPSchema #noLink,
#addResource_locateOLAPSchema #create {
    display: none;
}

/* #addResource_locateAccessGrant */

#addResource_locateAccessGrant #create {
    display: none;
}

/* #addResource_locateInputControl */

#addResource_locateInputControl #fromLocal,
#addResource_locateInputControl #noLink {
    display: none;
}

/* #addResource_locateResource */

#addResource_locateResource #noLink,
#addResource_locateResource #create {
    display: none;
}


/* #addReport_SetUp */

#addReport_SetUp #noLink,
#addReport_SetUp #create {
    display: none;
}

/* #addReport_JRXML */

#addReport_JRXML #noLink,
#addReport_JRXML #create {
    display: none;
}

/* #designerCache */

#designerCache #detail {
    height:400px;
    width: 400px;
}


#designerCache #detail .data {
    white-space: pre;
    margin-left: 5px;
}

#designerCache.nothingToDisplay .list.tabular.fiveColumn {
    display: none;
}

#designerCache .list.tabular>.leaf.header>.wrap>.column {
    line-height: 1em;
}

#designerCache .list.tabular>.leaf.header>.wrap>.column>p {
    margin-bottom: 0;
}

#designerCache .list.fiveColumn .wrap>.column.one {
    width:70px;
}

#designerCache .list.fiveColumn .wrap>.column.two {
    width:65%;
}

#designerCache .list.fiveColumn .wrap>.column.three {
    width:7%;
    text-align: center;
}

#designerCache .list.fiveColumn .wrap>.column.four {
    width:7%;
    text-align: center;
}

#designerCache .list.fiveColumn .wrap>.column.five {
    width:8%;
}

#designerCache .list.fiveColumn .query {
    max-height:6em;
    overflow:hidden;
    white-space:pre;
    margin-bottom:5px;
}

#designerCache .list.tabular>.leaf.running {
	font-style: italic; 
}

#designerCache .list.tabular>.leaf.running>.wrap>.column.one {
	background-image: url(images/list_node_animation.gif);
	background-repeat: no-repeat;
    height:16px;
}




/* reportViewer */

#reportViewer.twoColumn #inputControls,
#reportViewer #display.controlPage #controls,
#reportViewer.twoColumn #controls,
#reportViewer.controlPage #inputControls {
    display: none;
}

#reportViewer .column.primary>.content>.body {
    padding-top: 10px;
}

#reportViewer .control.paging {
    margin-top:3px;
}

#reportViewer .twoColumn .primary.column {
    left:300px;
}

#reportViewer .twoColumn .secondary.column {
    width:300px;
}

#reportViewer.nothingToDisplay .report,
#reportViewer.nothingToDisplay .control.paging  {
    display: none;
}

#reportViewer #display.controlPage .primary.column {
    display:none;
}

#reportViewer #display.controlPage .secondary.column {
    width:auto;
    left:0;
    right:0;
}

#reportViewer #display.controlPage .secondary.column .sizer,
#reportViewer #display.controlPage .secondary.column .minimize {
    display:none;
}

#reportViewer #display.controlPage .list.inputControls {
    width:300px; 
    margin-left:20px;
}

#reportViewer #reportContainer {
	margin-top: 10px;
}

#reportContainer table, 
#reportContainer tbody, 
#reportContainer tfoot, 
#reportContainer thead, 
#reportContainer tr, 
#reportContainer th, 
#reportContainer td {
/* resets for rendered reports */
	font-size: 1%; 
	vertical-align: top;
	line-height: normal;
	text-align: left;
}

#reportContainer #innerPagination td,
#reportContainer #innerPagination input {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

#reportContainer #innerPagination input {
	text-align: right;
	width:40px;
}

/* inputControls - savedValues display case */
#reportViewer #inputControls.showingSubHeader>.content>.header>.sub.header,
#reportViewer #inputControlsForm.showingSubHeader>.content>.header>.sub.header,
#scheduler_jobParameters .showingSubHeader .sub.header {
    height: 50px;
}

#reportViewer #inputControls.showingSubHeader>.content>.body,
#reportViewer #inputControlsForm.showingSubHeader>.content>.body,
#scheduler_jobParameters .showingSubHeader .body {
    margin-top: 51px;
}

#savedValuesSelector {
    margin-left: 20px;
    width:95%;
}

#savedValuesSelector select {
   display:block;
   margin: 8px 0 0;
   max-width:95%;
}

#savedValuesSelectorOnPupup {
    margin-left: 50px;
    width:75%;
}

#savedValuesSelectorOnPupup select {
   display:block;
   margin: 8px 0 0;
   width:100%;
}


/* addReport_Controls */

#addReport_Controls .inputs>.primary .body {
    padding: 0;
}

#controlOptions .wrap {
    border:none;
    line-height: normal;
}

#controlOptions .select {
    width:120px;
}


#controlOptions .select,
#controlOptions .checkBox {
    display: inline-block;
    margin-top: 5px;
}

#controlOptions .select {
    margin-right:10px;
}

#controlOptions .header.wrap {
    background-color: transparent;
}

/* #messageDetail */

#messageDetail .message {
    margin-top:30px;
    margin-left:200px;
}

/* #manage_users and #manage_roles*/

#properties #passwords,
#properties #editRoles,
#properties #editUsers,
#properties #save,
#properties #cancel,
#properties .hint,
#properties #availableRoles .minimize,
#properties #availableRoles .sizer {
    display: none;
}

#properties.editMode #passwords,
#properties.editMode #editRoles,
#properties.editMode #editUsers,
#properties.editMode .hint {
    display: block;
}

#properties.editMode #save,
#properties.editMode #cancel {
    display: inline;
}

#properties.editMode #edit,
#properties.editMode #loginAsUser,
#properties.editMode #delete,
#properties.editMode #attributes,
#properties.editMode #manageUsers,
#properties.editMode #manageRoles {
    display: none;
}

.nothingToDisplay #properties fieldset,
.nothingToDisplay #properties #edit,
.nothingToDisplay #properties #save,
.nothingToDisplay #properties #loginAsUser,
.nothingToDisplay #properties #delete,
.nothingToDisplay #properties #cancel,
.nothingToDisplay #properties #manageUsers,
.nothingToDisplay #properties #manageRoles {
    display: none;
}

#properties #delete {
    float: right;
}

#properties.editMode #editRoles {
    position: absolute;
    top:375px;
    left:0;
    right:0;
    bottom: 0;
    min-height: 250px;
}

#properties #assignedView .searchLockup,
#properties #assigned .searchLockup,
#properties #available .searchLockup {
    top:2px;
    margin: 0;
    width:auto;
    position: absolute;
    left:20px;
    right: 0;
    min-width: 0;
}

#manage_roles #properties #attributes,
#properties.editMode #editUsers {
    position: absolute;
    top:115px;
    left:0;
    right:0;
    bottom: 0;
    min-height: 250px;
}

#manage_users #availableList .icon.button,
#manage_users #assignedList  .icon.button,
#manage_roles #availableList .icon.button,
#manage_roles #assignedList  .icon.button {
	display: none;
}

#manage_users #availableList .wrap.button,
#manage_users #assignedList  .wrap.button,
#manage_roles #availableList .wrap.button,
#manage_roles #assignedList  .wrap.button {
	padding-left:10px;
}



/* #addDomain/editDomain */

#addDomain .inputs > .primary > .content > .body,
#editDomain .inputs > .primary > .content > .body {
    padding:0;
}

#domainDesigner_editDomain .list.linkedResources .wrap>.column.one,
#domainDesigner_addDomain .list.linkedResources .wrap>.column.one {
	width: 65%;
}

/* #domainDesigner_joins */

#domainDesigner_joins .primaryLeft>.primary {
	margin-left:0;
	right:650px;
}

#domainDesigner_joins .primaryLeft>.secondary {
	width:650px;
}

#domainDesigner_joins .list.tabular.fourColumn {
	min-width:300px;
}

#domainDesigner_joins .list.tabular.fourColumn>li>.wrap>.column.one {
	width:30%;
}

#domainDesigner_joins .list.tabular.fourColumn>li>.wrap>.column.two {
	width:29%;
	margin-left:1%;
}


#domainDesigner_joins .list.tabular.fourColumn>li>.wrap>.column.three {
	width:15%;
}

#domainDesigner_joins .list.tabular.fourColumn>li>.wrap>.column.four {
	width:14%;
	margin-left:1%;
}


#domainDesigner_joins .pickWells>.sizer.vertical {
    display: block;
}

#domainDesigner_joins #pickWells {
    top:0;
    overflow: hidden;
    position: absolute;
    left:0;
    right:0;
}

#domainDesigner_joins #joins {
    top: 65%;
    bottom:0;
    position: absolute;
    left:0;
    right:0;
}

#domainDesigner_joins #joinTabSet {
    left:20px;
    position:absolute;
    top:11px;
}

#domainDesigner_joins #joins .list.tabular.fourColumn  {
    min-width:400px;
}


#domainDesigner_joins #joins .list.tabular.fourColumn .column.one,
#domainDesigner_joins #joins .list.tabular.fourColumn .column.two {
    width:37%;
}

#domainDesigner_joins #joins .list.tabular.fourColumn .column.three,
#domainDesigner_joins #joins .list.tabular.fourColumn .column.four {
    width:11%;
}

#domainDesigner_joins #joins .list.tabular.fourColumn .column.four {
    text-align: center;
}



/* #domainDesigner_tables */

#domainDesigner_tables #dataSource {
    display: inline;
}

#domainDesigner_tables .inputs>.primary>.content>.body {
    margin-top: 15px;
}

/* #domainDesigner_calculatedFields */

#domainDesigner_calculatedFields #deleteField {
    float: right;
}

/* #domainDesigner_derivedTables */

#domainDesigner_derivedTables #runQuery {
    margin-bottom:15px;
}


#domainDesigner_derivedTables #error,
#domainDesigner_derivedTables #results {
    display: none;
}

#domainDesigner_derivedTables .error #error,
#domainDesigner_derivedTables .success #results {
    display: block;
}

/* #domainDesigner_display */

#domainDesigner_display #setsAndItems>.content>.body {
    overflow: hidden;
}


#domainDesigner_display #setsAndItems>.content>.body>.moveButtons {
    padding-top:10px;
}

#domainDesigner_display #setsAndItems>.content>.body>.moveButtons>.toTop {
    margin-top:0;
}

#domainDesigner_display #setsAndItems>.content>.body {
    overflow: hidden;
}



/* #scheduler_jobList */

#scheduler_jobList.nothingToDisplay .list.tabular {
    display: none;
}

#scheduler_jobList .tabular.list {
    min-width:980px;
}

#scheduler_jobList .tabular.list>.leaf>.wrap>.column {
    margin-right:5px;
}

#scheduler_jobList .tabular.list>.leaf>.wrap>.column.one {
    width:5%;
}

#scheduler_jobList .tabular.list>.leaf>.wrap>.column.two,
#scheduler_jobList .tabular.list>.leaf>.wrap>.column.three {
    width:23%;
}

#scheduler_jobList .tabular.list>.leaf>.wrap>.column.four,
#scheduler_jobList .tabular.list>.leaf>.wrap>.column.five,
#scheduler_jobList .tabular.list>.leaf>.wrap>.column.six,
#scheduler_jobList .tabular.list>.leaf>.wrap>.column.seven {
    width:11%;
}

/* #scheduler_jobSetUp */
#scheduler_jobSetUp #simpleRecurrence .error > .message.warning,
#scheduler_jobSetUp #jobCommon .error > .message.warning {
	display: inline;
	margin-top: 3px;
    position: absolute;
}

#scheduler_jobSetUp #simpleRecurrence .list.inputSet .leaf {
	overflow: visible;
}


#scheduler_jobSetUp #timeZone,
#scheduler_jobSetUp #recurrence {
    width:auto;
}


#scheduler_jobSetUp #intervalIncrement,
#scheduler_jobSetUp #times {
    margin-left:5px;
    text-align:right;
    width:3em;
}

#scheduler_jobSetUp #simpleRecurrence,
#scheduler_jobSetUp #calendarRecurrence {
    clear: both;
    margin-left: 20px;
}

#scheduler_jobSetUp #recurrenceInputs {
    margin-top: 30px;
}

#scheduler_jobSetUp #fixedRepeat {
    top: 3px;
}

#scheduler_jobSetUp #startDate,
#scheduler_jobSetUp #calendarRepeat {
    top: 5px;
}

#scheduler_jobSetUp #startDateLabel>span,
#scheduler_jobSetUp #calendarRepeatSet>span {
    margin-top: 2px;
}

#scheduler_jobSetUp #theMonthDays {
    margin-left:20px;
    width: auto;
}


#scheduler_jobSetUp #selectedMonths,
#scheduler_jobSetUp #weekDays,
#scheduler_jobSetUp #monthDays {
    padding-right:20px;
}

#scheduler_jobSetUp #selectedMonths>.wrap,
#scheduler_jobSetUp #weekDays>.wrap,
#scheduler_jobSetUp #monthDays>.wrap {
    position: relative;
    white-space: nowrap;
}

#scheduler_jobSetUp #selectedMonths>.control.select,
#scheduler_jobSetUp #weekDays>.control.select,
#scheduler_jobSetUp #monthDays>.control.inline {
    position: relative;
    left:20px;
}

#scheduler_jobSetUp #calendarRecurrence .list>.node {
    float: left;
    clear: none;
}

#scheduler_jobSetUp #calendarRecurrence #repeatTimes {
    clear: left;
}


#scheduler_jobSetUp #calendarRecurrence .list>.leaf {
    float: none;
    overflow: visible;
}

#scheduler_jobSetUp #calendarRecurrence .control.picker {
    clear: both;
}

#scheduler_jobSetUp #calendarRecurrence .control.picker>.wrap {
    display: inline;
}

#scheduler_jobSetUp #calendarRecurrence .control.picker input {
    width: auto;
}

/* #scheduler_jobOutput */

#scheduler_jobOutput #outputFormat>.list.inputSet>.leaf {
    float: left;
    clear: none;
    margin-right: 15px;
}

#scheduler_jobOutput #locale {
    width:auto;
}

#scheduler_jobOutput #email_message {
    height: 100px;
    overflow: auto;
}

#scheduler_jobOutput #timestampPattern {
    position: relative;
    top:10px;
    left:15px;
    margin-right: 20px;
}

#scheduler_jobOutput #timestampPattern>input {
    position: relative;
    left:5px;
}


#scheduler_jobOutput #repositoryView {
    top:30px;
    bottom: 130px;
    left:30px;
}

#scheduler_jobOutput #fileNameSettings .leaf {
    overflow:visible;
}


/* #scheduler_jobParameters */

#scheduler_jobParameters .list.inputControls {
    width:400px;
    margin-top: 10px;
}

#scheduler_jobParameters .list.inputControls>.leaf {
    padding-right: 20px;
}

/* #dashboardDesigner */

#dashboardDesigner .primary.column>.content>.body {
    background: url("images/grid_20x20_bkgd.png") repeat scroll -10px -10px #F6F9F9;
}

#dashboardDesigner .list.collapsible.folders .leaf>.wrap>.icon {
	display: none;	
}




#sizeGuide {
    border:1px dotted #aaa;
    left:0;
    position:absolute;
    top:0;
    z-index:1;
    -moz-box-shadow:5px 5px 20px #ccc;
    -webkit-box-shadow:5px 5px 20px #ccc;
    height: 600px;
    width:800px;
}

#sizeGuide.proportional {
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    border: none;
    right:0;
    bottom:0;
    height: auto;
    width: auto;
}


#dashboardCanvasArea.proportional {
    border: none;
    right:0;
    bottom:0;
    left:0;
    position:absolute;
    top:40px;
    z-index:2;
    width:100%;
    height:auto;
}




#sizeGuide>.label {
    position: absolute;
    right:20px;
    bottom:2px;
    display: block;
}

#sizeGuide.proportional>.label {
    display: none;
}


#title {
    position: absolute;
    left: 0;
    right: 0;
    height:40px;
    line-height: 40px;
    text-align: center;
}

#dashboardDesigner #title {
    background-color: #e0e0e0;
    -webkit-user-select:text;
    -moz-user-select:text;
}

#dashboardDesigner  #fontSizeTester{
    z-index:-99999;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
    position:absolute;
    line-height:normal;
}

.dragmarquee{
    background-color:transparent;
    border:1px dashed #000;
    width:2px;
    height:2px;
    position: absolute;
    z-index:50;
}


.componentContainer {
    position: absolute;
    z-index: 2;
}

.componentContainer.control {
    width:auto !important;
    margin: 0;
    background-color: transparent;
}

.componentContainer.control.actionButton,
.componentContainer.control.displayText {
    width:auto;
}

.componentContainer.control.select.multiple select {
    height:100%;
}


.componentContainer.control input,
.componentContainer.control .picker,
.componentContainer.control .picker input,
.componentContainer.control select,
.componentContainer.control .button,
.componentContainer.control .read,
.componentContainer.control .radio,
.componentContainer.control .checkBox {
    margin: 0;
    z-index: 5;
    position: relative;
    /* width:auto; */
}


.componentContainer.control select {
    width:auto;
}


.componentContainer.control.displayText>.edit,
.componentContainer.control.displayText.editMode>.read {
    display: none;
}

.componentContainer.control.displayText>.read,
.componentContainer.control.displayText.editMode>.edit {
    display: block;
    color:#000;
}

.componentContainer.control.displayText {
    padding:2px 5px;
}

.componentContainer.control.displayText>.edit,
.componentContainer.control.displayText>.read {
    width:100%;
    height: 100%;
    border: none;
    background: none;
    text-align: center;
}


.componentContainer.control.displayText.label {
    z-index:6;
}

.componentContainer.control.select.multiple {
    height:5em;
}

.componentContainer.control>.list>.leaf {
    margin:0;
}

.componentContainer.iframe {
    height: 100%;
    width:100%;
    margin:0;
    border: none;
    z-index:5;
    position: absolute;
    background-color: #fff;
    background-image:url("images/wait_animation_large.gif");
    background-repeat: no-repeat;
    background-position: center center;
}

.componentContainer.iframe>iframe {
    height: 100%;
    width:100%;
    margin:0;
    border: none;
    z-index:5;
    position: absolute;
}

.componentContainer.iframe #reportContainer {
    overflow: hidden;
}


.componentContainer.iframe,
.componentContainer.displayText {
    border:1px solid #333;
}

.componentContainer>.overlay.button {
    border:7px solid transparent;
    bottom:0;
    left:0;
    margin:-7px;
    position:absolute;
    right:0;
    top:0;
    z-index:3;
    opacity:.5;
}


.componentContainer.iframe>.overlay.button {
    z-index:100;

}

.componentContainer>.overlay.pressed,
.componentContainer>.overlay.over {
    border-color:#217EB5;
}

.componentContainer>.overlay.pressed,
.componentContainer.selected>.overlay {
    opacity:1;
}

.componentContainer.selected>.overlay.button {
    border:2px dashed #217EB5;
    cursor:move;
    margin:-7px;
    z-index:100;
}

.componentContainer>.sizer {
    background-color:#217EB5;
    bottom:-11px;
    display:none;
    height:10px;
    position:absolute;
    right:-11px;
    width:10px;
}

.componentContainer.selected>.sizer,
.componentContainer.control.label.selected>.sizer,
.componentContainer.control.free.selected>.sizer {
    display:block;
    z-index: 21;
}

.componentContainer>.sizer.horizontal {
    bottom:50%;
    margin-bottom:-5px
}

.componentContainer>.sizer.vertical {
    right:50%;
    margin-right:-5px;
}

.componentContainer>.sizer.diagonal {

}

.componentContainer.control>.sizer {
    display:none;
}

.componentContainer.selected.control.select.multiple>.sizer.vertical,
.componentContainer.selected.control.picker>.sizer.horizontal,
.componentContainer.selected.control.text.label>.sizer.horizontal,
.componentContainer.selected.control.text.free>.diagonal.sizer {
    display:block;
}

#framePlaceholder {
    position: absolute;
    width: 560px;
    height: 350px;
}

#framePlaceholder,
#marquee {
    background-color: #e0e0e0;
    opacity:.5;
}

#marquee {
    border: 1px solid #333;
}

/* #dashboardViewer */

#dashboardViewer #marquee,
#dashboardViewer #framePlaceholder,
#dashboardViewer .componentContainer>.sizer,
#dashboardViewer .componentContainer>.overlay,
#dashboardViewer #customURL {
    display:none;
}

#dashboardViewer #sizeGuide {
    border:none;
    background: none;
    margin:0;
}

#dashboardViewer #sizeGuide.proportional {
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
}

#dashboardViewer #sizeGuide .label {
    display:none;
}


#dashboardViewer .componentContainer.iframe,
#dashboardViewer .componentContainer.displayText {
    border:none;
}

#dashboardViewer #title {
    background-color: transparent;
}

.componentContainer.iframe>.floatingMenu {
    margin:0;
    border: none;
    background: none;
    z-index:8;
    position: absolute;
    right:20px;
    top:20px;
    display:none;
}

.componentContainer.iframe.over>.floatingMenu {
    display:block;
}

/* #serverError */

#serverError .flow .inputs {
    min-height: 0;
}

#serverError #stepDisplay {
	display: block;
	margin-left: 160px;
}

#serverError #frame {
    min-height: 325px;
}

#serverError .flow .inputs > .primary > .content > .body {
    bottom:25px;
}

#serverError .flow .inputs > .primary > .content > .footer {
    height:25px;
    padding: 0;
}

#serverError #completeStackTrace p,
#serverError #errorMessages p {
    margin-left:20px;
}

#serverError #completeStackTrace p {
    white-space: pre;
}

/* LICENSE FAILED. */

#licenseFailed .primaryNav,
#licenseFailed #globalSearch,
#licenseFailed #userID,
#licenseFailed #main_logOut{
    display: none;
}
#licenseFailed #metaLinks li {
    border: none;
}

#assignedViewList .separator {
   margin-right:4px;
}

#assignedViewList .last .separator {
    display:none;
}

#reportViewer .calendar {
    z-index:1000 !important;
}

#loginPage .community #welcome {
    background-image: url("images/login_welcome_ce_bkgd.jpg");
}
