/*
 * Panel Central do portal do aluno
 * TODO: mover os estilos usados para aluno.css e remover este arquivo
 */

.myCls{
    border-style: solid;
    border-color: #99bbe8;
    border-width:0;
}

.myCls-header {
    color:#15428b;
	font:bold 11px tahoma,arial,verdana,sans-serif;
	padding:11px 15px 0px 0px;
	/*line-height:3px;*/
	border-bottom:1px solid #99bbe8;
	background:#FFFFFF;
}

.myCls-body {
    border-top:0 none;
    overflow:hidden;
    background:white;
    position: relative; /* added for item scroll positioning */
}

.myCls-bbar .x-toolbar {
    border:1px solid #99bbe8;
    border-top:0 none;
    overflow:hidden;
    padding:2px;
}

.myCls-tbar .x-toolbar {
    border:1px solid #99bbe8;
    border-top:0 none;
    overflow:hidden;
    padding:2px;
}

.myCls-tbar-noheader .x-toolbar, .myCls-mc .myCls-tbar .x-toolbar {
    border-top:1px solid #99bbe8;
    border-bottom: 0 none;
}
.myCls-body-noheader, .myCls-mc .myCls-body {
    border-top:1px solid #99bbe8;
}
.myCls-header {
    overflow:hidden;
    zoom:1;
}
.myCls-tl .myCls-header {
    color:#15428b;
	 font:bold 11px tahoma,arial,verdana,sans-serif;
    padding:5px 0 4px 0;
    border:0 none;
    background:transparent;
}
.myCls-tl .myCls-icon, .x-window-tl .myCls-icon {
    padding-left:20px !important;
    background-repeat:no-repeat;
    background-position:0 4px;
    zoom:1;
}
.myCls-inline-icon {
    width:16px;
	 height:16px;
    background-repeat:no-repeat;
    background-position:0 0;
	 vertical-align:middle;
	 margin-right:4px;
	 margin-top:-1px;
	 margin-bottom:-1px;
}
.myCls-tc {
	background: transparent url(imagens/default/panel/top-bottom.gif) repeat-x 0 0;
	overflow:hidden;
}
/* fix ie7 strict mode bug */
.ext-ie7 .myCls-tc {
    overflow: visible;
}
.myCls-tl {
	background: transparent url(imagens/default/panel/corners-sprite.gif) no-repeat 0 0;
	padding-left:6px;
    zoom:1;
    border-bottom:1px solid #99bbe8;
}
.myCls-tr {
	background: transparent url(imagens/default/panel/corners-sprite.gif) no-repeat right 0;
	zoom:1;
    padding-right:6px;
}
.myCls-bc {
	background: transparent url(imagens/default/panel/top-bottom.gif) repeat-x 0 bottom;
    zoom:1;
}
.myCls-bc .myCls-footer {
    zoom:1;
}

.myCls-bl {
	background: transparent url(imagens/default/panel/corners-sprite.gif) no-repeat 0 bottom;
	padding-left:6px;
    zoom:1;
}
.myCls-br {
	background: transparent url(imagens/default/panel/corners-sprite.gif) no-repeat right bottom;
	padding-right:6px;
    zoom:1;
}
.myCls-mc {
    border:0 none;
    padding:0;
    margin:0;
    font: normal 11px tahoma,arial,helvetica,sans-serif;
    padding-top:6px;
    background:#dfe8f6;
}
.myCls-mc .myCls-body {
    background:transparent;
    border: 0 none;
}
.myCls-ml {
	background: #fff url(imagens/default/panel/left-right.gif) repeat-y 0 0;
	padding-left:6px;
    zoom:1;
}
.myCls-mr {
	background: transparent url(imagens/default/panel/left-right.gif) repeat-y right 0;
	padding-right:6px;
    zoom:1;
}
.myCls-bc .myCls-footer {
    padding-bottom:6px;
}
.myCls-nofooter .myCls-bc {
	height:6px;
    font-size:0;
    line-height:0;
}

.myCls-bwrap {
    overflow:hidden;
    zoom:1;
}
.myCls-body {
    overflow:hidden;
    zoom:1;
}

.myCls-collapsed .x-resizable-handle{
    display:none;
}

.ext-gecko .myCls-animated div {
    overflow:hidden !important;
}

.myCls-collapsed .x-tool-toggle {
    background-position:0 -75px;
}
.myCls-collapsed .x-tool-toggle-over {
    background-position:-15px -75px;
}

