 p, body, table, td, tr, input
{
	font-family: verdana, arial, sans-serif, helvetica;
	font-size: 11px;
}

a
{
	color: blue;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

fieldset
{
	border: 1px dashed #999999;
	padding: 3px;
	margin-top: 6px;
	margin-bottom: 6px;	
}

fieldset legend
{
	border: 1px dashed #999999;
	padding: 3px;
	font-weight: 700;
	margin-left: 12px;
	background-color: #ffffff;
}
/*Progress*/

.Progress
{
	width:140px; 	
}

.Progress .PLeft
{
	background-image:url(../../Images/Upload/ProgressLeft.gif);
	width:4px;
	height:14px;
}

.Progress .PPanel
{
	background-image:url(../../Images/Upload/Progress.gif);
	width:132px;
	height:14px;
}

.Progress .PRight
{
	background-image:url(../../Images/Upload/ProgressRight.gif);
	width:4px;
	height:14px;
}

.Progress .PValue
{
	height:14px;
	width:0px; 	
}
/*QuotaPanel*/

.QuotaPanel
{
	width:150px;
	background-color:#ddecfe;
}

.QuotaPanel .Info{
	padding:3px;  
}

/*Toolbar*/

.Toolbar .Left
{
	background-image:url('Images/ToolbarLeft.gif');
	width:9px;
	height:26px;
}

.Toolbar .Panel
{
	background-image:url('Images/ToolbarBackground.gif');
	height:26px;	
}

.Toolbar .Right 
{
	background-image:url('Images/ToolbarRight.gif');
	width:7px;
	height:26px;
}

.Toolbar .Panel a, .Toolbar .Panel a:hover
{
	cursor:default;
	display:block;
	text-decoration: none;
	color:#000000;
}

.Toolbar .Panel a
{
	padding:2px;
}

.Toolbar .Panel a:hover
{
	background-color: #ffe7b6;
	border: #666699 1px solid;
	padding:1px;
}

.Toolbar .Panel .Icon
{
	margin-top:-2px;
	vertical-align:middle;
	width:16px;
	height:16px;
	border:0px;
}

.Toolbar .Separator
{
	margin-top:2px;
	margin-left:5px;
	margin-right:5px;
	height:15px;
	width:2px;
}

.Toolbar .Header
{
	font-weight:bold;	
}
.SmallButton
{
	padding: 0px;	
}

.SmallButton .Icon
{
	width: 16px;	
	height: 16px;		
}