@charset "utf-8";
/* CSS Document */

.textbox {
	height: 20px;
	text-align:left;
	border:1px solid #000;
	background-color:#FFF;
	vertical-align:top;
}
.textbox-thin {
	height: 17px;
	text-align:left;
	border:1px solid #000;
	background-color:#FFF;
	vertical-align:top;
}
.bullets {
	list-style-position:outside;
	list-style-type:square;
	line-height:20px;
	padding-left:20px;
}
.numberlist {
	line-height: 20px;
	padding-left: 30px;
	list-style: decimal outside;
}
.numberlist li{
	margin-bottom:5px;
}
.subheading-green {
	font-weight:bold;
	font-variant:small-caps;
	color:#0e321f;
}
.hr-dotted {
	border:none 0;
	width:450px;
	margin: 0 0 0 20px;
	height:1px;
	color:#0e321f;
}
.faculty-name {
	font-size: 32pt;
	font-style: italic;
	font-weight: bold;
	color: #006b6b;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.subheading {
	text-transform: uppercase;
	color: #0e321f;
	font-size: 12pt;
	font-weight: bold;
}
hr {
	color: #0e321f;
    background-color: #0e321f;
    height: 3px;
	margin:3px auto;
	width:90%
}
.program-title {
	font-size: 24pt;
	text-transform: uppercase;
	color: #006C00;
	text-align:center;
	font-weight: bold;
} 
.course-req {
	font-size: 12pt;
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
}
.img {
	border:#006600 solid 2px;
	padding:2px;
	margin:2px;
}
.course-header {
	background-color:#EBF0D2;
	font-size: 12pt;
	color: #0e321f;
	padding: 2px;
	border: 1px solid #000;
}
.border-black {
	border: 1px ridge #000000;
	padding-left:5px;
}
.page_title {
	font-size: 20pt;
	color: #367c2b;
	padding: 0 1px 3px 0;
}
.page-title-orange {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 20pt;
	color: #cf6927;
	padding: 0 1px 3px 0;
}
.error {
	color:#F00;
}
.border-tan-ridge {
	border: 4px ridge #EBF0D2;
	padding:4px;
}
label {
	font-size:10.5pt;
	display: block;
	width: 160px;
	float: left;
	text-align: left;
}
.events-table {
	border:#d1d1d1 ridge 5px;
	width:95%;
	background: #FFF url(/Images/calendar-bkg.gif) no-repeat;
}
.events-tabText {
	font-size : 14pt;
	color :#ffd203;
	font-weight : bold;
	text-decoration : none;
	white-space: nowrap;
}
.events-day-label {
	background-color:#D1D1D1;
	color:#000;
	width:50px;
	text-align:center;
	font-size: 14pt;
	font-weight: bold;
}
.topicTitle	{
	font-size: 8pt; 
	font-weight: bold; 
	color: #FFFFFF;
}
.topicText 	{
	font-size: 9pt;
	color: #377c2b;
}
.topicDate 	{
	font-size: 9pt;
	color: #000000;
}
.tabText {
	font-size : 14px;
	font-style : normal;
	color :#0e321f;
	font-weight : bold;
	text-decoration : none;
}
.sitemap-header {
	font-size: 16pt;
	font-weight: bold;
	color: #377c2b;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCC;
}
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 10px;
	padding-bottom: 0;
	background: #377c2b;
	visibility: hidden;
	z-index: 10;
	cursor: hand;
	cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
.greentop-div-top {
	width:386px;
	height:27px;
	background:url(/Images/green-roundtop.gif) no-repeat;
	color:#FFF;
}
.greentop-div-top h3{
	color:#FFF;
	font-size: 11pt;
	font-weight: bold;
	padding-top: 5px;
	margin-left: 6px;
}
.greentop-div {
	width:384px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

.greentop-div-top-short {
	width:292px;
	height:27px;
	background:url(/Images/green-roundtop-short.gif) no-repeat;
	color:#FFF;
}
.greentop-div-top-short h3{
	color:#FFF;
	font-size: 11pt;
	font-weight: bold;
	padding-top: 5px;
	margin-left: 6px;
}
.greentop-div-short {
	width:292px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
