/*---------------------------------------------
Turnitin Common Style Sheet
Version: 1.0
Author: Alex Wolfe
Product: Turnitin
---------------------------------------------*/


/*=RESET ALL ELEMENTS (YUI)
=== === === === === === === === === === */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
border:0;
}

/*STANDARD COMMANDS 
=== === === === === === === === === === */
.clear {
	clear:both;
}
.left {
	float:left;
}
.right {
	float:right;
}
.block {
	display:block;
}
.center {
	text-align:center;
}

/*LINKS
=== === === === === === === === === === */
a {
color:#336699;
}
.red_link {
	color: #FF0000;
}
/*FONTS 
=== === === === === === === === === === */

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 * 
 */
body {font:13px "Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;}
table {font-size:inherit;}
table {font-size:100%;}

/**
 * 99% for safari; 100% is too large
 */
select, input, textarea {font:99% "Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;}

/**
 * Bump up !IE to get to 13px equivalent
 */
pre, code {font:115% monospace;}

/**
 * Default line-height based on font-size rather than "computed-value"
 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height
 */
body * {line-height:1.5em;}


/**
 * Disable the safari 3 textarea resize feature.
 */
textarea {resize:none;}

.notification_container {
    overflow: hidden;
}
.notification {
    background-color: #fef5c3;
    border: 2px solid #FCDE55;
    padding: 10px;
    margin-bottom: 1.5em;
    font-size: 1.2em;
    color: #303030;
}

/*---------------------------------------------
Turnitin Application Highlight Style Sheet
Version: 1.0
Author: Alex Wolfe
Product: Product Name, Turnitin
---------------------------------------------*/

/*=HILIGHT STYLES 
=== === === === === === === === === === === === === === === === === === === === */
.highlight_active,
#application .hover_highlight
 {
 	opacity:.70;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	display: block;
	padding: 0px;
	margin: 0px;
	width: 100%;
	position: absolute;
	z-index: 52;
	left: 0px;
	top: 0px;
	height: 100%;
    cursor: move;
}
#application .hover_highlight
 {
	border: 1px solid  #CCC;
}

.highlight_inactive { 
	opacity:.30;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	display: block;
	padding: 0px;
	margin: 0px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	z-index: 51;
}

.highlight_container {
	width: 1px;
	position: absolute;
	height: 1px;
}
	.highlight_container .handle_left {
	    background: url(../../../../../../grademark3/images/sprites/icons_sprite_01.png) no-repeat left -1820px;
		height: 16px;
		width: 16px;
		position: absolute;
		left: 0px;
		bottom: 0px;
		z-index: 53;
		cursor: sw-resize;
	}
	.highlight_container .handle_right {
	    background: url(../../../../../../grademark3/images/sprites/icons_sprite_01.png) no-repeat left -1760px;
		height: 16px;
		width: 16px;
		position: absolute;
		bottom: 0px;
		right: 0px;
		z-index: 53;
		cursor: se-resize;
	}
	.highlight_container .highlight_delete {
		background:  url(../../../../../../grademark3/images/sprites/icons_sprite_01.png) no-repeat 4px -3560px;
		height: 18px;
		width: 20px;
		z-index: 53;
		float: right;
		position: absolute;
		top: -18px;
		right: 0px;
		text-align: center;
		cursor:pointer;
	}

.strike_delete {
	background-color: #E8F2FE;
}

.underline_delete {
	background-color: #E8F2FE;
}

.clear {
	clear: both;
}
.underline_active {
	opacity:.60;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	background: #E8F2FE url(../../../../../../grademark3/images/sprites/background_sprite_01.png) repeat-x left -480px;
}
.underline_inactive {
	background: #eeeeee url(../../../../../../grademark3/images/sprites/background_sprite_01.png) repeat-x left -480px;
}
.strike_active {
	opacity:.60;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	background: #E8F2FE url(../../../../../../grademark3/images/sprites/background_sprite_01.png) repeat-x left -420px;
}
.strike_inactive {
	background: #eeeeee url(../../../../../../grademark3/images/sprites/background_sprite_01.png) repeat-x left -420px;
}
/*---------------------------------------------
Turnitin Application Inline Comment Style Sheet
Version: 1.0
Author: Alex Wolfe
Product: Product Name, Turnitin
---------------------------------------------*/
.inline_comment_container {
	position: absolute;	
	overflow: hidden;
}

.inline_comment_active {
	display:block;
	padding: 0px;
	width: 100%;
	left: 0px;
	top: 18px;
	height: 100%;
	border: 0px dotted;
}

.inline_comment_inactive {
	left: 0px;
	top: 16px;
	position: absolute;
    
}

.inline_comment_edit_area {
	background: transparent; 
	font-size: 15px; 
	font-family: courier;
	overflow: hidden;
	border: 0px;
	border-color: #CCCCCC;
	left: 0px;
	background-color: #EEEEEE;
    opacity:.60;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	line-height: 1.22em;
	margin-top: 0px;
	margin-right: 1px;
	margin-left: 1px;
	margin-bottom: 1px;
}

html>/**/body .inline_comment_edit_area {
    font-weight:normal;
    margin-top: 1px;
    outline: auto 0px -webkit-focus-ring-color;
}

.inline_comment_view_div {
	background: transparent; 
	font-size: 15px; 
	font-family: courier;
    top:19px;
	left: 0px;
    text-align:left;
    cursor: move;
	overflow: visible;
    margin: 1px;
}


.mark_selected .inline_comment_view_div {
    border: 1px solid red;
    margin: 0px;
}

.inline_comment_active_view_div {
    margin: 0px;
	background-color: #DBF6FE;
	border-color: #499EDF;
	border-width: 2px;
    border-style: solid;
    
}

.inline_delete {
	height: 18px;
	width: 20px;
	z-index: 55;
	float: right;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	text-align: center;
	background-color: #EEEEEE;
}

.inline_comment_container .text_counter {
    position:absolute; 
    right:0px; 
    bottom:0px; 
    padding:1px; 
    font-size: 85%;
    font-family: Arial;
    color:#666666;
}

.clear {
	clear: both;
}
/*---------------------------------------------
STYLES FOR PAPER AND MARKS
Version: 1.0
Author: Alex Wolfe
Product: Product Name, GRADEMARK
---------------------------------------------*/

/* NOTE: FIX FOR YUI 2.3.1 where scrollbars where not showing up for overlays because of the .underlaoverflow style being set to auto*/
.show-scrollbars .underlay {
    overflow: visible;
}


/*= Z-Index for marks on page
=== === === === === === === === === === === === === === === === === === === === === === === === */
div.page_view_bubbles {
    z-index: 56;
}
div.page_view_bubble_reference_line_canvases {
    z-index: 54;
}
div.page_comments {
    z-index: 55;
}
div.page_inline_comments {
    z-index: 54;
}
div.page_quickmarks {
    z-index: 54;
}
div.page_inactive_highlights {
    z-index: 51;
}


	
/*= STYLES FOR MARKS ON PAGE
=== === === === === === === === === === === === === === === === === === === === */
.paper_container .mark {
    position: absolute;
}
.paper_container .mark {
    text-align: left;
    z-index:55;
}
.paper_container .mark_number,
.paper_container .mark .highlight_number,
.paper_container .mark .inline_comment_number {
    display: none;
}
.paper_container .comment_mark {
	float: left;
	width: 28px;
	height: 28px;
	overflow: hidden;
	z-index:55;
	position: relative;
    cursor: move;
}

.paper_container .mark_selected .comment_mark {
    cursor: pointer;
}
.paper_container .mark_active .comment_mark {
    cursor: pointer;
}
.paper_container .mark_bubble_inactive img {
   margin-top:  -50px;
}
.paper_container .mark_bubble_active img {
    margin-top: -100px;
}
.paper_container .mark_bubble_selected img {
    margin-top: -100px;
}
.paper_container .mark_check_inactive img {
    margin-top: -250px;
}
.paper_container .mark_check_active img {
   margin-top: -300px;
}
.paper_container .mark_check_selected img {
   margin-top: -300px;
}
.paper_container .mark_pencil_inactive img {
   margin-top: -450px;
}
.paper_container .mark_pencil_active img {
   margin-top: -500px;
}
.paper_container .mark_pencil_selected img {
   margin-top: -500px;
}
.paper_container .mark_question_inactive img {
   margin-top: -650px;
}
.paper_container .mark_question_active img {
   margin-top: -700px;
}
.paper_container .mark_question_selected img {
   margin-top: -700px;
}
.paper_container .mark_smile_inactive img {
   margin-top: -850px;
}
.paper_container .mark_smile_active img {
     margin-top:  -900px;
}
.paper_container .mark_smile_selected img {
     margin-top:  -900px;
}
.paper_container .mark_star_inactive img {
     margin-top: -1050px;
}
.paper_container .mark_star_active img {
     margin-top: -1100px;
}
.paper_container .mark_star_selected img {
     margin-top: -1100px;
}
.paper_container .mark_stop_inactive img {
     margin-top: -1250px;
}
.paper_container .mark_stop_active img {
    margin-top: -1300px;
}
.paper_container .mark_stop_selected img {
    margin-top: -1300px;
}



/*= LOADING STYLES
=== === === === === === === === === === === === === === === === === === === === === === === === */


div.loading {
    background: #ddd;
    color: #bbb;
}
div.all_papers_top_spacer {
    margin-top: 55px;
    margin-bottom: 0px;
    padding: 0;
}
#lastSaved {
	font-size: 10px;
	font-style: italic;
	color: #900;
	margin: 0 0 0 5px;
}

#blinker {
    color: #fff;
    background-color: #900;
    font-weight: bold;
}

