.header
{
	text-align: left;
	background-color: #B7C9ED;
	font-weight: bold;
	font-size: 12pt;
}

	.header img
	{
		vertical-align: middle;
	}

.folder
{
	padding-bottom: 5px;
}

	.folder .icon
	{
		vertical-align: middle;
	}

.file
{
	border-top: solid 1px gray;
	padding: 2px 0px 10px 0px;
}
	.file .title
	{
		font-weight: bold;
	}
	
	.file .description
	{
		font-size: small;
	}
	
	.file .icon
	{
		vertical-align: sub;
	}

.highlight
{
	background-color: #F0F4FB;
}

.item
{
	width: 100%;
}

	.item img
	{
		vertical-align: middle;
		border: none;
	}
	
	.item a
	{
		text-decoration: none;
	}
	
.ajaxload
{
	background-image: url(../Images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%; 
	min-height: 100px;
}

.search
{
	border: dotted 1px black;
	padding: 5px;
}

	.search img
	{
		border: none;
		vertical-align: bottom;
	}
	
.upload
{
	padding: 5px;
}
	.upload img
	{
		border: none;
		vertical-align: bottom;
	}

	
	
/*      livepipe module styles      */
.rating_container
{
	clear: both;
}

	.rating_container a
	{
		float: left;
		display: block;
		width: 12px;
		height: 12px;
		border: 0;
		margin-top: 3px;
		background-image: url(../images/rating.png);
	}

	.rating_container a.rating_off
	{
		background-position: 0 0px;
	}

	.rating_container a.rating_half
	{
		background-position: 0 -12px;
	}

	.rating_container a.rating_on
	{
		background-position: 0 -24px;
	}

	.rating_container a.rating_selected
	{
		background-position: 0 -36px;
	}

#modal_container
{
	padding: 5px;
	background-color: #fff;
	border: 2px solid #666;
	overflow: auto;
	font-family: "Lucida Grande" ,Verdana;
	font-size: 12px;
	color: #333;
	text-align: left;
}

#modal_overlay
{
	background-color: #000;
}
/*      livepipe module styles      */

/******old styles******/
.uploadLeftColumn
{
	font-size: 10pt;
	font-family: Tahoma;
	font-weight: 400;
	color: black;
	text-align: left;
}
.uploadRightColumn
{
	font-size: 10pt;
	background-color: whitesmoke;
	text-align: left;
}
.folderTable
{
	width: 50%;
}
.folderRow
{
	text-align: left;
	background-color: #ffffff;
}
.folerRowAlt
{
	background-color: #eeeeee;
}

.filesTable
{
	width: 100%;
}
.filesRow
{
	width: 70%;
	background-color: #ffffff;
}
.filesRowAlt
{
	background-color: #dddddd;
}
.filesHeader
{
	text-align: left;
	background-color: #B7C9ED;
	font-weight: bold;
	font-size: 12pt;
	horizontal-align: middle;
	width: 100%;
}
.filesFooter
{
	text-align: left;
}
.filesRowDate
{
	width: 200px;
	background-color: #eeeeee;
}
.currentPage
{
	width: 75%;
	text-align: right;
}
.vtkHeaderText
{
	width: 100%;
}
.vtkFooterText
{
	width: 100%;
}
.vtkSearchBrowse, .vtkSearchHeader
{
	font-size: 14px;
	font-weight: bold;
}

.vtkPnlSearch
{
	border: 1px dotted black;
	padding: 6px;
}

.vtkError
{
	color: Red;
}

.folder
{
}

.folder a, .file a
{
	text-decoration: none;
}

.folder img, .file img
{
	border: none;
	vertical-align: text-bottom;
}



