/* $Id: indexesPage.css,v 1.4 2004/05/04 11:36:51 tim.parry Exp $ */

/*----- buttons -----*/
		#initialOuter {
		position: relative;
		left: 5px;
		float:left;
		border: 1px solid #034E61;
		background-color: #CDDFE3;
		margin-top: 0.25em;	
	}
	#initialInner {
		float:left;
		border-top: solid white 1px;
		border-left: solid white 1px;
		border-bottom: solid #CCC 1px;
		border-right: solid #CCC 1px;
		width: 604px;
		font-size: 80%;
	}
	
	#initialAllOuter {
		border: 1px solid #034E61;
		margin: 0.5em;
	}

	#initialAllInner {
		border-top: solid white 1px;
		border-left: solid white 1px;
		border-bottom: solid #CCC 1px;
		border-right: solid #CCC 1px;
		text-align: center;
		background-color: #CDDFE3;
	}

	#initialAllInner a{
		font-size: 80%;
		font-weight: bold;
		color: #004A63;
	}
	
	#initialAllInner a:hover{
		text-decoration: underline;
		color: #FF8700;
	}

	.initialOuter {
		width: 1.65em;
		border: 1px solid #034E61;
		float: left;
		margin: 0.1em;
	}
	
	* html .initialOuter {
		margin: 0.1em;
	}
	
	.initialInner {
		border-top: solid white 1px;
		border-left: solid white 1px;
		border-bottom: solid #CCC 1px;
		border-right: solid #CCC 1px;
		text-align: center;
		background-color: #CDDFE3;
	}

	
	
	
	
/*-------- choice selections -----------*/
	#indexesArea{
		padding-left: 80px;
	}


    .indexesInitial{
        float: left;
        width: 500px;
        margin-bottom: 24px;
    }

	.indexesOuter {
		position: relative;
		top: 20px;
		left: 10px;
		float: left;
		width: 23%;
		margin: 0.25em;
		margin-right: 35px;

	}
	
	
	.indexesInner a{
		padding: 2px;
		margin: 2px;
		color: #004A63;
		text-decoration: none;
		font-size: 80%;
	}
	
	*html .indexesInner a{
        font-size: 75%;
    }
	
	.indexesInner a:visited{
		color: #004A63;
	}
	
	.indexesInner a:hover{
		text-decoration: underline;
		color: #FF8700;
	}
	
    .noIndexesText{
		color: #004A63;
		font-size: 80%;
		margin-left: -75px;
		margin-top: 40px;
    }

