/* Common tags                 */

/* start autocomplete */
	.ui-autocomplete {
		max-height: 200px;
		overflow-y: auto;
		/* prevent horizontal scrollbar */
		overflow-x: hidden;
		/* add padding to account for vertical scrollbar */
		padding-right: 20px;
	}
	/* IE 6 doesn't support max-height, we use height instead, but this forces the menu to always be this tall */
	
	* html .ui-autocomplete {
		height: 200px;
	} 
/* end autocomplete */

/* some predefined clases with font-sizes, colors, margins */
.title-size16 { font-size: 16px;  color: #E55A00;}
.title-size18 { font-size: 18px;  color: #E55A00;}
.title-size20 { font-size: 20px;  color: #E55A00;}
.margin-bottom0  {margin-bottom:0px;}
.margin-bottom5  {margin-bottom:5px;}
.margin-bottom10  {margin-bottom:10px;}
.margin-bottom15  {margin-bottom:15px;} 
.margin-bottom20  {margin-bottom:20px;}
.margin-bottom25  {margin-bottom:25px;}
.margin-bottom30  {margin-bottom:30px;}
.margin-bottom35  {margin-bottom:35px;}
.margin-bottom40  {margin-bottom:40px;}
.margin-bottom45  {margin-bottom:45px;}
.margin-bottom50  {margin-bottom:50px;} 
.margin-top0  {margin-top:0px;}
.margin-top5  {margin-top:5px;}
.margin-top10  {margin-top:10px;}
.margin-top15  {margin-top:15px;} 
.margin-top20  {margin-top:20px;}
.margin-top25  {margin-top:25px;}
.margin-top30  {margin-top:30px;}
.margin-top35  {margin-top:35px;}
.margin-top40  {margin-top:40px;}
.margin-top45  {margin-top:45px;}
.margin-top50  {margin-top:50px;} 
.margin-left0  {margin-left:0px;}
.margin-left5  {margin-left:5px;}
.margin-left10  {margin-left:10px;}
.margin-left15  {margin-left:15px;} 
.margin-left20  {margin-left:20px;}
.margin-left25  {margin-left:25px;}
.margin-left30  {margin-left:30px;}
.margin-left35  {margin-left:35px;}
.margin-left40  {margin-left:40px;}
.margin-left45  {margin-left:45px;}
.margin-left50  {margin-left:50px;} 
.margin-right0  {margin-right:0px;}
.margin-right5  {margin-right:5px;}
.margin-right10  {margin-right:10px;}
.margin-right15  {margin-right:15px;} 
.margin-right20  {margin-right:20px;}
.margin-right25  {margin-right:25px;}
.margin-right30  {margin-right:30px;}
.margin-right35  {margin-right:35px;}
.margin-right40  {margin-right:40px;}
.margin-right45  {margin-right:45px;}
.margin-right50  {margin-right:50px;} 
.padding-right0  {padding-right:0px;}  
 
.link-underline { color: #007dc3; text-decoration: none; }
.link-underline:hover { color: #007dc3; text-decoration: underline; }
.text-slideToggle { color: #007dc3; text-decoration: none; cursor:pointer; }
.text-slideToggle:hover { color: #007dc3; text-decoration: underline; cursor:pointer; }

