﻿@import "/includes/YCWeb2008NavigationMenu.css";
.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */
/*page colors: */
/* reddish: #996666
   lighter red: #CC9999
   dark red accent: #663333
   light olive: #CCCC99
   light grey: #E6E6CC
   blue: #2769DA
   green: #336600
   lighter green: #99CC99


    background color: #E1E2C7
    blue: #2769DA
    lt blue: #B5C7DE
    golden: #CECC99
    green: #336600
*/

/* page styles */
	html * 
	{
	    padding: 0px 0px 0px 0px;
	    margin: 0px 0px 0px 0px;
	}
	body 
	{
		background-color: #E1E2C7;
	   	font-family: Verdana, Arial, Helvetica;
	    font-size: 100%;
       	margin: 3px 3% 0px 3%;
		}
    #pagecontainer2008 
    {
     	min-width: 700px;
       	max-width: 1024px;
    }
    #pagetop2008 
    {
        width: 100%;
    }
    #notifications2008
    {
        font-size: 90%;
        float: left;
        position:relative;
        margin-top: 2px;
    }
    #pagefunctionsmenu2008
    {
        font-size: 70%;
        right: 0px;
        float :right;
        position: relative;
        margin-bottom: 2px;
    }
    #topnavigationmenu2008
          { position: relative;
            font-size: 90%;
            float:left;
            background: #2769DA url(/images/header_seal_top.jpg) no-repeat bottom right;
            width: 100%;
            border-top: solid 1px #336600;
            border-left: solid 1px #336600;
            border-right: solid 2px #336600;
            z-index: 999;
}
	#headercontainer2008 
	{   
	    clear: both;
	    position: relative;
        background-color: #E1E2C7;
        height: 100px;
        clear: both;
   }
    #headercontent2008
    {   height: 77px;
        width: 100%;
        position: relative;
        background: #CECC99 url(/images/header_seal_bottom.jpg) no-repeat top right;
        border-left: solid 1px #336600;
        border-right: solid 2px #336600;
        border-bottom: solid 2px #336600;
}
#customheader 
{
    position: relative;
}
#LeftSiteNavigation 
{   position:relative;
    width: 30%;
    vertical-align: top;
    height: 100%;
}
#pagecontentwithmenu 
{
    position: relative;
    width: 100%;
    padding: 2px 2px 2px 0px;
    height: 100%;
    background-color: white;
    vertical-align: top; 
    text-align: left;
}
    .headerSeal2008 
    {
        position: relative;
        float: right;
        border: none;
        z-index: 100;
        vertical-align: top;
        margin-top: -20px;
    }
        #headercontainer2008 h1 
        {
            color: #336600;
            font-size: 150%;
            font-weight: bold;
            line-height: 75%;
        }
        #headercontainer2008 h2
        {
            color: #336600;
            font-size: 110%;
        }
        .biggerLetter 
        {
            font-size: 120%;
        }
    
    #footer2008 
    {
    background-color: #CECC99;
    text-align: center;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 1px;
    border-bottom: solid 2px #336600;
    border-top: solid 1px #336600;
    border-left: solid 1px #336600;
    border-right: solid 2px #336600;
    }
    #copyrightbar 
    {
        text-align: center;
    }
    
    #footer2008 p 
    {
    padding: 0px 0px 2px 0px;
    margin: 0px 0px 0px 0px;
    text-align: center;
    font-size: 75%;
 }
    #footer2008 a:visited 
    {
        color: #ffffff;
        text-decoration: underline;
    }
    #footer2008 a:link 
    {
        color: #ffffff;
        text-decoration: underline;
    }
    #footer2008 a:hover 
    {
        color:#336600;
    }
        
    #pagetitle
    {
	padding: 2px 2px 2px 2px;
	margin: 0px 0px 0px 0px;
    }
    #pagecontent
    {
    position: relative;
    height:1px;
	padding: 2px 2px 2px 2px;
	margin: 0px 0px 0px 0px;
	z-index: 1;
	width: 100%;
    }
	/*change height to 100% for non-IE6 browsers */
	html>body #pagecontent 
	{
    position: relative;
	height: 100%;
	padding: 2px 2px 2px 2px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	}
/* text styles */
	p
	{
	margin: 0.5em 0 
	}
	.printonly 
	{
	    display: none;
	}
.sitesearchlabel 
	{
	    color: #336600;
	    font-size: 100%;
	    font-weight: bold;
	}
.copyright 
{
    font-size: 70%;
    color: #336600;
    text-align: center;
}
    
.emergencynotification 
{    font-size: 60%;
	font-weight: bold;
	color: red; 
}
    
    .emergencynotification a:visited{
	text-decoration: underline;
	color: Red;
}
        
    .emergencynotification a:link{
	text-decoration: underline;
	color: Red;
}
    .emergencynotification a:hover
{
	text-decoration: none;
	color: Red;
}
    .skipnav 
    {
        display: none;
    }
    .graphicalhidden
    {
        display: none;
    }
    /*enable this on print/text CSS */
    /*
    .textonlyhidden 
    {
        display: none;
    }
    */
