/*
 ---

 file: desktop.css

 description: MUI - Desktop css.

 copyright: (c) 2011 Contributors in (/AUTHORS.txt).

 license: MIT-style license in (/MIT-LICENSE.txt).

 provides: css for default theme

 ...
 */

.mui-desktop {
	background-color:white;/*#f2f2f2;*/
	position: relative;
	min-width: 400px; /* Helps keep header content from wrapping */
	height: 100%;
	min-height: 100%;
	overflow: hidden;
	cursor: default; /* Fix for issue in IE7. IE7 wants to use the I-bar text cursor */    
    background-image: url('../../../../imagens/BOX_Escolhido_Azul-02_opaco.jpg');
    background-repeat: no-repeat;
    background-position: center;
}

/* header */
.mui-desktopHeader {
	background: #f2f2f2;
}

.mui-desktopNav {
	background-color: #f2f2f2;
	clear: both;
	height: 30px;
	overflow: hidden;
	margin-left: 2px;
	padding-top: 4px;
}

.mui-desktopTitlebarWrapper {
	position: relative;
	height: 45px;
	overflow: hidden;
	background: #718BA6 url(../images/bg-header.gif) repeat-x;
}

.mui-desktopTitlebar {
	padding: 7px 8px 6px 8px;
	height: 32px;
	/*background: url(../../../../imagens/BOX_Escolhido_48.jpg) no-repeat left 0;*/
}

.mui-desktopTitlebar h1.applicationTitle {
	display: none;
	margin: 0;
	padding: 0 5px 0 0;
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
	color: #fff;
}

.mui-desktopTitlebar h2.tagline {
	padding: 7px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #d4dce4;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.mui-desktopTitlebar h2.tagline .taglineEm {
	color: #fff;
	font-weight: bold;
}

.mui-desktopTitlebar div.topNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: absolute;
	right: 0;
	top: 0;
	color: #d4dce4;
	text-align: right;
	padding: 13px 10px 0 0;
}

.mui-desktopTitlebar div.topNav a {
	color: #fff;
	font-weight: normal;
}

.mui-desktopTitlebar div.topNav a:hover {
	text-decoration: none;
}

/* content*/
li.mui-divider {
	margin-top: 2px;
	padding-top: 3px;
	border-top: 1px solid #ebebeb;
}

.mui-desktopContent {
	position: relative;
	overflow: hidden; /* This can be set to hidden or auto */
	border-top: 1px solid #909090;
	border-bottom: 1px solid #909090;
}

/* Footer */
.mui-desktopFooter {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30px;
	overflow: hidden;
}

.mui-desktopFooter .mui-copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 24px;
	padding: 6px 8px 0 8px;
	background: #f2f2f2;
}

/* Panel Layout */
/* Columns */
.mui-column {
	position: relative;
	overflow: hidden; /* Required by IE6 */
	float: left
}

/* Panels */
.mui-panel {
	position: relative;
	overflow: scroll;
	-webkit-overflow-scrolling: touch; /* Required for iOS */
	background: #f8f8f8;
	border-bottom: 1px solid #b9b9b9;
	clear: both;
}

.mui-panelWrapper.mui-collapsed .mui-panel-header {
	border-bottom: 0;
}

.mui-panelAlt {
	background: #f2f2f2;
}

.mui-bottomPanel .mui-panel {
	border-bottom: 0;
}

.pad {
	padding: 8px;
}

#mainPanel2 {
	background: #fff;
}

.mui-panel-header {
	position: relative;
	background: #f1f1f1 url(../images/bg-panel-header.gif) repeat-x;
	height: 30px;
	border-bottom: 1px solid #d3d3d3;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
}

.mui-panel-headerContent {
	padding-top: 2px;
	display: table-cell
}

.mui-panel-header h2 {
	display: inline-block;
	font-size: 12px;
	margin: 0;
	padding: 3px 8px 0 8px;
	height: 22px;
	overflow: hidden;
	color: #333;
}

.mui-panel-collapse {
	background: url(../images/collapse-expand.gif) left top no-repeat;
	padding-right: 5px
}

.mui-panel-expand {
	background: url(../images/collapse-expand.gif) left -16px no-repeat;
}

.mui-icon16 {
	margin: 4px 0 0 2px;
	cursor: pointer;
}

.mui-panel-footer {
	position: relative;
	width: 100%;
	background: #f9f9f9;
	height: 30px;
	overflow: hidden;
	border-bottom: 1px solid #b9b9b9;
	padding: 0 0 0 8px;
}

.mui-bottomPanel .mui-panel-footer {
	border-top: 1px solid #b9b9b9;
	border-bottom: 0;
}

.mui-collapsed .mui-panel-footer {
	display: none;
}

.mui-mui-panel-footerContent {
	margin-top: 6px;
}

/* Column and Panel Handles */
.mui-horizontalHandle {
	height: 4px;
	line-height: 1px;
	font-size: 1px;
	overflow: hidden;
	background: #eee url(../images/bg-handle-horizontal.gif) repeat-x;
}

.mui-horizontalHandle.detached .mui-handleIcon {
	background: transparent;
}

.mui-horizontalHandle .mui-handleIcon {
	margin: 0 auto;
	height: 4px;
	line-height: 1px;
	font-size: 1px;
	overflow: hidden;
	background: url(../images/handle-icon-horizontal.gif) center center no-repeat;
}

.mui-columnHandle {
	min-height: 10px;
	float: left;
	width: 4px;
	overflow: hidden;
	background: #c3c3c3 url(../images/handle-icon.gif) center center no-repeat;
	border: 1px solid #909090;
	border-top: 0;
	border-bottom: 0;
}
.rWidth {
        position: absolute;
        right: 0;
}
