table.mainTable
{
	border-width : 0px ;

	width : 100% ;
}

td.border_ul
{
	background-color : #fbda59 ;
	background-image : url("../images/common/border_ul.png") ;
	background-repeat : no-repeat ;
	background-position : 0 0 ;

	width : 16px ;
	height : 16px ;
}

td.border_u
{
	background-color : #fbda59 ;
	background-image : url("../images/common/border_u.png") ;
	background-repeat : repeat-x ;
	background-position : 0 0 ;

	text-align : right ;
	vertical-align : middle ;

	height : 16px ;
}

td.border_ur
{
	background-color : #fbda59 ;
	background-image : url("../images/common/border_ur.png") ;
	background-repeat : no-repeat ;
	background-position : 0 0 ;

	width : 16px ;
	height : 16px ;
}

td.border_l
{
	background-color : #fbda59 ;
	background-image : url("../images/common/border_l.png") ;
	background-repeat : repeat-y ;
	background-position : 0 0 ;

	width : 2px ;
}

td.border_r
{
	background-color : #fbda59 ;
	background-image : url("../images/common/border_r.png") ;
	background-repeat : repeat-y ;
	background-position : 0 0 ;

	width : 2px ;
}

td.border_bl
{
	background-color : #fbda59 ;
	background-image : url("../images/common/border_bl.png") ;
	background-repeat : no-repeat ;
	background-position : 0 0 ;

	width : 16px ;
	height : 16px ;
}

td.border_b
{
	background-color : #fbda59 ;
	background-image : url("../images/common/border_b.png") ;
	background-repeat : repeat-x ;
	background-position : 0 0 ;

	height : 16px ;
}

td.border_br
{
	background-color : #fbda59 ;
	background-image : url("../images/common/border_br.png") ;
	background-repeat : no-repeat ;
	background-position : 0 0 ;

	width : 16px ;
	height : 16px ;
}

td.inside
{
	text-align : center ;

	background-color : #ffffff ;

	border-width : 1pt ;
	border-style : solid ;
	border-color : #ada79f ;

	padding-left : 5px ;
	padding-right : 5px ;
	padding-bottom : 5px ;
}

div.implodedFileTypeArea
{
	color : #000000 ;
	background-color : #ffffff ;
	background-image : url("../images/implodedball.png") ;
	background-repeat : no-repeat ;
	background-position : 0 0 ;

	font-family : Trebuchet MS, Arial ;
	font-size : 10pt;
	font-style : normal ;
	font-weight : normal ;

	text-align : left ;

	padding-left : 20px ;

	margin-top : 2px ;
	margin-bottom : 2px ;

	cursor : pointer ;
}

div.explodedFileTypeArea
{
	color : #000000 ;
	background-color : #ffffff ;
	background-image : url("../images/explodedball.png") ;
	background-repeat : no-repeat ;
	background-position : 0 0 ;

	font-family : Trebuchet MS, Arial ;
	font-size : 10pt;
	font-style : normal ;
	font-weight : normal ;

	text-align : left ;

	padding-left : 20px ;

	margin-top : 2px ;
	margin-bottom : 2px ;

	cursor : pointer ;
}

table.file
{
	border-width : 1px ;
	border-style : dotted ;
	border-color : #ada79f ;

	margin-top : 5px ;
}

td.fileTitle
{
	background-color : #ffffff ;
	background-image : url("../images/listitem.png") ;
	background-repeat : no-repeat ;
	background-position : 0 0 ;

	font-family : Arial ;
	font-size : 10pt;
	font-style : normal ;
	font-weight : bold ;

	text-align : left ;
	vertical-align : top ;

	padding-left : 40px ;
}

td.tool
{
	text-align : right ;
	vertical-align : top ;

	font-family : Arial ;
	font-size : 8pt;
	font-style : normal ;
	font-weight : bold ;

	padding-top : 1px ;
	padding-left : 1px ;
	padding-right : 1px ;
	padding-bottom : 1px ;
}

img.icon
{
	border-width : 0px ;

	cursor : pointer ;
}

td.fileDescription
{
	background-color : #ffffff ;

	font-family : Arial ;
	font-size : 8pt;
	font-style : normal ;
	font-weight : normal ;

	text-align : left ;
	vertical-align : top ;

	padding-left : 10px ;
}

td.hit
{
	background-color : #ffffff ;

	font-family : Arial ;
	font-size : 8pt;
	font-style : italic ;
	font-weight : normal ;

	text-align : right ;
	vertical-align : top ;

	padding-right : 1px ;
}

