/*
 * Ext JS Library 2.2
 * Copyright(c) 2006-2008, Ext JS, LLC.
 * licensing@extjs.com
 * 
 * http://extjs.com/license
 */

#details-panel .x-panel-body {
    padding: 10px;
    background: #eee;
    color: #555;
}
#details-panel a:link, #details-panel a:visited {
    color: #369;
}
#details-panel h2 {
    color: #369;
    font-size: 15px;
}
#details-panel p {
    margin-bottom: 5px;
}

#title {
	color: #fccb44; 
	font-size: 150%; 
	margin-left: 20px; 
	font-weight: bold; 
	position: absolute;
}

#header {
	height: 75px;
	overflow: hidden;
}

p  {
    margin-bottom: 5px;
}

.caption {
    font-style: italic;
}

	
.col-left {
    width: 320px;
    position:absolute;
    left:10px;
    top:10px;
}

.col-right {
    width: 220px;
    position:absolute;
    right:10px;
    top:10px;
}

.res-block {
    padding-top:5px;
    background:transparent url(images/block-top.gif) no-repeat;
    width:210px;
    margin-bottom:15px;
}

.res-block-inner {
    padding:6px 11px;
    background:transparent url(images/block-bottom.gif) no-repeat left bottom;
}

.res-block h3 {
    font: bold 12px tahoma,arial,sans-serif;
    color:#555;
    margin-bottom:8px;
}

.res-block ul {
    list-style-type: disc;
    margin-left:15px;
    font: normal 12px tahoma,arial,sans-serif;
    color:#555;
}

.res-block ul li {
    margin:0 0 5px 3px;
}

.item-new {
    background-color: #c4f4a5;
}

/* Icons */
.item-icon {
	vertical-align:top;
	width:16px;
	height:16px;
	margin-right:6px;
}

.folder {
    background-image:url(./images/folder.gif) !important;
}
.folder-open {
    background-image:url(./images/folder-open.gif) !important;
}
.leaf {
    background-image:url(./images/leaf.gif) !important;
}
.leaf-new {
    background-image:url(./images/leaf-new.gif) !important;
    color: green;
}
.collapse-icon {
    background-image:url(./images/collapse-all.gif) !important;
}
.expand-icon {
    background-image:url(./images/expand-all.gif) !important;
}

