﻿/***************************************************************************
	General
/**************************************************************************/
#azList a:link
{
	text-decoration: underline;
	color: #000000;
}
#azList a:hover
{
	color: #ff0000;
}

.azLinkText, 
a.azLinkText:active,
a.azLinkText:visited,
a.azLinkText:link,
{
	text-decoration: none;
	color: rgb(0,0,0);
	font-size: 13px;
}

a.azLinkText:hover
{
	text-decoration: none; 
	color: rgb(255,0,0);
	font-size: 13px;
}

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 1
/**************************************************************************/
a.azLinkText1:active,
a.azLinkText1:visited,
a.azLinkText1:link
{
	font-size: 11px;
	text-decoration: none;
	color: rgb(0,0,0);
}

a.azLinkText1:hover
{
	font-size: 11px ;
	text-decoration: none; 
	color: rgb(255,0,0);
}

/***************************************************************************
	Style 2
/**************************************************************************/
td.azLinkText2_0
{
	background-color: #FCFCFB;
	height: 19px;
}
td.azLinkText2_1
{
	background-color: #f8f8f6;
	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 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 7
/**************************************************************************/
ul.azList7
{
	margin-top:0px;
}
a.azList7:active,
a.azList7:visited,
a.azList7:link
{
	font-size: 13px ;
	text-decoration: underline; 
	color: #000080;
}
a.azList7:hover {
	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-size: 11px ;
	text-decoration: none; 
	color: #000000;
	padding: 0px 20px 0px 9px;
}
a.azList8:hover {
	font-size: 11px ;
	text-decoration: Underline; 
	color: #000000;
	padding: 0px 20px 0px 9px;
	
}

/***************************************************************************
	Style 9
/**************************************************************************/
a.azList9:link
{  
	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-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-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: 160px;
	padding: 0 0 0 0;
	margin-top: 00px;
	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;
}



/***************************************************************************
	These used to be layout func - style 1 & 2
/**************************************************************************/

table.AZindexHeader1
{
	background-color: #D8D2B3;
	border: 1px solid #ffffff;
	text-align: center;
	width: 10px;
}

td.AZindexHeader1
{
	background-color: #D8D2B3;
	border: 1px solid #ffffff;
	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-weight: Bold;
	text-align: center;
	vertical-align: top;
	width: 3%;	 
	font-size: 23px;
	color: #303030;
}


td.AZindexData1
{
	background-color: #f0f0f0;
	border: 1px solid #ffffff;
	font-weight: normal;
	text-align: Left; 
	font-size: 13px;
	width:97%;
}

a.AZindexLabel1:link, a.AZindexLabel1:visited, a.AZindexLabel1:active
{
	text-decoration: underline;
	font-size: 13px;
	color: #000080;
}
a.AZindexLabel1:hover
{
	text-decoration: underline;
	font-size: 13px;
	color: red 
}

font.AZindexSublabel1
{
	font-size: 11px;
	color: #000080;
}

a.AZindexSublabel1:link, a.AZindexSublabel1:visited, a.AZindexSublabel1:active,
a.AZindexBTT1:link, a.AZindexBTT1:visited, a.AZindexBTT1:active
{
	text-decoration: underline;
	font-size: 11px;
	color: #000080;
}
a.AZindexSublabel1:hover,
a.AZindexBTT1:hover      
{
	text-decoration: underline;
	font-size: 11px;
	color: red 
}

font.AZkey1, a.AZkey1:link, a.AZkey1:visited, a.AZkey1:active
{
	font-weight: bold;
	font-size: 13px;
	color: #000000;	
}
a.AZkey1:hover      
{
	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-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
{
	text-decoration: underline;
	font-size: 13px;
	color: #888888;
}
a.AZindexLabel3:hover
{
	text-decoration: underline;
	font-size: 13px;
	color: #333333; 
}

font.AZindexSublabel3
{
	font-size: 13px;
	color: #888888;
}

a.AZindexSublabel3:link, a.AZindexSublabel3:visited, a.AZindexSublabel3:active,
a.AZindexBTT3:link, a.AZindexBTT3:visited, a.AZindexBTT3:active
{
	text-decoration: none;
	font-size: 11px;
	color: #888888;
}
a.AZindexSublabel3:hover,
a.AZindexBTT3:hover      
{
	text-decoration: none;
	font-size: 11px;
	color: #333333;
}


font.AZkey3, a.AZkey3:link, a.AZkey3:visited, a.AZkey3:active
{
	font-weight: normal;
	font-size: 13px;
	color: #888888;	
}
a.AZkey3:hover      
{
	text-decoration: underline;
	font-weight: normal;
	font-size: 13px;
	color: #333333; 
}
a.AZkey3:disabled
{
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	color: #888888; 
}

/*******************************************************************/
/* for ShowIconList    																						 */
/*******************************************************************/

#azIconLabel a:link,  #azIconLabel a:visited, #azIconLabel a:active
{
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	color: #01243c; 
}

#azIconLabel a:hover
{
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	color: #cc0000; 
	cursor: pointer;
}

/*******************************************************************/
/* for azList12 & 13   																						 */
/*******************************************************************/

#azList12 ul
{
	list-style: square url(/custom/0000/img/azindex/az12square.gif);
	margin: 5px 0px 5px 17px;
	padding: 5px 0px;
	border: none;
}

	
#azList12 li a
{
	color: #0029ab;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

#azList12 li a:hover
{
	text-decoration: underline;
}

#azList13 ul
{
	list-style: none;
	margin: 0;
	padding: 0px;
	border: none;
}
	
#azList13 li a
{
	color: #0029ab;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

#azList13 li a:hover
{
	text-decoration: underline;
}

