body {
    font: 14px/1.5 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif;
    color: #444444;
    margin: 0;
}

#header {
    position: fixed;
    top: 0;
    display: block;
    height: 25px;
    width: 100%;
    padding: 10px;
    background: url("/img/menu/light_grey_gradiant.png") repeat-x scroll left bottom #fff;
    -moz-box-shadow: 0 0 15px 0px #999;
    -webkit-box-shadow: 0 0 15px 0px #999;
    box-shadow: 0 0 15px 0px #999;
    margin-bottom: 10px;
    clear: both;
    border-bottom: 1px solid #999;
    z-index: 10;
}

#header h1 {
    margin: 0;
    color: #666;
    font-size: 18px;
    padding-left: 25px;
    text-shadow: #fff 1px 1px;
}

.clear {
    clear: both;
}

#wrap {
    width: 100%;
    padding: 0;
    display: block;
    margin-top: 50px;
}

#sidebar {
    left:0px;
    width:240px;
    padding:10px;
    display: block;
    top: 5px;
    position: fixed;
    margin-top: 45px;
	height: 90%;
	overflow-y: auto;

}
#main {
    margin-left: 260px;
    float: left;
    margin-top: 20px;
    margin-right: 15px;
    padding-left: 15px;
    border-left: 1px solid #ccc;
}

#sidebar a {
    color: #4466AA;
    text-decoration: none;
    font-size: 11px;
    font-family: verdana, arial;
}

#sidebar a:hover { text-decoration: underline; }
#sidebar img { border: 0; }

#main img { max-width: 650px; border: 0; }

#main h1 {
    background: url("/img/menu/light_grey_gradiant.png") repeat-x scroll left top #fff;
    color: #444;
    text-shadow: 1px 1px #fff;
    border: 1px solid #ccc;
    margin: 0;
    font-size: 16px;
    padding: 6px;
}

#main p, #main td, #main th {
    text-shadow: 1px 1px #fff;
    margin: 5px;
}

#main table {
    width: 100%;
    border: 1px solid #aaa;
    border-collapse:collapse;
}

#main tr:nth-child(odd) {
    background-color:#fcfcfc;
}

#main th {
  /*  background: url("/img/menu/light_grey_gradiant.png") repeat-x scroll left top #fff;*/
    color: #444;
    text-shadow: 1px 1px #fff;
    border: 1px solid #ccc;
    margin: 0;
    font-size: 16px;
    padding: 5px;
    text-align: left;
}

#main td {
    text-shadow: 1px 1px #fff;
    border: 1px solid #ccc;
    padding: 5px;
}


.treeview, .treeview ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: verdana, arial;
    font-size: 12px;
}

.treeview ul {
	background-color: white;
	margin-top: 4px;
}

.treeview .hitarea {
	background: url(treeview/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li {
	margin: 0;
	padding: 3px 0pt 3px 16px;
}

.treeview a.selected { background-color: #eee; }

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: #4466AA; cursor: pointer; }

.treeview li { background: url(treeview/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(treeview/treeview-default.gif); }
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview-red li { background-image: url(treeview/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(treeview/treeview-red.gif); }

.treeview-black li { background-image: url(treeview/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(treeview/treeview-black.gif); }

.treeview-gray li { background-image: url(treeview/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(treeview/treeview-gray.gif); }

.treeview-famfamfam li { background-image: url(treeview/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(treeview/treeview-famfamfam.gif); }

.treeview .placeholder {
	background: url(treeview/ajax-loader.gif) 0 0 no-repeat;
	height: 16px;
	width: 16px;
	display: block;
}

.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder{ background: url(treeview/folder.gif) 0 0 no-repeat; padding: 1px 0 0 18px; display: block; font-weight: bold; }
.filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree li.expandable span.folder { background: url(treeview/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(treeview/file.gif) 0 0 no-repeat; }



/* XS SIZE */
@media screen and (max-width: 555px) {
    #sidebar {
        width: 100%;
        position: relative;
    }
    #main {
        margin: 0px;
        border-left: 0px solid transparent;
        zoom: 10%;
    }
}