/* Title:	Aberdeen City Council - styles for acc_app_xwc.css  Waste Collection*/
#form-container{	
	line-height:160%;
	margin:0 auto;
	background:#fff;
	width:530px;
	padding:10px 0;
	text-align:left;
	}		
#form1, #form2{
	margin:1em 0;
	padding-top:10px;
	background:url(/web/images/WasteCollection/form_top_530.gif) no-repeat 0 0;
	}
#form1 fieldset, #form2 fieldset{
	margin:0;
	padding:0;
	border:none;	
	float:left; 
	display:inline;
	width:240px;
	margin-left:15px;
	}		
#form1 legend, #form2 legend{display:none;}	
#form1 p, #form2 p{margin:.5em 0;} 
.center { text-align:center}
	
#form1 label, #form2 label{
	float:none !important;
	display:block;
	padding-left:0 !important;
	text-align:left !important;
	width:auto !important;
}	
#form1 input, #form1 textarea, #form2 input, #form2 textarea{		
	width:240px;
	border:1px solid #ddd;
	background:#fff url(/web/images/WasteCollection/form_input.gif) repeat-x;
	padding:3px;
	}		
#form1 textarea, #form2 textarea{
	height:125px;
	overflow:auto;
	}					

#form1 p.submit, #form2 p.submit{
	clear:both;
	background:url(/web/images/WasteCollection/form_bottom_530.gif) no-repeat 0 100%;
	padding:0 25px 20px 25px;
	margin:0;
	text-align:center; 
	}	

#form1 button, #form2 button{
	width:150px;
	height:25px;
	line-height:25px;		
	border:none;
	background:url(/web/images/WasteCollection/form_button.gif) no-repeat 0 0;
	color:#000;
	text-align:center;
	font-weight:bold;
	}				

#calendar{
	width:580px;
}

#calendar table{
	width: 176px;
	padding: 0;
	margin: 1px;
	border: 1px solid #A2ADBC;
	font: normal 14px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	vertical-align:top;
	text-align: center;
	background-color: #fff;
	border-collapse:collapse;
    display: inline-block;
	*display: inline;  /* (star hack to target IE6 & IE7) */
}

#calendar caption {
	margin:0;
	width: 175px;
	background: #A2ADBC;
	color: #fff;	 
	font: bold 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	display:block;
}

#calendar th {
	font: bold 13px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #616B76;
	background: #D9E2E1;
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	border-top: 1px solid #A2ADBC;
}

#calendar .blackbin {
	color: #000;
	font-weight: bold;
	background: url(/web/images/WasteCollection/red_circle.jpg) no-repeat center;  
}

#calendar .brownbin {
	color: #9e6666;
	font-weight: bold;
	background: url(/web/images/WasteCollection/green_rect.jpg) no-repeat center;
}
#calendar .blackbox {
	color: #fff;  
	font-weight: bold;
	background: url(/web/images/WasteCollection/blue_triangle.jpg) no-repeat center;
}

/*  hridaya 18 June 2010: this block can be removed as the code is now optimised
#calendar .blackbin-today {
	color: #000;
	font-weight: bold;
	background: url(/web/images/WasteCollection/red_circle.jpg) no-repeat center;  
	border:#990000 solid 2px;
}

#calendar .brownbin-today {
	color: #9e6666;
	font-weight: bold;
	background: url(/web/images/WasteCollection/green_rect.jpg) no-repeat center;
	border: #990000 solid 2px;
}

#calendar .blackbox-today {
	color: #fff;  
	font-weight: bold;
	background: url(/web/images/WasteCollection/blue_triangle.jpg) no-repeat center;
	border:#990000 solid 2px;
}
*/

#calendar .today {border:#990000 solid 2px;}

#calendar td {
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	width: 25px;
	height: 25px;
	text-align: center;
}

#address-search {
	border: #FF0000 solid 1px;
	padding:5px;
	margin:5px 5px 50px 5px; 
	color:#0000FF;
	display:block;
}
.setborder {border: 1px solid #A2ADBC;}

.error-msg {color:#FF0000;}

#calendar p {
	width:540px; 
	height:60px; 
	margin:5px 5px !important; 
	border:#000 solid 1px; 
	vertical-align:top; 
	text-align:center;
}

.image-in-middle {vertical-align:middle;}

