html,body {
    margin:0;
    padding:0;
    height:100%;
    background: #fff;
    font-size: 13px;
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	color: #333;
	line-height: 1.4em;
}
ul, li{
    padding: 0;
    margin: 0;
    list-style: none;
}
/*.navigatorWidget a{
	color: #fff;
	display: block;
	padding: 4px 10px;
	line-height: 1em;
	text-decoration: none;
}
.navigatorWidget a.active{
	background: #FF6600;
	color: #fff;
}*/
/*.navigatorWidget{
	background: #555;
	padding-left: 30px;
	padding-right: 30px;
}*/
.doc-doc{
	background: url(images/doc/file-doc.png) left center no-repeat;
	padding-left: 25px;
}
.doc-xls{
	background: url(images/doc/file-xls.png) left center no-repeat;
	padding-left: 25px;
}
.custom table.layout, .custom table.layout>tbody>tr, .custom table.layout>tbody>tr>td,
table.layout, table.layout>tbody>tr, table.layout>tbody>tr>td{
	border: none 0px;
}