﻿
/***************************************************************
		from base.css 
****************************************************************/
a
{
	text-decoration:underline;	
}


/* flash styles */

.flash
{
	margin:.5em 1em;
	padding:1em;
	text-align:left;
	display:block;
}

.footer-info 
{
	font-size: 1.1em;
}

.confirm_flash
{
	border:1px solid #C6E2FF;
	background:#F0F8FF;
}

.error_flash
{
	border:1px solid #EEE8AA;
	background:#FFFACD;
}


/* end flash styles */


/* icon links */

.inline_table_controls ul
{
	margin:0;
	padding:0;
	list-style:none;	
}

.inline_table_controls li
{
	margin:.5em;
	padding:0;
	display:inline;
}


.icon_link_list
{
	margin:0;
	padding:0;
	list-style:none;	
	padding-left: 21px;
	text-indent: -21px;
}

.icon_link_list li
{
	margin:.5em;
	padding:0;
}


.inline_table_controls img, a img
{
	vertical-align:middle;
}


#process .icon_link_list
{
	font-size:95%;	
	
}

/* nav tab shadow effect */

#nav a 
{
	background-image: url("../images/nav_tab_bg.png");
   	background-repeat: repeat-x;
   	background-position: bottom left;
}

#nav li#current a 
{
    background-image: none;
}

/* Form styles */

.termdropdown 
{
	width: 300px;
}

input 
{
	color: #000;
}

/* link icons */


/* normal icon spacing */

.view_req_icon , .page_copy_icon, .delete_icon, .printer_icon, .book_go_icon, .plus_icon, .newspaper_icon,
.book_icon, .folder_icon, .email_icon, .dialogbox_icon, .table_edit_icon, .small-delete, .search-inventory
/*.search-small-icon, .favorites-small-icon, .history-small-icon, .manual-small-icon*/
{
	line-height: 1.6em;
	padding:5px 0;
	padding-left:21px !important;	
	background-repeat: no-repeat;
	background-position: 0 50%;
}

/* small icon spacing */
.plus_icon, .dialogbox_icon, .small-delete, .search-inventory
/*.search-small-icon, .favorites-small-icon, .history-small-icon, .manual-small-icon*/
{
	padding-left:14px !important;	
}

/* icon images */
.view_req_icon
{
	background-image: url(../images/view_req.png);
}

.page_copy_icon
{
	background-image: url(../images/page_copy.png);
}

.delete_icon
{
	background-image: url(../images/delete.png);
}

.printer_icon
{
	background-image: url(../images/printer.png);
}

.book_go_icon
{
	background-image: url(../images/book_go.png);
}

.plus_icon
{
	background-image: url(../images/plus.png);
}

.newspaper_icon
{
	background-image: url(../images/newspaper.png);
}

.book_icon
{
	background-image: url(../images/book.png);
}

.folder_icon
{
	background-image: url(../images/folder.png);
}

.email_icon
{
	background-image: url(../images/email.png);
}

.dialogbox_icon
{
	background-image: url(../images/dialogbox.png);
}

.table_edit_icon
{
	background-image: url(../images/table_edit.png);
}

.small-delete 
{
	background-image: url(../images/delete_small.png);

}

.search-small-icon 
{
	background-image: url(../Images/search.png);
}

.favorites-small-icon
{
	background-image: url(../Images/star_small.png);
}

.history-small-icon
{
	background-image: url(../Images/previous.png);
}

.manual-small-icon
{
	background-image: url(../Images/plus.png);
}

/* end icon links */
body#print
{
	background-color: White;
	margin: 5px 0 0 0;
	padding: 0;
	text-align: left;
	font-size: small; /* set a base font size for the site.  all font size will scale off of this */
}

* html body 
{
	font-size: x-small; /* for IE5/Win */
	font-size: small; /* for other IE versions */
}
#master
{
	text-align: center;
	margin-left: auto; 
	margin-right: auto; 
	width: 800px;
}



