@charset "UTF-8";
/* CSS Document */


/* Basic HTML Elements
===========================================
*/
html {
	background: url(../images/global/bg_screen.png) 0 0 repeat-x scroll;
	background-color:#f6fafd;
}
body {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

/* Links */
a {
	outline:none !important;
	outline-style:none !important;
}
a:focus {
	outline: 0 !important;
}
a:link {
	color: #2384c6;
	font-weight:normal;
	text-decoration:underline;
}     
a:visited {
	color:#2384c6;
	font-weight:normal;
	text-decoration:none;
}  
a:hover {
	
}   
a:active {
	color: #2384c6;
	font-weight:normal;
	outline: 0 !important;
	text-decoration:none;
}
a.pop-trigger:hover {
	text-decoration:none !important;
}

strong {
	font-weight:bold;	
}
em {
	font-style:italic;
}
.page-title {
	color:#4c4c4c;
	font-family:tahoma;
	font-size:24px;
}

/* Basic Grid Layout
===========================================
*/
#page-wrap {
	margin:auto;
	text-align:left;
	width:1017px;
}
#page {
	background: url(../images/global/bg_page_t.png) 0 0 repeat-y scroll;
}
ol#accessibility-nav, .hide { 
	left: -999em; 
	height: 1px; 
	position: absolute; 
	top: -999em; 
	width: 1px; 
}
#hd {
	position:relative;
	height:175px;
	margin:0 10px;
}
body.layout-home #hd {
	height:484px;
}
#bd {
	background: url(../images/global/bg_lower_mod_g.png) left bottom repeat-x scroll;
	position:relative;
	margin:0 10px;
}
#ft {
	background: url(../images/global/bg_page_b.png) 0 0 no-repeat scroll;
	height:50px;
	padding:25px 10px 0 10px;
}
/* Sub Grids for all the layouts */


/* 
 The loyouts within the conent block is differnet for home, A and C.

*/

/* homepage */
.layout-home #main {
	margin:0 495px 0 25px;
}
.layout-home #sidebar {
	float:right;
	margin-top:1em;
	width:475px;
}
/* sub page A */
#content {
	float:right;
	width:830px;
}
#sub-nav {
	float:left;
	width:167px;
}
.layout-a #main {
	float:left;
	width:590px;	
}
.layout-a #sidebar {
	float:right;
	margin-top:40px;
	width:240px;
}
/* sub page C */
.layout-c #main {
	background:  url(../images/global/bg_vertical_dots.png) 0 0 repeat-y scroll;
	float:left;
	width:552px;	
}
.layout-c #sidebar {
	background:  url(../images/global/bg_vertical_dots.png) 0 0 repeat-y scroll;
	float:right;
	padding:40px 0 2em 0;
	width:278px;
}
/* sub page D */
.layout-d #main {
	float:left;
	width:825px;	
}
.layout-d #sidebar {
	display:none;
}
/* Header
===========================================
*/

h1#logo {
	position:absolute;
	left:42px;
	top:22px;
	z-index:1000;
}
h1#logo a {
	background:  url(../images/global/bg_common_ui.png) 0 0 no-repeat scroll;
	display:block;
	height:70px;
	text-decoration:none;
	text-indent:-3000em;
	width:221px;
}

#logonew {

	position:absolute;
	left:42px;
	top:22px;
	z-index:1000;

}

#logonew a {
/*	background:  url(../images/global/bg_common_ui.png) 0 0 no-repeat scroll;
	display:block; */
	height:70px;
	text-decoration:none;
	text-indent:-3000em;
	width:221px;
}

