@charset "UTF-8";
/* CSS Document */

body{
margin: 0px;
padding:0px;
background-color:#eee;
}

.cssOFF, .handheld {
display: none;
}

#printBanner {
display: none;
visibility: hidden;
}

#topcontainer {
margin-right: auto;
margin-left: auto;
padding: 0px;
width: 800px;
}

/* ======================================================== UTSA BRANDING ======================================================== */

	#top{
	background-image: url(../images/top.jpg);
	background-repeat:repeat-x;
	background-position: top left;
	width: 100%;
	height: 53px;
	position:relative;
	}
	
	#toptext{
	clear: both;
	position: absolute;
	height: 53px;
	width: 800px;
	top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	}
	
	.utsa {	
	float: left;
	padding-top:3px;
	font-size: 8px;
	}
	
		.utsa a { text-decoration: none; color: #999999; }
		.utsa a:hover { color: #eeeeee; }
	
	.links {
	padding-top: 8px;
	float: right;
	}
	
		.links a{ text-decoration: none; color: #999999; font-size: 9px; }
		.links a:hover { color: #eeeeee; font-size: 9px; }
	
	/* -- Search Bar Styles (located in includes) -- */
	.search {
	margin: 0px;
	padding: 0px;
	display: inline;
	font-size: 9px;
	text-transform: uppercase;
	font-weight: bold;
	}
	
	.search #cref {
	display: inline;
	}
	
	#q {
	padding: 3px;
	width: 100px;
	height: 12px;
	border: 1px inset #002a5c;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #aaaaaa;
	/*vertical-align: center;*/
	}
	
	.goButton {
	background-image: url(../images/top.jpg);
	cursor: pointer;
	border: none;
	margin-left: 3px;
	padding: 3px 3px 5px 3px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	height: 22px;
	color: #999999;
	font-weight: bold;
 	}
	

/* ======================================================== STARRY STARRY NIGHT ======================================================== */
	
	#starBanner, #starBanner_home {
	position:relative;
	width:100%;
	height: 190px;
	background-color:#002a5c;
	background-repeat: no-repeat;
	background-position: top;
	margin-right: auto;
	margin-left: auto;
	}
	
	#starBanner {
	background-image:url(../images/stars_banner2.png);
	}
	
	#starBanner_home{
	background-image:url(../images/stars_banner.png);
	}	

