@charset "utf-8";
/* CSS Document */


.forms { width: 220px; padding: 0px; margin: 0px;}


/* IE6 fix */
*.forms { width: 220px;}



	form{
		width:100% !important;  padding: 0px; margin: 0px;
		}


	label{
		padding:0px 5px;
		width: 60px;
		font-size: 11px;
		font-weight: bold;
		}

	label.error,
	input.submit
		{
		margin-left:0px !important;
		}			
		
	
/*** FORM BLOCKS ***/

form ul.appt {
	padding:0;
	list-style: none;
	margin: 0px;
}
	
form ul.appt li {
		
	font-size:inherit !important;
	padding: 12px 3px;
	border-top:1px dotted #8c939a;
	display:block;
}
	
form ul.appt li:first-child {
	border:none;
}
		
form ul.appt li.last {
	border: none; margin-top: 0px;
	clear: left;
	float: none;
	display: block;
	width: 72px;
}

#rightcol .appt li {padding: 5px;}

	
/*** FORM BLOCK ELEMENTS ***/

	label
		{
		padding:0px 0px;
		width: 60px;
		float: left;
		clear: left;
		}
		
	.error{
		color: #c00;
		}
		
	label.error
		{
		font-size: 10px;
		font-weight: bold;
		width: 130px;
		color: #b1bdc9; 
		vertical-align: top; 
		}
		

/*** FORM ELEMENTS ***/

	input.submit{
		margin:10px 0px 5px 10px;
		padding:0px 2px;
		}

	input
		{
		font-size:11px;
		line-height:1.6em;
		width: 120px;
		}
		
	input.btn_submit {
		width: 72px;
	}
		
	textarea
		{
		font-size:11px;
		width: 172px;
		height: 60px;
		clear: both;
		}		

	input, textarea, select
		{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		}

	.input[type="text"],
	textarea
		{
		padding:1px;
		}
		
	.input[type="radio"],
	.input[type="checkbox"]
		{
		margin:0px;
		padding:0px;
		position:relative;
		top:3px;
		}
		

/* specific row styling for the table-row table ... */
		
.row-highlight{
	border:1px solid red !important;
	background:#ccc;
}
				
.highlight-selected{
	background-image:url('../images/highlight-selected.gif') !important;
}

/* specific row styling for the lists ... */
				
.list-highlight{
	border:1px solid red !important;
}
				
/* specific row styling for the - but NOT highlight related. Just to make the look pretty  ... */
	
.red {
	color:#f00;
	font-style:italic;
}
				
.highlight{
	background-image:url(../images/highlight.gif);
}		
