/* 
    Document   : boxExt
    Created on : 15/09/2008, 21:20:03
    Author     : André Silva
    Description:
        Layout do box padrão Ext.
*/
.boxExt{
	height: auto;
	margin: 5px;
}
.boxExt .buttons{
        margin-top: 10px;
	text-align: center;
}
.boxExt-top{
	color:#15428B;
	font-family:tahoma,arial,verdana,sans-serif;
	font-size:13px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:17px;
}
.boxExt-top-right{
	background: transparent url(box-corner-top.gif) no-repeat scroll right 0;
	width: 99%;
	padding-right: 1%;
}
.boxExt-top-left{
	background: transparent url(box-corner-top.gif) no-repeat;
	width: 99%;
	padding-left: 1%;
}
.boxExt-top-bg{
	background: transparent url(box-border-top.gif) repeat-x;
	padding: 4px 0;
	height: 17px;
	text-indent: 5px;
}
.boxExt-body{
	color: #000;
	font-family:tahoma,arial,helvetica,sans-serif;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}
.boxExt-body-right{
	background: transparent url(box-border-horizontal.gif) repeat-y scroll right 0;
	width: 99%;
	padding-right: 1%;
}
.boxExt-body-left{
	background: transparent url(box-border-horizontal.gif) repeat-y;
	width: 99%;
	padding-left: 1%;
}
.boxExt-body-bg{
	background: #DFE8F6;
	padding: 5px 0;
	height: auto !important;
}
.boxExt-bottom{
    height: 15px;
}
.boxExt-bottom-right{
	background: transparent url(box-corner-bottom.gif) no-repeat scroll right bottom;
	width: 99%;
	padding-right: 1%;
}
.boxExt-bottom-left{
	background: transparent url(box-corner-bottom.gif) no-repeat scroll left bottom;
	width: 99%;
	padding-left: 1%;
}
.boxExt-bottom-bg{
	background: #DFE8F6 url(box-border-bottom.gif) repeat-x scroll 0 bottom;
	height: 15px;
}