.loading_message {
	margin-top: 300px;	
	font-size: 80px;
	text-align: center;
}


/*---------------------------------------------
Turnitin Object & Layout General Style Sheet
Version: 1.0
Author: Alex Wolfe
Product: Product Name, Turnitin
---------------------------------------------*/

.print_object {
    display: none;
}

.clear {
	clear:both;
}

#application ul {
	list-style:none;
}/*---------------------------------------------
Turnitin Edit Mark Style Sheet
Version: 1.0
Author: Alex Wolfe
Product: Product Name, Turnitin
---------------------------------------------*/

/*=EDIT MARK
=== === === === === === === === === === === === === === === === === === === === */
.edit_box.yui-overlay {
    height: auto;
    overflow: inherit;
    background: url(../../../../../../grademark3/images/sprites/icons_sprite_01.png) no-repeat left -6301px;
}

div.one_option {
	width: 3.5em;
}

.edit_box_inner {
    background:transparent url(../../../../../../grademark3/images/sprites/icons_sprite_01.png) no-repeat right -6250px;
}
.edit_box_buttons {
	background-color:#FFF;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    margin-left: 4px;
    margin-right: 12px;
    padding: .5em .3em;
}

        .edit_box.yui-overlay .edit_button  {
        margin: 0em;
        float: left;
        }    
            .edit_box.yui-overlay .edit_button button {
                min-height: 0;
                height: 1.5em;
                font-size: 92%;
                color: #333333;
                text-decoration: underline;
                padding: 0;
            }    
        .edit_box.yui-overlay .delete_button  {   
            margin: 0em 0em 0em .5em;
            float: left;
        }
            .edit_box.yui-overlay .delete_button button {
                min-height: 0;
                padding: 0;
                width: 1.5em;
                height: 1.5em;
                font-size: 92%;
                text-decoration: underline;
                background:transparent url(../../../../../../grademark3/images/sprites/icons_sprite_01.png) no-repeat left -2060px;
            }  
			          
