html, body, table {
	margin: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	}

.WidgetSubHeader {
	border-bottom: 1px solid #eeeeee; 
	padding: 2px; 
	font-weight: bold;
}
.LightSolidBorder, .lsb, .sa_lsb {
	border-collapse: separate;
	border-bottom: 1px #c0c0c0 solid;  
	border-right: 1px #c0c0c0 solid; 
	padding-left: 5px; 
	padding-right: 5px;
	}
.lsb {padding: 4px;}
td.LightSolidBorder, td.lsb {
	font-size: 100%;
	}

th.LightSolidBorder, th.lsb {
	font-size: 100%;
	font-weight: 600;
	}

.SolidBorder, .sb {
	background-image: url(../_images/_icons/sa_sb.png);
	background-repeat: repeat-x;
	border-collapse: separate;
	border-bottom: 1px #000 solid;  
	border-right: 1px #757474 solid;  
	border-left: 1px #ddd solid; 
	padding-left: 5px; 
	padding-right: 5px; 
	font-weight: 600;
	}
div.sb {padding: 4px;}

.padded {padding: 10px;}

/* notification classes */
.SA_error {background:#ffe1da url(../_images/_icons/icon_error.jpg) 13px 50% no-repeat; border:2px solid #f34f4f; color:#be0b0b; padding:10px 11px 8px 36px; margin: 5px 20px 5px 20px;}
.SA_information {background:#dedfff url(../_images/_icons/icon_information.jpg) 13px 50% no-repeat; border:2px solid #9bb8d9; color:#406299; padding:10px 11px 8px 38px; margin: 5px 20px 5px 20px;}
.SA_success {background:#e2f9e3 url(../_images/_icons/icon_success.jpg) 13px 50% no-repeat; border:2px solid #9c9; color:#080; padding:10px 11px 8px 38px; margin: 5px 20px 5px 20px;}
.SA_warning {background:#fff8bf url(../_images/_icons/icon_warning.jpg) 13px 50% no-repeat; border:2px solid #ffd324; color:#eb830c; padding:10px 11px 8px 38px;	margin: 5px 20px 5px 20px;}
.SA_question {background:#fff url(../_images/_icons/icon_question.jpg) 13px 50% no-repeat; border:2px solid #999; color:#666; padding:10px 11px 8px 38px;	margin: 5px 20px 5px 20px;}