/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    COLOR: #666666;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #666666;
}

H1	{	
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:	24px;
	font-weight:	bold;
	font-style:		normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	

H2	{	
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:	20px;
	font-weight:	bold;
	font-style:		normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:	18px;
	font-weight:	bold;
	font-style:		normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Trebuchet MS, 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: Trebuchet MS, 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	{	
	font-family: Trebuchet MS, 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:0px none; }

A:link	
{
	text-decoration:	none;
	color:	#A94A8E;
	}
		
A:visited	{	
	text-decoration:	none;
	color:	#A94A8E;
	font-style: italic;
	}		

A:active	{	
	text-decoration:	none;
	color:	#A94A8E;
	font-style: italic;
	}

.photo img {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  padding: 5px;
  float:none;
  display: block;
  }
  
.photo p {
  line-height: 1;
  FONT-SIZE: 11px;
  color: #A4919E  
  }
	
			
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;
	}
	
.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: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:	10px;
	}

*#external { background: url('/CityOfWichita/Images/Icons/yellow_arrow.gif') no-repeat left top; padding-left: 10px }
*#bullet { background: url('/CityOfWichita/Images/Icons/bullet.gif') no-repeat left top; padding-left: 12px }
*#pdf { background: url('/CityOfWichita/Images/Icons/pdf_sm.gif') no-repeat left top; padding-left: 16px }
*#email { background: url('/CityOfWichita/Images/Icons/envelope_yellow[1].gif') no-repeat left top; padding-left: 24px }
*#fax { background: url('/CityOfWichita/Images/Icons/fax_icon.gif') no-repeat left top; padding-left: 24px }
*#printer { background: url('/CityOfWichita/Images/Icons/printer[1].gif') no-repeat left top; padding-left: 24px }
*#phone { background: url('/CityOfWichita/Images/Icons/telephone-icon-yellow[1].gif') no-repeat left top; padding-left: 24px }
*#top { background: url('/CityOfWichita/Images/Icons/top_arrow.gif') no-repeat left top; padding-left: 24px }
*#fix { background: url('/CityOfWichita/Images/Icons/web.gif') no-repeat left top; padding-left: 48px }
*#handicap { background: url('/CityOfWichita/Images/Icons/wheelchair8.gif') no-repeat left top; padding-left: 16px }
*#new { background: url('/CityOfWichita/Images/Icons/new2.gif') no-repeat left top; padding-left: 16px }
*#powerpoint { background: url('/CityOfWichita/Images/Icons/powerpoint.gif') no-repeat left top; padding-left: 16px }

UL LI	{	
	list-style-type:	square ;
	FONT-SIZE: 12px;
	}	

UL LI LI	{	
	list-style-type:	disc;
	FONT-SIZE: 12px;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	FONT-SIZE: 12px;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	FONT-SIZE: 12px;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	FONT-SIZE: 12px;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	FONT-SIZE: 12px;
	}	
	
.blurb img {
  padding: 2px;
  background-color: #fff;
  border: 1px solid #111;
  }