/*=QUICKMARk EDIT MARK
=== === === === === === === === === === === === === === === === === === === === */

.one_option .edit_box_inner .edit_box_buttons {
	height:1.5em;
}
/*---------------------------------------------
Turnitin Document Container Style Sheet
Version: 1.0
Author: Alex Wolfe
Product: Product Name, Turnitin
---------------------------------------------*/

/*=Document Container (Paper)
=== === === === === === === === === === === === === === === === === === === === */		
#application .paper_container {/*HOLDS ALL PAPERS AND CENTERS THEM IN THE PAGE*/
margin-left:auto;
margin-right:auto;
position: relative;
/*width: 69.3em;*/
}
	#application div.active_paper {/*Page Wrapper for all active papers */
	display: block;
	position: relative;
	/*width: 69.23em;*/
	margin-left: auto;
	margin-right:auto;
	/*text-align: left;*/
	}
	#application div.inactive_paper {
    display: none;
    position: relative;
	}
		#application div.single_page {/*EACH INDIVIDUAL PAPER*/
		background: #FFF no-repeat top left;
		border:1px solid #999;
		height:1174px;
		width:69.2em;
		margin-bottom:30px;
		position:relative;
		z-index:auto;
		}
		
div.tiny_paper {
    display: block;
    position: absolute;
    border: 0;
    left: 0;
    top: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;

}

/*CONTAINERS FOR MARKS & COMMENTS THAT GO ON THE PAPER*/
div.read, div.page_inactive_highlights, div.page_view_bubble_reference_line_canvases, div.page_view_bubbles,div.page_comments, div.page_inline_comments, div.page_quickmarks {
    position: absolute;
    width: 69.2em;
	margin-left: auto;
	margin-right:auto;
	top: 0px;
	left: 0px;
}
div.read { 
    height: 1174px;
}
/*---------------------------------------------
Turnitin QuickMark Pallete
Version: 1.0
Author: Alex Wolfe
Product: Product Name, Turnitin
---------------------------------------------*/

/*= PAPER MARKS
=== === === === === === === === === === === === === === === === === === === === */
.mark_wrapper {
	height: 27px;
	position: absolute;
	text-align: center;
	display: block;
	cursor: move;
    margin: 2px;
}
.page_quickmarks .mark_selected {
    border: 2px solid #499EDF;
    padding: 2px;
    margin: -2px;
    background-color: #dbf6fe;
    opacity:.80;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
}

.page_quickmarks .close_up_space  {
    border-bottom:none;
    border-width:3px;
}

.page_quickmarks .box  {
    border-width:3px;
}

.mark_wrapper_active_view {
	 opacity: 0.60;
    filter: alpha(opacity=60);
	-moz-opacity: 0.60;
    margin: 0px;
	background-color: #DBF6FE;
	border-color: #499EDF;
	border-width: 2px;
    border-style: solid;
}
.mark_wrapper .qm_delete {
	height: 18px;
	width: 20px;
	z-index: 53;
	float: right;
	position: absolute;
	top: -18px;
	right: 0px;
	text-align: center;
	cursor: default;
}
.qm_mark {
	height: 27px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 0px;
}
.qm_hover {
	background-color: #B5D5F4;
	position: absolute;
	opacity:.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}
.qm_mark_dragging {
	height: 20px;
	width: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 0px;
}
.mark_wrapper .mark_text {
	height: 27px;
	width:1px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-style: normal;
	z-index: 5;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	text-align: center;
	color: #e68201;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor:move;
    white-space: nowrap;
}
html>/**/body .mark_wrapper .mark_text {
    min-width: 20px;
	width: auto;
}

/* IE 7 */
*:first-child+html .mark_wrapper .mark_text {
    width: auto !important;
}

.mark_wrapper .qm_comment {
	white-space: nowrap;
	left: -6.9em;
	top: 16px;
	width:15em;
	position: absolute;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #E68201;
}

.mark_wrapper .qm_comment input{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #E68201;
	border: 1px dotted;
}


.qm_li .palette_symbol_wrapper {
	left:0px;
	top:0px;
	height: 20px;
	width: 27px;
	position: relative;
	text-align: center;
	cursor: move;
}
html>/**/body .qm_li .palette_symbol_wrapper {
	height: 20px;
}

