/**************************************************************************************
   Developed for: Allegiance
   Developed by:  Kevin Scott
   Development date: 06/09/2006
   Description:  This CSS file is responsible for providing the graphics for a dynamic 
   		 drop down list for buttons.
   		 #Atribute is ID
		 .Atribute is Class
   Modified date: 10/17/2006
**************************************************************************************/





/****************
   Global Styles.
****************/
a
{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 8pt;
   text-decoration: none;
   
}


/************************
   Items in the Menu Bar.
************************/
div.menuBar
{
   background-color: #5A6AB6; /*#B90031;*/
   width: 100%;
   height: 15px;
   padding: 0px 0px 3px 0px;
   
   margin:0;
   border-top:1px solid #000000;
   border-bottom:1px solid #000000;
}

div.menuBar a
{
	padding: 3px;
   color: White; /*#FFFFFF;*/
   
}

div.menuBar a:hover
{
   	background-color: #394680;
}

div.menuBar a.active, div.menuBar a.active:hover
{
	padding: 3px;
    background-color: #8894CA;/*#B90031;	*/
	color: #000000;
}




/*************************
   Items in the Menu List.
*************************/
div.menuList 
{
   position: absolute; 
   visibility: hidden;
   padding: 0px;
   z-index: 5;
}

div.menuList a
{
   display: block;
   background-color: #0000CC;
   color: #FFFFFF;
   height: 15px;
   width: 100%;
   border: 1px solid #FF0000; 
   padding: 3px;
   
}
div.menuList a:hover
{
   	background-color: #0066FF;
}

div.menuList a.active
{
   text-decoration: none;
   background-color: #FF0000;
}


div.ajaxPhoto
{
	position: absolute;
	visibility: hidden;
	height: 115px;
	width: 115px;
	background-image: url('../Images/AjaxWindow.jpg');
}

#ajaxPhotoImg
{
	position:absolute;
	text-align:center; 
	/*margin: 3px 3px 3px 3px;*/
	left: 17px;
	top: 3px;

}