@charset "utf-8";
/* CSS Document */
/* Styles for NATCHER
ITS Web Services, Yale University
CSS styles by Victor Velt <victor.velt@yale.edu>
11-21-07, version 3 (VV)
1-22-09, modified (VV)
------------------------------------------------------------ */

/*	QuickFind:
	=Layout
	=Body clases for alternate layouts
	=Top Banner Nav
	=Main Navigation Tabs
	=Fonts in Content column
	=Buttons
	=Horizontal Rule
	=Course Catalog Listing
	=Scancol
	=Sidebar News
	=Footer
	=CHS Additions
*/


/* =Layout
-------------------------------------------------------- */
body { 
margin: 0;
padding: 0;
background: #e9e9e9 url(../images/bkgd.gif);
text-align: center; /* helps IE center container */
}

#container {
width: 785px;
padding: 0 12px;
margin: 0 auto;
text-align: left; /* resets all to align left */
background: #fff url(../nathcer_images/page_bkgd.gif) repeat;
}

#top-banner { /* see other styles below */
background-color: #fff;
background-image: url(../chs_images/mastbkg.jpg);
background-repeat: repeat-x;
}

#banner-heading {
height: 17px;
width: 100%;
float: left;
background-color: #f89938;
border-bottom: 1px solid #fff;
overflow: hidden;
}

#banner-heading img {
display: block;
}

#banner {
margin-bottom: 1px;
background-color: #eee;
width: 100%;
float: left;
}

#banner img {
display: block;
}

#nav { /* see other styles below */
background-color: #91b17d;
width: 785px;
float: left;
margin-bottom: 12px;
}

* html #nav {
margin-bottom: 0;
}

#c-wrapper {
background: #fff url(../nathcer_images/content_bkgd_3col.gif) repeat-y;
clear: left;
margin-top: 0px;
}

#scancol {
float: left;
width: 205px;
}

#content {
float: left;
margin-left: 20px;
width: 320px;
}

#course-list {
background-color: #dee9f2;
padding: 0px 5px 3px 5px;
margin-bottom: 5px;
}

#sidebar {
float: right;
width: 215px;
overflow: visible;
}

#footer { /* see other styles below */
clear: both;
margin-top: 10px;
background-color: #0b619e;
border: 1px solid #3c6899;
padding-bottom: 10px;
}

.clear-all {
clear: both;
line-height: 0px;
height: 0px;
}

/* general link colors */
a {
color: #03c;
text-decoration: underline;
}

a:hover {
color: #39f;
}

a:active {
color: #000;
}



/* styles for 2-column layout */
body.col2 #c-wrapper { background: #fff url(../nathcer_images/content_bkgd_2col.gif) repeat-y; }
body.col2 #sidebar { display: none; }
body.col2 #content { width: 542px; }




/* The following sets a minimum height for the page */
/* trick works in IE 6 & 7 and better browsers */ 
#content {
min-height: 450px;
height: auto !important;
height: 450px;
}
/* End of minimum height */


/* =Top Banner Nav
-------------------------------------------------------- */
#top-banner {
width: 785px;
position: relative;
float: left; 
height: 79px;
}

top-banner img {
display: block;
}

#top-banner h4 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 1.2em;
margin: 0;
position: absolute;
top: 32px;
right: 12px;
}

#top-banner ul {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
padding: 0;
margin: 0;
line-height: 1.2em;
position: absolute;
bottom: 7px;
right: 12px;
}

#top-banner ul li { 
list-style-type: none;
display: inline;
float: left;
}

#top-banner ul li a {
color: #1a4d87;
text-decoration: none;
padding: 0px 10px;
border-right: 1px solid #1a4d87;
}

#top-banner ul li a:hover {
text-decoration: underline;
color: #39f;
}

#top-banner ul li a:active { 
color: #2a85ee; 
}

#top-banner ul li.last a { 
border-right: none;
padding-right: 0;
}



/* =Main Navigation Tabs
-------------------------------------------------------- */
#nav ul {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
padding: 0;
margin: 0;
}

#nav ul li {
display: inline;
}

#nav ul li a {
color: #fff;
text-decoration: none;
padding: 5px 28px 6px 28px;
float: left;
background-image: url(../nathcer_images/nav_divider.gif);
background-repeat: no-repeat;
background-position: right center;
}

