/***************************************************************************
	General
/**************************************************************************/
.azLinkText 
a.azLinkText:active
a.azLinkText:visited
a.azLinkText:link
{
	font-size: 13px ;
	text-decoration: none;
	color: rgb(0,0,0);
}

a.azLinkText:hover
{
	font-size: 13px ;
	text-decoration: none; 
	color: rgb(255,0,0);
}

a.azlinks:link, a.azlinks:visited, a.azlinks:active
{ 
	text-decoration: none; 
	font-size: 11px; 
	font-weight: bold; 
	color: rgb(0,0,0);
}
a.azlinks:hover
{ 
	text-decoration: none; 
	font-size: 11px; 
	font-weight: bold; 
	color: red;
}

/********************************************************/
/* NEW FOR v75                                          */
/********************************************************/

/***************************************************************************
	Style 3
/**************************************************************************/
a.azLinkText3:active
a.azLinkText3:visited
a.azLinkText3:link
{
	font-size: 13px ;
	text-decoration: none;
	color: rgb(0,0,0);
}

a.azLinkText3:hover
{
	font-size: 13px ;
	text-decoration: none; 
	color: rgb(255,0,0);
}

/***************************************************************************
	Style 2
/**************************************************************************/
td.azLinkText2_0
{
	background-color: #FCFCFB;
	height: 19px;
}
td.azLinkText2_1
{
	background-color: #FCFCFB;
	height: 19px;
}

a.azLinkText2:active,
a.azLinkText2:visited,
a.azLinkText2:link
{
	font-size: 11px ;
	text-decoration: underline; 
	color: #336600;
}
a.azLinkText2:hover {
	font-size: 11px ;
	text-decoration: underline; 
	color: #FFBA00;
}

/***************************************************************************
	Style 7
/**************************************************************************/
ul.azList7
{
	margin-top:0px;
}
a.azList7:active,
a.azList7:visited,
a.azList7:link
{
	font-family: Tahoma, Sans-Serif;
	font-size: 13px ;
	text-decoration: underline; 
	color: #000080;
}
a.azList7:hover {
	font-family: Tahoma, Sans-Serif;
	font-size: 13px ;
	text-decoration: underline; 
	color: #CC0000;
}

/***************************************************************************
	Style 8
/**************************************************************************/
div.azLayout8
{
	width: 100%;
	height: 13px;
	border-bottom: solid 1px #5a5a5e;
	padding: 1px 0px;	
	background-image: url("/custom/0000/img/azindex/az8.gif");
	background-repeat: no-repeat;
	background-position: 146px center;	
}
div.azLayout8l
{
	width: 100%;
	height: 11px;
	padding: 1px 0px 0px 0px;	
	background-image: url("/custom/0000/img/azindex/az8.gif");
	background-repeat: no-repeat;
	background-position: 146px center;	
}
a.azList8:active,
a.azList8:visited,
a.azList8:link
{
	font-family: Tahoma, Sans-Serif;
	font-size: 11px ;
	text-decoration: none; 
	color: #ffffff;
	padding: 0px 20px 0px 9px;
}
a.azList8:hover {
	font-family: Tahoma, Sans-Serif;
	font-size: 11px ;
	text-decoration: Underline; 
	color: #ffffff;
	padding: 0px 20px 0px 9px;
	
}

/***************************************************************************
	Style 9
/**************************************************************************/
a.azList9:link
{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 15px; 
	line-height: 23px; 
	font-weight: normal; 
	vertical-align: middle; 
	color: #A5A3A3;
	text-decoration: underline; 
	display: block;
	padding-left: 2em;
	background-image: url("/custom/0000/img/calendar/arrow_off.gif");
	background-repeat: no-repeat;
	background-position: 0 .4em
}
a.azList9:visited, a.azList9:active
{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 15px; 
	line-height: 23px; 
	font-weight: normal; 
	vertical-align: middle; 
	color: #C3C1C1;
	text-decoration: underline; 
	display: block;
	padding-left: 2em;
	background-image: url("/custom/0000/img/calendar/arrow_off.gif");
	background-repeat: no-repeat;
	background-position: 0 .4em
}
a.azList9:hover
{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 15px; 
	line-height: 23px; 
	font-weight: normal; 
	vertical-align: middle; 
	color: #ffffff;
	text-decoration: underline; 
	display: block;
	padding-left: 2em;
	background-image: url("/custom/0000/img/calendar/arrow_on.gif");
	background-repeat: no-repeat;
	background-position: 0 .4em
}

