/* Kingston College Global CSS */

body {
	padding: 0;
	margin: 0 0 30px 0;
	font-size: 75%;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #e3e7ea;
	color: #404b54;
}

body.mceContentBody {
   background: #FFF;
   margin: 5px;
}
	

/** Global Styles **/
fieldset { border: 0; }
input.txt { 
	background: #fff url('/gfx/bg_input.gif') top left no-repeat;
	border: 1px #4579a4 solid; 
	color: #666; 
	font-size: 0.9em;
	height: 14px !important;
	height /**/: 22px;
	padding: 3px 6px;	
}

textarea.txt { 
	background: #fff url('/gfx/bg_input.gif') top left no-repeat;
	border: 1px #4579a4 solid; 
	color: #666; 
	font-size: 0.9em;
	padding: 3px 6px;
	font-family:Arial, Helvetica, sans-serif;
}

a img {
	border: none;
}

a.arrow {
	color: #3f7bb9;
	text-decoration: none;
	padding: 0 0 0 12px;
	background: transparent url('/gfx/bg_anchor1.gif') 0em 0.3em no-repeat;
}

a {
	color: #3f7bb9;
	text-decoration: none;
}

a:hover {
	color: #184778;
	text-decoration: underline;
}

a.arrow:hover {
	text-decoration: underline;
}

