@import "theme_widgets.css";
@import "theme_colors.css";
@import "theme_header_footer.css";


div#orion_primary_nav .active {
	background: url("img/orion_primary_nav_indicator.png") no-repeat bottom center; 
}

/* =content structure*/

#orion_header_foot {
	background: #fff url(img/orion_header_foot_bg.png) no-repeat top right;
	height:1px;
	*font-size: 0px; /*ie6 fix*/
}


div#orion_content_body {
	background-image: none;
	height:1px;
}

div#orion_content_wrapper.left_hand_nav{
	background: #fff url(img/orion_content_wrapper_lhn_bg.png) repeat-y 0 0;
}
div#orion_content_holder.left_hand_nav_popup{
	background: #fff url(img/orion_content_wrapper_lhn_popup_bg.png) repeat-y 0 0 ;
}

div#orion_content_body .search_word {
	color: #0066b6;
	}
	
form#paginate table tr {
	background: #f3f4f6;
}	

form#paginate a span.search_prev {
    background: url("img/orion_sprites.png") no-repeat 0px -198px;
    width: 15px;	
}

form#paginate a span.search_next {
    background: url("img/orion_sprites.png") no-repeat 0px -298px;
    width: 15px;
}

form#paginate span.search_prev {    background: url("img/orion_sprites.png") no-repeat -50px -198px;}
form#paginate span.search_next {    background: url("img/orion_sprites.png") no-repeat -50px -298px;	}

form#paginate a span:hover.search_prev {    background: url("img/orion_sprites.png") no-repeat -100px -198px;}
form#paginate a span:hover.search_next {    background: url("img/orion_sprites.png") no-repeat -100px -298px;}

div#orion_content_body ul {margin-top:0px;}

div#orion_content_body ul li { list-style:disc; padding:0px; margin:0px;}
div#orion_content_body ul ul li {	 list-style:disc; padding:0px; margin:0px;}
div#orion_content_body ul ul ul li {  list-style:disc; padding:0px; margin:0px;}

#popup_page ul li { list-style:disc;}
#popup_page ul ul li {list-style:disc;}
#popup_page ul ul ul li {list-style:disc;}
/*
form#paginate table tr {
	background: #f0f0f0;
}
*/


.icon_bullet_1{background: transparent url(img/orion_bullet_1.gif) 0 0 no-repeat; background-position:  0px 0; width:8px; height:15px;text-align: center;}
.icon_bullet_2{background: transparent url(img/orion_bullet_2.gif) 0 0 no-repeat; background-position:  0px 0; width:8px; height:15px;text-align: center;}	
	
div#orion_content_body.feedback ul li.firstLevel {
	list-style-type: disc;
	list-style-image: url(img/orion_anchor_link_li.png);
}

div#orion_content_body.feedback ul li.firstLevel .opened {
	list-style-image: url(img/orion_anchor_link_li_down.png);
}


	
/*Inbox Icons*/
.inbox_icon {
	margin-left: 5px;
	height: 22px;
	display: block;	
	background: url(img/inbox_sprites.png) 0 0 no-repeat;

}

div ul#sub_menu, div ul#sub_menu li {
/*	list-style: none;*/
	list-style-type: none;

}

div ul#sub_menu li {
	padding: 4px 5px 4px 10px;
}


/*elearning */


/* 2008-10-02 kstannard. Progress bar styles replaced.
*  empty progress bar for course
.elearning_progress
{
  display: block;
  float: left;
  height: 16px;
  width: 275px;
  background: url(img/prog_ind_bg.jpg);
  border: 1px solid #c5cad0;

  margin: 4px 0 4px 5px;

}
*/

/* 2008-10-02 kstannard. Progress bar styles replaced.
* progress percentage bar progress for overall courses
.elearning_progress-bar {
  height:16px;
    background: url(img/prog_ind_show.jpg);
   text-align: center;

}
*/

/* 2008-10-02 kstannard. Progress bar styles replaced.
* progress percentage bar progress for individual element
.elearning_progress-bar.element {
  height:16px;
  background: url(img/elearning_prog_ind_show.jpg);
  float: left;
}
*/
 

/* 2008-10-02 kstannard. Progress bar styles replaced.
* empty progress bar for course element
.elearning_progress_element
{
  display: block;
  float: left;
  height: 16px;
  width: 275px;
  background: url(img/prog_ind_bg.jpg);
  border: 1px solid #c5cad0;

  margin: 4px 0 4px 5px;
}
*/

/* 2008-10-02 kstannard. Progress bar styles replaced.
* half progress bar for course element
.elearning_inProgress
{
  display: block;
  float: left;
  height: 16px;
  width: 275px;
  background: url(img/elearning_prog_ind_inProgress.jpg);
  border: 1px solid #c5cad0;
  margin: 4px 0 4px 5px;

}
*/

/* 2008-10-02 kstannard. Progress bar styles replaced.
* complete progress bar for course element
.elearning_progress_element_complete
{
  display: block;
  float: left;
  height: 16px;
  width: 275px;
  background: url(img/elearning_prog_ind_show.jpg);
  border: 1px solid #c5cad0;
  margin: 4px 0 4px 5px;

}
*/
/*
table.elearning_course .course td {
  padding: 12px 5px 0px 5px;
  *padding: 12px 5px 12px 5px;
  vertical-align: middle;

}
*/
/* Progress bar styles */

.elearningProgressBarContainer {
	background:url(img/prog_ind_bg.jpg);
}
.elearningProgressBarMeter {
	background: url(img/elearning_prog_ind_show.jpg);
}