#content
{
	clear: both;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #000000;
}
#page_header
{
	clear: both; 
	margin-left: auto; 
	margin-right: auto; 
	text-align: left; 
	width: 95%; 
	padding-bottom: 20px;
	font-size: 1.4em;	
	font-weight: bold;
}
#login
{
	margin-left: auto;
	margin-right: auto;
	clear: both;
	width: 75%;
	font-size: 0.9em;
	/*text-decoration: none;*/
	text-align: left;
}
#login_user_fields
{
	width: 100%;
}
#page_content2
{
	min-width: 650px; /*moz/FF/Opera */
	_width: 650px;  /*IE-win */
	width: 650px;
	min-height: 350px; /* moz/FF/Opera */
	_height: 350px; /* IE-win */
	/*margin-left: 15px;
	margin-right: 15px; */
    margin-left: 10px;
	margin-right: 10px;
	padding: 5px 5px 5px 5px; 
/*	border-right: #999999 1px solid;
	border-top: #999999 1px solid;
	border-left: #999999 1px solid;
	border-bottom: #999999 1px solid;*/
	color: #000000;
}
#course_materials
{
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
#course_materials div.tab_content
{
	clear: both;
	min-height: 350px; /* moz/FF/Opera */
	_height: 350px; /* IE-win */
	width: 513px;
    border-left: solid 1px #000;
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
}
#course_materials_search
{
	clear: both;
	width: 90%;
	/*margin-left: 15px;
	margin-right: 15px; */
	color: #000000;
}
#course_materials_search div.tab_content
{
	clear: both;
	min-height: 350px; /* moz/FF/Opera */
	_height: 350px; /* IE-win */
	width: 100%;
    border: solid 1px Gray;
}

#settings
{
	width: 90%;
	min-height: 300px; /* moz/FF/Opera */
	_height: 300px; /* IE-win */
	border: solid 1px #666;
}
/* formatting for the side information box */
#instructions
{
	clear: both;
	text-align: left;
	width: 400px;
	/*margin-left: 25px;*/
	color: Blue;
}
#instructions ul
{
	margin-left: 5px;
	margin-top: 1px;
	margin-bottom: 0;
	font-family: Arial;	
}
#instructions li
{
	margin: 20px;
	list-style-position: outside;
	list-style-type: disc;
}

.update_progress
{
	background-color: #CF4342;
	color: White;
	width: 100px;
}
.update_progress img
{
	vertical-align: middle;
	margin: 2px;
}

/* user details style */
.user_details
{
	width: 500px;
	color: #333;
}
.user_details div.header
{
	width: 100%;
	font-weight: bold;
    padding: 1px 1px 1px 1px; 
    text-align: left;
    margin: 5px 0 0 0; 
}
.user_details div.content
{
	width: 100%;
	text-align: left; 
	border-top: 0; 
    padding: 5px 1px 5px 1px;
}
/* user details style */

/* requisition list style */
table.req_list
{
	Width: 750px;
}
table.req_list tr.pager
{
	background-color: White;
	color: navy;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}
table.req_list tr.pager a
{
	font-weight: normal;
	font-size: .8em;
	color: #003399;
	/*text-decoration: none;*/
}
table.req_list tr.pager a:hover
{
	font-weight: normal;
	font-size: .8em;
	color: #003399;
	text-decoration: underline;
}
table.req_list tr.header
{
	color: Gray;
	text-align: left;
	border-bottom: solid 1px;
}
table.req_list tr.row_alt
{
	font-size: .9em;
	text-align: left;
}
table.req_list tr.row
{
	font-size: .9em;
	text-align: left;
}
/* requisition list style */

/* requisition list style */
table.book_list
{
	width: 100%;
}
table.book_list tr.pager
{
	background-color: White;
	color: navy;
	font-size: 1.2em;
}
table.book_list tr.pager a
{
	font-weight: normal;
	font-size: .8em;
	color: #003399;
	/*text-decoration: none;*/
}
table.book_list tr.pager a:hover
{
	font-weight: normal;
	font-size: .8em;
	color: #003399;
	text-decoration: underline;
}
table.book_list tr.row_alt
{
	text-align: left;
	background-color: #f8f8ff;
}
table.book_list tr.row
{
	text-align: left;
}
/* requisition list style */

/* User list style */
table.user_list
{
	Width: 500px;
	color: Black;
}
table.user_list tr.pager
{
	background-color: White;
	color: navy;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}
table.user_list tr.pager a
{
	font-weight: normal;
	font-size: .8em;
	color: #003399;
	/*text-decoration: none;*/
}
table.user_list tr.pager a:hover
{
	font-weight: normal;
	font-size: .8em;
	color: #003399;
	text-decoration: underline;
}
table.user_list tr.header
{
	background-color: #D5D0BA; 
	color: #333;
}
table.user_list tr.row_alt
{
	background-color: #f2eee0;
	font-weight: normal;
	font-size: .9em;
}
table.user_list tr.row
{
	background-color: White;
	font-weight: normal;
	font-size: .9em;
}

.course_hist_row_odd 
{
	background-color: #EEE;
}

.course_hist_row_even 
{
	background-color: #FFF;
}
/* User list style */

/* Generated Req List Style */
/* This is a mix betwen the user_list & req_list */
table.genReq_list
{
	Width: 750px;
	color: Black;
}
table.genReq_list tr.pager
{
	background-color: White;
	color: navy;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}
table.genReq_list tr.pager a
{
	font-weight: normal;
	font-size: .8em;
	color: #003399;
	/*text-decoration: none;*/
}
table.genReq_list tr.pager a:hover
{
	font-weight: normal;
	font-size: .8em;
	color: #003399;
	text-decoration: underline;
}
table.genReq_list tr.header
{
	background-color: #D5D0BA; 
	color: #333;
}
table.genReq_list tr.row_alt
{
	background-color: #f2eee0;
	font-weight: normal;
	font-size: .9em;
}
table.genReq_list tr.row
{
	background-color: White;
	font-weight: normal;
	font-size: .9em;
}
table.genReq_list tr ul 
{
    padding-left: 5px;
    text-align: left;
}
/* Generated Req List Style */

/* Used to display search forms */
div.search
{
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	width: 650px; 
}
div.search div.header
{
	clear: both;
	width: 100%;
	font-size: 1.05em;	
    padding: 10px 0px 0px 0px; 
    text-align: left;
    font-weight: bold;
    margin: 5px 0 0 0; 
}
div.search div.content
{
	clear: both;
	width: 100%;
	text-align: left; 
	padding: 5px 5px 5px 5px;
}
/* Used to display search forms */

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup {
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
}
/*Modal Popup*/

a.general_link, a
{
	font-weight: normal;
	font-size: .9em;
	color: #003399;
	/*text-decoration: none;*/
}
a:hover.general_link, a:hover
{
	font-weight: normal;
	font-size: .9em;
	color: #003399;
	text-decoration: underline;
}
a.general_link_big
{
	font-weight: normal;
	font-size: 1.2em;
	color: #003399;
	/*text-decoration: none;*/
}
a:hover.general_link_big
{
	font-weight: normal;
	font-size: 1.2em;
	color: #003399;
	text-decoration: underline;
}
a.general_link_small
{
	font-weight: normal;
	font-size: 0.7em;
	color: #003399;
	/*text-decoration: none;*/
}
a:hover.general_link_small
{
	font-weight: normal;
	font-size: 0.7em;
	color: #003399;
	text-decoration: underline;
}
.bullet
{
	font-size: 8pt;
	font-weight: bold;
	color: #666666;
}
.highlight 
{
	background-color: lemonchiffon; 
}
table.list
{
	width: 100%;
	border-width: 0px;
}

tr.list_header
{
	background: #D5D0BA;
	font-weight: bold;
	font-size: 1em;
	text-align: center;
}
tr.list_data
{
	background-color: White;
	font-size: 1em;
}
tr.list_data_alt
{
	font-size: 1em;
	background-color: #EBF2FE;
}
tr.list_data_alt2
{
	font-size: 1em;
	background-color: aliceblue;
}
.rb_list 
{
	margin: 0 auto;
}

#menu_content
{
	width: 580px;
	text-align: center;
	border-right: #999999 1px solid;
	border-top: #999999 1px solid;
	border-left: #999999 1px solid;
	border-bottom: #999999 1px solid;
}
#menu_header
{
	width: 100%;
	font-weight: bold;
	font-size: 1.0em;
	background-color: White;
	text-align: center;
	COLOR: #666666;
	padding-top: 4px;
	padding-bottom: 4px;
}
/* generic button class */
.button
{
	/*
	border: solid 1px black;
	color: #333;
	cursor: hand;
*/
}



.button_green
{
	/*
	border: solid 1px Green;
	
	background-color: Green;
	color: White;
	cursor: hand;
*/
}

input.button:disabled 
{
	/*border-color: #BBB;*/
}


input.button_green:disabled{

	background-color: #CCC;

	border-color: #BBB;

	color: #EEE;

}

/* user department association page */
div#user_dept_list 
{
	margin: 0 auto;	
	width: 450px;
	padding: 25px;
	border: 1px #000 solid;
	height: 200px;
	overflow-y: scroll;
}

div#user_dept_list p 
{
	border-bottom: 1px #666 dotted;
	padding: 2px;
	margin: 0;
}

div#user_dept_list p.user_dept_list_name_alt 
{
	background-color: #EFFAFD;
}

div#user_dept_list p.user_dept_list_name 
{
	background-color: #FFF;
}
/* Classes for the sections of the Create Requisition page */
.filter-sections 
{
	font-size: .9em;
	line-height: 20px;
}

.no-sections
{
	font-size: .8em;
	color: #039;
}
	
div.req_create
{
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 90%; 
}
div.req_create div.crumb_trail
{
	width: 100%;
    text-align: center;
}
div.req_create div.crumb_trail div.step_current
{
	padding: 5px 5px 5px 5px;
	background-color: palegreen;
	color: Green;
	width: 30%;
	float: left;
	text-align: center;
	border: solid 1px Green;
	font-weight: bold;
	font-variant: small-caps;
}
div.req_create div.crumb_trail div.step_complete
{
	padding: 5px 5px 5px 5px;
	background-color: gainsboro;
	width: 30%;
	float: left;
	text-align: center;
	border: solid 1px Gray;
	font-weight: bold;
	font-variant: small-caps;
}
div.req_create div.crumb_trail div.step_incomplete
{
	padding: 5px 5px 5px 5px;
	width: 30%;
	color: Gray;
	float: left;
    text-align: center;
    border: solid 1px Gray;
	font-weight: bold;
	font-variant: small-caps;
}
div.req_create div.crumb_trail div.spacer
{
	float: left;
	padding: 0px 13px 0px 0px;
}
div.req_create div.step_header
{
	clear: both;
	width: 100%;
	font-size: 1.1em;	
    padding: 10px 0px 0px 0px; 
    text-align: left;
    font-weight: bold;
    margin: 5px 0 0 0; 
}
div.req_create div.step_instructions
{
	clear: both;
	width: 100%;
	font-size: 0.8em;	
    padding: 0px 0px 15px 0px; 
    text-align: left;
    margin: 5px 0 0 0; 
}
div.req_create div.header
{
	clear: both;
	width: 100%;
	font-size: 0.9em;	
    padding: 10px 0px 5px 0px; 
    text-align: left;
    margin: 5px 0 0 0; 
}
div.new-edition-search 
{
	padding: 0 0 0 22px;
	display: block;
	background: transparent url("../images/alert.png") no-repeat scroll top left;
}
div.new-edition-search .new-edition-alert 
{
	margin: 0;
	line-height: 17px;
	color: #F00;
}
div.req_create div.buttons
{
	clear: both;
	width: 100%; 
	text-align: right;
    padding: 15px 0px 5px 0px; 
}
div.req_create div.req_info
{
	padding: 5px 0px 0px 0px;
	width: 100%; 
	text-align: left; 
}
div.req_create div.req_info div.row
{
	clear: both;
	width: 100%; 
    padding: 0px 0px 5px 0px; 
}
div.req_create div.req_info div.row div.column1
{
	font-size: 0.8em;	
	width: 125px; 
	text-align: right; 
    padding: 0px 20px 5px 0px; 
	float: left;
}
div.req_create div.req_info div.row div.column2
{
	text-align: left; 
	float: left;
}

div.req_create .termdropdown, 
div.req_create .deptdropdown 
{
	width: 250px;
}

div.req_create .coursedropdown, 
div.req_create .instructorsdropdown,
div.req_create .coorddropdown
{
	width: 250px;
}

.section-without-req-lbl 
{
	line-height:15px;
	padding:2px 30px 5px 0;
}

.section-with-req-lbl 
{
	line-height:15px;
	padding:2px 30px 5px 0;
	background: transparent url("../images/check_mark.png") no-repeat scroll top right;
}

div.req_create div.select_books
{
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 100%; 
}
div.req_create div.select_books div.search_books
{
	float: left;
	width: 515px;
	text-align: left;
}
div.req_create div.select_books div.selected_books
{
	float: right;
	width: 190px;
	text-align: left;
}

div.shared_books
{
    text-align: right;
}
div.shared_books_left
{
    text-align: left;
    float:left;
}
/* End classes for the sections of the Create Requisition page */

/* Classes for the displaying the requisition details */
#req_details_container
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	clear: both;
	width: 95%;
	margin-top: 10px;
	height: auto;
}
#req_details_container #details
{
	clear: both;
	float: left;
	padding-top: 5px;
	width: 500px; 
	color: #333;
}
#req_details_container #details div.header
{
	clear: both;
	width: 100%;
	font-size: 1.0em;	
	font-weight: bold;
    padding: 1px 1px 1px 1px; 
    text-align: left;
    margin: 5px 0 0 0; 
}
#req_details_container #details div.content
{
	clear: both;
	width: 100%;
	text-align: left; 
	border-top: 0; 
    padding: 0 1px;
    margin: 10px 0;
}
#req_details_container #details div.extra-req-info
{
	border-top: 1px #999 dotted;
	border-bottom: 1px #999 dotted;
	line-height: 2.3em;
	color: #666;
	font-size:105%;
	margin: 8px 0;
}
#req_details_container #details div.content div.column1
{
	color: #666;
	width: 150px;
	font-size: 0.8em;	
	float: left;
	text-align: right;
}
#req_details_container #details div.content div.column2
{
	padding-left: 10px;
	float: left;
	text-align: left;
}
#req_details_container #details div.content span.label
{
	font-weight: bold;
}
#req_details_container #process
{
	text-align: left;
	float: right;
	width: 250px; 
}
#req_details_container #process table#steps
{
	font-size: 1.0em;
	font-weight: bold;
}
#req_details_container #process table#steps tr.complete
{
	color: Green;
}
#req_details_container #process table#steps tr.not_complete
{
	color: lightgrey;
}
#req_details_container #process table#steps tr.pending
{
	color: gray;
}
#req_details_container #process div.status
{
	background-color: #c0dff7;
	padding: 5px 5px 5px 5px;
	font-size: 0.8em;
	color: #0066cc;
}
/* End classes for the displaying the requisition details */
#add_sections
{
	text-align: left;
	width: 100%;
}
#add_sections div.content
{
	margin-left: auto;
	margin-right: auto;
	clear: both;
	width: 90%;
}
#add_sections div.status
{
	background-color: #c0dff7;
	padding: 5px 5px 5px 5px;
	font-size: 0.8em;
	color: Red;
}
#change_instructor
{
	text-align: left;
	width: 100%; 
}
#change_instructor div.content
{
	margin-left: auto;
	margin-right: auto;
	clear: both;
	width: 90%;
}
#add_comments
{
	text-align: left;
	width: 100%; 
}
#add_comments div.content
{
	margin-left: auto;
	margin-right: auto;
	clear: both;
	width: 90%;
}
#delete_book
{
	margin-top: 650px;
	text-align: left;
	width: 250px; 
}
#delete_book div.status
{
	width: 100%;
	background-color: #c0dff7;
	padding: 5px 5px 5px 5px;
	font-size: 0.8em;
	color: Red;
}
#book_options
{
	margin-top: 650px;
	text-align: left;
	width: 250px; 
}