#nav ul li a:hover {
color: #ffc;
background-color: #738c64;
}

#nav ul li a:active {
background-color: #526347;
}

#nav ul li.first a {
padding-left: 15px;
}

#nav ul li.last a {
background-image: none;
}


/* =Fonts in Content column
-------------------------------------------------------- */
#content h1, #content h2, #content h3 {
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
}

#content h1 {
font-size: 20px;
color: #ee8822;
margin: 0;
}

#content h2 {
font-size: 15px;
color: #ee8822;
margin: 0;
margin-top: 1em;
}

#content h3 {
font-size: 12px;
color: #ee8822;
margin: 0;
}

#course-description h3 {
font-size: 12px;
font-weight: bold;
/*  color: #036; */
color: #369;
margin: 0;
}


#content p, #content ul, #content ol, #content blockquote {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 1.6em;
color: #333;
margin-top: 1em;
margin-bottom: 1em;
}

/* quote class */
#content p.quote {
margin-top: 1.5em;
border-top: 1px solid #e6ecf2;
border-bottom: 1px solid #e6ecf2;
padding: 7px 25px 7px 25px;
line-height: 1.4em;
color: #6c7680;
}

#content p.tight {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 1.3em;
color: #333;
margin-top: 0.8em;
margin-bottom: 0.8em;
}

#content p.tightup {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 1.3em;
color: #333;
margin-top: 0.0em;
margin-bottom: 0.8em;
}

.description-image { 
float: right; 
margin-left: 10px; 
margin-bottom: 4px; 
}

#content .transcript-text { 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 11px;
line-height: 14px;
margin-left: 10px;
}

#content .errfeedback {
font-size: 11px;
font-weight: bold;
color: #CC0033;
}

#content .data { 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 11px;
line-height: 15px;
}

#content .field-name { 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 11px;
line-height: 15px;
padding-left: 12px;
}

#content select.data { 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 11px;
line-height: 15px;
}
#content .data-margin { 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 11px;
line-height: 15px;
margin-top: 4px;
margin-bottom: 4px;
}

#content select.partner { 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 11px;
line-height: 15px;
margin-top: 4px;
margin-bottom: 4px;
} 



/* New: This trick makes less space between headings and the text
   that follows, while keeping normal space between headings and
   images, tables and other non-text elements. This doesn't work
   with IE 6 but its does with IE 7 and better browsers. 
----------------------------------------------------------------- */
#content h1+p, #content h2+p, #content h3+p,
#content h1+ul, #content h2+ul, #content h3+ul,
#content h1+ol, #content h2+ol, #content h3+ol,
#content h1+blockquote, #content h2+blockquote, #content h3+blockquote {
margin-top: 0.5em;
}

#content ul { 
list-style-type: square; 
}

#content li { 
line-height: 1.4em;
padding-bottom: 0.5em; 
} 

#content ol {
margin-left: 12px; /* IE */
padding-left: 0; /* better browsers */
list-style-position: outside;
}

#content ol li {
margin-left: 17px;
}

#content td { 	/* default small type size for table cells */
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
line-height: 1.2em;
color: #333;
}


/* =Horizontal Rule
-------------------------------------------------------- */
hr {			
border: 0;		/* turns off default shading */
height: 1px;	/* sets height or thickness */
color: #91b17d; 	/* sets color for IE */
background-color: #91b17d; /* sets color for all other browsers */
}



/* =Buttons
-------------------------------------------------------- */
#buttons {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal; 
margin: 18px 0;
}

#buttons a {  
color: #000;
background-color: #fff;
padding: 3px 6px 4px 6px;
}

#buttons a {
text-decoration: none;
border: 1px solid #0b619e;	
}

#buttons a:hover {
color: #39f;
background-color: #fefee0;	
}

#buttons a:active {
color: #039;
background-color: #fefee0;	
}



/*-------------------------------------------------------- */

/*
#content h3 {color: #F89938;
font-size: 20px;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
}
*/

#content p {
color: #555555;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
}

#content ul.plainlist {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 1.2em;
list-style-type: none;
padding: 0;
margin: 0;
}

#content ul.plainlist li  {
padding: 2px 12px 6px 0;
}

#content ul.plainlist li a {
text-decoration: none;
color: #000;
}