.qm_li .palette_symbol_wrapper .child {
	left:0px;
	top:0px;
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

.symbol_wrapper{
	display:block;
	height: 27px;
	width: 27px;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 5;
	font-style: normal;
	font-size: 20px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #E68201;
	text-align:center;
	cursor:move;
}
html>/**/body .symbol_wrapper{
}
.symbol_wrapper .qm_comment {
	white-space: nowrap;
	left: 0px;
	top: 16px;
	position: absolute;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #E68201;
}
.symbol_wrapper .light_text {
	height: 27px;
	width:27px;
	left: 0px;
	top: 0px;
	font-style: normal;
	z-index: 5;
	font-size: 20px;
	font-weight: normal;
	position: absolute;
	color: #E68201;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor:move;

}
.symbol_wrapper .heavy_text {
	height: 27px;
	width:27px;
	white-space: nowrap;
	left: 0px;
	top: 0px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #E68201;
}
.basic_resizable_container {
	width: 100%;
	height: 100%;
	display: table;
	padding: 0px;
	margin: 0px;
	position: absolute;
	z-index: 52;

}
.mark_wrapper .handle_left,
.quickmark_transpose_table .trans_handle_left
 {
	height: 16px;
	width: 16px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: url(../../../../../../grademark3/images/sprites/icons_sprite_01.png) 0px -1820px no-repeat ;
	z-index: 53;
	cursor: sw-resize;
}
.mark_wrapper .handle_right,
.quickmark_transpose_table .trans_handle_right 
 {
	height: 16px;
	width: 16px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: url(../../../../../../grademark3/images/sprites/icons_sprite_01.png) 0px -1760px no-repeat ;
	z-index: 53;
	cursor: se-resize;
}
.box {
	border: 3px #E68201 solid;
}
.wavy {
	background: url(../../../../../../grademark3/images/sprites/quickmark_sprite.png) 0px -1882px repeat-x;
}
.strike,
.underline {
	background: url(../../../../../../grademark3/images/sprites/quickmark_sprite.png) 0px -1676px repeat-x;
}

.triple_underline {
	background: url(../../../../../../grademark3/images/sprites/quickmark_sprite.png) 0px -1582px repeat-x;
}
.close_up_space {
    display:block;
	border-right: 3px solid #E68201;
	border-left: 3px solid #E68201;
	border-top: 3px solid #E68201;
	border-bottom: none;
}
.transparent_background {
    background-image: url(../../../../../../grademark3/images/trans_spec.gif);
}
.quickmark_transpose_table {
	border: none;
	border-collapse: collapse;
	margin:0;
	padding:0;
	width: 100%;
	height: 100%;
}
.quickmark_transpose_table .handle_cell{
	border-right: 1px solid #E68201;
	border-left: 1px solid #E68201;
	border-top: 3px solid #E68201;
	border-bottom: 3px solid #E68201;
	width: 1px;
	background-color: #E68201;
}
.quickmark_transpose_table .right_cell{
	border-right: 3px solid #E68201;
	border-left: 3px solid #E68201;
	border-top: 3px solid #E68201;
	border-bottom: none;
	float: left;
	position: relative;
}
.quickmark_transpose_table .left_cell{
	border-right: none;
	border-left: 3px solid #E68201;
	border-top: none;
	border-bottom: 3px solid #E68201;
	float: left;
	text-align: left;
	position: relative;
}

.transition {
    border: 1px dashed #499EDF;
}
/*---------------------------------------------
Turnitin Quickmark Palette Style Sheet
Version: 1.0
Author: Alex Wolfe
Product: Product Name, Turnitin
---------------------------------------------*/

/*= QUICKMARK PALETTE   {{{Delete}}} 
=== === === === === === === === === === === === === === === === === === === === === === === === */

.quickmark_palette {
	position: absolute;
	z-index: 151;
} 
html>/**/body .quickmark_palette {
	position: fixed;
}
.quickmark_palette .yui-panel  {
	background:none;
	border:none;
	width:  12.69em;
	overflow:visible;
	height:100%;
}
/*** QuickMark Palette Header ***/
.quickmark_palette .yui-panel .hd {
    padding: .3em;
	padding-top:.5em;
	border:none;
	background: url(../../../../../../grademark3/images/sprites/background_sprite_01.png) repeat-x left -910px;
	height:2.2em;
	margin-left:10px;
	margin-right:10px; 
  

}
	.quickmark_palette .yui-panel .hd h2 {
		color:#333333;
		font-size:140%;
		font-family: Georgia,"Times New Roman",Times,serif;
		text-align:left;
	}
	.quickmark_palette .yui-panel .hd h2 sup {
		font-size:55%;
	}
	.quickmark_palette .yui-panel .hd .tl {
		width:10px;
		height:3em;
		top:0;
		left:0;
		background:#ffffff url(../../../../../../grademark3/images/sprites/background_sprite_01.png) no-repeat left -800px;
		position:absolute; 
	}
	.quickmark_palette .yui-panel .hd .tr {
		width:10px;
		height:3em;
		top:0;
		right:0;
		background:#ffffff url(../../../../../../grademark3/images/sprites/background_sprite_01.png) no-repeat right -690px;	
		position:absolute; 
	}
	.quickmark_palette .yui-panel .container-close {
		top:8px;
		right:8px;
	}
/*** QuickMack Palette Body ***/
	#application #template_quickmark_container .qm_delete {
		background:  url(../../../../../../grademark3/images/sprites/icons_sprite_01.png)  no-repeat left -2060px;
	}
		
/*** QuickMarck Palette Footer ***/	
#application .quickmark_palette .yui-panel .ft { 
	background:#FFFFFF url(../../../../../../grademark3/images/sprites/background_sprite_01.png) repeat-x 0px -1247px;  
	padding:0px 10px 0px 10px; 
	margin:0;
	height:2.5em;
	position:relative;  
}
	#application .quickmark_palette .yui-panel .ft .bl { 
		width:10px;
		bottom:0;
		left:0; 
		background:#666 url(../../../../../../grademark3/images/sprites/background_sprite_01.png) no-repeat left -1067px; 
		position:absolute;
		height:2.5em; 
	
	}
	#application .quickmark_palette .yui-panel .ft .br { 
		width:10px;
		bottom:0;
		right:0; 
		background:#FFFFFF url(../../../../../../grademark3/images/sprites/background_sprite_01.png) no-repeat right -1187px; 
		position:absolute; 
		height:2.5em;
	}
	#application .quickmark_palette .yui-panel .ft  a {/*Manage Link*/
		font-size:92%;
		font-weight: bold;
		margin-top: .5em;
		display: block;
		text-align: center;
		
	}
	
#application .quickmark_palette .yui-panel .yui-resize-handle {
    background-color: transparent;
}