/* Section for displaying a book */
.book_compact
{
	width: 100%; 
	text-align: left; 
	border-top: 0; 
	padding: 0px 1px 0px 5px;
	font-size: 0.85em;	
}
.book_compact div.image
{
	height: 100%;
	width: 50px;
	float: left;
	padding: 0px 5px 5px 0;
}
.book_compact div.details
{
	width: 100%;
	float: left;
	text-align: left;
	padding: 0px 5px 5px 0;
}
.book_compact div.details .title
{
	font-weight: bold;
	font-size: 105%;
}
.book_compact div.details span.label
{
	font-weight: normal;
}
.book_compact div.details div.small
{
	text-align: left;
	font-size: 90%;
	color: Gray;
	padding: 0px 5px 5px 0;
}
.book_compact div.details div.small span.label
{
	font-weight: normal;
}
.book
{
	clear: both;
	width: 100%; 
	padding: 0 1px 0 5px;
	margin: 5px 0 0 0;
	font-size: 1.0em;	
}
.book div.image
{
	height: 100%;
	width: auto;
	float: left;
	padding: 5px 5px 5px 0;
}
.book div.details
{
	width: 350px;
	float: left;
	text-align: left;
	padding: 5px 15px 5px 0;
}
.book div.details .title
{
	font-weight: bold;
}
.book div.details div.small
{
	text-align: left;
	font-size: 75%;
	color: Gray;
	padding: 0px 5px 5px 0;
}
.book div.details div.options
{
	background-color: #ffffcc;
	border: solid khaki 1px;
	font-size: 90%;
    padding: 0px 0px 15px 0px;
}
.book div.details div.options div.row
{
    padding: 3px 1px 3px 1px;
	clear: both;
}
.book div.details div.options div.row div.column1
{
	width: 150px;
	float: left;
	text-align: right;
	color: #beb033;
	background-color: #fcffd1;
}
.book div.details div.options div.row div.column2
{
	font-weight: bold;
	padding-left: 10px;
	float: left;
	text-align: left;
}
.book div.details div.options_footer
{
	padding: 5px 10px 5px 1px;
	clear: both;
	text-align: right;
	background-color: khaki;
}
.book div.details span.label
{
	font-weight: normal;
}
.product 
{
	border-bottom: 1px #666 dotted;	
}
.product-last 
{
	border-bottom: none;
}
/* Section for displaying a book */
div#manual_book
{
	width: 450px;
	text-align: center;
}
div#manual_book div.row
{
	clear: both;
	padding: 3px 0 0 0;
}
div#manual_book div.row div.column1
{
	float: left;
	width: 100px;
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
}
div#manual_book div.row div.column2
{
	float: left;
	padding-left: 10px;
	text-align: left;
}