#utility {
	float:right;
}
/* Search Box */
#search {
	float:left;
	margin-top:10px;
	margin-right:25px;
}
#search fieldset {
	background: url(../images/global/bg_common_ui.png) 0 -76px no-repeat scroll;
	height:24px;
	float:left;
	padding-left:10px;
}
#search #SearchText {
	background-color:transparent;
	border:none;
	color:#707070;
	float:left;
	margin-top:2px;
}
#search label {
	display:inline;
	padding:0;
}
/* Utility Links */
#hd .utility-links {
	float:left;
	margin-top:15px;
	margin-right:15px;
}
#hd .utility-links li {
	background: url(../images/global/bg_common_ui.png) 100% -115px no-repeat scroll;
	float:left;
	padding:0 10px 0 8px;
}
#hd .utility-links li.last {
	background:none;
	padding-right:0;
}
#hd .utility-links li a {
	color:#7f7f7f;
	font-family:Arial;
	font-size:85%;
	float:left;
	text-decoration:none;
}
#hd .utility-links li.active a {
	color:#2384c6;
}
#hd .utility-links li a:hover {
	color:#2384c6;
	text-decoration:underline;
}
#hd .utility-links li a.home-link {
	background: url(../images/global/bg_common_ui.png) 0 -136px no-repeat scroll;
	display:block;
	height:12px;
	width:13px;
	text-indent:-3000em;
}
#hd .utility-links li a.home-link:hover {
	background: url(../images/global/bg_common_ui.png) 0 -148px no-repeat scroll;
}
/* main nav */
#main-nav {
	position:absolute;
	top:50px;
	right:0;
	z-index:10;
}
.main-nav-links {
	float:left;
	margin-right:0px;
}
.main-nav-links li {
	background: url(../images/global/bg_main_nav.png) 100% -180px no-repeat scroll;
	float:left;
	padding:0 1px;
}
.main-nav-links li.last {
	background: none;
}
.main-nav-links li a {
	color:#000;
	float:left;
	font-family:Tahoma;
	font-size:12px;
	text-decoration:none;
}
.main-nav-links li a strong {
	color:#000;
	display:block;
	float:left;
	font-family:Tahoma;
	font-size:12px;
	font-weight:normal;
	padding:5px 15px 0;
}
.main-nav-links li.active a, .main-nav-links li.hover a {
	background: url(../images/global/bg_main_nav.png) left top no-repeat scroll;
}
.main-nav-links li.active strong, .main-nav-links li.hover strong {
	background: url(../images/global/bg_main_nav.png) 100% -90px no-repeat scroll;
	color:#fff;
}
.main-nav-links li a:hover {
	text-decoration:none;
}
.main-nav-links .academic strong {
	/* height:54px; */
	height:60px;
}
.main-nav-links .professional strong {
	height:50px;
}
.main-nav-links .international strong {
	height:46px;
}
.main-nav-links .technology strong {
	height:46px;
}
.main-nav-links .products strong {
	height:50px;
}
.main-nav-links .partners strong {
	height:60px;
}
.main-nav-links .about strong {
	height:63px;
}
#hd-image {
	position:absolute;
	top:100px;
	left:0px;
	z-index:5;
}
#slide-image {
	position:absolute;
	top:100px;
	left:0;
	z-index:1;
} 
/* button bar */
#button-bar {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	z-index:2;
}
#button-bar ul {
	background: url(../images/home/bg_button_bar.png) 0 0 no-repeat scroll;
	height:36px;
	float:right;
	margin-right:15px;
	_margin-right:6px;
}
#button-bar ul li {
	float:left;
}
#button-bar ul a {
	display:block;
	float:left;
	height:36px;
	margin:0;
	text-decoration:none;
	width:68px;
}
.button-label {
	color:#7f7f7f;
	float:right;
	font-size:10px;
	font-weight:bold;
	margin-top:16px;
	margin-right:1em;
}
/* Sub Navigation 
===========================================
- left nav
*/
.sub-nav-inner {
	padding-left:15px;
	padding-right:5px;
}
.section-title {
	background: url(../images/global/bg_horizontal_dots.png) left bottom repeat-x scroll;
	color:#000;
	font-family:tahoma;
	font-size:12px;
	font-weight:bold;
	padding-bottom:0.5em;
	margin-bottom:0.5em;
}
.sub-nav-links {
		
}
.sub-nav-links ul {
	/* display:none; */
}
.sub-nav-links li.open ul {
	display:block;
	margin-bottom:5px;
}
.sub-nav-links li a {
	color:#888;
	font-family:Arial;
	font-size:11px;
	line-height:1.6em;
	text-decoration:none;
}
.sub-nav-links li a.active, .sub-nav-links ul li.active a, .sub-nav-links li.open a.top {
	color:#000 !important;
	font-family:Arial;
	font-size:11px;
}
.sub-nav-links li a:visited {
	color:#888;
	
}
.sub-nav-links li a:hover {
	color:#000;
	font-family:Arial;
	font-size:11px;
	text-decoration:underline;
}
.sub-nav-links ul {
	margin-left:25px;
}
.sub-nav-links ul li.active {
	list-style-type:disc; 
}
.sub-nav-links li a:active {
	color:#888;
}

