html,body
{
	height:100%;
}
div.file
{
	vertical-align: top;
	/*margin-bottom: 10px;*/
	border: 0pt none;
	width:100%;
}
div.file_white
{
	vertical-align: top;
	margin-bottom: 10px;
	border: 0pt none;
	background: transparent url(../img/bl-white.png) no-repeat scroll left bottom;
	width:100%;
}
div.file_gray
{
	vertical-align: top;
	margin-bottom: 10px;
	border: 0pt none;
	background: transparent url(../img/bl-gray.png) no-repeat scroll left bottom;
	width:100%;
}
div.file_yellow
{
	vertical-align: top;
	margin-bottom: 10px;
	border: 0pt none;
	background: transparent url(../img/bl-yellow.png) no-repeat scroll left bottom;
	width:100%;
}
div.file_blue
{
	vertical-align: top;
	margin-bottom: 10px;
	border: 0pt none;
	background: transparent url(../img/bl-blue.png) no-repeat scroll left bottom;
	width:100%;
}



div.fileFrame
{
	vertical-align: top;
}
div.fileFrame_white
{
	vertical-align: top;
	background: transparent url(../img/br-white.png) no-repeat scroll right bottom;
}
div.fileFrame_gray
{
	vertical-align: top;
	background: transparent url(../img/br-gray.png) no-repeat scroll right bottom;
}
div.fileFrame_yellow
{
	vertical-align: top;
	background: transparent url(../img/br-yellow.png) no-repeat scroll right bottom;
}
div.fileFrame_blue
{
	vertical-align: top;
	background: transparent url(../img/br-blue.png) no-repeat scroll right bottom;
}


div.fileHeaderContainer
{
	width : 100%;
	vertical-align: top;
	/* background-color: #78a1d0;*/
}
div.fileHeaderContainer_white
{
	width : 100%;
	vertical-align: top;
	background: transparent url(../img/tl-white.png) no-repeat scroll left top;
}
div.fileHeaderContainer_gray
{
	width : 100%;
	vertical-align: top;
	background: transparent url(../img/tl-gray.png) no-repeat scroll left top;
}
div.fileHeaderContainer_yellow
{
	width : 100%;
	vertical-align: top;
	background: transparent url(../img/tl-yellow.png) no-repeat scroll left top;
}
div.fileHeaderContainer_blue
{
	width : 100%;
	vertical-align: top;
	background: transparent url(../img/tl-blue.png) no-repeat scroll left top;
}


div.fileHeader
{
	width : 100%;
	vertical-align: top;
	cursor: pointer;
}
div.fileHeader_white
{
	width : 100%;
	vertical-align: top;
	background-color: #78a1d0;
	cursor: pointer;
	background: transparent url(../img/tr-white.png) no-repeat scroll right top;
}
div.fileHeader_gray
{
	width : 100%;
	vertical-align: top;
	background-color: #78a1d0;
	cursor: pointer;
	background: transparent url(../img/tr-gray.png) no-repeat scroll right top;
}
div.fileHeader_yellow
{
	width : 100%;
	vertical-align: top;
	background-color: #78a1d0;
	cursor: pointer;
	background: transparent url(../img/tr-yellow.png) no-repeat scroll right top;
}
div.fileHeader_blue
{
	width : 100%;
	vertical-align: top;
	background-color: #78a1d0;
	cursor: pointer;
	background: transparent url(../img/tr-blue.png) no-repeat scroll right top;
}


div.fileContents
{
	vertical-align: top;
	padding : 5px;
	
}
div.close
{
	height : 11px;
	width : 11px;
	cursor: pointer;
	vertical-align: "top";
}
div.fileName
{
}
div.collap
{
	cursor: pointer;
	vertical-align: "top";
}
div.expand
{
	cursor: pointer;
	vertical-align: "top";
}
div.expCollap
{
	vertical-align: "top";
}
div.scroller
{
	cursor: pointer;
	background-color:#f0f0f0;
	width:100%
}

div.titles
{
	height:150px;
	width :100%;
	overflow:hidden;
	position: relative;
}
div.innertxt
{
	position: relative;
	top : 0px;
	background-color : "f6f6ff";
	visibility: visible;
	width: 100%;
	height: 100%;
	text-align: center ;
}
div.sortableList
{
	float:right;
	width:30.5%;
	/*padding:12px;*/
	margin:6px;
	vertical-align: top;
}
div.sortableListBar
{
	float:right;
	vertical-align: top;
	min-height: 250px;
}

