body, form
{
  padding: 0px;
  margin: 0px;
  font-size: 11px;
  font-family: Tahoma, Arial;
}

textarea,input, button,select,option
{
    font-size:12px;
    line-height: 1.2;
}

div
{
    text-align: left ;
}

td, th
{
    font-size: 12px;
}
ol, ul
{
  margin-left:0;
  padding-left:30px;
}

table
{
  border-collapse: collapse;
}

a img
{
  border:0px;
}


table.list td
{
  padding:0px;
}

.listDatetime, .listComments, .listID
{
  font-size:9px;
  padding: 0px 4px;
}

.listTitle div
{
  width: 390px;
  overflow:hidden;
  white-space: nowrap;
  text-overflow:ellipsis;
}

.listContent div
{
  width:450px;
  overflow:hidden;
  white-space: nowrap;
  text-overflow:ellipsis;
}

#filemanager table tr td
{
  font-size:11px;
  padding: 2px 0;
}

#filemanager table tr th
{
  font-size:12px;
  padding-bottom: 8px;
}

#thumbMoverLeft
{
	width: 15px;
	height: 50px;
	background: transparent url(thumbmoverleft.gif) no-repeat scroll left top;
	float: left;
	cursor: pointer;
}

#thumbMoverRight
{
	width: 15px;
	height: 50px;
	background: transparent url(thumbmoverright.gif) no-repeat scroll right top;
	float: left;
	cursor: pointer;
}