 html, body{height:100%; margin: 0; padding: 0; }

html>body {
	font-size: 0.7em;
} 

form {height:100%;}

/* Hide useless elements in print layouts... */
@media print {
    .noprint {
        display: none;
    }
    
    html, body{height: auto; margin: 0; padding: 0; }
    form {height:auto;}

}

body {
	font-family: Verdana, helvetica, arial, sans-serif;
	font-size: 0.7em;
	background: #fff;
	color: #333;
	margin-left: 10px;
}

a{ color: #D55200; font-weight:bold; }

h1, h2 { font-family: arial; padding:3px 0 3px 0; margin: 0 }
h1 { font-size: 1.4em }
h2 { font-size: 1.2em }



img{ border: none; }

#leftcolumn { width: 220px; }

#imagestree
{
	width: 100%; 
	overflow: hidden;

}

#imageslist
{
	margin: 10px;
}



#imagestree span
{
	cursor: pointer;
}

.OuterImageWrap
{
	float:left;
	width: 160px;
	height: 185px;	
	border: 1px solid #444;
	overflow: hidden;
	padding: 3px;
	
	margin: 5px;
	cursor: pointer;
}

.InnerImageWrap
{
	text-align: center;
	overflow: hidden;
}
.overrow
{
	background-color: #aaa;	
}

/* break in floating enviroment */
.break{ clear: both; }

#search
{
	padding: 10px 0 10px 10px;
}

.search a 
{
	margin-top: 5px;
    padding: 3px 6px 3px 6px;
    background-color: #D55200;
	font-weight:bold;
    text-decoration: none;
    white-space: nowrap; /* @ IE 6 */
    outline: 0; /* @ Firefox, prevent dotted border after click */    
}
.search a:link, .search a:visited {
    color: #fff;
}
.search a:hover {
    background-color: #444;
}


.drawers-wrapper 
{
	margin-top: 15px;
	
}
.drawers {
    line-height: 18px;
}
.drawer {
    
}
.drawer-handle {
    color:#fff;
    background-color:#444;
    cursor:pointer;
}
.drawer-handle.open {
    background-color: #D55200;    
    color:#FFFFFF;
    cursor: default;
}

    /* nasty, but it fixes the indent on the first one. */
h2.drawer-handle span {
            padding-left: 0.7em;
        }
.drawers-wrapper ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.drawer
{	
}
li.drawer
{
	margin: 0;
	padding: 0;
}

.pagerWrapper span{ padding: 0 0.2em 0 0.2em; font-weight:bold; font-size: 1.2em; }
.pagerWrapper a{ padding: 0 0.4em 0 0.4em; text-decoration:none;}

#textYear{ width: 3em; }

#mainhead
{
	width: 100%;
	background-color: #D55200;
	color: #fff;
	font-size: 24px;
	font-weight:bold;
}

#mainhead img
{
	vertical-align:middle;
	margin-bottom: 5px;
}

/* hover when dragging an image to a folder */
.activeDropFolder
{
	
	background-color: #FF002B;
	color: White;
	font-weight: bold;
}

#imgContextMenu
{
	display:none;
}
#panelTreeContextMenu
{
	display:none;
}

#browser ul
{
	list-style: none;
	padding-left: 22px;
}
.expandImage
{
	margin-right: 4px;
}
.treeItem
{
	list-style: none;
}

.treeItem span:hover
{
	text-decoration: underline;
}

.treeItem input
{
	font-family: Verdana, helvetica, arial, sans-serif;
	font-size: 1em;
	background-color: #ddffdd;
	border: 1px solid #555;
}

.treeItem img
{
	position: relative;
	top: 3px;
}

.editDirtyText
{
	background-color: #ffdddd;
}
.hidden{ display:none; }

textarea, input[type=text], select
{
	font-family: Verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	background: #fff;
	color: #333;	
	border: 1px solid #333;
}
.adminstate
{
	
	background-color: #ffeeee;
}

#explain
{
	padding-left: 3px;
	margin-top: 5px;
}