/* Container marque outline (1px grey-#cbcbcb)
===========================================
    - marque with rounded corners
*/
div.container_outline {
	position:absolute;
	bottom:35px;
	right:19px;
	z-index:1000;
}
div.container_outline .top-left, div.container_outline .top-right, div.container_outline .bottom-left, div.container_outline .bottom-right { 
    background-image: url(../images/home/bg_flyout.png); 
    height: 8px;      
    font-size:1px;    
}
div.container_outline .top-left, div.container_outline .bottom-left { 
    margin-right: 8px; 
}
div.container_outline .top-right, div.container_outline .bottom-right { 
    margin-left: 8px; 
    margin-top: -8px; 
}
div.container_outline .top-right {
    background-position: 100% 0;  
}
div.container_outline .bottom-left  { 
    background-position: 0 -8px;    
}
div.container_outline .bottom-right { 
    background-position: 100% -8px;
}
div.container_outline .inside {
	background-color: #ffffff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;  
    color: #000000;
	margin-right:1px;
    padding: 5px 10px 0 10px;
	text-align: left;
}
/* Thought Bubble Point */
.homepage-flyout {
	width:330px;	
}
.nojs .homepage-flyout {
	display:none;	
}
.homepage-flyout a.close {
	background:scroll url(../images/btn/btn_close_sm.png) 0 0 no-repeat;
	display:block;
	height:11px;
	position:absolute;
	text-indent:-3000em;
	top:3px;
	right:3px;
	width:45px;
}
div.homepage-flyout.green-quote div.inside {
    background: #ffffff url(../images/home/bg_quote_gr.png) 50% 50% no-repeat;
	padding: 20px 65px 15px 65px;
}
div.homepage-flyout.yellow-quote div.inside {
    background: #ffffff url(../images/home/bg_quote_yw.png) 50% 50% no-repeat;
	padding: 20px 65px 15px 65px;
}
div.homepage-flyout .inside {
    padding: 15px 20px 15px 20px;
}
div.homepage-flyout .inside em {
    font-style:italic;
}
#quote-one .point {
	margin-left:30px;
}
#quote-two .point {
	margin-left:98px;
}
#video .point {
	margin-left:165px;
}
#news .point {
	margin-left:235px;
}
#social-media .point {
	margin-left:300px;
}
.homepage-flyout cite {
	padding:5px 0 0 20px;	
}
/* Course Flyout Container (#4e96cd blue)
===========================================
    - marque with rounded corners
*/
div.course_flyout {
	left:0;
	top:13px;
	overflow:hidden;
	position:absolute;
	z-index:1000;
}
div.course_flyout.additional-material-flyout {
	left:auto;
	right:-5px;
	top:13px;
}
div.course_flyout .top-left, div.course_flyout .top-right, div.course_flyout .bottom-left, div.course_flyout .bottom-right { 
    background-image: url(../images/global/bg_course_flyout.png); 
    height: 7px;      
    font-size:1px;    
}
div.course_flyout .top-left, div.course_flyout .bottom-left { 
    margin-right: 7px; 
}
div.course_flyout .top-right, div.course_flyout .bottom-right { 
    margin-left: 7px; 
    margin-top: -7px; 
}
div.course_flyout .top-right {
    background-position: 100% 0;  
}
div.course_flyout .bottom-left  { 
    background-position: 0 -7px;    
}
div.course_flyout .bottom-right { 
    background-position: 100% -7px;
}
div.course_flyout .inside {
	background-color: #4e96cd;
    border-left: 1px solid #4e96cd;
    border-right: 1px solid #4e96cd;  
    color: #fff;
    padding: 5px 10px 0 10px;
	text-align: left;
}
div.course_flyout p {
	color:#fff !important;
	margin:0 !important;
	padding:0.5em 0.75em !important;
}
/* Thought Bubble Point */
.schedule-flyout {
	width:220px;	
}
.additional-material-flyout {
	width:300px;	
}
.schedule-flyout .point {
	margin-left:111px;
}
.additional-material-flyout .point {
	margin-left:265px;
}

/* Small Boxes on the homepage
===========================================
*/
ul.h-mods {
	float:left;
	zoom:1;
}
ul.h-mods li {
	float:left;
	margin-right:5px;
	width:150px;
}
.box-small {
	overflow:hidden;
}
.box-small .box-head {
	padding-right: 8px;
}
.box-small h3 {
	 height:37px;
	 padding-left:10px;
	 padding-top:2px;
	 overflow:hidden;
}
.box-small h3 strong {
	color: #fff;
	font-family:Tahoma;
	font-size:12px;
    font-weight:bold;
    line-height:15px;
}
.box-small-blue .box-head {
	background: transparent url(../images/mod/bg_mod_box.png) 100% 0px no-repeat; /* right side */
}
.box-small-blue h3 {
	background: transparent url(../images/mod/bg_mod_box.png) 0 -180px no-repeat; /* left side */
}
.box-small-blue .box-body {
	background: #e8e8e8 url(../images/mod/bg_mod_b_int.png) 0 0 repeat-x scroll;
}
.box-small-yellow .box-head {
	background: transparent url(../images/mod/bg_mod_box.png) 100% -46px no-repeat;
}
.box-small-yellow h3 {
	background: transparent url(../images/mod/bg_mod_box.png) 0 -226px no-repeat;
}
.box-small-yellow .box-body {
	background: #e8e8e8 url(../images/mod/bg_mod_y_int.png) 0 0 repeat-x scroll;
}
.box-small-green .box-head {
	background: transparent url(../images/mod/bg_mod_box.png) 100% -91px no-repeat;
}
.box-small-green h3 {
	background: transparent url(../images/mod/bg_mod_box.png) 0 -271px no-repeat;
}
.box-small-green .box-body {
	background: #e8e8e8 url(../images/mod/bg_mod_g_int.png) 0 0 repeat-x scroll;
}
.box-small-red .box-head {
	background: transparent url(../images/mod/bg_mod_box.png) 100% -136px no-repeat;
}
.box-small-red h3 {
	background: transparent url(../images/mod/bg_mod_box.png) 0 -316px no-repeat;
}
.box-small .box-body {
	clear:both;
	color:#000;
	font-family:arial;
	font-size:11px;
	padding:0 0 10px;
}
.box-small .box-inside {
	height:125px;
	overflow:hidden;
	padding-bottom:10px;
}