#application .quickmark_palette .yui-panel .yui-resize-handle-active {
    background-color: #7D98B8;
}

#application .quickmark_palette .yui-panel .qm_body {
    padding: 0;
}
/*= General
=== === === === === === === === === === === === === === === === === === === === */
div.qm_palette_panel .qm_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin: 0px;
	height:20px;
}
div.qm_palette_panel .set_boxes_odd {
	background-color: #ecf2fe;
	display: table;
}
div.qm_palette_panel .set_loading {
	background-color: #FFFFFF;
	text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}
div.qm_palette_panel .qm_waiting {
	text-align: center;
	height: 100px;
}
div.qm_palette_panel .qm_header .qm_max_min_button {
	float: right;
	cursor: pointer;
	cursor: auto;
}
div.qm_palette_panel .qm_header .qm_max_min_button span.first-child {
    border: none;
}
div.qm_palette_panel .qm_header .qm_set_name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	float: left;
	color: #666666;
}
div.qm_palette_panel .qm_list_wrapper {
	overflow:auto;
}
#quickmarks .qm_top .qm_pallete_close {
	float: right;
	margin-top: 4px;
	margin-right: 5px;
	cursor: pointer;
}



/*= BODY
=== === === === === === === === === === === === === === === === === === === === */
div.qm_palette_panel {
	background-color: #FFFFFF;
}
div.qm_palette_panel ul {
	list-style-type: none;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	width: 67px;
	float: left;
}
div.qm_palette_panel li {
	height: 27px;
	margin-top: 0px;
	margin-left: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}


/*= NORMAL BUTTONS
=== === === === === === === === === === === === === === === === === === === === */
/*NORMAL BUTTONS*/
div.qm_palette_panel .qm_list a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
div.qm_palette_panel .qm_button {
	background: url(../../../../../../grademark3/images/sprites/quickmark_sprite.png) 0px 0px no-repeat;
	width: 27px;
	display: block;
	text-align: center;
	padding-top: 7px;
	height: 27px;
	float: left;
	margin: 3px;
}
html>/**/body div.qm_palette_panel .qm_button {
	height: 20px;
}
div.qm_palette_panel .qm_button:hover {
	background: url(../../../../../../grademark3/images/sprites/quickmark_sprite.png) 0px -500px no-repeat;
}
div.qm_palette_panel .qm_button_selected {
	background: url(../../../../../../grademark3/images/sprites/quickmark_sprite.png) 0px -800px no-repeat;
	height: 20px;
	width: 27px;
	display: block;
	text-align: center;
	padding-top: 7px;
	float: left;
	margin: 3px;
}
html>/**/body div.qm_palette_panel .qm_button_selected {
	height: 20px;
}
html>/**/body div.qm_palette_panel .qm_button {
	height: 20px;
}



/*= BIG BUTTONS
=== === === === === === === === === === === === === === === === === === === === */
div.qm_palette_panel .qm_big_button {
	background: url(../../../../../../grademark3/images/sprites/quickmark_sprite.png) 0px -100px no-repeat;
	width: 60px;
	display: block;
	text-align: center;
	padding-top: 7px;
	height: 27px;
	float:left;
	margin: 3px;
}
html>/**/body div.qm_palette_panel .qm_big_button {
	height: 20px;
}
div.qm_palette_panel .qm_big_button:hover {
	background: url(../../../../../../grademark3/images/sprites/quickmark_sprite.png) 0px -600px no-repeat;
}
div.qm_palette_panel .qm_big_button_selected {
	background: url(../../../../../../grademark3/images/sprites/quickmark_sprite.png) 0px -900px no-repeat;
	height: 27px;
	width: 60px;
	display: block;
	text-align: center;
	padding-top: 7px;
	float:left;
	margin: 3px;
}
html>/**/body div.qm_palette_panel .qm_big_button_selected {
	height: 20px;
}


/*= DYANAMIC BUTTONS
=== === === === === === === === === === === === === === === === === === === === */
div.qm_palette_panel .qm_button_dyn {
	background: url(../../../../../../grademark3/images/sprites/quickmark_sprite.png) 0px -300px no-repeat;
	width: 27px;
	display: block;
	text-align: center;
	padding-top: 7px;
	height: 27px;
	float: left;
	margin: 3px;
}
html>/**/body div.qm_palette_panel .qm_button_dyn {
	height: 20px;
}
div.qm_palette_panel .qm_button_dyn:hover {
	background: url(../../../../../../grademark3/images/sprites/quickmark_sprite.png) 0px -1100px no-repeat;
}
div.qm_palette_panel .qm_button_dyn_selected {
	background: url(../../../../../../grademark3/images/sprites/quickmark_sprite.png) 0px -1300px no-repeat;
	height: 20px;
	width: 27px;
	display: block;
	text-align: center;
	padding-top: 7px;
	float: left;
	margin: 3px;
}
html>/**/body div.qm_palette_panel .qm_button_dyn_selected {
	height: 20px;
}
html>/**/body div.qm_palette_panel .qm_button_dyn {
	height: 20px;
}




/*= BIG DYANAMIC BUTTONS
=== === === === === === === === === === === === === === === === === === === === */
div.qm_palette_panel .qm_big_button_dyn {
	background: url(../../../../../../grademark3/images/sprites/quickmark_sprite.png) 0px -400px no-repeat;
	width: 60px;
	display: block;
	text-align: center;
	padding-top: 7px;
	height: 27px;
	margin: 3px;
	float: left;
}
html>/**/body div.qm_palette_panel .qm_big_button_dyn {
	height: 20px;
}
div.qm_palette_panel .qm_big_button_dyn:hover {
	background: url(../../../../../../grademark3/images/sprites/quickmark_sprite.png) 0px -1200px no-repeat;
}
div.qm_palette_panel .qm_big_button_dyn_selected {
	background: url(../../../../../../grademark3/images/sprites/quickmark_sprite.png) 0px -1400px no-repeat;
	height: 27px;
	width: 60px;
	display: block;
	text-align: center;
	padding-top: 7px;
	float:left;
	margin: 3px;
}
html>/**/body div.qm_palette_panel .qm_big_button_dyn_selected {
	height: 20px;
}