hr
{
	clear: both;
	color: #fff; 
	background-color: #fff; 
	border: 1px dotted gray; 
	border-style: none none solid; 
}	

/* A dotted HR tag */
hr.dotted 
{
	clear: both;
	color: #fff; 
	background-color: #fff; 
	border: 1px dotted gray; 
	border-style: none none dotted; 
}
/* A dotted HR tag */

/*****
Text Definitions
******/
h2
{
	color: black;
}

.req_open
{
	color: Green;
}
.req_posted
{
	color: saddlebrown;
}
.req_submitted
{
	color: dodgerblue;
}
	
.yes
{
	color: Green;
	font-weight: bold;
}

.yes:hover
{
	text-decoration: none;
	color: Green;
	font-weight: bold;
}

.no
{
	color: Red;
	font-weight: bold;
}

/* Manage Book Options Styles */

.prod_reorderlist 
{
	margin: 0 auto;
}

.prod_reorderlist ul
{
	width: 400px;
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

.prod_reorderlist ul li 
{
	width: 400px;
}

.prod_reorderlist table 
{
	width: 400px;
}

.prod_reorderlist td 
{
	height: 38px;
}

.prod_reorderlist span 
{
	line-height: 30px;
	font-size: 1.2em;
}

.drag_handle 
{
	display: block;
	width: 50px;
	height: 38px;
	overflow: hidden;
	background: transparent url("../images/drag_handle.gif") no-repeat scroll top left;
	
}

.drag_handle:hover 
{
	cursor: move;
	background: transparent url("../images/drag_handle_roll.gif") no-repeat scroll top left;
}

.product_option 
{
	height: 38px;
	display: block;
	width: 100%;
	overflow: hidden;
	background: transparent url("../images/prod_opt.gif") no-repeat scroll top right;
}

.product_option_left 
{
	display: block;
	float: left;
	width: 300px;
	text-align: center;
}

.product_option_right 
{
	display: block;
	float: left;
	padding: 0;
	width: 50px;
	text-align: left;
}

.hidden_cb_text label
{
	visibility: hidden;
}

.product_option_enabled 
{
	color: #000;
}

.product_option_disabled
{
	color: #C66;
}

/* General Text */
.txt1	{		font-size: 2.0em;	/*color: #000000;*/}
.txt2	{		font-size: 1.8em;	/*color: #000000;*/}
.txt3	{		font-size: 1.6em;	/*color: #000000;*/}
.txt4	{		font-size: 1.4em;	/*color: #000000;*/}
.txt5	{		font-size: 1.2em;	/*color: #000000;*/}
.txt6	{		font-size: 1.0em;	/*color: #000000;*/}
.txt7	{		font-size: 0.9em;	/*color: #000000;*/}
.txt8	{		font-size: 0.8em;	/*color: #000000;*/}
.txt9	{		font-size: 0.7em;	/*color: #000000;*/}
.txt10	{		font-size: 0.6em;	/*color: #000000;*/}

/* Text for errors */
.txt1error	{		font-size: 2.0em;	color: Red;	/*font-weight: bold;*/}
.txt2error	{		font-size: 1.8em;	color: Red;	/*font-weight: bold;*/}
.txt3error	{		font-size: 1.6em;	color: Red;	/*font-weight: bold;*/}
.txt4error	{		font-size: 1.4em;	color: Red;	/*font-weight: bold;*/}
.txt5error	{		font-size: 1.2em;	color: Red;	/*font-weight: bold;*/}
.txt6error	{		font-size: 1.0em;	color: Red;	/*font-weight: bold;*/}
.txt7error	{		font-size: 0.9em;	color: Red;	/*font-weight: bold;*/}
.txt8error	{		font-size: 0.8em;	color: Red;	/*font-weight: bold;*/}
.txt9error	{		font-size: 0.7em;	color: Red;	/*font-weight: bold;*/}
.txt10error	{		font-size: 0.6em;	color: Red;	/*font-weight: bold;*/}

/* General Text, Bold */
.txt1bold	{		font-size: 2.0em;	font-weight: bold;}
.txt2bold	{		font-size: 1.8em;	font-weight: bold;}
.txt3bold	{		font-size: 1.6em;	font-weight: bold;}
.txt4bold	{		font-size: 1.4em;	font-weight: bold;}
.txt5bold	{		font-size: 1.2em;	font-weight: bold;}
.txt6bold	{		font-size: 1.0em;	font-weight: bold;}
.txt7bold	{		font-size: 0.9em;	font-weight: bold;}
.txt8bold	{		font-size: 0.8em;	font-weight: bold;}
.txt9bold	{		font-size: 0.7em;	font-weight: bold;}
.txt10bold	{		font-size: 0.6em;	font-weight: bold;}

/* Text for messages */
.txt1msg	{		font-size: 2.0em;	color: Blue;}
.txt2msg	{		font-size: 1.8em;	color: Blue;}
.txt3msg	{		font-size: 1.6em;	color: Blue;}
.txt4msg	{		font-size: 1.4em;	color: Blue;}
.txt5msg	{		font-size: 1.2em;	color: Blue;}
.txt6msg	{		font-size: 1.0em;	color: Black;}
.txt7msg	{		font-size: 0.9em;	color: Blue;}
.txt8msg	{		font-size: 0.8em;	color: Blue;}
.txt9msg	{		font-size: 0.7em;	color: Blue;}
.txt10msg	{		font-size: 0.6em;	color: Blue;}

.SharedBookMsg { font-size: 0.7em; color: Black;}
.SharedBookCustomContentHeader { font-size: 1.1em; color: Black; font-weight:bold; }
.SharedBookBlock { padding: 5px 5px 0 5px; border: 1px solid black; width: 230px; text-align: center; margin-bottom: -20px; }
.SharedBookTabBlock { padding: 5px; text-align: center; }
.customBookPopup { font-size: 1.4em; font-weight: bold; }

/***************************************************************
		from tabs.css 
****************************************************************/


/* Tab styling */
#tab
{
	margin: 10px 0 0 0;
	padding: 0;
	float: left;
	width: 100%;
	/*background: url( "images/background.gif" ) repeat-x bottom;
	 background: #DAE0D2 url( "../../DynamicImages/gradient_image_vertical.ashx?width=20&height=45&color1=%HEAD_FOOT_COLOR%&color2=ffffff" ) repeat-x bottom; */
	/*font-size: 90%;*/
	line-height: normal;
}

#course_materials #tab 
{
	background: transparent url('../images/tab_div_bg.gif') repeat-x scroll bottom left;
	padding-bottom: 1px;
}

#tab ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#tab li
{
	float: left;
	padding: 0;
	background: none;
	/*border-left: 1px solid #765;
	border-right: 1px solid #765;
	border-top: 1px solid #765;*/
}

#tab a
{
	z-index:1000;
	float: left;
	display: block;
	padding: 0 6px;
	background: #EFEFEF url('../images/nav_tab_bg.png') repeat-x scroll bottom left;
	line-height: 25px;
	text-decoration: none;
	color: #666;
	margin: 0 6px -1px 0;
	height: 25px;
	border: 1px #000 solid;
}

#tab.admin a 
{
	background-color: #B6B29F;
}


/* Commented Backslash Hack
	hides rule from IE5-Mac \*/
/*#tab a
{
	background: #EFEFEF url('../images/nav_tab_bg.png') repeat-x scroll bottom left;
	float: none;
	color: #555;
	margin-bottom: -1px;
}*/
/* end IE5-Mac hack */
#tab #current
{
	background: none;
	/*background: transparent url(../images/tab_arrow.png) no-repeat bottom center;*/
	border-bottom: none;
}

#tab.admin #current a
{
	background: #D5D0BA none;
	border-bottom: none;
}


#tab #current a
{
	background: #FFF;
	text-decoration: none;
	color: #000;
	padding-bottom: 1px;
	border-bottom: none;
	height: 25px;
}

#tab a:hover
{
	color: #000;
	background-color: #FFF;
}

#tab.admin a:hover 
{
	background-color: #D5D0BA;
}
/* End Tab styling */

/****************************************
Admin Menu Styles
****************************************/

.submenu_panel 
{
	display: none;
	padding: 10px 0 10px 25px;
	background-color: #f0f0f0;
}

.admin_menu_item 
{
	float: left;
	width: 250px;
	margin-top: 20px;
}

a.on 
{
	font-weight: 600;
	padding-left: 15px;
	background: transparent url('../images/arrow_down.png') no-repeat scroll bottom left;
}

a.off 
{
	padding-left: 15px;
	background: transparent url('../images/arrow_right.png') no-repeat scroll bottom left;
}

/****************************************
Req Print Styles
****************************************/
.printEnd 
{
	page-break-after: always;
}

#printReqHolder 
{
	margin: 0 auto;
	width: 800px;
	border: 1px solid #000;
	border-top-width: 0;
}

.printHeader 
{
	background-color: #FCFCFC;
	padding: 10px;
	height: 20px;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	font-weight: 700;
}

.printHeaderLeft
{
	display: block;
	float: left;
	text-align: left;
	width: 300px;
	line-height: 20px;
}

.printHeaderRight
{
	display: block;
	float: right;
	text-align: right;
	width: 300px;
	line-height: 20px;
}

.printLeft
{
	display: block;
	float: left;
	margin: 10px 0;
	width: 395px;
	border-right: 1px solid #666;
}

.printRight
{
	margin: 10px 0;
	display: block;
	float: left;
	width: 395px;
}

.printInfo 
{
	margin: 5px 0;
	float: left;
	line-height: 15px
}

.printLabel
{
	float: left;
	width: 100px;
	text-align: right;
	font-weight: 600;
	padding-right: 10px;
	line-height: 15px;
}

.printValue
{
	float: left;
	width: 270px;
	padding: 0;
	margin: 0;
	line-height: 15px;
}

.printBook 
{
	display: block;
	float: left;
	width: 380px;
	padding: 10px 0 100px 15px;
	
}

.printBookTitle 
{
	font-weight: 600;
	font-size: 1.2em;
}

.printBookLeft
{
	display: block;
	float: left;
	width: 125px;
}

.printBookLeft img 
{
	width: 79px;
}

.printBookRight
{
	display: block;
	float: left;
	width: 260px;
}

.pbAlt 
{
	border-left: 1px #666 dotted;
}

.printReqLabel 
{
	display: block;
	float: left;
	width: 150px;
	font-weight: 600;
	text-align: right;
	padding-right: 10px;
}

.printReqInfo 
{
	float: left;
	width: 265px;
	padding: 5px 0;
}

.book_comments_holder
{
	position: relative;
	overflow: visible;
	z-index: 1001;
}

.book_comments
{
	position: absolute;
	right:-180pt;
	top:-14pt;
	width: 234px;
	display: none;
	z-index: 1001;
}

.book_comments_top
{
	display: block;
	width: 202px;
	height:42px;
	padding:15px 15px 0pt 15px;
	background: transparent url('../images/bookcomment_top.png') no-repeat scroll top left;
	z-index: 1001;
}

.book_comments_middle
{
	display: block;
	width: 202px;
	padding: 0 15px;
	background: transparent url('../images/bookcomment_middle.png') repeat-y scroll top left;
	z-index: 1001;
}

.book_comments_bottom
{
	display: block;
	width: 202px;
	padding: 0 15px;
	height: 31px;
	background: transparent url('../images/bookcomment_bottom.png') no-repeat scroll top left;
	z-index: 1001;
}

.printBookDetailsLabel 
{
	font-weight: 600;
}