/*page content styles */

#pagefunctionsmenu2008 a
{
    text-decoration:underline;
    color: #2769DA;
}
#pagefunctionsmenu2008 a:link
{
    text-decoration:underline;
    color: #2769DA;
}
#pagefunctionsmenu2008 a:hover
{
    text-decoration: underline;
    color: #B5C7DE;
    }
#pagetitle h3 
{
    font-size: 130%;
    color: #336600;
}
#pagecontent p 
{
    font-size: 80%;
} 
#pagecontent img {
		position:relative;
}	
#pagecontent hr 
{
    width: 75%;
    color: #2769DA;
    text-align: center;
}
#pagecontent table 
{
    width: 75%;
    margin-left: 12.5%;
    margin-right: 12.5%;
}
#pagecontent th 
{
    background: #336600;
    color: #ffffff;
    font-size: 100%;
    font-weight: bold;
}

/*classes for shadow effect */
.container {
	position: relative;
	left: -1px;
	top: -1px;
}
.spacerline
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    height:1px;
    clear:both;
}
.spacerline1
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    height:1px;
	background: #B8B6B8;
}
.spacerline2
{
    padding: 0px 0px 0px 0px;
    margin: 0px -1px 0px 1px;
    height:1px;
	background: #DBDADB;
}
.spacerline3
{
    padding: 0px 0px 0px 0px;
    margin: 0px -2px 0px 2px;
    height:1px;
	background: #E6E6CC;
}

/*begin print media */
@media print 
{
	html * 
	{
	    padding: 0px 60px 0px 0px;
	}

#footer2008 
{
    display: none;
}
#pagefunctionsmenu2008 
{
    display: none;
}
#headercontainer2008 
{
    background-image: none;
    background-color: #CCCC99;
}        
        #headercontainer2008 h1 
        {   
            padding-top: 6px;
            color: #ffffff;
            font-size: 170%;
            font-weight: bold;
            line-height: 75%;
        }
        #headercontainer2008 h2
        {
            color: #ffffff;
            font-size: 130%;
        }
        .biggerLetter 
        {
            font-size: 140%;
        }
        #pagetitle 
        {
            border: none;
        }
        #pagecontent 
        {
            border:none;
        }
        #container
        {
             border: none;
        }
        #topnavigationmenu2008 
        {
            background-image: none;
        }
		#pagetitle h1
		{
		    page-break-after: avoid;
		    page-break-before: avoid;
		}
		
#pagecontent p
{
    page-break-before: avoid;
    padding-right: 60px;
}
.noprint 
{
    display: none;
}
.printonly
{
    display: inline;
}
.spacerline 
{
    display: none;
}		    
.emergencynotification 
{
    display: none;
}           
} /*end print media */

/* Site/departmental-specific styles */
.Libstyle1 {
	border: 10px solid #E1E2C7;
}
.Libstyle5 {
	border: 1px solid #E1E2C7;
}
.Libstyle6 {
	margin-top: 0px;
}
.Libstyle7 {
	border-width: 0px;
	vertical-align: baseline;
}
.Libstyle10 {
	border-width: 0;
	background-color: #F5F9C1;
		text-align: center;
}
.Libstyle12 {
	vertical-align: text-top;
}
.Libstyle14 {
	border-width: 0;
	background-color: #F5F9C1;
	text-align: right;
}
.Libstyle41 {
	background-color: #FFFFFF;
	font-size: large;
	font-weight: bold;
}
.Libstyle35 {
	font-size: medium;
}
.Libstyle42 {
	color: #7C6F57;
}
.Libstyle43 {
	background-color: #9A9A68;
}
.Libstyle50 {
	border-width: 0;
}
.Libstyle51 {
	color: #800000;
	font-weight: bold;
	font-size: medium;
	border-left-color: #ACA899;
	border-left-width: 0;
	border-right-color: #C0C0C0;
	border-right-width: 0;
	border-top-color: #ACA899;
	border-top-width: 0;
	border-bottom-color: #C0C0C0;
	border-bottom-width: 0;
	background-color: #F5F9C1;
}
.Libstyle52 {
	color: #800000;
}
.Libstyle53 {
	border-width: 0;
	background-color: #B9CDDD;
	text-align: center;
	font-size: medium;
	font-weight: bold;
}
.Libstyle55 {
	border-width: 0;
	background-color: #B9CDDD;
	text-align: center;
}
.Libstyle29 {
	border-width: 0px;
}
.Libstyle56 {
	color: #000000;
	font-weight: bold;
}
.Libstyle57 {
	text-decoration: none;
}
.Libstyle58 {
	border-width: 0;
	background-color: #D7D8B4;
	text-align: center;
}