*{
    margin: 0;
    padding: 0;
    font-family: arial;
    cursor: default;	
}
body{
    font-size: 12px;
}
td{
	font-size: 12px;
}
a {
    text-decoration: none;
    cursor: pointer;
}
a:hover{
    text-decoration: underline;
}
a img{
    cursor: pointer;
    border:0;
}
.hidden {
    display:none;
}
input{
    font-size: 11px;
}
area{
    cursor: pointer;
}
.clearing{
    clear: both;
}
.error{
    color: red;
}
.left{
    float: left;
}
.right{
    float: right;
}
.no-left-border{
    border-left: none !important;
}
.no-right-border{
    border-right: none !important;
}
.no-top-border{
    border-top: none !important;
}
.no-bottom-border{
    border-bottom: none !important;
}
.ui-effects-transfer{border:dotted 2px black;}