<!--


A:link  { color:blue;
	font-weight:normal;
	text-decoration:underline; }
A:visited  { color: blue; 
	font-weight: normal;
	text-decoration:underline; }
A:hover{font-weight:normal;text-decoration:underline;color:red}

body {

	border: solid 1px black;
	font-family: Verdana;
	font-size: 10pt;

}

.body_img {

	border: solid 1px black;

}

.header {


	font-size: 12pt;
	font-weight: bold;
}

table {

	font-family: Verdana;
	font-size: 10pt;
	text-align: justify;

}


input, select {

	font-family: Verdana;
	font-size: 8pt;

}

.search_descr {

	font-size: 8pt;

}

.nav_button {
	
	border-right: solid 1px black;
	text-align: center;

}

.end_button {
	
	text-align: center;

}

.entry_header, .account_status {

	font-size: 10pt;

}

.img {

	border: solid 1px black;
}

.client_header {
	

	font-size: 12pt;
	color: red;
	font-weight: bold;

}

.animal_header {
	

	font-size: 12pt;
	color: black;

}

.date_field, .description_field, .details_field, .charge_field, .location_field {
	

	font-size: 10pt;
}

.small_option {
	
	font-size: 6pt;

}

.success {

	color: green;
	text-align: center;

}

.error {

	color: red;
	text-align: center;

}

.small_history {

	font-size: 8pt;
}

.data_field {

	font-weight: bold;
}

#calendarDiv{
	position:absolute;
	width:230px;
	border:1px solid #317082;
	padding:1px;
	background-color: #FFF;
	font-family:arial;
	font-size:10px;
	padding-bottom:20px;
	visibility:hidden;
}
#calendarDiv span,#calendarDiv img{
	float:left;
}
#calendarDiv .selectBox,#calendarDiv .selectBoxOver{
	
	line-height:12px;
	padding:1px;
	cursor:pointer;
	padding-left:2px;
}

#calendarDiv .selectBoxTime,#calendarDiv .selectBoxTimeOver{	
	line-height:12px;
	padding:1px;
	cursor:pointer;
	padding-left:2px;
}

#calendarDiv td{
	padding:3px;
	margin:0px;
	font-size:10px;
}

#calendarDiv .selectBox{
	border:1px solid #E2EBED;		
	color: #E2EBED;
	position:relative;
}
#calendarDiv .selectBoxOver{
	border:1px solid #FFF;
	background-color: #317082;
	color: #FFF;
	position:relative;
}
#calendarDiv .selectBoxTime{
	border:1px solid #317082;		
	color: #317082;
	position:relative;
}
#calendarDiv .selectBoxTimeOver{
	border:1px solid #216072;	
	color: #216072;
	position:relative;
}

#calendarDiv .topBar{
	height:16px;
	padding:2px;
	background-color: #317082;


}
#calendarDiv .activeDay{	/* Active day in the calendar */
	color:#FF0000;
}
#calendarDiv .todaysDate{
	height:17px;
	line-height:17px;
	padding:2px;
	background-color: #E2EBED;
	text-align:center;
	position:absolute;
	bottom:0px;
	width:224px;
}
#calendarDiv .todaysDate div{
	float:left;
}
	
#calendarDiv .timeBar{
	height:17px;
	line-height:17px;
	background-color: #E2EBED;
	width:72px;
	color:#FFF;
	position:absolute;
	right:0px;
}

#calendarDiv .timeBar div{
	float:left;
	margin-right:1px;
}


#calendarDiv .monthYearPicker{
	background-color: #E2EBED;
	border:1px solid #AAAAAA;
	position:absolute;
	color: #317082;
	left:0px;
	top:15px;
	z-index:1000;
	display:none;

}
#calendarDiv #monthSelect{
	width:70px;
}
#calendarDiv .monthYearPicker div{
	float:none;
	clear:both;	
	padding:1px;
	margin:1px;	
	cursor:pointer;
}
#calendarDiv .monthYearActive{
	background-color:#317082;
	color: #E2EBED;
}

#calendarDiv td{
	text-align:right;
	cursor:pointer;
}

#calendarDiv .topBar img{
	cursor:pointer;
}
#calendarDiv .topBar div{
	float:left;
	margin-right:1px;
}

.clearButton {

	background: url('../images/close.gif') -1px -1px no-repeat;
	height: 13px;
	width: 14px;
	position: relative;
	top: -20%;
	border: solid 0px black;

}

-->