div.qm_palette_panel div {
color:#000000;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:10px;
font-weight:bold;
}

div.qm_palette_panel .buttons div {
   /* position:relative;*/
}


div.qm_palette_panel li.symbol_wrapper {
	left:0px;
	top:0px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;

}

div.qm_palette_panel {
	background-color:#FFFFFF;
	border-left:2px solid  #666666;
	border-right:2px solid #666666;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
	padding:0px;
}
div.qm_palette_panel .qm_header {
	margin:0;
	border:none;
}
div.qm_palette_panel .qm_list_wrapper {
	max-height: 300px;
    height:auto;
}
div.qm_palette_panel .qm_plus {
	float:right;
	border:none;
	margin:.2em;
}
	div.qm_palette_panel .qm_plus span:first-child {
		border:none;
	}
		div.qm_palette_panel .qm_plus button  {
		min-height:0;
		background: transparent  url(../../../../../../grademark3/images/sprites/icons_sprite_01.png)  no-repeat left -5910px;
		padding:0;
		height:10px;
		width:10px;
		}
div.qm_palette_panel span.qm_minus {
	float:right;
	border:none;
	margin:.2em;
}
	div.qm_palette_panel .qm_minus span:first-child {
		border:none;
	}
		div.qm_palette_panel span.qm_minus button  {
			min-height:0;
			background: transparent  url(../../../../../../grademark3/images/sprites/icons_sprite_01.png)  no-repeat left -5970px;
			padding:0;
			height:10px;
			width:10px;
		}
    	div.qm_palette_panel h4 .spinner {
    		background:  url(../../../../../../grademark3/images/sprites/icons_sprite_01.png)  no-repeat left -5860px;
    	}