a.white {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

a.white:hover {
	text-decoration: underline;
}

a.external {
	background: transparent url("/gfx/icon_external_link.gif") center right no-repeat;
	padding-right: 14px;
}

a.addapplication { background: #609bd7 url('/gfx/icon_add.gif') 0em 0em no-repeat; padding: 0 0 0 26px;}
a.applycourse { background: #609bd7 url('/gfx/icon_tick.gif') 0.2em 0em no-repeat; padding: 0 0 0 26px; }

a.printpage { background: #609bd7 url('/gfx/icon_print.gif') 0em 0em no-repeat; padding: 0 0 0 26px; }
a.emailtofriend { background: #609bd7 url('/gfx/icon_mail.gif') 0em 0em no-repeat; padding: 0 0 0 26px; }
a.bookmark { background: #609bd7 url('/gfx/icon_bookmark.gif') 0em 0em no-repeat; padding: 0 0 0 26px; }

h1 { color: #609bd7; font-size: 2.4em; padding: 0 0 6px 0; margin: 0; }
h2 { color: #1d2733; font-size: 1.6em; padding: 0 0 6px 0; margin: 0; }
h2.bg {
	background: #fff url('/gfx/bg_h2.gif') top left repeat-x;
	height: 28px !important;
	height /**/: 35px;
	margin: 0;
	padding: 7px 0 0 15px;
	color: #fff;
	font-size: 1.5em;
	font-weight: normal;
}

h3 {
	color: #609bd7;
	font-size: 1.6em;
	padding: 16px 0 6px 0;
	margin: 0;
}

UL.white {
	color: #fff;
	list-style: square;
	margin: 5px 0 10px 20px;
}

form { padding: 0; margin: 0; }

span.subheading {
	padding: 0 0 6px 0;
}

.tagline {
	font-weight: bold;
}
	
.articletext {
	margin-bottom: 24px;
}

.articletext p, .tagline p {
	padding: 0 0 6px 0;
	margin: 0;
}

div.hr { padding: 0px; margin: 12px 0; height: 1px; background-color: #ccc; clear: both;}
div.hr_white { padding: 0px; margin: 12px 0; height: 1px; background-color: #fff; clear: both;}
hr { display: none; visibility: none; }

/********************/
/**** Site structure ****/
/*******************/
#container {
	width: 950px;
	margin: 0 auto;
}

	/** Top Navigation **/
	#navigation {
		position: absolute;
		z-index:100;
		width: 950px;
		height: 36px;
		background: #97b0c9 url('/gfx/bg_topnav.gif') bottom left repeat-x;
	}
	
		#navigation ul {
			position: absolute;
			margin: 0;
			padding: 0;
			list-style: none;
		}
		
		#navigation ul li {
			display: inline;
			float: left;
		}
		
		#navigation ul li.arrow a {
			background-image: url('/gfx/menu_arrow_down.gif');
			background-repeat: no-repeat;
			background-position: center right;
			/*background-color: #609bd7;*/			
		}			
		
		#navigation ul li a {
			height: 25px !important;
			height /**/: 36px;
			border-bottom: 1px #e3e7ea solid;
			border-right: 1px #e3e7ea solid;
			background-color: #97b0c9;
			color: #fff;
			text-decoration:none;
			font-weight: bold;
			padding: 10px 15px 0 15px;
			float: left;
			display: inline;
		}
		
		#navigation ul li a.last { border-right: none !important; /*padding: 10px 18px 0 19px !important;*/ }
		
		#navigation ul li a:hover {
			background-color: #609bd7;
			text-decoration: none !important;
		}
		
		#navigation ul li a.on {
			border-bottom: 1px #609bd7 solid;
			background-color: #609bd7;
			text-decoration: none !important;
		}
		
	
		
		/** Second level **/
		
		
			#navigation ul ul {
				position: absolute;
				display: none;
				list-style: none;
				margin: -1px 0 0 -1px;
				padding: 0;
				border: 1px solid #fff;
				/*background: #9f896b;*/
				cursor: pointer;
				z-index: 1000;
			}
			
			#navigation ul ul li {
				float: none;
				display: block;
				margin: 0 !important;
				padding: 4px 4px 4px 4px !important;
				width: 220px !important;			
				background-color: #609bd7;
				border-bottom: 1px solid #fff;	
			}
			
			#navigation ul ul li.arrow {
				background-image: url('/gfx/menu_arrow.gif');
				background-repeat:no-repeat;
				background-position: center right;
				background-color: #609bd7;
			}
			
			#navigation  ul ul li a {
				background: none !important;
				border: none;
				color: #fff;
				margin: 0 !important;
				padding: 0 !important;
				font-weight: bold;
				float: none;
			}
			
			#navigation  ul ul li a:hover {
				background: none !important;
				color: #fff !important;
			}
			
			#navigation ul ul li.jdm_hover {
				background-color: #407dba;
			}
			
			
			#navigation ul ul li.jdm_hover a, #navigation ul ul ul li.jdm_hover a {
				background-color: transparent;
			}
			
			
			#navigation ul ul ul {
				position: absolute;
				display: none;
				list-style: none;
				margin: 0;
				padding: 0;
				border-top: 1px solid #fff;
				/*background: #9f896b;*/
				cursor: pointer;
			}
			
			#navigation ul ul ul li {
				float: none;
				display: block;
				margin: 0 !important;
				padding: 4px 4px 4px 4px !important;
				width: 220px !important;			
				background-color: #609bd7;
				border-bottom: 1px solid #fff;	
			}
			
			#navigation  ul ul ul li a {
				background: none !important;
				border: none;
				color: #fff;
				margin: 0 !important;
				padding: 0 !important;
				font-weight: bold;
			}
			
			#navigation  ul ul ul li a:hover {
				background: none !important;
				color: #fff !important;
			}
	
	/** Second Level Navigation **/	
	/*#nav_sublevel {
		width: 950px;
		height: 26px;
		background-color: #609bd7;
	}
	
		#nav_sublevel ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}
		
		#nav_sublevel ul li {
			display: inline;
			float: left;
		}
		
		#nav_sublevel ul li a {
			display: block;
			color: #fff;
			text-decoration:none;
			font-weight: bold;
			padding: 6px 16px 0 16px;
		}
		
		#nav_sublevel ul li a.last {  }
		
		#nav_sublevel ul li a:hover, #nav_toplevel ul li a.on {
			text-decoration: underline;
		}*/
		
	/** Site Header **/
	#header {
		width: 950px;
		background: #609bd7 url('/gfx/bg_header.gif') bottom left repeat-x;
		height: 82px !important;
		height /**/: 127px;
		padding-top: 44px;
		margin: 0 0 0 0;
		border-bottom: 1px #e3e7ea solid;
	}
	
		#header_icon {
			width: 78px !important;
			width /**/: 90px;
			padding: 0 0 0 12px;
			float: left;
			height: 80px;
		}
		
		#search {
			width: 622px !important;
			width /**/: 658px;
			height: 34px !important;
			height /**/: 55px;
			float: left;
			padding: 21px 0 0 36px;
		}
		

		
			#search fieldset { border: none; }			
			#search legend { display: none; visibility: hidden; }
			
			#submitSearch {
			}
			
			#txtSearch { 
				background: #fff url('/gfx/bg_input.gif') top left no-repeat;
				border: 1px #4579a4 solid; 
				color: #666; 
				font-size: 0.9em;
				height: 14px !important;
				height /**/: 24px;
				padding: 4px 6px;
				width: 215px !important;
				width /**/: 229px;
			}
		
		#logo {
			width: 200px;
			float: left;
		}
		
	
	#coursenav {
		background: #5f9ad6 url('/gfx/bg_coursenav.gif') top left repeat-x;
		width: 950px;
		height: 33px !important;
		height /**/: 40px;
		padding-top: 7px;
	}
	
		#find_title {
			width: 162px;
			height: 33px;
			float: left;
		}
		
		#coursenav ul {
			padding: 0;
			margin: 0;
			list-style: none;	
		}
		
		#coursenav ul li {
			display: inline;
			float: left;
			width: 196px !important;
			width /**/: 197px;
			height: 32px !important;
			height /**/: 33px;
			border-left: 1px #fff solid;
			border-top: 1px #fff solid;
		}		
		
		#coursenav ul li a {
			display: block;
			background-color: #97b0c9;
			height: 24px !important;
			height /**/: 32px;
			background: #97b0c9 url('/gfx/bg_coursenav_a.gif') 1em 0.8em no-repeat;
			padding: 8px 0 0 38px;
			font-weight: bold;
			text-decoration:none;
			color: #fff;
		}
		
		#coursenav ul li a.on {
			background: #609bd7 url('/gfx/bg_coursenav_a_on.gif') 1em 0.8em no-repeat;
		}
		
		#coursenav ul li a.on:hover {
			background: #609bd7 url('/gfx/bg_coursenav_a_on.gif') 1em 0.8em no-repeat;
			
		}
		
		#coursenav ul li a:hover {
			background: #609bd7 url('/gfx/bg_coursenav_a_hover.gif') 1em 0.8em no-repeat;
		}
		
		#coursenav ul li a.on {
		
		}
		
		
	/** Course Selector **/
	#course_container {
		display: none;
		width: 934px !important;	
		width /**/: 950px;	
			
		height: 308px !important;
		height /**/: 316px;
		
		border-left: 8px #3d7ab8 solid;
		border-right: 8px #3d7ab8 solid;
		border-top: 8px #3d7ab8 solid;
		background-color: #fff;
	}
	
		#course_control {
			width: 152px;
			height: 22px;
			margin-bottom: 32px;
			float: left;
		}
		
			#course_control a {
				display: block;
				padding: 8px 0 8px 38px;
				font-weight: bold;
				text-decoration:none;
				color: #fff;
				background: #3d7ab8 url('/gfx/bg_coursenav_close_a.gif') 1em 0.8em no-repeat;
			}	
			
		#course_category_title {
			width: 782px;
			float: left;
		}
		
			#course_category_title h3 {
				color: #609bd7;
				font-size: 1.4em;
				float: left;
				margin: 0;
				padding: 7px 0 0 12px;
			}
			
		#couse_loading_text {
			text-align: center;
			padding-top: 75px;
			color: #609bd7;
		}
			
		#course_data {
			clear: both;			
			display: none;
			overflow: auto;
			height: 240px;
			width: 896px !important;
			width /**/: 934px;
			padding: 0 0 0 38px;
		}
		
			.course_column {
				width: 255px !important;
				width /**/: 282px;
				float: left;
				border-right: 1px #c1d0df solid;
				margin-right: 26px;
				margin-bottom: 12px;
			}
			
			.course_column_last {
				width: 256px !important;
				width /**/: 256px;
				float: left;
				margin-bottom: 12px;
			}
			
			.course_column ul, .course_column_last ul {
				padding: 0;
				margin: 0 0 12px 0;
				list-style: none;
			}
			
			.course_column ul li, .course_column_last ul li {
				padding-bottom: 6px;
				font-weight: bold;
			}
			
			.course_column ul li a, .course_column_last ul li a {
				
				color: #3f7bb9;
				text-decoration:none;
			}
			
			.course_column ul li a:hover, .course_column_last ul li a:hover {
				text-decoration:underline;
				color: #184778;
			}			
			
			
			.course_column ul ul, .course_column_last ul ul {
				padding: 6px 0 0 0;
				margin: 0;
				list-style: none;
			}
			
			.course_column ul ul li, .course_column_last ul ul li {
				padding: 0 0 6px 12px;
				font-weight: normal;
			}
			
			.course_column ul ul li a, .course_column_last ul ul li a {
				font-weight: normal;
				color: #3f7bb9;
				text-decoration:none;
			}
			
			.course_column ul ul li a:hover, .course_column_last ul ul li a:hover {
				text-decoration:underline;
				color: #184778;
			}
			
			.course_column ul ul ul, .course_column_last ul ul ul {
				padding: 6px 0 0 0;
				margin: 0;
				list-style: none;
			}
			
			.course_column ul ul ul li, .course_column_last ul ul ul li {
				padding: 0 0 6px 0;
				font-weight: normal;
			}
			
			.course_column ul ul ul li a, .course_column_last ul ul ul li a {
				font-weight: normal;
				color: #3f7bb9;
				text-decoration:none;
				background: #fff url('/gfx/bullet_sitemap.gif') 0em 0.4em no-repeat;
				padding: 0 0 0 12px;
			}
			
			.course_column ul ul ul li a:hover, .course_column_last ul ul ul li a:hover {
				text-decoration:underline;
				color: #184778;
			}
			
			#course_data.jScrollPaneTrack {
				left: 0;
				right: auto;
			}
			#course_data a.jScrollArrowUp {
				left: 0;
				right: auto;
			}
			#course_data a.jScrollArrowDown {
				left: 0;
				right: auto;
			}
	
	#homeflash {
		width: 950px;
		height: 239px;
	}
	
	#content_container {
		background-color: #fff;
		width: 950px !important;
		width /**/: 950px;
		border-bottom: 1px #97b0c9 solid;
		padding-bottom: 20px;
	}
	
		.maincolumn {
			width: 605px !important;
			width /**/: 644px;
			float: left;
			padding: 9px 24px 0 15px;
		}
		
		.maincolumn a {
			border-bottom: 1px dotted #3f7bb9;			
		}
		
		.maincolumn a:hover {
			border-bottom: 1px solid #3f7bb9;			
			text-decoration: none;
		}		
		
			/** breadcrumb trail **/
			#trail {
				background: #fff url('/gfx/icon_trail.gif') 0em 0.2em no-repeat;
				padding: 4px 0 9px 30px;
			}
			
			#trail a {
				background: #fff url('/gfx/bg_trail_a.gif') 0em 0.3em no-repeat;
				text-decoration: none;
				color: #3f7bb9;
				padding: 0 0 0 12px;
			}
			
			/*#trail a:hover {
				text-decoration: underline;
			}*/
			
			#trail .trailend {
				background: #fff url('/gfx/bg_trail_a.gif') 0em 0.3em no-repeat;
				padding: 0 0 0 12px;
			}
			
			#course_application_folder {
				cursor: pointer;
				background: #fff url('/gfx/bg_coursefolder.gif') top left no-repeat;
				display: block;
				width: 240px !important;
				width /**/: 290px;
				height: 23px !important;
				height /**/: 31px;
				color: #fff;
				padding: 8px 0 0 50px;
			}
			
				#course_application_folder a {
					color: #fff;
					text-decoration: none;
					font-weight: bold;
					display: inline;
				}
				
				#progress {
					display: none;
					padding: 0 0 0 6px;
					vertical-align: top;
				}
				
			#course_application_list {
				display: none;
				width: 290px;
				background-color: #3e7bb9;
				border-bottom: 2px #fff solid;
				position: absolute;
				z-index: 10;
			}
			
			#course_application_list span.progress_text {
				color: #fff;
				font-weight: bold;
				display: block;
				padding: 6px;
				text-align:center;
			}
			
			#course_application_list #application_folder {
				width: 290px;
			}	
			
			/** Course application entry tables **/
			table.course_application_entry {				
				border-top: 2px #fff solid;
				border-left: 2px #fff solid;
				border-right: 2px #fff solid;
			}
			
			table.course_application_entry td {
				background-color: #f3f7fa;
				border-bottom: 2px #fff solid !important;
				padding: 6px;
				color: #1d2733;
			}
			
			table.course_application_entry td.alt {
				background-color: #e3e7ea;				
			}
			
			table.course_application_entry td.side_border {
				border-right: 1px #97b0c9 solid;				
			}
			
			.btnUp img {
				padding-bottom: 4px;
			}
			
			#course_application_list p {
				margin: 0 5px 5px 5px;
				padding: 0;
				text-align: right;
			}
			
			#btnApply {
				padding-left: 5px;
			}
			
			#btnClear, #btnApply {
				cursor: pointer;			
			}
			
			#btnHelp {
				float: left;
				padding: 5px 0;
			}
			
			p.emptylist {
				padding: 6px !important;
				background-color: #fff;
				font-weight: bold;
				text-align: center !important;
				margin-top: 6px !important;
			}
			
			span.coursenum {
				background: transparent url('/gfx/bg_coursenum.gif') top left no-repeat;
				width: 23px;
				height /**/: 26px;
				height: 17px !important;
				display: block;
				text-align: center;
				color: #fff;
				padding: 9px 0 0 0;
				font-size: 0.9em;
				font-weight: bold;
			}
			
			#course_application_entry_wrapper {
				overflow: auto;
				height: 241px;
				background-color: #fff;
				margin: 5px;
				
				scrollbar-base-color: #609bd7;
				scrollbar-arrow-color: #ffffff;
				scrollbar-3dlight-color: #609bd7;
				scrollbar-darkshadow-color: #609bd7;
				scrollbar-face-color: #609bd7;
				scrollbar-highlight-color: #609bd7;
				scrollbar-shadow-color: #609bd7;
				scrollbar-track-color: #97b0c9; 
			}
			
			
		
		.rightcolumn {
			width: 290px !important;
			width /**/: 305px;
			float: left;
			padding: 9px 15px 0 0;
		}
		
			.rightcolumn .panel {
				border-right: 2px #609bd7 solid;
				border-left: 2px #609bd7 solid;
				border-bottom: 2px #609bd7 solid;
				margin-bottom: 26px;
			}
			
			.rightcolumn .panel p {
				padding: 12px;
				margin: 0;
			}
			
			.rightcolumn .panel fieldset {
				padding: 0 12px 12px 12px;
			}
			
			.panel_fill {
				background-color: #609bd7;
				padding: 16px;
				margin-bottom: 26px;
			}
			
				.panel_fill h2 {
					font-size: 2em;
					color: #fff;
					padding: 0 0 16px 0;
					margin: 0;
				}
				
				.panel_fill h3 {
					color: #1d2733;
					font-size: 1.2em;
					padding: 0 0 6px 0;
					margin: 0;
				}
				
				.panel_fill p {
					color: #fff;
					padding: 0 0 6px 0;
					margin: 0;
					line-height: 1.6em;
				}
	
	#copyright {
		width: 350px;
		float: left;
		padding: 10px 0 0 0;
		font-size: 0.9em;
		font-weight: bold;
		height: 24px !important;
		height /**/: 34px;
	}
	
	#sociallinks {
		width: 490px !important;
		width /**/: 600px;
		float: left;
		padding: 8px 0 0 110px;
		height: 34px;
		text-align: right;
		font-size: 0.9em;
	}
	
		.sociallogo {
			float: left;
			padding-left: 20px;
		}
		
	#contactbar {
		width: 918px !important;
		width /**/: 950px;
		height: 22px !important;
		height /**/: 30px;
		background: #5f9ad6 url('/gfx/bg_contactbar.gif') bottom left repeat-x;
		color: #fff;
		padding: 10px 16px 0 16px;
		font-weight: bold;
		font-size: 0.9em;
		clear: both;
	}
	
		#cb_address { border-right: 1px #fff solid; width: 496px; display: block; float: left;}
		#cb_tel { width: 176px !important; width /**/: 220px; padding-left: 46px; float: left; display: block;}
		#cb_email { width: 196px; display: block; float: left;}
		
	#sitemap_container {
		width: 950px;		
		margin-top: 1px;
		clear: both !important;
	}
		
		#sitemap {
			display: none;
			width: 914px !important;
			width /**/: 950px;
			background-color: #fff;
			margin-top: 2px;
			padding: 18px; 
		}
		
			#sitemap_control a {
				display: block;
				width: 950px;
				border-top: 2px #97b0c9 solid;		
				text-decoration: none;	
				outline: none;	
			}
		
			#sitemap_control a span {
				width: 108px !important;
				height: 21px !important;
				width /**/: 144px;
				height /**/: 24px;
				float: right;
				clear: both;
				background-color: #97b0c9;
				color: #fff;
				font-weight: bold;
				padding: 3px 0 0 36px;
				display: block;
				background: #97b0c9 url('/gfx/bg_sitemap_a.gif') 1em 0.5em no-repeat;
				cursor: pointer;
			}
			
			#sitemap_control a.on span {
				background: #609bd7 url('/gfx/bg_sitemap_a_on_hover.gif') 1em 0.5em no-repeat;
			}
					
		
			#sitemap_control a:hover {
				border-top: 2px #609bd7 solid;		
			}
			
			#sitemap_control a.on {
				border-top: 2px #609bd7 solid;		
			}
			
			#sitemap_control a.on:hover {
				border-top: 2px #97b0c9 solid;		
			}
			
			#sitemap_control a:hover span {
				background: #609bd7 url('/gfx/bg_sitemap_a_hover.gif') 1em 0.5em no-repeat;
			}	
			
			#sitemap_control a.on:hover span {
				background: #97b0c9 url('/gfx/bg_sitemap_a_on.gif') 1em 0.5em no-repeat;
			}		
			
			
		.sitemap_column {
			width: 236px !important; 
			width /**/: 290px; 
			float: left;
			padding: 12px 0 0 54px;
		}	
		
			.sitemap_column ul {
				list-style: none;
				margin: 0;
				padding: 0;
			}
			
			.sitemap_column ul li {
				padding-bottom: 6px;
			}
			
			.sitemap_column ul li a {
				color: #3f7bb9;
				text-decoration: none;
				font-weight: bold;
			}
			
			.sitemap_column ul li a:hover {
				text-decoration: underline;
			}
			
			/** Lvl 2 **/
			.sitemap_column ul ul {
				padding: 6px 0 0 0;
				margin: 0;
			}
			
			.sitemap_column ul ul li {
				padding: 0 0 6px 12px;;
			}
			
			.sitemap_column ul ul li a {
				color: #3f7bb9;
				text-decoration: none;
				font-weight:  normal;
				background: #fff url('/gfx/bullet_sitemap.gif') 0em 0.4em no-repeat;
				padding: 0 0 0 12px;
			}
			
			.sitemap_column ul ul li a:hover {
				text-decoration: underline;
			}
			
			
			
			
			
	#footer_logos {
		width: 950px;
		clear: both;
	}
			
	#logo_foot {
		width: 105px;
		float: left;
		padding-top: 6px;
		clear: left;
	}
	
	#logo_fivesite {
		width: 110px;
		float: right;
		padding-top: 16px;
	}
	
	
