

/* ***** TAG REWRITES ***** */
/* 6/10/09 */
body
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #D6DD7D;
  background-image: url(../Images/Backgrounds/StripesLightGreen.gif);
}

li
{
  margin-bottom: 10px;
}

li ol li
{
  margin-bottom: 0px;
}

/* ID LAYERS */
#Container
{
  position: relative;
  width: 850px;
  margin: 0 auto;
  background: #D6DD7D url(../Images/Backgrounds/LightGreen1px.gif);
}

#TabLinksDickinson
{
   text-align: center;
   height: 20px;
   position: relative;
   width: 255px;
}

#PageTitleSyllabus
{
  margin-top: 20px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: bold;
  color: #990000;
  border-bottom: 1px solid #333300; /* 5/5/09 */

}

#PageTitleInformation
{
  margin-top: 20px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #000000;
  border-bottom: 1px solid #333300;
  text-align: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

#RightBoxShaded
{
   float: right;
   text-align: left;
   width: 250px;
   margin: 10px;
   padding: 5px;
   background-color:#cccccc;
   border: thin ridge #666666;
}

/*  10/23/09 Added to reduce inline styles */
#BoxNavigation
{
  margin-bottom: 8px;
  padding-bottom: 15px;
  border-bottom: 1px solid #666666;
}

p.BoxNavigation
{
  margin-bottom: -10px;
}

/* 11/25/08 This was set up for the text and exercise pages on the GalInsideCSS template */
#MainContent
{
  width: 800px;
  margin-right: 25px;
  margin-left: 25px;
  padding-top: 15px;
}

/* 4/2/10 Added for popup examples in programming pages */
#PopUpContainer
{
  position: absolute;
  width: 450px;
  padding: 5px;
  background-color: #D6DD7D;
  border: 1px solid #666666;
  overflow: visible;
}
 
#PopUpContainerContents
{
  margin-bottom: 10px;
  padding: 5px;
}
#PopUpContainerFooter
{
  position: relative;
  bottom: 0;
  left: 0;
  width: 446px;
  padding: 2px;
  background: #CCCCCC;
  margin-top: 10px;
  border-top: 1px solid #333333;
  overflow: visible;
  text-align: center;
}

#HomePageAnnouncementTitle
{
	border-bottom: 1px solid #333333;
	margin: 10px 0 0 0; 
	padding: 3px 0 3px 10px;
} /* 6/16/11 */

#HomePageAnnouncement
{
	margin: 0 0 15px 5px;
} /* 6/16/11 */


/* TABS 
   3/4/09 Copied from GalStyles.css
*/
.NavBar
{
  background: #999999;
  border-bottom: solid 1px;
  border-top: solid 1px;
  border-bottom-color: #000000;
  border-top-color: #000000;
  text-align: center;
  margin: 0px;
  padding: 0px;
}

.LongGreenTab
{
	background-image: url(../Images/Logos/Tabs/DickinsonGreenTab.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 110px;
	padding-top: 3px;
  
}
.ShortGoldTab {
	background-image: url(../Images/Logos/Tabs/OtherGoldTab.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 70px;
	padding-top: 3px;
}
.ShortGreenTab {
	background-image: url(../Images/Logos/Tabs/OtherGreenTab.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 70px;
	padding-top: 3px;
}
.LongGoldTab {
	background-image: url(../Images/Logos/Tabs/LongGoldTab.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 110px;
	padding-top: 3px;
}


.TabText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	vertical-align: bottom;
}

a.TabText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	vertical-align: bottom;
	text-decoration: none;
}

a.TabText:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	vertical-align: bottom;
}

/* SPECIFIC PAGE GROUPS */

.GreenBarHeading
{
  background: url(Images/Backgrounds/Green1px.gif) repeat-x bottom; 
  padding-bottom: 5px;
}

.NextCourse
{
	border-bottom: 1px solid #666;
	padding-bottom: 3px;
	margin-bottom: 10px;
	
} /* 4/3/11 */

.CourseTitle
{
  font-weight: bold;
}

.CourseDates
{
	margin-left: 5px;
	font-size: 10px;
	font-weight: bold;
	color: #C00;
}

.CourseDescription
{
  font-size: 11px;
  margin-left: 40px;
  margin-bottom: 10px; 
  margin-top: 5px;
}

.CourseDescription p
{
  margin-bottom: -5px;
}

.SyllabusTable
{
  padding: 5px;
}

table.SyllabusTable td
{
  border: 1px solid #666600;
}

.SyllabusTableTitle
{
  background-color: #999900;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFCC;
  padding: 3px;
}

.Padding10 {
	padding: 10px;
}
.PaddingRight10 {
	padding-right: 10px;
}
.PaddingLeft20 {
	padding-left: 20px;
}

.ReduceLeading15
{
  margin-bottom: -15px;
}

.ReduceTopLeading10
{
  margin-top: -10px;
}

.BorderThinGray
{
  border: thin solid #cccccc;
}

a.GreenButton
{
  display: block;
  background-color: transparent;
  background-image: url(../Images/ButtonsIcons/GreenButton125.jpg);
  background-repeat: no-repeat;
  width: 132px;
  height: 28px;
  margin: 5px auto;
  padding: 5px 0 0 0;
  text-align: center;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 100%;
  font-weight: bold;
  text-decoration: none;
}