/* ======================================================== GLOBALNAVIGATION (Tabs) ======================================================== */

	#nav {
	width:800px;
	height: 40px;
	position: absolute;
	margin-top: -40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-variant:small-caps;
	}
	
	/* -- styles for 'selected' TABS -- */
	.homeTab, .strategicTab, .implementTab, .sitemap {
	text-align:center;
	position: absolute;
	background-color: #EEEEEE;
	height: 20px;
	padding: 10px 15px 10px 15px;
	color: #002a5c;
	}
	
		.homeTab { width: 50px; }
		.strategicTab {left: 100px; width: 120px; }
		.implementTab { left: 270px; width: 160px; }
		.sitemap { left: 685px; width: 80px; }
		
		.homeTab a, .strategicTab a, .implementTab a, .sitemap a { text-decoration: none; color: #002a5c; }
		.homeTab a:hover, .strategicTab a:hover, .implementTab a:hover, .sitemap a:hover { color: #f47321; }
	
	/* -- styles for 'unselected' TABS -- */
	.homeTab_un, .strategicTab_un, .implementTab_un, .sitemap_un, .compact_un {
	text-align:center;
	position: absolute;
	background-color: #002a5c;
	height: 20px;
	padding: 10px 15px 10px 15px;
	color: #fff;
	}
	
		.homeTab_un { width: 50px; }
		.strategicTab_un { left: 100px; width: 120px;}
		.implementTab_un { left: 270px; width: 160px;}
		.compact_un { left: 480px; width: 120px; }
		.sitemap_un { left: 690px; width: 80px; }
	
		.homeTab_un a, .strategicTab_un a, .implementTab_un a, .sitemap_un a, .compact_un a { text-decoration: none; color: #fff; }
		.homeTab_un a:hover, .strategicTab_un a:hover, .implementTab_un a:hover, .sitemap_un a:hover, .compact_un a:hover { color: #f47321; }
		
/* ======================================================== CONTENT CONTAINER ======================================================== */

#contentContainer{
background-color: #eeeeee;
width: 100%;
height: auto;
}

#contentContainerText{
background-color: #eeeeee;
width: 800px;
margin-right: auto;
margin-left: auto;
height: auto;
}

/* ======================================================== SIDE CONTENT (TOC aka Local Nav) ======================================================== */

	#sideContent, #sideContent_implement {
	width: 265px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 30px;
	padding-top:20px;
	padding-right: 20px;
	padding-bottom: 20px;
	float:right;
	background-color: #fff;
	}
		
	#tocTitle {
	padding: 10px 20px 10px 20px;
	color: #002a5c;
	}
	
	#tocTitle a {color:#002a5c; text-decoration:none;}
	#tocTitle a:hover {color:#fff;}
	
	/* -- Side Bar on Home Page -- */
	#sideContent_home {float:right; }
	#sideContent_home a:hover { color: #fff; }
	
		#otherplans, #recentnews, #planning {
		width: 340px;
		margin-top: 20px;
		margin-left: 20px;
		padding-top:20px;
		padding-right: 10px;
		padding-bottom: 20px;
		font-family: Arial, Helvetica, sans-serif;
		background-color: #93a6bc;
		}
		
		#otherplans { margin-top: 50px;}
		#otherplans .levelone, #planning .levelone { font-weight: bold; }
		#otherplans .leveltwo, #recentnews .leveltwo, #planning .leveltwo {	font-weight: normal; }
		#recentnews .levelone { list-style: square; padding-left: 35px; font-weight: bold; }
	
	
	/* -- Table of Contents Styles (aka local nav) -- */
	.levelone, .levelone_implement {
	padding-top: 5px;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 20px;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	}
			
		.levelone { list-style:none; }
		.levelone_implement { list-style: upper-roman; padding-left: 40px; }
					
		.levelone a, .levelone_implement a { text-decoration: none; color:#333333; }
		.levelone a:hover, .levelone_implement a:hover { color: #f47321; }
						
	.leveltwo {
	font-size: 11px;
	list-style: none;
	line-height: 19px;
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 15px;
	}
	
		.leveltwo_implement, .leveltwo_implement_abc, .leveltwo_implement_pdf {
		font-size: 10px;
		line-height: 16px;
		padding-bottom:15px;
		padding-top: 0px;
		margin-top: 0px;
		margin-left: 0px;
		padding-left: 14px;
		}
		
		.leveltwo_implement_pdf {list-style-image: url(../images/PDFbull.gif); }		
		.leveltwo_implement { list-style-type: square; }
		.leveltwo_implement_abc { list-style-type: upper-alpha; }
		
	.pdf { padding-top: 30px; list-style: none; }
	
	/* -- Site Map TOC Styles -- */
	
	#sideContent2, #sideContent3 {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 30px;
	padding-top:20px;
	padding-right: 35px;
	padding-left: 20px;
	padding-bottom: 20px;
	background-color: #fff;
	}
	
	#sideContent2 { width: 220px; float:left; }
	#sideContent3 { width: 440px; float:right; }
	
	#pdf2 {
	padding-top: 0px;
	margin-bottom: 20px;
	padding-left: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
	#pdf2 a { text-decoration: none; color: #333; }
	
	/* -- Mini TOC in Implementaiton plan -- */
	#miniTOC { width: 100%; background-color: #fff; }
	
	
/* ======================================================== MAIN CONTENT ======================================================== */
	
	#mainContent, #mainContent_home {
	float: left;
	padding-top: 20px;
	margin-top: 30px;
	}
	
	#mainContent {width: 475px; }
	#mainContent_home {width:420px; }
	
		#mainContent h1, #mainContent_home h1 {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 18px;
		line-height: 26px;
		color: #f47321;
		font-weight: bold;
		margin: 0px 0px 25px 0px;
		}
		
		#mainContent h2, #mainContent_home h2 {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 18px;
		line-height: 26px;
		color: #002a5c;
		margin: 0px 0px 15px 0px;
		font-weight: normal;
		}
		
		#mainContent h3, #mainContent_home h3 {
		cursor: auto;
		font-family: Georgia, "Times New Roman", Times, serif;
		margin: 0px 0px 0px 0px;
		padding: 15px 0px 0px 0px;
		font-size: 14px;
		line-height: 18px;
		color: #002a5c;
		}
		
		#mainContent h4, #mainContent_home h4 {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		line-height: 20px;
		color: #000;
		padding:0px;
		margin:0px;
		}
		
		#mainContent p, #mainContent_home p {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		line-height: 20px;
		color: #000;
		}
		
		#mainContent p.listTitle {
		padding:0px;
		margin:0px;
		font-weight: bold;
		color: #002a5c;
		}
		
		#mainContent a {
		text-decoration: none;
		color: #000;
		}
		
		#mainContent a:hover {
		color: #f47321;
		}
		
		#mainContent ul {
		list-style: square;
		padding: 0px 0px 0px 18px;
		margin: 0px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size:12px;
		line-height: 20px;
		}
		
		/* -- Previous and Next Buttons -- */
		#mainContent .button {
		text-align: center;
		margin-top:30px;
		margin-right: 10px;
		float: left;
		width: 110px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-variant:small-caps;
		font-size: 12px;
		}	
		
		#mainContent .button a{
		padding:9px 9px 9px 9px;
		display:block;
		background-color: #FFFFFF;
		text-decoration: none;
		color: #002a5c;
		border: 2px outset #eeeeee;
		}
		
		#mainContent .button a:hover {
		background-color: #002a5c;
		color: #fff;
		border: 2px inset #dddddd;
		}