.x-tool-close {
    background-position:0 -0;
}
.x-tool-close-over {
    background-position:-15px 0;
}

.x-tool-minimize {
    background-position:0 -15px;
}
.x-tool-minimize-over {
    background-position:-15px -15px;
}

.x-tool-maximize {
    background-position:0 -30px;
}
.x-tool-maximize-over {
    background-position:-15px -30px;
}

.x-tool-restore {
    background-position:0 -45px;
}
.x-tool-restore-over {
    background-position:-15px -45px;
}

.x-tool-gear {
    background-position:0 -90px;
}
.x-tool-gear-over {
    background-position:-15px -90px;
}

.x-tool-pin {
    background-position:0 -135px;
}
.x-tool-pin-over {
    background-position:-15px -135px;
}
.x-tool-unpin {
    background-position:0 -150px;
}
.x-tool-unpin-over {
    background-position:-15px -150px;
}
.x-tool-right {
    background-position:0 -165px;
}
.x-tool-right-over {
    background-position:-15px -165px;
}
.x-tool-left {
    background-position:0 -180px;
}
.x-tool-left-over {
    background-position:-15px -180px;
}
.x-tool-up {
    background-position:0 -210px;
}
.x-tool-up-over {
    background-position:-15px -210px;
}
.x-tool-down {
    background-position:0 -195px;
}
.x-tool-down-over {
    background-position:-15px -195px;
}
.x-tool-refresh {
    background-position:0 -225px;
}
.x-tool-refresh-over {
    background-position:-15px -225px;
}

.x-tool-minus {
    background-position:0 -255px;
}
.x-tool-minus-over {
    background-position:-15px -255px;
}
.x-tool-plus {
    background-position:0 -240px;
}
.x-tool-plus-over {
    background-position:-15px -240px;
}

.x-tool-search {
    background-position:0 -270px;
}
.x-tool-search-over {
    background-position:-15px -270px;
}
.x-tool-save {
    background-position:0 -285px;
}
.x-tool-save-over {
    background-position:-15px -285px;
}
.x-tool-help {
    background-position:0 -300px;
}
.x-tool-help-over {
    background-position:-15px -300px;
}

/* Ghosting */
.myCls-ghost {
    background:#cbddf3;
    z-index:12000;
    overflow:hidden;
    position:absolute;
    left:0;top:0;
    opacity:.65;
    -moz-opacity:.65;
    filter:alpha(opacity=65);
}

.myCls-ghost ul {
    margin:0;
    padding:0;
    overflow:hidden;
    font-size:0;
    line-height:0;
    border:1px solid #99bbe8;
    border-top:0 none;
    display:block;
}

.myCls-ghost * {
    cursor:move !important;
}

.myCls-dd-spacer {
    border:2px dashed #99bbe8;
}
/* Buttons */

.myCls-btns-ct {
    padding:5px;
}

.myCls-btns-ct .x-btn{
	float:right;
	clear:none;
}
.myCls-btns-ct .myCls-btns td {
	border:0;
	padding:0;
}
.myCls-btns-ct .myCls-btns-right table{
	float:right;
	clear:none;
}
.myCls-btns-ct .myCls-btns-left table{
	float:left;
	clear:none;
}
.myCls-btns-ct .myCls-btns-center{
	text-align:center; /*ie*/
}
.myCls-btns-ct .myCls-btns-center table{
	margin:0 auto; /*everyone else*/
}
.myCls-btns-ct table td.myCls-btn-td{
	padding:3px;
}

.myCls-btns-ct .x-btn-focus .x-btn-left{
	background-position:0 -147px;
}
.myCls-btns-ct .x-btn-focus .x-btn-right{
	background-position:0 -168px;
}
.myCls-btns-ct .x-btn-focus .x-btn-center{
	background-position:0 -189px;
}

.myCls-btns-ct .x-btn-over .x-btn-left{
	background-position:0 -63px;
}
.myCls-btns-ct .x-btn-over .x-btn-right{
	background-position:0 -84px;
}
.myCls-btns-ct .x-btn-over .x-btn-center{
	background-position:0 -105px;
}

.myCls-btns-ct .x-btn-click .x-btn-center{
	background-position:0 -126px;
}
.myCls-btns-ct .x-btn-click  .x-btn-right{
	background-position:0 -84px;
}
.myCls-btns-ct .x-btn-click .x-btn-left{
	background-position:0 -63px;
}