.box-inside ul{
    margin-left: 1em;
}

.box-small .box-body p {
	padding:5px 10px;
	line-height:14px;
}
/* bottom corners */
.box-small .box-foot {
	background:scroll url(../images/mod/bg_mod_box.png) 100% -361px no-repeat;
	clear:both;
    margin:0;
    padding-right:6px;
}
.box-small .box-foot div {
	background:scroll url(../images/mod/bg_mod_box.png) 0 -370px no-repeat;
    line-height:1px;
	height:6px;
	font-size:1px;
    margin:0;
    padding-left:6px;
}
/* Main Content Module Container (curved gradent)
===========================================
- Typical usage:
- Note: The moudle will be stretchy or width=auto. The container should set it's width.
- Max width 900px

<div class="content-module">
	<div class="box-head">
	  <h1>MODULE TITLE HERE</h1>
	</div>
	<div class="box-wrap">
	  <div class="box-body">
		<div class="box-inside">
		<!-- MODULE CONTENT HERE -->
		
		</div>
	  </div>
	</div>
	<div class="box-foot">
	  <div>&nbsp;</div>
	</div>
</div>	

*/
.content-module {
	/* overflow:hidden; */
}
.content-module .box-head {
	background: transparent url(../images/mod/bg_std_mod.png) 100% -44px no-repeat; /* right side */
}
.content-module h1 {
	 background: transparent url(../images/mod/bg_std_mod.png) 0 0px no-repeat; /* left side */
	 color: #fff;
	 font-family:Tahoma;
	 font-size:17px;
	 font-weight:normal;
	 height:40px;
	 line-height:46px;
	 margin-right:15px;
	 overflow:hidden;
	 text-indent:18px;
}
.content-module .box-wrap {
	background: transparent url(../images/mod/bg_std_mod_m.png) 0 0px repeat-y; /* left */
	margin:0;
	padding:0;
}
.content-module .box-body {
	background: transparent url(../images/mod/bg_std_mod_m.png) 100% 0px repeat-y; /* right */
	margin:0;
	padding:0;
}
.content-module .box-inside {
	background-color:#fff;
	color:#444;
	font-family:arial;
	font-size:11px;
	/*overflow:hidden;*/
	margin:0 8px;
	padding:10px 0;
}



/* bottom corners */
.content-module .box-foot {
	background:scroll url(../images/mod/bg_std_mod.png) 100% -158px no-repeat;
	clear:both;
    margin:0;    
}
.content-module .box-foot div {
	background:scroll url(../images/mod/bg_std_mod.png) 0 -114px no-repeat;
    line-height:1px;
	height:15px;
	font-size:1px;
    margin-right:15px;
    padding-left:6px;
}
/* Text formatting within the module conent */
.content-module .box-body p {
	color:#444;
	font-family:arial;
	font-size:11px;
	line-height:1.4em;
	margin:0.25em 10px 0.75em 10px;
}
.box-inside h2 {
	color:#2384c6;
	font-family:Tahoma;
	font-size:108%;
	font-weight:normal;
	line-height:1.4em;
	margin:0 0 0 10px;
}
.box-inside h3 {
	color:#444;
	font-family:Arial;
	font-size:93%;
	font-weight:bold;
	line-height:1.4em;
	margin:0 0 0 10px;
}
.box-inside h4 {
	color:#444;
	font-family:Arial;
	font-size:85%;
	font-weight:normal;
	line-height:1.4em;
	margin:0 0 0 10px;
}
.box-inside h5 {
	color:#444;
	font-family:Arial;
	font-size:85%;
	font-style:italic;
	font-weight:bold;
	line-height:1.4em;
	margin:0 0 0 10px;
}
.box-inside h6 {
	color:#888;
	font-family:Arial;
	font-size:85%;
	font-weight:normal;
	line-height:1.4em;
	margin:0 0 0 10px;
}


/* Basic Content Module
===========================================
- Used for layout c
*/
.content-module-basic {
	margin:0 15px 2em 15px;	
}
.content-module-basic h1 {
	color:#000;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:24px;
	margin-bottom:0.5em;
}
.content-module-basic h2 {
	color:#2384c6;
	font-family:Tahoma;
	font-size:108%;
	font-weight:normal;
}
.content-module-basic h3 {
	color:#444;
	font-family:Arial;
	font-size:93%;
	font-weight:bold;
}
.content-module-basic h4 {
	color:#444;
	font-family:Arial;
	font-size:85%;
	font-weight:normal;
}
.content-module-basic h5 {
	color:#444;
	font-family:Arial;
	font-size:85%;
	font-style:italic;
	font-weight:bold;
}
.content-module-basic h6 {
	color:#888;
	font-family:Arial;
	font-size:85%;
	font-weight:normal;
}
.content-module-basic p {
	color:#444;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	line-height:1.4em;
	margin:0.25em 0 0.75em 0;
}
/* This is a temp set of styles XXXXXXXXXXXXXX */
.content-module-basic li {
	color:#444;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	line-height:1.4em;
}