/* ======================================================== Footer ======================================================== */

		#footer {
		clear:both;
		padding-top: 80px;
		height: 200px;		/*shashi - he comment this out */
		margin-left: -10px;
		margin-right: -10px;
		}
		
		#footer p {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #002a5c;
		font-size:10px;
		text-align:left;		/* he center this */
		}		
		
		#footer ul{
		list-style: none;
		margin: 0px;
		padding: 0px;
		}
		
		#footer ul li{
		display: inline;
		margin: 0px;
		padding: 0px;
		}
		
		#footer ul li a {
		margin: 0px;
		padding: 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #002a5c;
		font-size:10px;
		text-align: left;
		padding-right: 10px;
		}
		
		#footer ul li a:hover {
		color: #f47321;
		}
		
/* ======================================================== REFERENCE BOXES ======================================================== */

		#xreferenceL {
		width: 120px;
		background-color: #002a5c;
		margin: 6px 20px 0px 0px;	/*adjust when float changes */
		padding: 12px 18px 12px 18px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		float:left;
		color: #fff;
		font-size: 10px;
		line-height: 14px;
		}
		
		#xreferenceL a {
		text-decoration: none;
		color: #fff;
		text-align:center;
		line-height: 20px;
		font-size: 10px;
		text-transform: uppercase;
		}
		
		#xreferenceL a:hover { color: #f47321; }	
	
