.progress_wrapper { border: 1px solid #FFFFFF; background: #222222; margin: 0 auto; height: 15px; }
.progress_bar { background: #300; height: 15px; }
.progress_expected { background: #323B55; height: 15px; margin-top: -15px; } 
.progress_value { height: 15px; margin-top: -15px; text-align: center; color: #FFFFFF; }

.progress_wrapper2 { border: 0px solid #FFFFFF; background: #222222; margin: 0 auto; height: 20px; }
.progress_bar2 { background: #300; height: 20px; }
.progress_expected2 { background: #323B55; height: 20px; margin-top: -20px; } 
.progress_value2 { height: 20px; margin-top: -20px; text-align: left; color: #FFFFFF; vertical-align:middle }


/*!
 * Ext JS Library 3.0+
 * Copyright(c) 2006-2009 Ext JS, LLC
 * licensing@extjs.com
 * http://www.extjs.com/license
 */
.example-info{
	width:150px;
	border:1px solid #c3daf9;
	border-top:1px solid #DCEAFB;
	border-left:1px solid #DCEAFB;
	background:#ecf5fe url( info-bg.gif ) repeat-x;
	font-size:10px;
	padding:8px;
}
pre.code{
	background: #F8F8F8;
	border: 1px solid #e8e8e8;
	padding:10px;
	margin:10px;
	margin-left:0px;
	border-left:5px solid #e8e8e8;
	font-size: 12px !important;
	line-height:14px !important;
}
.msg .x-box-mc {
    font-size:14px;
}
#msg-div {
    position:absolute;
    left:35%;
    top:10px;
    width:250px;
    z-index:20000;
}
.x-grid3-row-body p {
    margin:5px 5px 10px 5px !important;
	color:#000000;
}

pre {
   font-size:11px; 
}

.x-tab-panel-body .x-panel-body {
    padding:10px;
	background-color:#000000;
}

.new-tab {
    background-image:url(../feed-viewer/images/new_tab.gif) !important;
}

.tabs {
    background-image:url(../desktop/images/tabs.gif ) !important;
}

.x-hide-display {
	background-color:#000000;
}

#debug {Opacity:.80;color:#aaa;border:3px solid #888;padding:2px;}
#debug div {padding:3px;border-bottom:1px solid #555;background-color:#444}
#debug th {color:#FFFFFF; font-weight:bold;}
#debug td {color:#CCCCCC;}
#debug table {padding:3px;border-bottom:1px solid #555;background-color:#444}
#debug tr {padding:3px;border-bottom:1px solid #555;background-color:#444}

/*---------------------*/
/* MORE CSS STUFF HERE */
/*---------------------*/

.dhtmlwindow{
position: absolute;
border: 2px solid black;
visibility: hidden;
background-color: white;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 1px;
text-indent: 3px;
font: bold 14px Arial;
background-color: #996600;
color: white;
cursor: move;
overflow: hidden;
width: auto;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
}

* html .drag-handle{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
width: 100%;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 1px solid brown;
background-color: black;
color: black;
height: 150px;
padding: 2px;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid gray;
background-color: #996600;
height: 13px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 13px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}