/* Course Finder Homepage
===========================================
*/
.course-finder {
	overflow:hidden;
	position:absolute;
	bottom:0;
	width:475px;
}
.course-finder .box-head {
	background: transparent url(../images/mod/bg_mod_box.png) 100% -136px no-repeat;
	padding-right: 8px;
}
.course-finder h3 {
	 background: transparent url(../images/mod/bg_mod_box.png) 0 -316px no-repeat;
	 height:36px;
	 padding-left:10px;
	 padding-top:2px;
	 overflow:hidden;
}
.course-finder h3 strong {
	color: #fff;
	float:left;
	font-family:Tahoma;
	font-size:14px;
    font-weight:bold;
	line-height:32px;
}
.course-finder dt { 
	background:  url(../images/mod/bg_course_finder.png) 0 -56px no-repeat scroll;
	border-bottom:1px solid #e37941;
	float:left;
	height:26px;
	width:126px;
}
.course-finder dt.last { 
	background:  url(../images/mod/bg_course_finder.png) 0 -28px no-repeat scroll;
	border:none;
}
.course-finder dd {
	background-color:#f1bca0;
	border-bottom:1px solid #e37941;
	color:#000;
	float:left;
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	height:26px;
	line-height:26px;
	text-indent:10px;
	height:26px;
	width:349px;
}
.course-finder dd.last {
	background:  url(../images/mod/bg_course_finder.png) 100% 0 no-repeat scroll;
	border-bottom:none;
}
.course-finder dt a.btn-finder {
	color:#fff;
	display:block;
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	height:26px;
	line-height:26px;
	text-decoration:none;
	text-indent:10px;
	width:126px;
}
.course-finder dt a.btn-finder:hover {
	text-decoration:underline;
}
/* Search Box */
#course-search {
	float:right;
	margin-top:5px;
	margin-right:10px;
}
#course-search fieldset {
	background: url(../images/mod/bg_course_finder.png) 0 -84px no-repeat scroll;
	height:24px;
	float:left;
	padding-left:10px;
}
#course-search fieldset label {
	display:inline;
}
#course-search #zip_code {
	background-color:transparent;
	border:none;
	color:#707070;
	float:left;
	margin-top:2px;
}
/* Simple Module 
===========================================
*/
.simple-module {
	margin:0 15px 1em 15px;
}
.simple-module h3 {
	color:000;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	font-weight:normal;
}
.simple-module p {
	color:#444;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	margin:0.75em 0;
}
.simple-module .captioned-photo {
	border:none;
	line-height:1em;
	float:none;
	margin:0.75em 0;
	padding:0;
	width:auto;
}
.simple-module .captioned-photo p {
	color:#666666;
	font-size:10px;
	margin:0;
	padding:0.5em 0 0;
}
.simple-module .captioned-photo img {
	display:block;
	margin:0;
	padding:0;
}

/* Captioned Photo
===========================================
- Standard photo with caption (not used yet)
*/
.captioned-photo {
	border:1px solid #cccccc;
	clear:both;
	float:right;
	line-height:1em;
	margin:0.5em 0 0.5em 2em;
	padding:0;
	width:260px;
}
.captioned-photo p {
	color:#666666;
	font-size:10px;
	margin:0;
	padding:0.5em 6px 1em 6px;
}
.captioned-photo img {
	display:block;
	margin:0;
	padding:4px 4px 0 4px;
}



/* Footer
===========================================
*/
.copyright {
	color:#555555;
	font-size:77%;
	float:left;	
}
.ft-links {
	float:right;
}
.ft-links li {
	background: url(../images/global/bg_common_ui.png) 100% -115px no-repeat scroll;
	float:left;
	padding:0 10px 0 8px;
}
.ft-links li.last {
	background:none;
	padding-right:0;
}
#ft .ft-links li a {
	color:#7d7d7d;
	font-size:77%;
	float:left;
	text-decoration:none;
}
#ft .ft-links li a:hover {
	color:#2384c6;
	text-decoration:underline;
}
/* Buttons
===========================================
- button arrow used with the homepage modules

*/
#bd a.btn-arrow {
    background: transparent url(../images/btn/bt_arrow.png) no-repeat scroll top right;
    color:#666666;
    display: block;
	font-family:Tahoma;
	font-size:11px;
    font-weight:bold;
    height: 26px;
	line-height:26px;
    padding:0 15px;
    text-decoration: none;
}
#bd a.btn-arrow.blue {
	color:#3888c7;
	font-weight:bold;
}
#bd a.btn-arrow.green {
	color:#3ead49;
	font-weight:bold;
}
#bd a.btn-arrow.yellow {
	color:#f0b61f;
	font-weight:bold;
}
#bd a.btn-arrow:hover {
	text-decoration:underline;
}
/* SMALL MODULE BUTTONS */
#bd a.btn-arrow-sm-rt {
	background: transparent url(../images/btn/btn_arrow-sm_gr.png) no-repeat scroll center right;
	color:#2384c6;
	font-family:Tahoma;
	font-size:11px;
    font-weight:bold;
	padding-right:42px;
	text-transform:uppercase;
	text-decoration:none;
	white-space:nowrap;
}
#bd a.btn-arrow-sm-rt:hover {
	text-decoration:underline;
}
#bd a.btn-arrow-green {
	background: transparent url(../images/btn/btn_arrow_gr.png) no-repeat scroll top right;
    color:#fff;
    display: block;
	font-family:Tahoma;
	font-size:11px;
    font-weight:bold;
    height: 25px;
	line-height:25px;
    padding:0 15px;
    text-decoration: none;
}
#bd a.btn-arrow-green:hover {
    text-decoration:underline;
}
/* Course Listing 
===========================================
*/

