/*reset*/
body,ul,ol,li,div{padding: 0px; margin: 0px;}
a img{border:0px;}
ul li{list-style-type:none;}
td, th{vertical-align: top; padding: 0px; margin: 0px;}
/*my standards*/
.cursor,.a{cursor: pointer;}
.center{text-align: center;}
.nowrap{white-space:nowrap;}
.cleaner{clear:both;}
.false{color: red;}
.true{color: green;}
.hidden{display: none;}
.right{float: right;}
.left{float: left;}
.abs{vertical-align: middle;}
.top{vertical-align:top;}
.bottom{vertical-align:bottom;}
.aright{text-align: right;}
.aleft{text-align: left;}
.bold{font-weight: bold;}
.under{text-decoration: underline;}
.none{text-decoration: none;}
.italic{font-style: italic;}
.strike{text-decoration: line-through;}
.plus{color: blue;}
.minus{color: red;}
.zero{color: gray;}

.notices .item{ padding: 5px 15px 5px 15px; display: block; vertical-align: middle;}
.notices.false .item{ background: transparent url('../images/my.cdi/alert.png') no-repeat scroll 0% 0%;}
.notices.true .item{ background: transparent url('../images/my.cdi/info.png') no-repeat scroll 0% 0%;}
.notices.info .item{ background: transparent url('../images/my.cdi/info.png') no-repeat scroll 0% 0%;}
.notices .item .subitem{ border-bottom: 1px solid #eee; margin: 2px;}

/*number colors*/
.nl{ color: #9D0004; }
.np{ color: green; }