/* ======================================================== FEEDBACK FORM STYLES ======================================================== */
		#navigation { }
		.toggler { color:#fff; display:block; }
		.minor { }
		.element { background-color:#002a5c; color: #fff; padding: 5px; }
		.element ul { padding:10px; margin:0; }
		.element ul li{ list-style:none; }
		.element ul li a { }
		.element ul li a:hover { }
		
		h3{
		display: block;
		margin:0px;
		padding: 10px 0px 10px 15px;
		font-family:Helvetica, Arial, sans-serif;
		font-size: 12px;
		cursor:pointer;
		}
		
		.submit { 
		background-color: #FFFFFF;
		border: outset;
		display: block;
		width: 50px;
		color: #002a5c;
		margin-top: 15px;
		margin-bottom: 8px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		padding: 2px;
		}			
				
/* ======================================================================================================================== */
/* ======================================================== TABLES ======================================================== */
/* ======================================================================================================================== */

		table {
		margin-top: 10px;
		margin-bottom: 20px;
		}
		
		td.goals {
		border-bottom: 6px solid #eeeeee;
		background-color: #cccccc;
		padding: 14px;
		line-height: 18px;
		color: #002a5c;
		font-size:12px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		vertical-align: top;
		}
		
		td.indicators ul li {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height: 16px;
		}
		
		td.indicatorsTitle {
		border-bottom: 4px solid #eeeeee;
		background-color: #cccccc;
		padding: 14px;
		line-height: 16px;
		color: #002a5c;
		font-size:11px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		vertical-align: top;
		width: 120px;
		}
		
		td.indicators {
		border-bottom: 4px solid #eeeeee;
		background-color: #cccccc;
		padding: 14px;
		line-height: 16px;
		color: #002a5c;
		font-size:11px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		vertical-align: top;
		}
			
		th.generic {
		width: 50px;
		font-size: 9px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #002a5c;
		border-right: 0;
		border-bottom: 0;
		border-top: 0;
		letter-spacing: 2px;
		text-transform: uppercase;
		text-align: left;
		padding: 6px 6px 6px 12px;
		border-right: 3px dotted #fff;
		}
		
		th.genericL {
		width: 50px;
		font-size: 9px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #002a5c;
		border-right: 0;
		border-bottom: 0;
		border-top: 0;
		letter-spacing: 2px;
		text-transform: uppercase;
		text-align: left;
		padding: 6px 6px 6px 12px;
		border-right: 0px;
		}
		
		td.generic {
		border-right: 3px dotted #eeeeee;
		border-bottom: 1px solid #eeeeee;
		background-color: #cccccc;
		padding: 6px 6px 6px 12px;
		color: #002a5c;
		font-size:10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		vertical-align: top;
		}
		
		td.genericL {
		border-right: 0px;
		background-color: #cccccc;
		border-bottom: 1px solid #eeeeee;
		padding: 6px 6px 6px 12px;
		color: #002a5c;
		font-size:10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		vertical-align: top;
		}
		
		td.a2head {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight:bold;
		text-align:left;
		background-color: #999;
		padding: 16px;
		color: #cccccc;
		}
		
		td.a2cat {
		width: 200px;
		font-size: 10px;
		line-height: 16px;
		text-align:left;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		padding: 12px 12px 8px 16px;
		background-color: #fff;
		color: #002a5c;
		}
		
		td.a2text {
		width: 200px;
		font-size: 11px;
		line-height: 15px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		vertical-align: top;
		padding: 8px 16px 8px 16px;
		background-color: #fff;
		}
		
					
		
		/* -- Implementation Plan Tables -- */
		.listTitle_implement {
		font-size:11px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		list-style:none;
		font-weight: bold;
		color: #002a5c;
		}
		
.listEntry_Implement {
		font-size:11px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		margin-left: 20px;
		list-style:square;
		}

td.goals2 {
		border-bottom: 14px solid #eeeeee;
		background-color: #cccccc;
		padding: 14px 20px 14px 5px;
		color: #002a5c;
		}

td.OPtitle {
		background-color: #fff;
		color: #002a5c;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight:bold;
		padding: 12px 12px 12px 12px;
		color: #002a5c;
		border-top: 2px solid #eeeeee;
		border-bottom: 2px solid #eeeeee;
}

td.OPstrategy {
		background-color: #fff;
		color: #002a5c;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		padding: 10px 12px 10px 12px;
		color: #000;
}

td.OPtactics {
	
		border-bottom: 0px solid #eeeeee;
		background-color: #fff;
		color: #002a5c;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		padding: 12px 12px 12px 12px;
		border-right: 2px dotted #eeeeee;
		text-transform: uppercase;
		font-weight: bold;
		color: #002a5c;
}

td.OPphase {
		border-bottom: 0px solid #eeeeee;	
		background-color: #fff;
		width:0px;
		text-align: center;
		color: #002a5c;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		padding: 12px 12px 12px 12px;
		border-right: 2px dotted #eeeeee;
		text-transform: uppercase;
		font-weight: bold;
		color: #002a5c;
}

td.OPbudget {
		border-bottom: 0px solid #eeeeee;
		background-color: #fff;
		text-align: center;
		width:0px;
		color: #002a5c;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		padding: 12px 12px 12px 12px;
		text-transform: uppercase;
		font-weight: bold;
		color: #002a5c;
}

td.entryABC_ {
		background-color: #ffffff;
		border-bottom: 2px solid #eeeeee;
		line-height: 18px;
		vertical-align:top;
}

td.entryABC {
		width: 0px;
		background-color: #FFFFFF;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		line-height: 18px;
		padding: 0px 0px 0px 14px;
		vertical-align:top;
}		

td.entry {
		color: #002a5c;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		line-height: 18px;
		padding: 0px 12px 0px 12px;
		border-right: 2px dotted #eeeeee;
		background-color: #fff;
}

td.entryP {
		color: #002a5c;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		line-height: 18px;
		padding: 0px 12px 0px 12px;
		border-right: 2px dotted #eeeeee;
		background-color: #fff;
		text-align: center;
}

td.entryB {
		color: #002a5c;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		line-height: 18px;
		padding: 0px 12px 0px 12px;
		border-right: 0px;
		background-color: #fff;
		text-align: center;
}

td.spacer {
		background-color: #fff;
}

tr.measureTitle{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #002a5c;
	font-weight: bold;
	vertical-align: bottom;
}

tr.measure {
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


tr.measureALT {
	background-color: #eee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

td.pref1 {
text-align: left;
padding: 12px;
border-bottom:2px solid #002a5c;
}

td.pref2 {
text-align: center;
padding: 12px;
border-bottom:2px solid #002a5c;
}

td.pref3 {
text-align: center;
padding: 12px;
border-bottom:2px solid #002a5c;
}

td.pref4 {
border-right: 0px;
text-align: center;
padding: 12px;
border-bottom:2px solid #002a5c;
}

td.pref5 {
border-right: 0px;
text-align: center;
padding: 12px;
border-bottom:2px solid #002a5c;
}

td.pref6 {
border-right: 0px;
text-align: center;
padding: 12px;
border-bottom:2px solid #002a5c;
}

td.prefentry1 {
width: 250px;
padding: 10px 5px 10px 12px;
text-align: left;
}

td.prefentry2 {
width:150px;
padding: 10px 5px 10px 12px;
text-align: left;
}

td.prefentry3 {
padding: 10px 5px 10px 12px;
text-align: left;
}

td.prefentry {
text-align: center;
padding: 10px 5px 10px 12px;
}

td.prefentryL {
border-right: 0px;
text-align: center;
padding: 10px 5px 10px 12px;
}

td.prefentryFooter {
border-top:2px solid #002a5c;
padding: 10px 5px 10px 12px;
}

td.prefentryFooter ol li {
padding: 0px 5px 0px 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}

table.appendix1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
background-color: #fff;

}

td.appendix1h {
text-transform: uppercase;
color: #002a5c;
font-weight:bold;
padding: 12px;
border-bottom:2px solid #002a5c;
vertical-align: bottom;
}

td.appendix1t {
padding: 12px 12px 0px 12px;
}

td.appendix5 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
background-color: #fff;
padding: 12px 12px 0px 12px;
}

td.appendix31a {
width: 200px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
background-color: #fff;
padding: 12px 12px 0px 12px;
text-transform: uppercase;
color: #002a5c;
}

td.appendix3a {
text-transform: uppercase;
color: #002a5c;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
background-color: #fff;
padding: 12px 12px 0px 12px;
}


td.appendix3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
background-color: #fff;
padding: 12px 12px 0px 12px;
}


td.appendix7C {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
background-color: #fff;
padding: 12px 12px 0px 12px;
vertical-align: top;
line-height: 14px;
text-transform: uppercase;
font-weight: bold;
}

td.appendix7C_entryT, td.appendix7C_entryMe, td.appendix7C_entryU, td.appendix7C_entryR, td.appendix7C_entryTL {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
background-color: #fff;
text-transform: uppercase;
color: #002a5c;
padding: 10px 10px 5px 10px;
text-align: left;
vertical-align: top;
}

 
td.appendix7C_entryT {
width: 200px;
border-right: 2px dotted #eeeeee;
vertical-align: top;
}

td.appendix7C_entryMe {
width: 200px;
border-right: 2px dotted #eeeeee;
vertical-align: top;
}

td.appendix7C_entryU, td.appendix7C_entryR {
width: 75px;
border-right: 2px dotted #eeeeee;
vertical-align: top;
}

td.appendix7C_entryTL {
width: 75px;
border-right: 0px;
vertical-align: top;
}

td.appendix7C_abc {
width:0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
background-color: #fff;
padding: 12px 12px 0px 12px;
vertical-align: top;
line-height: 14px;
}

td.appendix7C_entry  {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
background-color: #fff;
padding: 12px 12px 0px 12px;
vertical-align: top;
line-height: 14px;
padding-bottom: 10px;
border-right: 2px dotted #eeeeee;
}

td.appendix7C_entry ul {
padding: 0px;
margin: 0px;
list-style: square;
vertical-align: top;
}

td.appendix7C_entry li {
padding: 0px;
margin: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
padding: 6px 6px 0px 12px;
vertical-align: top;
line-height: 14px;
line-height: 14px;
vertical-align: top;
}

td.appendix7C_entryM {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
background-color: #fff;
padding: 12px 12px 0px 12px;
vertical-align: top;
line-height: 14px;
border-right: 2px dotted #eeeeee;
vertical-align: top;
}

td.appendix7C_entryL {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
background-color: #fff;
border-right: 0px;
vertical-align: top;
padding: 12px 12px 0px 12px;
}