/* Module head form */
#sidebar.course-sidebar h3 {
	color:#2384c6;
	font-weight:bold;
}
.course-sidebar .simple-module {
	background: url(../images/global/bg_horizontal_dots.png) left bottom repeat-x scroll;
	padding-bottom:1em;
}
.content-wrap {
	float:none;
	margin: 0 1em 1em 1em;	
	padding-bottom:2em;
}
h2.course-title {
	font-size:14px;
	font-weight:bold;
	margin-top:0.5em;
	margin-bottom:0.5em;
	margin-left:0;
}
.bottom-dotted {
	background: url(../images/global/bg_horizontal_dots.png) left bottom repeat-x scroll;
}

.separator {
	background: url(../images/global/bg_horizontal_dots.png) left bottom repeat-x scroll;
	margin-top: 2em;
}

.content-wrap p {
	margin-left:0 !important;
}
.content-wrap h2 {
	margin-left:0 !important;
	font:Tahoma;
	font-size:14px;
	font-weight:bold;
	margin-bottom:0.5em;
}




#main ul li {
	color:#444;
	list-style:disc;
	line-height:1.5em;
	margin-left:1.5em;
}
#main ul.no-disc li {
	list-style:none;
	margin-left:0;
	padding-left:0;
}

form.module-head-form {
	position:absolute;
	top:14px;
	right:25px;
}
form.module-head-form fieldset {
	display:inline;	
}
form.module-head-form ul li {
	float:left;
	list-style:none !important;
	margin-left:0 !important;
}
form.module-head-form li label {
	color:#fff;
	font-size:12px;
	margin:0 0.5em;
	padding:0;
}
form.module-head-form li select {
	padding:0 1px;
}
form.module-head-form input.btn {
	margin-top:4px;
}
.course-listing td a {
	text-decoration:none;
	font-weight:normal;
}
.course-listing td.course a {
	font-weight:bold;
}
.course-listing td a:hover {
	color:#2384c6;
	text-decoration:underline;
}
.course-listing th a, .course-listing th {
	color:#444 !important;
	font-weight:bold !important;
	text-decoration:none !important;
}
.course-listing td, .course-listing th {
	background: url(../images/global/bg_horizontal_dots.png) left bottom repeat-x scroll; 
	color:#444;
	font-size:11px;
	font-family:arial;
	padding:4px 4px 1em 4px;
}
.course-listing-type2 tr {
    background: url(../images/global/bg_horizontal_dots.png) left bottom repeat-x scroll; 
}
.course-listing th {
	padding-bottom:3px !important;
}
.course-listing .extra-materials {
	margin-top:0 !important;
}
.content-block {
	margin:0 10px;
	padding-bottom:1em;
}
.content-module .content-block p {
	margin-left:0;
}
.content-block ul {
	margin:1em 10px;
}
.content-block h3 {
	color:#2384c6;
	font:Tahoma;
	font-size:14px;
	font-weight:normal;
	margin-left:0;
}
a.link-button, a.link-button:active, a.link-button:visited {
	background-color:#ccc;
	color:#fff !important;
	font-size:10px !important;
	font-weight:bold;
	margin-right:1px;
	padding:5px;
	text-decoration:none;
}
a.link-button.active {
	background-color:#699dc5;
}
a.link-button:hover {
	background-color:#699dc5;
	text-decoration:none;
}
/* sorting arrows */
a.active-sort {
	background: url(../images/icn/icn_sort_arrow.png) 100% 50% no-repeat scroll !important;
	padding-right:8px;
}
/* third party flyout */
#overDiv table td {
		padding:1px !important;
}
#overDiv table table td {
		padding:3px !important;
		text-align:left;
}
.warning u {
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
.course-popup {
	background-color:#f1f1f1;
	border:1px solid #b1b1b1;
	display:none;
	padding:1em 1em 2px;
	position:absolute;
	width:180px;
	z-index:100;
}
#content td {
	color:#444;
	font-size:11px;
}
#content th {
	color:#444;
	font-size:11px;
}

