@charset "utf-8";
/* CSS Document */

#content {
width: 860px;
/*padding:20px;*/
border-style:solid;
border-color:#4C4C4C;
border-width:medium;
  -moz-border-radius: 10px;
  border-radius: 10px;

text-align:left;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
background:#ffffff;
font-size:.8em;
margin:auto;
	
}

#header {
background-color:#B31B1B;
padding:5px 0;
color:#ffffff;

}

#footer {
background-color: #4C4C4C;
padding:15px;
color:#ffffff;
}

#footer a {color:#ccc; text-decoration:none; font-weight:bold;}
.caption {
	font-size: 1em;
	line-height: 1.5em;
	color: #666;
	padding-top:0; margin-top:0;
	text-align:center;
	}
	
.caption a {color:#666;
text-decoration:none;
}
	
#navcontainer
{
width: 860px;
/*height:25px;*/
float: left;
background-color: #B31B1B;
border-top:#333333; border-top-style:groove; 
}

#navcontainer ul { padding: 0; }
#navcontainer ul li { display: inline; }

#navcontainer ul
{
margin: 0;
padding: 0 0 0 7%;
color: #FFFFFF;
/*font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;*/
/*font-size: .65em;*/
letter-spacing: 2px;
font-weight: bold;
}

#navcontainer ul li a
{
padding: 0.2em 12px;
background-color: #B31B1B;
color: #FFFFFF;
text-decoration: none;
float: left;
border-right: 1px solid #7A7A7A;
}

#navcontainer ul li a:hover
{

color: #FFFFFF;
font-weight:bolder;
/*height:27px;*/
background: #b24747; /* Old browsers */
background: -moz-linear-gradient(top,  #FF5155 0%, #b31b1b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF5155), color-stop(100%,#b31b1b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #FF5155 0%,#b31b1b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #FF5155 0%,#b31b1b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #FF5155 0%,#b31b1b 100%); /* IE10+ */
background: linear-gradient(top,  #FF5155 0%,#b31b1b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF5155', endColorstr='#b31b1b',GradientType=0 ); /* IE6-9 */

}

#navlist li a:hover, #navlist li a:active
{
color: #FFFFFF;
text-decoration: none;
text-align: left;
font-weight:bolder;
/*height:27px;*/
/*font-size:110%*/
/*text-transform: uppercase;*/
/*font: bold normal 10px/16px "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif; */
background: #b24747; /* Old browsers */
background: -moz-linear-gradient(top,  #b24747 0%, #b31b1b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b24747), color-stop(100%,#b31b1b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #b24747 0%,#b31b1b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #b24747 0%,#b31b1b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #b24747 0%,#b31b1b 100%); /* IE10+ */
background: linear-gradient(top,  #b24747 0%,#b31b1b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b24747', endColorstr='#b31b1b',GradientType=0 ); /* IE6-9 */

}

h1 {font-size:1.75em;}

h2 { border-bottom:#333333; border-bottom-style:groove; padding: 2px 10px 2px 15px; font-size:1.3em;}



img
{  
	border-style: none;
}

img.image_shadow
{
	position: relative;
	top: -2px;
	background: url('http://www.cs.cornell.edu/images/image_shadow.png') no-repeat;
	width: 100px;
	height: 100px;
	padding: 8px;
	margin-top: -3px;
	
}

img.thumb_shadow
{
	position: relative;
	background: url('http://www.cs.cornell.edu/images/thumb_shadow.png') no-repeat;
	width: 50px;
	height: 50px;
	padding: 5px 5px 5px 5px;
	margin-top: -3px;
	margin-left: -4px;
}

.return {
float:right; padding:20px 10px 0 0; color:#ffffff;	font-size:.8em; font-weight:bold;
}

.return a {color:#ffffff; text-decoration:none;}

p {
	margin: 0 0 15px 0;
	padding: 0 3px 0 5px;
	font-size: 1em;
	line-height: 1.4em;
	}
	
	a {color:#4C4C4C;}
	a:hover {color:#202020;}
	
#PLLabBox {
	margin:10px auto;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #d4d5d6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d4d5d6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#d4d5d6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#d4d5d6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#d4d5d6 100%); /* IE10+ */
background: linear-gradient(top,  #ffffff 0%,#d4d5d6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d4d5d6',GradientType=0 ); /* IE6-9 */
  -moz-border-radius: 10px;
  border-radius: 10px;
 border: 2px solid #4c4c4c;
 width:860px;
}

.PLLabTitle {
	padding: 0;
	margin:0;
	text-align:center;
color: #B31B1B;
text-shadow: 2px 2px 2px #4c4c4c;
font-size:3em;
}

.PLLabCRN {
	font-size:1em;
	font-family:Verdana, Geneva, sans-serif;
	text-transform:uppercase;
	text-align:right;
	padding: 10px 30px 0 0;
		margin:0;
}
.PLLabBlurb {
	text-align:center;
color:black;
font-size:1em;	
font-family:Georgia, "Times New Roman", Times, serif;
padding: 0 20px 10px 20px;
margin:0;
}

.sidebar-right {
float:right;
width:50%;
margin:0 0 0 5px;
padding: 7px;
border-left:thin solid #4c4c4c;	
border-bottom:thin solid #4c4c4c;	
background:#EAEAEB;
}

.hanging{
	    text-indent: -4em;
    margin-left: 4em;
}

td.title {
	font-weight:bold;
	background-color:#EAEAEB;
	
}

.green {
	font-weight:bold;
	font-size:2em;
	color:#339900;
}

.black {
		font-weight:bold;
	font-size:2em;
	color:black;
}

.red {
		font-weight:bold;
	font-size:2em;
	color:#990000;
}

.blue {
		font-weight:bold;
	font-size:2em;
	color:#000099;
}

#screenmode {
display: none;
		}

	/********** TABULAR **********/

 table {
	width: 100%;
	border: 0;
	border-bottom: 1px solid #e7e7e7;
	margin-top: 5px;
	}
	
 th {
	border: 0;
	padding: 0 10px 5px 10px;
	font-size: 1.2em;
	font-weight: normal;
	color: #888;
	text-align: left;
	}
	
 td {
	border: 0;
	padding: 10px 10px 12px 10px;
	font-size: 1em;
	line-height: 1.4em;
	border-top: 1px solid #e7e7e7;
	text-align:left;
	}

 td.category {
	font-weight: bold;
	}

td.number, #maincontent th.number {
	text-align: right;
	}
	
 td.major, #maincontent td.degree {
	font-weight: bold;
	}
	
 table h3 {
	margin: 0;
	font-size: 1.2em;
	}
	
	.oddsection, .row1 {
	background: #fff;
	}
	
.evensection, .row2 {
	background: #fafaf7;
	}
	
.evensection, .oddsection, .row1, .row2 {
	border-bottom: 1px solid #ddd;
	}
	
td.WeekNum {
background:#EAEAEB;
text-align:center;	
font-size:.9em;
padding:0;
margin:0;
}