/******************************************************************************************/	
/** Course panel **/
.coursepanel_1, .coursepanel_2 {
	width: 260px !important;
	width /**/: 284px;
	margin-right: 12px;
	padding-right: 12px;
	float: left;
	/*border-right: 1px #c1d0df solid;*/
}

.coursepanel_0 {
	width: 270px;
	float: left;
	padding-left: 18px;
}

.coursepanel_0 p, .coursepanel_1 p, .coursepanel_2 p {
 padding: 0;
 margin: 0;
}

.coursepanel_0 ul, .coursepanel_1 ul, .coursepanel_2 ul {
 padding: 12px 0 12px 0;
 margin: 0;
}

.coursepanel_0 ul li, .coursepanel_1 ul li, .coursepanel_2 ul li {
list-style: none;
}


.coursepanel_0 ul li a, .coursepanel_1 ul li a, .coursepanel_2 ul li a {
	font-weight: normal;
	color: #3f7bb9;
	text-decoration:none;
	background: #fff url('/gfx/bullet_sitemap.gif') 0em 0.4em no-repeat;
	padding: 0 0 4px 12px;
	display: block;
}

.hrcoursepanel {
	padding: 0px; margin: 12px 40px 12px 0; height: 1px; background-color: #c1d0df; clear: both;
}