/* 11/6/2009
=======================
*/
.big_blue_font {
  float: none;
}

h2.big_blue_font {
  font:Tahoma; 
  font-size:14px; 
  font-weight:bold; 
  margin-bottom:0.5em;

}

/* eZ Publish Toolbar 
===========================================
*/
#toolbar {
	margin:5px 20px;
}
/* right column of the editor */
table.menuboxright td {
	font-size:11px;
}
table.menuboxright p {
	margin: 3px 0;
}
table.menuboxright th {
	font-size:11px;
	font-weight:bold;
}

/* QUOTE */

div.quote
{
    background-image: url(../images/quote-tl.gif);
    background-position: top left;
    background-repeat: no-repeat;
    padding-top: 19px;
}

div.quote-design
{
    padding-bottom: 19px;
    background-image: url(../images/quote-br.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 1em;
}

.attribute-short b {
  background-color:yellow;
}

/* CALENDAR */

div.calendar
{
   width: 195px;
   background-color: #f4f4f4;
}

div.calendar div.calendar-tl
{
    background: url(../images/calendar-corner-tl.gif) no-repeat top left;
}

div.calendar div.calendar-tr
{
    background: url(../images/calendar-corner-tr.gif) no-repeat top right;
}

div.calendar div.calendar-bl
{
    background: url(../images/calendar-corner-bl.gif) no-repeat bottom left;
}

div.calendar div.calendar-br
{
    background: url(../images/calendar-corner-br.gif) no-repeat bottom right;
    padding: 6px;
}

div.calendar div.content
{
    background-color: #f8f8f8;
    border-bottom: 1px solid #f8f8f8;
}

div.calendar div.month h2
{
    font-size: 1em;
    font-weight: bold;
    color: #525345;
    margin: 0 0 0.25em 0;
    padding-top: 3px;
    text-align: center;
}

div.calendar div.month a
{
    color: #525345;
    text-decoration: none;
}

div.calendar div.previous, div.calendar div.next
{
    font-weight: bold;
    margin: 0 4px 0 4px;
    padding-top: 0.1em;
    display: inline; /* Fix for IE */
}

div.calendar div.previous
{
    float: left;
}

div.calendar div.next
{
    float: right;
}

div.calendar div.previous p, div.calendar div.next p
{
    display: inline;
}

div.calendar div.table
{
    padding: 4px;
}

div.calendar table
{
    width: 100%;
}

div.calendar th, div.calendar td
{
    color: #525345;
    width: 14%;
    padding: 0.25em 0 0.25em 0;
    border: 1px solid;
    border-color: #ffffff #e0e0e0 #e0e0e0 #ffffff;
    text-align: center;
}

div.calendar th
{
    font-size: 0.8em;
    font-weight: normal;
}

div.calendar td
{
    font-size: 0.9em;
    font-weight: normal;
}

div.calendar th.left, div.calendar td.left
{
    border-left: none;
}

div.calendar th.right, div.calendar td.right
{
    border-right: none;
}

div.calendar tr.top th
{
    border-top: none;
}

div.calendar tr.bottom td
{
    border-bottom: none;
}

div.calendar td a
{
    text-decoration: none;
}

div.calendar td.today
{
    font-weight: bold;
    color: #d02020;
}

div.calendar td.currentselected
{
    background-color: #e0e0e0;
}

div.calendar td em
{
    font-style: normal;
}


/* Calendar agenda2.tpl */
	table#agenda { width:100%; height: 100%; table-layout: fixed;}
		table#agenda h2 {margin: 0px; padding: 0px;vertical-align: top; padding-bottom: 1px; padding-left: 2px;}
	
	td#agenda_calender{ width: 225px; height: 215px; border-bottom: 1px solid #bfbfbf; background-color:#f1f1f1; text-align:center;}
		td#agenda_calender table{width: 205px; height: 170px; margin-top: 5px; margin-left: auto; margin-right:auto;}
		td#agenda_calender td, div#agenda_calender th{ text-align: center; vertical-align: middle;}
		td#agenda_calender .agenda_selected_current , td#agenda_calender .agenda_selected{ border: 1px solid #FF0000;}
		td#agenda_calender .agenda_selected_current , td#agenda_calender .agenda_current{ background-color:#CBCBCB;}
		td#agenda_calender span{font-size: 90%;text-align: center; vertical-align: top; padding: 0px 1px 0px 1px; }
		td#agenda_calender a{ font-weight: bold;}
		td#agenda_calender th a{ font-family: Arial, Helvetica, sans-serif;}
	
	td#agenda_month{ width: auto; height:auto; border-left: 1px solid #bfbfbf; vertical-align:top; padding: 0px;}
		td#agenda_month table{ width: 96%; float:right; margin: 0px;vertical-align:top;}
		td.agenda_month_head { vertical-align:bottom; text-align:left;}
		td.agenda_month_head h2 {overflow:hidden; margin: 0px; padding-left: 4px;}
		td.agenda_month_info {vertical-align: bottom; text-align: right;}
		td.agenda_month_info p { padding: 0px;padding-right: 3px;  vertical-align: bottom;  text-align: right; font-size: 80%; color:#666666;}
		td.agenda_month_body { text-align:left;}
		.agenda_event_old, .agenda_event_old a, .agenda_event_old h2, .agenda_event_old p, .agenda_event_old span { color:#aaa;}
		a#agenda_month_hidden_show{ display:block; padding-left: 5px; text-align:right; font-size: 80%; cursor: pointer; font-weight:bold; color:#FF0000;}
	
	td#agenda_day { height: auto;width: auto;}
		td#agenda_day h2 { padding-top: 2px;}
		td#agenda_day div.agenda_day_event { margin: 0px; margin-bottom: 10px; margin-left:8px; font-size: 90%; color:#666;}
		td#agenda_day div.agenda_day_event h2 {padding:0px;}
	
	
/* Full Agenda view agenda2full.tpl */	
	div.class-agenda p.agenda_full_url { text-align: center;}
	div.class-agenda p.agenda_date{ clear:left; float:left; width: 55%; padding: 1px 0px 4px 4px; font-size: 10px;}


/* toolbar Calendar view agenda2toolbar.tpl */
	div#toolbar_Agenda_calendar, div#toolbar_Agenda_calendar td#agenda_calender { width: 187px;}
	div#toolbar_Agenda_calendar td#agenda_calender table { border-spacing: 0px; border-collapse:collapse; width: 185px;}


/* toolbar Event list agenda2toolbar_list.tpl */
	div#toolbar_Agenda_list { color:#444;}
	div#toolbar_Agenda_head { font-weight: bold;}
	div#toolbar_Agenda_list span.module_aktivitet_date { width: 49px; color: #808080; overflow: hidden;}


/*
Pagination
*/

.paginate {
font-family: Arial, Helvetica, sans-serif;
font-size: .8em;
}
a.paginate {
border: 1px solid #000080;
padding: 2px 6px 2px 6px;
text-decoration: none;
color: #000080;
}
a.paginate:hover {
background-color: #000080;
color: #FFF;
text-decoration: underline;
}
a.current {
border: 1px solid #000080;
font: bold .8em Arial,Helvetica,sans-serif;
padding: 2px 6px 2px 6px;
cursor: default;
background:#000080;
color: #FFF;
text-decoration: none;
}
span.inactive {
border: 1px solid #999;
font-family: Arial, Helvetica, sans-serif;
font-size: .7em;
padding: 2px 6px 2px 6px;
color: #999;
cursor: default;
}


/* General 
===========================================
*/

/* clearFix 
note: adding overflow:auto (or hidden) to the containg elm works also.
*/
.clear-fix:after {content: " "; display: block; height: 0; font-size:0; clear: both; visibility: hidden;}
.clear-fix {zoom:1;}

.float-right { float:right; }
.float-left { float:left; }
.clear { clear:both; }

#main .object-right, #main .object-left {
	margin: 1em;
}

/* Docked element 
===========================================
*/
.dockclass{
position:relative;
background-color:white;
z-index:5000;
}

/* Form Elements
===========================================
*/

/** Text Boxes and Text areas **/
input,
textarea { 
	color:#000;
	font-size: 11px; 
	font-family:Helvetica;
}
/* Common class styles */
.inputTextXSmall, 
.inputTextSmall, 
.inputTextSM, 
.inputTextMedium, 
.inputText, 
.inputTextLarge, 
.inputTextVLarge,
.inputTextXLarge,
.inputTextFile,
.textArea { 
	background-color: #ffffff; 
	border: 1px solid #ccc;
	padding: 2px 1px 2px 2px; 
}

/* Width Styles - Select ones have 5 more pixels necessary so textboxes and selects using the same classes line up */
.inputTextXSmall 		{ width: 25px }
select.inputTextXSmall	{ width: 30px }
.inputTextSmall  		{ width: 30px }
select.inputTextSmall  	{ width: 35px }
.inputTextSM     		{ width: 44px }
select.inputTextSM     	{ width: 49px }
.inputTextMedium 		{ width: 78px }
select.inputTextMedium 	{ width: 83px }
.inputText       		{ width: 100px }
select.inputText       	{ width: 105px }
.inputTextLarge  		{ width: 140px }
select.inputTextLarge  	{ width: 145px }
.inputTextXLarge  		{ width: 180px }
select.inputTextXLarge 	{ width: 185px }
.inputTextVLarge 		{ width: 220px }
select.inputTextVLarge 	{ width: 225px }
.inputTextSLarge 		{ width: 320px }
select.inputTextSLarge 	{ width: 325px }
.inputTextFile   		{ width: 280px }
select.inputTextFile   	{ width: 285px }
/*.textArea        { width: 220px }*/
.checkbox { margin: 0px 4px 0px 4px }

/* contact us form */
.content-action {
	padding:1em 0;
}
.class-feedback-form label {
	padding:0.75em 0 0.25em 0;
}
.error {
	color:#ff3300 !important;
}