/*** QuickMark QuickStart Info ***/	
div.qm_palette_panel .qm_quickstart {
   padding: .75em;
}
div.qm_palette_panel .qm_quickstart p {
    font-size: 100%;
    line-height: 180%;
}
div.qm_palette_panel .qm_quickstart a {
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

div.qm_palette_panel .set_boxes {
    border-bottom: 1px #eee solid;
}



/*---------------------------------------------
Turnitin Comment Bubble Style Sheet
Version: 1.0
Author: Alex Wolfe
Product: Product Name, Turnitin
---------------------------------------------*/

/*********  WHEN USING THIS WIGGET YOU MUST IE IMPORT THIS STYLESHEET ( comment_bubble_filter.css ) 
INTO THE HEAD OF YOUR DOCUMENT FROM THE ( filters ) FOLDER  ***********/



/*=COMMENT BUBBLE GENERAL
=== === === === === === === === === === === === === === === === === === === === */
div.bubble_container {
    position: fixed;
	top:-200px;
}
div.library_container div.comment_bubble {/*Bubble Contatiner */
background-image:none;
font-size: 85%;
}
div.library_container div.clipboard_open {/*Clipboard Open*/
width: 40em;
}
div.library_container div.clipboard_closed {/*Clipboard Closed*/
width: 25em;
}
div.clipboard_closed  .bubble_right_column,
div.clipboard_closed .show_message,
div.clipboard_open .hide_message        
 {/* Display None*/
	display: none;
}

/*=COMMENT BUBBLE HEAD
=== === === === === === === === === */
.library_container div.comment_bubble .hd {/*Head of Bubble*/
	background:#FFFFFF url(../../../../../../grademark3/images/sprites/background_sprite_01.png) repeat-x left -2580px;
	height: 3em;
}
        .library_container div.comment_bubble .tl {
            background:#ffffff url(../../../../../../grademark3/images/sprites/background_sprite_01.png) no-repeat left -2500px;
            height: 3em;
        }
        .library_container div.comment_bubble  .tr {
            background:#ffffff url(../../../../../../grademark3/images/sprites/background_sprite_01.png) no-repeat right -2660px;	
            height: 3em;
        }
        .library_container div.comment_bubble .hd h2 {/*Add Comment Heading */
                font-size: 140%;
                color: #333;
                margin: .2em;
                float: left;
        }
      .library_container div.comment_bubble .hd p {/* Show Clipboard  Message */
            float: right;
            margin-top: 1em;
            margin-right: .3em;
            color: #666;
            font-weight: normal;
      }      
      .library_container div.comment_bubble  .palette_switch   {
            float: right;
            margin-top: .9em;
            margin-right: 1em;
      }
           div.clipboard_open  .palette_switch button,
           div.clipboard_closed  .palette_switch button
           {
                padding: 0;
                min-height: 0;
                height: 1.3em;
                width: 2em;
          }
           div.clipboard_open  .palette_switch button
           {
                background:  url(../../../../../../grademark3/images/sprites/icons_sprite_01.png) no-repeat -6px -6094px;
          }
           div.clipboard_closed  .palette_switch button {
                background:  url(../../../../../../grademark3/images/sprites/icons_sprite_01.png) no-repeat -5px -6047px;
          }
/*=COMMENT BUBBLE BODY
=== === === === === === === === === */          
    .library_container div.comment_bubble .bd {/*Body*/
        padding: .5em 1em;
        border-top: 1px solid #CCCCCC;
        border-left: 1px solid #999;
        border-right: 1px solid #999;
        background-image: none;
        margin-right: 0;
    }
           div.comment_bubble .bubble_left_column {/* Content Column*/
          float: left;
          width:23em;
          }
                div.comment_bubble .comment_bubble_toolbar {/*Toolbar*/
                    padding-bottom:.6em;
                    padding-top:.2em;
                }
                    div.comment_bubble .comment_bubble_toolbar .yui-button {/*Bubble Tools*/
                        margin-left: 0;
                    }          
                        div.comment_bubble .comment_bubble_toolbar .bd {/*Symbol List Wrapper*/
                            padding: 0;
                            border: none;
                            background: none;
                            
                        }            
                        div.comment_bubble .comment_bubble_toolbar .bd ul {/*Dowdown UL*/
                            width: 4em;
                        }                  
             div.comment_bubble .comment_bubble_toolbar .text_counter {/*Text Counter*/
                float: right;
                color: #666;
                padding-top: 1em;
             }
                                
            div.comment_bubble textarea {/*Text Box*/
                width: 98%;
                border: 1px solid #1064D3;            
                height: 7em;
                padding: .1em;
                color: #333;
                line-height: 160%;
                font-size: 107%;
            }
            div.comment_bubble .bd .sticky_note  {/*Sticky Comment*/
                margin-top: .8em;
                margin-bottom: 1.5em;
            }
                    div.comment_bubble .bd .sticky_note label {/*Sticky Comment*/
                        float: left;
                        color: #333;
                        margin-left: .5em;
                        display: block; 
                    }                         
                    div.comment_bubble .sticky_note input {/*Checkbox*/
                          float: left;
                    }        
            div.comment_bubble .confirm_comment {/*Save Cancel Buttons*/
                float: left;
				padding:0;
				
            }
                    div.comment_bubble .confirm_comment span {/*Save button*/
                        float: left;
                        margin:0;
						padding:0;
					
						margin-right:.2em;
                    }   
						 div.comment_bubble .confirm_comment span span {/*Save button*/
							margin:0;
							padding:0;
						}        
								div.comment_bubble .confirm_comment span span button {
									font-weight: bold;
									color: #333333;
									font-size: 110%;
									height:1.8em;
									min-height:0;
									line-height:200%;
									padding:0 5px;
								}  
								
					div.comment_bubble .confirm_comment  .or_text {
                        padding-left:.3em;
                        padding-top:.5em;
                    }
					div.comment_bubble .confirm_comment  .cancel_button {
						margin-left:.3em;
					}
						div.comment_bubble .confirm_comment  .cancel_button button {/*Cancel Buttons*/
							color: #336699;
							font-size: 100%;
							padding:0;
							line-height:200%
						}                
						
            div.comment_bubble .add_to_clipboard {/* Add to Clipboard Button*/
                float: right;
				vertical-align:middle;
				padding:0;
            }
				div.comment_bubble .add_to_clipboard span {
					padding:0;
					margin:0;
				}
                    div.comment_bubble .add_to_clipboard span button {
                            background:  url(../../../../../../grademark3/images/sprites/icons_sprite_01.png) no-repeat 3px -6138px;
                            padding:;
                            margin: 0;
                            color: #333;
							min-height:0;
							height:2.3em;
							font-size:100%;
							line-height:180%;
							vertical-align:middle;
                    }                            
                    
                    
/*=COMMENT BUBBLE CLIPBOARD
=== === === === === === === === === */                                  
  div.comment_bubble .bubble_right_column {/* Clipboard Column*/
	 float: right;
	 border-left: 1px solid #CCC; 
	 padding-left: 1.5em;
  }
 div.comment_bubble .clipboard_list {/* Clipboard Container*/
	border: 1px solid #999;
	 overflow: auto;
	 height: 10.5em;
	width: 11.9em;
	margin-top: .7em;
  }                
		 div.comment_bubble .bubble_right_column h3 {/* Clipboard Heading*/
			font-size: 122%;
			color: #333;
			padding-top: .5em;
			padding-left: 1.5em;
			background:  url(../../../../../../grademark3/images/sprites/icons_sprite_01.png) no-repeat 0px -6193px;
		  }    
		 div.comment_bubble .bubble_right_column li a {/* Clipboard Items*/
			 padding: .5em;
			 border-bottom: 1px solid #CCC;
			 color: #666;
			 font-size: 92%;
			 text-decoration: none;
			 display: block;
		  }         
		 div.comment_bubble .bubble_right_column li a:hover {/* Clipboard Items*/
			background-color: #eee;
		  }                                   
div.comment_bubble .manage_clipboard {
margin-top: 1.6em;
margin-left: 0em;
display: block;
}
   div.comment_bubble .manage_clipboard button {
	color: #333;
   }
			
div.comment_bubble .clipname_input_box {
   background:#FFFFFF url(../../../../../../grademark3/images/sprites/background_sprite_01.png) repeat-x scroll left -1610px;
   border:2px solid #999999;
   padding:0.5em;
   width:10.8em;
}
div.comment_bubble .clipname_input_box input {
   font-size: 100%;
   padding: 3px;
}       

   div.comment_bubble .clipname_input_box .button {/*Button Container*/
		margin-left: 0;
		padding:0px;
	}
	div.comment_bubble .clipname_input_box button {/*Button*/
		min-height: 0;
		padding: .2em;
		font-size:85%;
	}
   div.comment_bubble .clipname_input_box .clipname_cancel_link {
		color: #F00;
		font-size:90%;
		margin-left:.2em;
   }
   div.comment_bubble .clipname_input_box .clipname_button_container {
	text-align: left;
	padding-left:.1em;
   }                    
        
/*=COMMENT BUBBLE FOOT
=== === === === === === === === === */        
div.bubble_container  .comment_bubble .ft { 
	background:#FFFFFF url(../../../../../../grademark3/images/sprites/background_sprite_01.png) repeat-x left -2814px; 
}
	div.bubble_container .comment_bubble .bl { 
		background:#FFFFFF url(../../../../../../grademark3/images/sprites/background_sprite_01.png) no-repeat left -2752px; 
	}
	div.bubble_container .comment_bubble .br { 
		background:#e1e1e1 url(../../../../../../grademark3/images/sprites/background_sprite_01.png) no-repeat right -2792px; 
	}

	
div.text_counter {
    padding-left: .5em;
}

div.text_counter p {
	font-size:77%;
	color:#666;
}
/*---------------------------------------------
Turnitin Hover Bubble Style Sheet
Version: 1.0
Author: Alex Wolfe
Product: Product Name, Turnitin
---------------------------------------------*/

/*********  WHEN USING THIS WIGGET YOU MUST IE IMPORT THIS STYLESHEET ( hover_bubble_filter.css ) 
INTO THE HEAD OF YOUR DOCUMENT FROM THE ( filters ) FOLDER  ***********/

/*=HOVER BUBBLE
=== === === === === === === === === === === === === === === === === === === === === === === ===*/
.hover_bubble.yui-panel {
	border:none;
	color:#000;
}
/* :NOTE: TEXT FORMATTING: HOVER BUBBLE */
.hover_bubble.yui-panel .bd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

	.hover_bubble.yui-panel .bd h2 {
		font: bold 122% Georgia, "Times New Roman", Times, serif;
		padding-top:5px;
	}

	.hover_bubble.yui-panel .bd strong {
		font-weight:bold;
	}
	
	.hover_bubble.yui-panel .bd em {
		font-style:italic;
	}
	
	.hover_bubble.yui-panel .bd p { 
		padding-top:5px;
		font-size: 92%;
		line-height:160%;
	}

/* :NOTE: ClOSE BUTTON: HOVER BUBBLE */
.hover_bubble.yui-panel .container-close {
	top:8px;
	height:11px;
	width:11px;
	background:  url(../../../../../../grademark3/images/sprites/icons_sprite_01.png) no-repeat left -5220px;
	padding:0;
	right: 8px;
}

	.hover_bubble.yui-panel .container-close:hover {
		background:  url(../../../../../../grademark3/images/sprites/icons_sprite_01.png) no-repeat left -5280px;
	}

/* :NOTE: HEAD: HOVER BUBBLE */

.hover_bubble.yui-panel .hd {
	padding:0;
	border:none;
	background: #eeeeee url(../../../../../../grademark3/images/sprites/background_sprite_01.png) repeat-x left -350px;
	height:11px;
	margin-left:11px;
	margin-right:11px;
	text-align:left;
}


	.hover_bubble.yui-panel .hd .tl {
		width:11px;
		height:11px;
		top:0;
		left:0;
		background: url(../../../../../../grademark3/images/sprites/icons_sprite_01.png) no-repeat left -5590px;
		position:absolute; 
	}
	
	.hover_bubble.yui-panel .hd .tr {
		width:11px;
		height:11px;
		top:0;
		right:0;
		background: url(../../../../../../grademark3/images/sprites/icons_sprite_01.png) no-repeat right -5530px;	
		position:absolute; 
	}
	.hover_bubble.yui-panel .hd .t_hook { 
		background: url(../../../../../../grademark3/images/sprites/icons_sprite_01.png) no-repeat center -5712px;
		width:100%;
		margin-right:auto;
		margin-left:auto;
		padding:0px ; 
		position: absolute;
		top: -17px;
		height:20px; 
	}
		
	
	
/* :NOTE: BODY: HOVER BUBBLE */
.hover_bubble.yui-panel { 
border:none; 
background:  none ; 
max-width: 275px;
min-width: 65px;
overflow: visible;
}

	.hover_bubble.yui-panel .bd {
		border-right: 1px solid #CCCCCC;
		border-left: 1px solid #CCCCCC;
		background-color:#FFFFFF;
		overflow: none;
	}

		.hover_bubble.yui-panel .bd .content_text {
		overflow: auto;
		text-align: left;
		color: #333;
		font-size: 92%;
		line-height: 180%;
        width: 99%;
        max-height: 150px;
        
		}

/* :NOTE: FOOTER: HOVER BUBBLE */
.hover_bubble.yui-panel .ft { 
	background: #FFFFFF url(../../../../../../grademark3/images/sprites/background_sprite_01.png) repeat-x left -269px; 
	height:11px; 
	margin-right:11px;
	margin-left:11px;
	padding:0px ; 
	text-align:center;
	position: relative;
	overflow: visible;
}

	.hover_bubble.yui-panel .bl { 
		width:11px;
		height:11px; 
		bottom:0px;
		left:-11px; 
		background: url(../../../../../../grademark3/images/sprites/icons_sprite_01.png) no-repeat left -5470px; 
		position:absolute; 
	}
	.hover_bubble.yui-panel .br {
		width:11px;
		height:11px; 
		bottom:0px;
		right:-11px; 
		background: url(../../../../../../grademark3/images/sprites/icons_sprite_01.png) no-repeat right -5410px; 
		position:absolute; 
	}

/* :NOTE: HOOK: HOVER BUBBLE */
	.hover_bubble.yui-panel .ft .b_hook { 
		background:  url(../../../../../../grademark3/images/sprites/icons_sprite_01.png) no-repeat center -5652px;
		height:18px; 
		width:100%;
		margin-right:auto;
		margin-left:auto;
		padding:0px; 
		position: absolute;
		bottom: -17px;
	}

.view_bubble_reference_canvas {
    position: absolute;
    z-index: 54;
}
