h3 {
    font-size:12px;
    color: #000;
    margin: 0; padding:0;
    text-decoration : underline;
}

#div_calendar {
    width: 160px;
    height: 170px;
}

/* 3 col disposition */
/*index col */
.col_3_center 
	{
		width : 280px;
		margin-right : 304px;
		margin-left : 304px;
		height :720px;
		font-size : 11px;
	}
	
.col_3_right 
	{
		float : right;
		width : 280px;
		height : 720px;
		margin-right : 1px;
		font-size : 11px; 
	}
	
.col_3_left
	{
		float : left;
		width : 280px;
		height : 720px;
		margin-left : 1px;
		font-size : 11px;
	}

/*red border for all the cols*/
.border
	{
		border: 1px solid #900;		
		margin: 0; padding:0;
	}
	
/*grey  border for all the cols*/
.border_shadow
	{
		border-bottom : 2px inset #bbb;
		border-right : 2px inset #bbb;
		background-color : #fff;
		height :720px;
		padding-left :2px;
	}
	
	
 /*red separator for submit and index */	
.border_br_index
	{
		background-image : url(/skin/default/p/restaurant-border.gif);
		margin-top : 4px;
		margin-bottom : 4px;
		width: 280px;
		height: 1px;
	}

.index_search_button
	{
		margin-top : 50px;
		text-align : right;
		padding-right : 10px;
		padding-bottom : 10px;
	}
.text_align
	{
		padding-top : 20px;
		padding-left : 80px;
		cursor : hand;
	}
	
.tab_container {
    background-image: url(/p-restaurant/restaurant-f.gif);
    width: 100%;
}	