/* changes for print */
@media print
{
	a.azList9:link,
	a.azList9:visited, a.azList9:active
	{
		background-image: url("/custom/0000/img/calendar/prntarrow_off.gif");
	}
	a.azList9:hover
	{
		color: #000000;
		background-image: url("/custom/0000/img/calendar/prntarrow_on.gif");
	}
}

/***************************************************************************
	Menu looking Links
/**************************************************************************/
#azList11
{
	width: 150px;
	padding: 0 0 0 0;
	margin-top: 00px;
	font-family: arial, sans-serif;
	font-size: 12px;
	background-color: #d5e9ff;
	color: #333;
}

#azList11 ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
	
#azList11 li 
{
	border-top: 1px solid #a1c1e4;
	margin: 0;
}

#azList11 li.first 
{
	border-top: 1px solid #d5e9ff;
	margin: 0;
}

#azList11 li a
{
	display: block;
	padding: 3px 3px 3px 0.3em;
	background-color: #d5e9ff;
	color: #000;
	text-decoration: none;
	width: 100%;
}

#azList11 li a:hover
{
	background-color: #5c87b5;
	color: #fff;
}

html>body #azList11 li a
{
	width: auto;
}

/***************************************************************************
	12 Added for Solano County 
/**************************************************************************/
#azList12
{
	width: 100%;
	padding: 0 0 0 0;
	margin-top: 00px;
	font-family: arial, sans-serif;
	font-size: 11px;
	background-color: inherit;
	color: #333;
}

#azList12 ul
{
	list-style: none;
	margin: 0 0;
	padding: 0 0;
	border: none;
}
	
#azList12 li 
{
	border-top: 1px dotted #c5bdaf;
	/*margin: 0;*/
}

#azList12 li.first 
{
	border-top: none;
	/*margin: 0;*/
}

#azList12 li a
{
	display: block;
	padding: 9px 3px 9px 18px;
	background-color: inherit;
	color: #000;
	text-decoration: none;
	width: 100%;
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	background-image: url(/custom/0000/img/azindex/az12_bullet.gif);
	background-repeat: no-repeat;
	background-position: 3px 14px
}

#azList12 li a:hover
{
	background-color: inherit;
	text-decoration: underline;
}

html>body #azList12 li a
{
	width: auto;
}

/***************************************************************************
	GroupList1 Added for Solano County 
/**************************************************************************/
#GroupList1
{
	width: 100%;
	padding: 0px;
	margin: 10px 0px;
	font-family: arial, sans-serif;
	font-size: 13px;
	background-color: inherit;
	color: #333;
}
#GroupList1 font, #GroupList1 a
{
	font-family: arial, sans-serif;
	font-size: 13px;
	color: #492a0c;
	text-decoration: none;
}

#GroupList1 a:hover
{
	text-decoration: underline;
}
#GroupList1 font.header
{
	font-family: arial, sans-serif;
	color: #376305;
	font-size: 15px;
	margin-bottom: 10px;
	font-weight: bold;
}
	

/***************************************************************************
	These used to be layout func
/**************************************************************************/

table.AZindexHeader1
{
	background-color: #D8D2B3;
	border: 1px solid #ffffff;
}

td.AZindexHeader1
{
	background-color: #D8D2B3;
	border: 1px solid #ffffff;
	font-family: tahoma,Arial,Sans-Serif;   
	font-weight: bold;
	text-align: center; 
	font-size: 13px;
}

table.AZindexBody1
{
	background-color: #f0f0f0;
	border: 1px solid #ffffff;
}

td.AZindexChar1
{
	background-color: #E8E2C3;
	border: 0px solid #ffffff;
	font-family: tahoma,Arial,Sans-Serif;   
	font-weight: Bold;
	text-align: center; 
	font-size: 23px;
	color: #303030;
}

td.AZindexData1
{
	background-color: #f0f0f0;
	border: 1px solid #ffffff;
	font-family: tahoma,Arial,Sans-Serif;   
	font-weight: normal;
	text-align: Left; 
	font-size: 13px;
}