#content ul.plainlist li a:hover {
text-decoration: underline;
color: #39f;
}

#content ul ul {
margin-bottom: 0;
}

#content ul.plainlist2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 1.2em;
list-style-type: none;
padding: 0;
margin: 0;
}

#content ul.plainlist2 li  {
padding: 2px 12px 6px 0;
}

#content ul.plainlist2 li a {
text-decoration: underline;
color: #039;
}

#content ul.plainlist2 li a:hover {
text-decoration: underline;
color: #39f;
}



/* =Tables
-------------------------------------------------------- */
table.data {
border: solid #a3b8cc;
border-width: 1px 0 0 1px;
border-collapse: collapse;
margin-bottom: 15px;
}

table.data td {
vertical-align: top;
border: solid #a3b8cc;
border-width: 0 1px 1px 0;
}



/* =Scancol
-------------------------------------------------------- */
.scancol-padding {
padding-left: 14px;
padding-right: 6px;
}

#scancol h4 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
margin: 0;
color: #0b619e;
}

/* modified for CHS */
#scancol h5 {
padding: 1px 4px 2px 4px; 
font-weight: bold; 
font-size: 11px;  
color: #fff; 
font-family: verdana, arial, helvetica, sans-serif; 
background-color: #0B619E; 
margin: 0 8px; 
}




#scancol p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
line-height: 1.7em;
color: #404040;
margin: 1em 0;
}

#login {
background-color: #dee9f2;
padding: 1px 0 1px 14px;
margin-bottom: 15px;
}

#login form {
margin: 0;
}

#scancol #login p {
margin: 0.8em 0;
color: #000;
line-height: 1.2em;
}

#scancol a { color: #333; }
#scancol a:hover { color: #39f; }

#login label {
font-size: 10px;
font-weight: bold;
}

#login .errfeedback {
font-size: 10px;
font-weight: bold;
color: #CC0033;
}

#login input {
border: 1px solid #0b619e;
background-color: #fff;
margin-top: 2px;
margin-bottom: 2px;
}

#login input.login-button, #login input.reg-button {
vertical-align: top;
margin-top: 2px;
border: none;
}

#login input.reg-button {
vertical-align: middle;
}

#login img.reg-img-btn {
vertical-align: middle;
}

/* =Sidebar News
-------------------------------------------------------- */
#news {
padding-right: 15px;
}

/* modified for CHS */
#news h5 {
padding: 1px 4px 2px 4px; 
font-weight: bold; 
font-size: 11px;  
color: #fff; 
font-family: verdana, arial, helvetica, sans-serif; 
background-color: #0b619e; 
padding: 1px 4px 2px 4px;	/* top, right, bottom, left */
margin-top: 4px;
margin-bottom: 0.2em;
}


/*font-family: Verdana, Arial, Helvetica, sans-serif;
color: #339;
font-size: 11px;
font-weight: bold;
background-color: #EAEEF5;
border: #A9B7C7 solid;
border-width: 1px;			/* all around 
padding: 1px 4px 2px 4px;	/* top, right, bottom, left 
margin-top: 4px;
margin-bottom: 0.2em;
}
*/

#news h4 { 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold; 
line-height: 1.2em;
color: #339;
margin-top: 10px;
margin-bottom: -0.5em;
}

#news p {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #666;
font-size: 10px;
line-height: 1.4em;
margin-top: 1em;
margin-bottom: 1em;
}


/* =Footer
-------------------------------------------------------- */
#footer {
position: relative;
}

#footer img {
display: block;
position: absolute;
top: 0;
left: 0;
}

#footer p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
line-height: 1.5em;
color: #deeaf2;
margin-top: 1em;
margin-left: 224px;
margin-bottom: 18px;
}

#footer a {
color: #d5e2eb;
text-decoration: underline;
}

#footer a:hover {
color: #fff;
}

.menu a  {
text-decoration:none;
}



/* CHS Additions
-------------------------------------------------------- */
#chstype {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px 0 0 15px;
	font-size: 11px;
	color: #000;
	height: 20px;
	font-weight: 700;
	margin-bottom: 0;
	font-style: italic;
}

#utilities {
height: 17px; 
width: 50px; 
float: right; 
padding: 0; 
margin: 0 5px 0 0;
}









/* END
-------------------------------------------------------- */
