/* 
	Cusco Sky table styles
	written by Braulio Soncco http://www.buayacorp.com
*/

.innerGrid
{ 
    overflow:auto;
    height:305px;
    margin: 0px;
    padding: 0px;
    background-color:#ffffff;
}

.mainGrid table, .mainGrid th {
	border: 1px solid;
	border-bottom-style:none;
    border-style:none;
}

.mainGrid caption {
	font-size: 150%;
	font-weight: bold;
	
}

.mainGrid td, .mainGrid th {
	padding: 3px 0px 0px 3px;
	line-height:normal;
}

.mainGrid thead th {
	font-size: 11px;
    font-style:normal;
    font-family:Arial,Tahoma;
    font-weight:normal;
    line-height:22px;
    color: Black;
	background:#f9f9f9 url(../images/grid/grid3-hrow.gif) repeat-x 0 bottom;
	border-left-color:#eee;
    border-right-color:#d0d0d0;
    border-top-style:none;
    border-top-width:0px;
    padding-right:4px;
}

.mainGrid tbody tr 
{ 
    background: #FCFDFE; 
    cursor: pointer;
}

.mainGrid tr 
{
    border-color:#ededed;
    border-top-color:#fff;
    border-bottom-width:1px;
    border-bottom-style:solid;
}

.mainGrid tbody tr:hover 
{
    border: 1px solid #ddd;
    border-top-style:none;
    border-left-style:none;
    background-color:#efefef;
    font-size: 11px;
    font-style:normal;
    font-family:Arial,Tahoma;
    font-weight:bold;
}

.mainGrid table a:link 
{
    color:Black;
	text-decoration: none;
}

.mainGrid table a:visited {
	color: Black;
	text-decoration: none;
}

.mainGrid table a:hover {
	color:Black;  
	text-decoration: none;
}
.mainGrid tbody td 
{
    font-size: 11px;
    font-style:normal;
    font-family:Arial,Tahoma;
    line-height:13px;
    color: Black;
    padding-left:4px;
    padding-top:3px;
    padding-bottom:4px;
    padding-right:4px;
}

.mainGrid tfoot th, .mainGrid tfoot td {
	font-size: 85%;
}

#mask {
	position:absolute;
	z-index:9000;
	background-color:#000;
	display:none;
	font-family: Georgia;
    opacity: 0.4;
}

.loader
{
    display:none;
    z-index: 20001;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid;
    background: repeat-x 0 -16px;
    padding: 2px;
}

.loadingDiv
{
    border: 1px solid;
}

.loadingDiv
{
    padding: 5px 10px 5px 25px;
    background: no-repeat 5px 5px;
}

.loader
{
    border-color: #6593CF;
    background-color: #C3DAF9;
    background-image: url(../images/Icons/tb-blue.gif);
}

.loadingDiv
{
    border-color: #A3BAD9;     
    color: #222; 
}

.loadingDiv
{
    background-color: #FBFBFB;
    background-image: url(../images/Icons/loading.gif); 
}

.unselectable {
    -moz-user-select:none;
    -webkit-user-select:none;
    cursor:default;
}

.x-btn button:hover
{
    background-color:#99bbe8;
}

.x-grid-panel .x-panel-mc .x-panel-body {
    border-color:#99bbe8;
}

.x-panel-header {
    padding: 5px 3px 4px 5px;
    border: 1px solid;
    line-height: 15px;
    background: transparent repeat-x 0 -1px;
}

.x-panel-header {
    color: #15428B;
    font-weight: bold;
    font-size: 11px;
    font-family: tahoma,arial,verdana,sans-serif;
    border-color: #99BBE8;
    background-color: #C2D6EF;
}

.x-panel-header {
    overflow: hidden;
    zoom: 1;
}

.x-btn {
    cursor: pointer;
    white-space: nowrap;
}

.x-btn button {
    /*border: 0 none;*/
    background-color: transparent;
    padding-left: 3px;
    padding-right: 3px;
    cursor: pointer;
    margin: 0;
    overflow: visible;
    width: auto;
    outline: 0 none;
}

.x-toolbar {
    border-style: solid;
    border-width: 0 0 1px 0;
    display: block;
    padding: 2px;
    background: repeat-x top left;
    position: relative;
    left: 0;
    top: 0;
    zoom: 1;
    /*overflow: hidden;*/
}

.x-toolbar td, .x-toolbar span, .x-toolbar input, .x-toolbar div, .x-toolbar select, .x-toolbar label {
white-space: nowrap;
}

.x-panel-bbar .x-toolbar, .x-panel-tbar .x-toolbar {
    border: 1px solid;
    border-top: 0 none;
    /*overflow: hidden;*/
    padding: 2px;
}

.x-toolbar {
    border-color: #A9BFD3;
    background-color: #D0DEF0;
    /*background-image: url(../images/default/toolbar/bg.gif);*/
}

.x-btn button {
    font: normal 11px arial,tahoma,verdana,helvetica;
    color: #333;
}

.x-toolbar td, .x-toolbar span, .x-toolbar input, .x-toolbar div, .x-toolbar select, .x-toolbar label {
    font: normal 11px arial,tahoma, helvetica, sans-serif;
}

.x-panel-bbar .x-toolbar, .x-panel-tbar .x-toolbar {
    border-color: #99BBE8;
}

.x-unselectable, .x-unselectable * {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: ignore;
}

.x-panel-tbar, .x-panel-bbar, .x-window-tbar, .x-window-bbar, .x-tab-panel-tbar, .x-tab-panel-bbar, .x-plain-tbar, .x-plain-bbar {
    /*overflow: hidden;*/
    zoom: 1;
}

.x-grid3 {
    background-color: white;
    overflow: hidden;
}