a.AZindexLabel1:link, a.AZindexLabel1:visited, a.AZindexLabel1:active
{
	font-family: Tahoma,Arial,Sans-Serif;   
	text-decoration: underline;
	font-size: 13px;
	color: #000080;
}
a.AZindexLabel1:hover
{
	font-family: Tahoma,Arial,Sans-Serif;   
	text-decoration: underline;
	font-size: 13px;
	color: red 
}

font.AZindexSublabel1
{
	font-family: Tahoma,Arial,Sans-Serif;   
	font-size: 11px;
	color: #000080;
}

a.AZindexSublabel1:link, a.AZindexSublabel1:visited, a.AZindexSublabel1:active,
a.AZindexBTT1:link, a.AZindexBTT1:visited, a.AZindexBTT1:active
{
	font-family: Tahoma,Arial,Sans-Serif;   
	text-decoration: underline;
	font-size: 11px;
	color: #000080;
}
a.AZindexSublabel1:hover,
a.AZindexBTT1:hover      
{
	font-family: Tahoma,Arial,Sans-Serif;   
	text-decoration: underline;
	font-size: 11px;
	color: red 
}

font.AZkey1, a.AZkey1:link, a.AZkey1:visited, a.AZkey1:active
{
	font-family: tahoma,Arial,Sans-Serif;   
	font-weight: bold;
	font-size: 13px;
	color: #000000;	
}
a.AZkey1:hover      
{
	font-family: Tahoma,Arial,Sans-Serif;   
	text-decoration: underline;
	font-weight: bold;
	font-size: 13px;
	color: red 
}

/*******************************************************************/
/* for styles 3,4,5 & 6																						 */
/*******************************************************************/

table.AZindexHeader3
{
	border-top: dotted 1px #cccccc;
	border-bottom: dotted 1px #cccccc;
	margin-bottom: 0px;
}

td.AZindexHeader3
{
}

table.AZindexBody3
{
}

td.AZindexChar3
{
	border-bottom: dotted 1px #cccccc;
	padding-top: 14px;
	margin-top: 14px;
	vertical-align: top;
	width: 100%;
}

a.AZindexChar3, a.AZindexChar3:link, a.AZindexChar3:visited, a.AZindexChar3:active, a.AZindexChar3:hover
{
	font-family: Tahoma,Arial,Sans-Serif;   
	font-weight: Bold;
	text-align: left; 
	font-size: 23px;
	color: #888888;
	line-height: 25px;
	text-decoration: none;
}

td.AZindexData3
{
	padding-top: 6px;
	font-weight: normal;
	text-align: Left; 
	vertical-align: top;
	width: 100%;
}

a.AZindexLabel3:link, a.AZindexLabel3:visited, a.AZindexLabel3:active
{
	font-family: Tahoma,Arial,Sans-Serif;   
	text-decoration: underline;
	font-size: 13px;
	color: #888888;
}
a.AZindexLabel3:hover
{
	font-family: Tahoma,Arial,Sans-Serif;   
	text-decoration: underline;
	font-size: 13px;
	color: #333333; 
}

font.AZindexSublabel3
{
	font-family: Tahoma,Arial,Sans-Serif;   
	font-size: 13px;
	color: #888888;
}

a.AZindexSublabel3:link, a.AZindexSublabel3:visited, a.AZindexSublabel3:active,
a.AZindexBTT3:link, a.AZindexBTT3:visited, a.AZindexBTT3:active
{
	font-family: Tahoma,Arial,Sans-Serif;   
	text-decoration: none;
	font-size: 11px;
	color: #888888;
}
a.AZindexSublabel3:hover,
a.AZindexBTT3:hover      
{
	font-family: Tahoma,Arial,Sans-Serif;   
	text-decoration: none;
	font-size: 11px;
	color: #333333;
}

font.AZkey3, a.AZkey3:link, a.AZkey3:visited, a.AZkey3:active
{
	font-family: tahoma,Arial,Sans-Serif;   
	font-weight: normal;
	font-size: 13px;
	color: #888888;	
}
a.AZkey3:hover      
{
	font-family: tahoma,Arial,Sans-Serif;   
	text-decoration: underline;
	font-weight: normal;
	font-size: 13px;
	color: #333333; 
}
a.AZkey3:disabled
{
	font-family: tahoma,Arial,Sans-Serif;   
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	color: #888888; 
}
