﻿/***** MapsAndDescriptorsUG page layout *****/

#uogMapsAndDescriptorsWrapper {margin:0px 0px 0px 0px; width:820px;}
	#uogMapsAndDescriptorsLeftColumn {float:left; width:180px;}
	#uogMapsAndDescriptorsMainColumn {float:right; width:620px;}
		#uogMapsAndDescriptorsMainColumn P.uogPageIdentifier {color:#99cc99; font-size:1.2em; margin-bottom:0.6em;}
		#uogMapsAndDescriptorsMainColumn H1 {font-size:2.0em;}


/***** Undergraduate course map *****/

#uogCourseMap {width:620px;}
	#uogCourseMap H2 {color:#99cc99; font-size:1.3em; font-weight:700;}
	#uogCourseMap P.uogCourseDetails {margin:0em 0em 1.2em 0em;}
	#uogCourseMap A {text-decoration:none;}
	#uogCourseMap A:hover {text-decoration:underline;}

	/* Level table */
	
	#uogCourseMap TABLE {empty-cells:hide; font-size:0.9em; line-height:1.3em; margin:0em; width:100%}
		#uogCourseMap TABLE TR {vertical-align:top;}
		#uogCourseMap TABLE TH {border:1px solid #ccffcc; color:#99cc99; font-weight:400; line-height:1.1em; padding:0.4em;}
		#uogCourseMap TABLE TH.uogCodeAndTitleColumn {width:90%;}
		#uogCourseMap TABLE TH.uogCatPointsColumn {width:5%;}
		#uogCourseMap TABLE TH.uogStudyPeriodColumn {width:5%;}
		#uogCourseMap TABLE TD {color:#666666; border:1px solid #ccffcc; padding:0.4em 0.4em 0.4em 0.5em;}

	/* Notes area */
	
	#uogNotesArea {border:1px solid #ccffcc; color:#666666; font-size:0.8em; line-height:1.5em; margin:1.0em 0em 0em 0em; padding:0.6em;}
		#uogNotesArea P.uogIntroText {border-top-width:0px; margin:0em; padding:0em;}
		#uogNotesArea P {border:0px solid #ccffcc; border-top-width:1px; margin:0.3em 0em 0em 0em; padding-top:0.5em;}


/***** Undergraduate module descriptor *****/

#uogModuleDescriptor {margin-top:1.4em;}
	#uogModuleDescriptor TABLE {border:0px solid #99cc99; empty-cells:hide; font-size:0.9em; line-height:1.4em; margin:0em; width:100%;}
	#uogModuleDescriptor TABLE TR {vertical-align:top;}
	#uogModuleDescriptor TABLE TD {border:1px solid #ccffcc; padding:0.3em;}
	#uogModuleDescriptor TABLE TD.uogAttribute {color:#99cc99; width:8.2em;}
	#uogModuleDescriptor TABLE TD P {margin:0em 0em 0.4em 0em;}
	
	
/***** Left column maps help area *****/

#uogLeftColumnHelpArea {background:#ffffff; border:1px solid #dadada; margin:1.0em 0em 0.4em 0em; color:#333333;}
#uogLeftColumnHelpAreaContent {position:static; margin:5px;}
	#uogLeftColumnHelpAreaContent H2 {color:#666666; font-size:0.9em; font-weight:700; line-height:1.3em; margin:0em;}
	#uogLeftColumnHelpAreaContent H3 {background:#dadada; color:#666666; font-size:0.8em; font-weight:700; line-height:1.2em; padding:0.2em;}
	#uogLeftColumnHelpAreaContent P {font-size:0.8em; font-weight:400; line-height:1.4em;}


/***** Map and descriptor course list *****/

#uogMapsAndDescriptorsCourseList {margin:0px 0px 0px 30px; width:350px;}
	#uogMapsAndDescriptorsCourseList H2 {border:0px solid #dadada; border-bottom-width:1px; color:#99cc99; font-size:1.2em; font-weight:700; line-height:1.0em; padding-bottom:0.2em;}
	#uogMapsAndDescriptorsCourseList UL {list-style:none; margin:0em 0em 0.6em 0.8em; padding:0em;}
	#uogMapsAndDescriptorsCourseList UL LI {background:transparent url('/SiteCollectionImages/UOG/ListIcons/GreySquare.gif') no-repeat left 0.6em; color:#000000; font-size:1.0em; line-height:1.3em; padding:0.1em 0em 0.1em 0.6em;}
	#uogMapsAndDescriptorsCourseList UL LI A {text-decoration:none;}
	#uogMapsAndDescriptorsCourseList UL LI A:hover {text-decoration:underline;}


