/* Default CSS Stylesheet for a new Web Application project */

H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	24px;
	font-weight:	bold;
	font-style:	bold;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	

H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	20px;
	font-weight:	bold;
	font-style:	bold;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	18px;
	font-weight:	bold;
	font-style:	bold;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	16px;
	font-weight:	bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5,TH	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	14px;
	font-weight:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6,P,TD,TR,LI	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	12px;
	font-weight:	normal;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}					
			
A { text-decoration:underline; }
A img { text-decoration:none; border:0; }

A:link	
{
	text-decoration:	none;
	color:	#ff981f;
	}		
A:visited	{	
	text-decoration:	none;
	color:	#ff981f;
	}		
A:active	{	
	text-decoration:	none;
	color:	#ff981f;
	}			
A:hover	{	
	text-decoration:	underline;
	}		
	
.white A:link	{	
	text-decoration:	none;
	color:	#ffffff;
	}		
.white A:visited	{	
	text-decoration:	none;
	color:	#ffffff;
	}			
.white A:active	{	
	text-decoration:	none;
	color:	#ffffff;
	}		
.white A:hover	{	
	text-decoration:	underline;
	color:	#fdfe96;
	}
	
.allwhite P, .allwhite TH, .allwhite TD, .allwhite TR {
    COLOR: #ffffff;
}
	
.black A:link	{	
	text-decoration:	none;
	color:	#000000;
	}		
.black A:visited	{	
	text-decoration:	none;
	color:	#000000;
	}			
.black A:active	{	
	text-decoration:	none;
	color:	#000000;
	}		
.black A:hover	{	
	text-decoration:	underline;
	color:	#111111;
	}
	
.AllVertical TD	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	10px;
	}
	
.small TD,.small TR,.small P
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	10px;
	font-weight:	normal;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	

*#external { background: url(/CityOfWichita/Images/Icons/yellow_arrow.gif) left top no-repeat; padding-left: 10px; }
*#bullet { background: url(/CityOfWichita/Images/Icons/bullet.gif) left top no-repeat; padding-left: 12px; }
*#pdf { background: url(/CityOfWichita/Images/Icons/pdf_sm.gif) left top no-repeat; padding-left: 16px; }
*#email { background: url(/CityOfWichita/Images/Icons/envelope_yellow[1].gif) left top no-repeat; padding-left: 24px; }
*#fax { background: url(/CityOfWichita/Images/Icons/fax_icon.gif) left top no-repeat; padding-left: 24px; }
*#printer { background: url(/CityOfWichita/Images/Icons/printer[1].gif) left top no-repeat; padding-left: 24px; }
*#phone { background: url(/CityOfWichita/Images/Icons/telephone-icon-yellow[1].gif) left top no-repeat; padding-left: 24px; }
*#top { background: url(/CityOfWichita/Images/Icons/top_arrow.gif) left top no-repeat; padding-left: 24px; }
*#fix { background: url(/CityOfWichita/Images/Icons/web.gif) left top no-repeat; padding-left: 48px; }
*#handicap { background: url(/CityOfWichita/Images/Icons/wheelchair8.gif) left top no-repeat; padding-left: 16px; }
*#new { background: url(/CityOfWichita/Images/Icons/new2.gif) left top no-repeat; padding-left: 16px; }
*#powerpoint { background: url(/CityOfWichita/Images/Icons/powerpoint.gif) left top no-repeat; padding-left: 16px; }

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	