.course_wrapper {
	background: #fff url('/gfx/bg_coursewrapper.gif') top left repeat-y;
}


/** Inline couse panels */
.coursepanel_inline {
	width: 100%;
	cleaR: both;
}

.coursepanel_inline p {
 padding: 0 0 12px 0;
 margin: 0;
}

.coursepanel_inline ul {
	 padding: 0 !important;
	 margin: 0 !important;
}

.coursepanel_inline ul li {
	list-style: none;
	float: left;
	width: 260px;
	margin: 0 !important;
	padding: 0 12px 4px 0 !important;
}


.coursepanel_inline ul li a {
	 display: block;
	font-weight: normal;
	color: #3f7bb9;
	text-decoration:none;
	background: #fff url('/gfx/bullet_sitemap.gif') 0em 0.4em no-repeat;
	padding: 0 0 0 12px !important;
	margin: 0 !important;
	display: block;
}
/******************************************************************************************/
#portal { }
#online-student { text-decoration: underline; padding: 4px 5px 4px 23px; background: transparent url("/gfx/icon_triangle_pink2.gif") 0 0 no-repeat; }
#online-staff { text-decoration: underline; padding: 4px 0 4px 23px; background: transparent url("/gfx/icon_triangle_yellow2.gif") 0 0 no-repeat; }

/** Page functions **/
ul.pagefunctions {
	margin: 0;
	padding: 0;
	list-style:none;
}

	ul.pagefunctions li {
		padding: 0 0 6px 0;
	}	
	
		
/** Helper Classes **/
.right { float: right; }
.hidden { display: none; visibility: hidden; }
.noBorder { border: none; }
.cleaner {
	clear: both;	
	font-size: 1px;
	border: none;
	margin: 0;
	padding: 0;	
}

