#logging_container {

	width: 100%;
}
	
	#logging_container label
	{
		margin-right: 5px;
	}
	
	#logging_container table
	{
		width:100%;
        margin: 0px;
        margin-top:  10px;
	}
        #logging_container th {
            width: 25%;
            font-weight: bold;
        }
        #logging_container td {
            width: 25%;
        }

	#completed_container
	{
		padding: 10px;
	}
	
	#error_container
	{
		padding: 10px;
	}
/* logging_container TABS STYLES */
    /* logging_container - TAB STRIP */
        /* logging_container - TAB BUTTONS */
        #logging_container .x-tab-strip-top .x-tab-right, #logging_container .x-tab-strip-top .x-tab-left, #logging_container .x-tab-strip-top .x-tab-strip-inner {
            height: 38px;
        }
        #logging_container .x-tab-strip-top .x-tab-right {
            text-align:center;
            background-color:   #bfcfdc;
            margin: 1px 1px 0px 1px;
        }
        #logging_container .x-tab-strip-top .x-tab-strip-inner {
            height: 33px;
        }
        /* logging_container - ACTIVE TAB BUTTON */
        #logging_container .x-tab-strip-active {
            border: 1px #ccc solid;
            border-bottom-width:    0px;
        }
    #logging_container .x-tab-strip-top .x-tab-strip-active .x-tab-right {
        border: 1px #fff solid;
        border-bottom-width:    0px;
        margin: 0px;
    }
        /* logging_container - NON-ACTIVE TAB BUTTONS */
    /* logging_container - TAB BODY */
    #logging_container .x-panel-body {
        height: 563px;
    }
                #completed_container, #error_container {
                    border: 0px #ccc solid;
                    border-width:   0px 1px 1px 1px;
                    height: 562px;
                }
                    #logging_completed, #logging_error {
                        height: 561px;
                        border: 0px #fff solid;
                        border-width:   0px 1px 0px 1px;
                        /* border-bottom:  1px #bfcfdc solid; */
                        /* overflow:   auto; */
                   }
                    #logging_completed_inner, #logging_error_inner {
                        height: 398px;
                        height: 561px;
                        font-size:  11px;
                        overflow:   auto; 
                        /* margin: 0px 10px; */
                    }
        #completed_container, #error_container {
            border: 0px #ccc solid;
            border-width:   0px 1px 1px 1px;
            height: 562px;
        }
            #logging_completed, #logging_error {
                height: 561px;
                border: 0px #fff solid;
                border-width:   0px 1px 0px 1px;
                /* border-bottom:  1px #bfcfdc solid; */
                /* overflow:   auto; */
            }
                #logging_completed_inner, #logging_error_inner {
                    height: 398px;
                    height: 541px;
                    font-size:  11px;
                    overflow:   auto; 
                    padding: 10px;
                    /* margin: 0px 10px; */
                }
				
	ul.acs_logging_tabs{
		background:none repeat scroll 0 0 transparent !important;
		cursor:default;
		font-family:"lucida grande","lucida sans unicode","sans-serif";
		font-weight:bold;
		height:45px;
	}
				
	ul.acs_logging_tabs li{
		display:inline;
		width:363px;
		text-align:center;
		float:left;
	}
	ul.acs_logging_tabs .active{
		border-color:#CCCCCC;
		border-style:solid;
		border-width:1px 1px 0;
		
	}
	ul.acs_logging_tabs .hide{
		border-bottom:1px solid #BBBBBB;
		color: #1C4C8D;
		padding:1px;
	}
	
	ul.acs_logging_tabs .hide p{
		background-color:#BFCFDC;
		height:19px;
		padding:10px;
		
	}
	ul.acs_logging_tabs .active p{
		border-color:#FFFFFF;
		border-style:solid;
		border-width: 1px 1px 0;
		margin:0;
		padding:10px;
		color:#B11C1C;
	}
	
	
	