﻿/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: black;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #000000;
}

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	{	
	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:	#00899A;
	}		
A:visited	{	
	text-decoration:	none;
	color:	#E77C2B;
	}		
A:active	{	
	text-decoration:	none;
	color:	#E77C2B;
	}			
A:hover	{	
	border-bottom: 1px dashed;
	color:	#E77C2B;
	text-decoration: none;		
	
.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	{	
	color: #00899A;
	text-decoration: none;
	}
.black A:visited	{	
	color:	#E77C2B;
	text-decoration: none;
	}			
.black A:active	{	
	color:	#E77C2B;
	text-decoration: none;
	}		
.black A:hover	{	
	border-bottom: 1px dashed;
	color:	#E77C2B;
	text-decoration: none;
	}
	
.AllVertical TD	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	10px;
	}

*#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;
	}	

