.slb_datatable{
	border: 1px solid #ccc;
	padding:4px;
}

.slb_datatable th{
	font-weight: bold;
	background-color: #ccc;
	border-bottom: 1px solid #999;
	padding:8px; 
}

.slb_trgrey{
	background-color:#eee;
}    



/* SharePoint 195, list style */
#content_0__pnlCenter ul, #content_0__divCenter ul {
   list-style-type:none;
   margin:0px;
   padding-left:0px;
    margin-bottom:12px;
}

#content_0__pnlCenter ul li, #content_0__divCenter ul li {
    font-family:Arial, Helvetica, sans-serif;
    font-weight:normal;  
    font-size:12px;
    line-height:18px;
    display:block;
    padding:0px 0px 0px 10px;
    background-image:url(/images/list-square-icon.gif);
    background-repeat:no-repeat;
    background-position:left 8px; /* to center the bullet vertically in list items with a single line of text */
}

p.bottom-margin {
	margin-bottom:0px;
}


/* SharePoint 405, list style */

h5 {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#58595B;
	margin-bottom:0px;
	margin-top:0px;
	
}

a.heading:link, a.heading:hover, a.heading:visited {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:0px;
	margin-top:0px;
	font-weight:bold;
	
}

#content_0__pnlCenter ul.nested, #content_0__divCenter ul.nested {
   list-style-type:none;
   margin:0px;
   padding-left:8px;
   margin-bottom:12px;
   margin-left:8px;
}

#content_0__pnlCenter ul.nested li, #content_0__divCenter ul.nested li {
    font-family:Arial, Helvetica, sans-serif;
    font-weight:normal;  
    font-size:12px;
    line-height:18px;
    display:block;
    padding:0px 0px 10px 10px;
    background-image:url(/images/list-square-icon.gif);
    background-repeat:no-repeat;
    background-position:left 8px; /* to center the bullet vertically in list items with a single line of text */
}

#content_0__pnlCenter ul.nested_nomargin, #content_0__divCenter ul.nested_nomargin {
   list-style-type:none;
   margin:0px;
   padding-left:8px;
   margin-bottom:2px;
   margin-left:8px;
   margin-top:-8px;
}

#content_0__pnlCenter ul.nested_nomargin li, #content_0__divCenter ul.nested_nomargin li {
    font-family:Arial, Helvetica, sans-serif;
    font-weight:normal;  
    font-size:12px;
    line-height:12px;
    display:block;
    padding:0px 0px 4px 10px;
    background-image:url(/images/list-square-icon.gif);
    background-repeat:no-repeat;
    background-position:left 8px; /* to center the bullet vertically in list items with a single line of text */
}


a.extlink:link, a.extlink:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#4f89bf;
	text-decoration:none;
	/*
	padding:0px 0px 0px 14px;
	background-image:url(extlink.gif);
	background-repeat:no-repeat;
	background-position:right 4px;
    */
	 /* background-position:left 60%; to center the bullet vertically */
}

a.extlink:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#4f89bf;
	text-decoration:underline;
	/*
	padding:0px 0px 0px 14px;
	background-image:url(extlink.gif);
	background-repeat:no-repeat;
	background-position:right 4px;
    */
	 /* background-position:left 60%; to center the bullet vertically */
}

a.extlink:after{
    content:url(extlink.gif);
    margin:0px 0px 0px 4px;
}