/* Skin for ITS Web Services
/* Pat Lynch, July 2006
======================================================================= */

/* COLOR REFERENCES
------------------------------------------------------------------------

Dark blue:    #344461 header text
Dark blue:    #415578 header areas
Medium blue:  #8197c6 header areas
Medium blue:  #b1c6f2 
Medium blue:  #c4d5f1 
Light blue:   #d2e1fa
Light blue:   #e6eefb 
Light blue:   #dae3f2 footer area
Yellow:       #f0f0c9 Highlights; login button color
Yellow:	      #fefec4

*/


body {
	background: url(skin_graphics/bg_gray_cool.gif) repeat;
	}
	
#pagebox {
	background: #fff;
	}
	
#yaleHeader {
	background-color: #5d687e;
	}
	
#identityHeader {
	background: #9b9b9b url(skin_graphics/blackstone_identityheader.jpg) no-repeat;
	}	

#linksHeader {
	background: #747474 url(skin_graphics/blackstone_linksheader.jpg) no-repeat;
	}
	
#footer {
	background-color: #f1f1f1;
	}
	
#content { /* adds scan column line */
	background: url(skin_graphics/blackstone_contentbg.jpg) no-repeat;
	}


	
/* TYPOGRAPHY COLORS
======================================================================= */

h1.headerName {
	color: #ffffff;
	}
		
h2.headerList {
	color: #ffffff;
	}
	
ul#miniTabs a {
	color: #ffffff;
	}
	
#content h1, 
#content h1 a, 
#content h2, 
#content h2 a, 
#content h3, 
#content h3 a, 
#content h4, 
#content h4 a, 
#content ul li a {
	color: #000066;
	font-weight: normal;
	}
	
	