
TABLE {
	FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif
}
INPUT {
	BORDER-RIGHT: 1px solid #999999;
	BORDER-TOP: 1px solid #cccccc;
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	BORDER-LEFT: 1px solid #cccccc;
	COLOR: #333333;
	BORDER-BOTTOM: 1px solid #999999;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	padding-right: 1px;
	padding-left: 1px;



}
SELECT {
	BORDER-RIGHT: #333333 1px solid; BORDER-TOP: #cccccc 1px solid; FONT-WEIGHT: normal; FONT-SIZE: 11px; BORDER-LEFT: #cccccc 1px solid; COLOR: #333333; BORDER-BOTTOM: #333333 1px solid; FONT-FAMILY: Arial, Helvetica, sans-serif
}

TEXTAREA {
	BORDER-RIGHT: #333333 1px solid; BORDER-TOP: #cccccc 1px solid; FONT-WEIGHT: normal; FONT-SIZE: 11px; BORDER-LEFT: #cccccc 1px solid; COLOR: #666666; BORDER-BOTTOM: #333333 1px solid; FONT-FAMILY: Arial, Helvetica, sans-serif
}

.objInputDelete{
    		background-image: url(img/delete.21.jpg);
    		width:21px;
            height:21px;    		
}
.objInputCalendar{
    		background-image: url(img/calendar.21.jpg);
    		width:21px;
            height:21px;    		
            BORDER-RIGHT: #333333 0px solid; BORDER-TOP: #cccccc 0px solid;  
            BORDER-LEFT: #cccccc 0px solid;  BORDER-BOTTOM: #333333 0px solid;
}
.objInputEdit{
    		background-image: url(img/edit.21.gif);
    		width:21px;
            height:21px;    		
            BORDER-RIGHT: #333333 0px solid; BORDER-TOP: #cccccc 0px solid;  
            BORDER-LEFT: #cccccc 0px solid;  BORDER-BOTTOM: #333333 0px solid;
}

.objInputLikeLabel{
	background-color: #FFFFFF;
	border-top: 0px solid;
	border-right: 0px solid;
	border-bottom: 1px dashed #CCCCCC;
	border-left: 0px solid;
	width: 98%;	
}

.objButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	font-weight: normal;
	border-top: 1px solid #999999;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #999999;
	margin-top: 1px;
	margin-left: 1px;

}
input[type="button"]:hover
     {
	color:      #000000;
	background: #CCCCCC;
	outline:    1px solid #000;


     }


.objButtonAccept {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-image: url(img/button.accept.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-position: left center;



}

