/* This is the stylesheet used for the Office of Development and Alumni Relations site */


/* background behind the UWA logo. */

#header_uwa_logo_cell	{
				background-color: #CCF;
				}

/* Top panel background */

#body				{
				background-color: #FFFFFF;
				}

#header_navbar
				{
				background-color: #bb6;
				background-image: url(./?f=100713);
				background-repeat: x-repeat;
				height: 32px;
				}


/* Ok, now to set the font sizes... We'll use em's using 'Body' as a parent */

#body_table			{
				font-size: normal;
				font-family: arial, helvetica, sans-serif;
				}

h1				{
				font-size: 1.4em;
				}

h2				{

				font-size: 1.2em;
				}



#body_cell			{
				color: #000;
				padding-left: 25px;
				padding-top:  30px;
				padding-bottom: 10px;
				background-color: #fffff;
				}

.sidenav_current,
.sidenav_link		{			
				width: 185px; /* Was 136px */
				margin-left: 5px; /* Was 15px */
				margin-right: 5px; /* Was 15px */				
				border-style: solid;
				border-width: 1px;
				border-color: #000;
				background-color: #800;
				padding: 2px 5px 2px 5px; /* Was 2px 9px 2px 6px */
				}

#site_map_cell		{
				/* padding: 5px 5px 0px 5px; */
								
				/*margin-top: 5%;
				margin-left: 2%;
				height: 100%;*/
				padding: 220px 0px 10px 0px; /* Was 220px 2px 16px 2px */
				/* Make sure that the width is the 
				(width_you_want) - padding - borders
				- margins */
				
				width: 185px; /* Was 183px */
				/*height: 400px;*/
				color: #fff;
				border-width: 2px;
				border-color: #000;
				border-style: solid;
				background-image: url(./?f=100712);
				background-repeat: no-repeat;		
				background-color: #800;
				background-position: top center;	
				position: relative;
				top: 10px;
				left: 10px;
				font-size: large;
				}



/* Hover has to come after link and visited, and active has to come after hover(!) */
#site_map_cell A:link,
#site_map_cell A:visited
				{
				color: #fff;				
				}

#site_map_cell A:hover	
				{
				color: #fff;  /* Doens't seem to recognize 
						     this rule if not placed 
						     below the other link 
						     definitions. */
				}

#site_map_cell A:active
				{
				color: #fff;				
				}

.stalk_table		{
				width: 200px; /* Was 151px */
				margin-left: 5px; /* Was 15px */
				}

.stalk_table A		{
				margin-left: 0px;
				margin-right: 0px;
				border-style: none;
				background-color: #800;
				padding: 0px 2px 0px 2px; /* Was 1px 2px 1px 5px */
				}

img				{
				/*border-width: 1px;*/
				border-color: #000;
				}