body
{
	font-family: Verdana, Sans-Serif;
	font-size: small;
	margin:0;
}
.minibutton
{
	font-weight: bold;
	color: white;
	background-color: #9ca0be;
	font-family: Verdana;
	left: 80px;
	position: absolute;
	top: 100px;
}
.boxShadow
{
    -webkit-box-shadow:0px 3px 13px 3px #ccc;
    -moz-box-shadow:0px 3px 13px 3px #ccc;
    box-shadow:0px 3px 13px 3px #ccc;
}
.InfoCell,.LoginText
{
	font-family: Verdana, Sans-Serif;
	font-size: small
}
.InfoCell
{
    padding:5px;
}
.instructions
{
    display:block;
    margin:0 0 20px;
    background-color:#eeeeff;
    padding:10px;
    border:1px solid #ccccff
}
.errorMessage
{
    color:#900;
}
.successMessage
{
    color:#090;
}
.noresults{color:#333}
.gvrow td,.gvaltrow td{border-width:1px 0 1px;border-color:#CCCCCC;border-style:solid;padding:20px;}
.gvaltrow td{background-color:#EAEEFB}
.gvTable{border-collapse:collapse;}
.itemName{display:block;margin-bottom:10px;font-size:14px;color:#2d526b;font-weight:bold}
.itemDescription{color:#333}
.itemSize{font-size:10px;color:#333333;}
.itemDate{white-space:nowrap;font-size:10px;color:#333333;}
.inputField{padding:1px 3px}
.inputField{margin:4px}
.inputFieldNote{margin:0 4px 10px}
.popup
{
    position:absolute;
    top:100px;
    left:300px;
    z-index:100;
}
.popup .wrapper
{
    border:1px solid #7B7A7F;
    padding:10px;
    height:100%;
    background-color:#dad7e5;
}
.popup iframe,.iframe
{
    border:1px solid #666;
    background-color:#fff;
}
.popup iframe
{
    width:100%;
    height:100%;
}
.button
{
    width:100px;
    border-radius:2px 2px;
    cursor:pointer;
    margin:10px;
    font-weight:bold;
    padding:5px;
    border:1px solid #666;
    background-color:#999;
    color:#fff
}
.inputFieldNote
{
    color:#666;
    font-size:10px;
}
.treeNode,.selectedTreeNode
{
    width:100%;
    padding:0 3px;
}
.selectedTreeNode
{
    /*background-color:#777;
    color:#fff;*/
    font-weight:bold;
}
.treeView table
{
    width:100%;
}