﻿div.flow_auth {
	border:1px solid #DDE092;
	background:#ffffcc;
	margin-bottom:7px;
    -moz-box-shadow: 3px 3px 3px #bbb;
    -webkit-box-shadow: 3px 3px 3px #bbb;
    box-shadow: 3px 3px 3px #bbb;
	margin:0px;
	margin-bottom: 20px;
	background:#ffffaa;
	padding:7px;
	font-size:1.3em;
	font-weight:bold;
	color:#333;
}
div.flow_auth a.allow {
	float:right;
	padding:7px 15px;
	display:inline-block;
	border:1px solid #888;
	background:#ddd;
	color:#333;
	text-decoration:none;
	font-weight:normal;
	-moz-box-shadow: 1px 1px 1px #bbb;
    -webkit-box-shadow: 1px 1px 1px #bbb;
    box-shadow: 1px 1px 1px #bbb;
}
div.flow_auth span.desc {margin-left:5px;font-size:9px;}
div.flow_auth a.cancel {margin-left:5px;font-size:9px;}

div.container.auth {width:600px;margin-left:auto;margin-right:auto;text-align:center!important;}
div.container.auth div.header {width:600px!important;}
div.container.auth div.leftCol {margin-left:auto;margin-right:auto;}
div.container.auth div.leftCol div.login-tab-wrap {text-align:left;}

div.container.auth div.footer {text-align:center;}

#shib_mouseover input.search {width:225px;margin-left:4px;}
#shib_mouseover {white-space:nowrap;}
.menuHeader {color:black;font-weight:bold;
}
.folder_menu .menuHeader {padding-left:27px;}
.share_container.exists .title{color:#999;}
.share_container.exists .desc{font-size:0.9em;color:#AAA;}
.show_exists {font-size:0.9em;font-weight:normal;float:right;color:#666;}
#show_exists {float:right;}
.share_container{margin-bottom:20px;margin-left:15px;}
.share_container .title{font-size:1.1em;}
.share_container .title .link, .share_container .title .view{font-size:0.8em;margin-left:10px;text-decoration:none;}
.share_container .link.owner {color:#0070FF!important;cursor:default;}
.share_container .desc{font-size:0.9em;color:#666;}
h3.sharedarea{font-size:1.3em;}
h3.sharedarea .count{font-size:0.8em;color:#333;}
.inst{border:1px solid #777;background:#CDCDCD;color:#000;padding:10px;;margin-bottom:20px;text-indent:5px;margin-top:10px;}
#hide_sharedinfo {float:right;}
#reflist_control .mixedList {
	background: url(icn_warn.png) no-repeat bottom right;
}
	#reflist_control .mixedList .mixedListWarn {
		border:1px solid #aaa;
		background:#ffffcc;
		position:absolute;
		width:300px;
		top:60px;
		z-index:10000;
		display:none;
		text-align:left;
		padding:4px;
		color:black;
	}
div.folders span.folder_info.lbxHighlight{border:1px solid #bbb;background:#ededed!important;}
div.folders span.folder_info.lbxHighlight .selected{position:absolute;right:2px;}
#search_overlay{position:absolute;left:3px;top:9px;background:none;border:none;overflow:hidden;width:230px;white-space:nowrap;}
div.folders span.folder_info.selected {
	border:1px solid #bbb;background:#ededed!important;
}
div.folders span.folder_info.lbxHighlight{border:1px solid #bbb;background:#ededed!important;}
div.folders span.folder_info.lbxHighlight .selected{position:absolute;right:2px;}

/* Artfully masterminded by ZURB */
body {
	position: relative;
}

#joyRideTipContent,.joyride { display: none; }

/* Default styles for the container */
.joyride-tip-guide {
	position: absolute;
	background: #003670;
	background: rgba(0,54,112,0.9);
	display: none;
	color: #fff;
	width: 300px;
	z-index: 10000001;
	top: 0; /* keeps the page from scrolling when calculating position */
	left: 0;
	font-family: "HelveticaNeue", "Helvetica Neue", "Helvetica", Helvetica, Arial, Lucida, sans-serif;
	font-weight: normal;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-align:left;
}

.joyride-content-wrapper {
	padding: 10px 10px 15px 15px;
}

/* Mobile */
@media only screen and (max-width: 767px) {
	.joyride-tip-guide {
		width: 95% !important;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		left: 2.5% !important;
	}
	.joyride-tip-guide-wrapper {
		width: 100%;
	}
}


/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
.joyride-tip-guide span.joyride-nub {
	display: block;
	position: absolute;
	left: 22px;
	width: 0;
	height: 0;
	border: solid 14px;
	border: solid 14px;
}

.joyride-tip-guide span.joyride-nub.top {
	/*
	  IE7/IE8 Don't support rgba so we set the fallback
	  border color here. However, IE7/IE8 are also buggy
	  in that the fallback color doesn't work for
	  border-bottom-color so here we set the border-color
	  and override the top,left,right colors below.
	  */
	border-color: #003670;
	/*border-color: rgba(0,0,0,0.8); */

	border-color: rgba(0,54,112,0.9) !important;
	border-top-color: transparent !important;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
	top: -28px;
	bottom: none;
}

.joyride-tip-guide span.joyride-nub.bottom {
	/*
	  IE7/IE8 Don't support rgba so we set the fallback
	  border color here. However, IE7/IE8 are also buggy
	  in that the fallback color doesn't work for
	  border-top-color so here we set the border-color
	  and override the bottom,left,right colors below.
	  */
	border-color: #003670;
	border-color: rgba(0,54,112,0.9) !important;
	border-bottom-color: transparent !important;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
	bottom: -28px;
	bottom: none;
}

.joyride-tip-guide span.joyride-nub.right {
	border-color: #003670;
	border-color: rgba(0,54,112,0.9) !important;
	border-top-color: transparent !important;
	border-right-color: transparent !important;
	border-bottom-color: transparent !important;
	top: 22px;
	bottom: none;
	left: auto;
	right: -28px;
}

.joyride-tip-guide span.joyride-nub.left {
	border-color: #003670;
	border-color: rgba(0,54,112,0.9) !important;
	border-top-color: transparent !important;
	border-left-color: transparent !important;
	border-bottom-color: transparent !important;
	top: 22px;
	left: -28px;
	right: auto;
	bottom: none;
}

/* Typography */
.joyride-tip-guide h1,.joyride-tip-guide h2,.joyride-tip-guide h3,.joyride-tip-guide h4,.joyride-tip-guide h5,.joyride-tip-guide h6 {
	line-height: 1.25;
	margin: 0;
	font-weight: bold;
	color: #fff;
}
.joyride-tip-guide h1 { font-size: 30px; }
.joyride-tip-guide h2 { font-size: 26px; }
.joyride-tip-guide h3 { font-size: 22px; }
.joyride-tip-guide h4 { font-size: 18px; }
.joyride-tip-guide h5 { font-size: 16px; }
.joyride-tip-guide h6 { font-size: 14px; }
.joyride-tip-guide p {
	margin: 0 0 18px 0;
	font-size: 13px;
	line-height: 18px;
}
.joyride-tip-guide a {
	color: rgb(255,255,255);
	text-decoration: none;
	border-bottom: dotted 1px rgba(255,255,255,0.6);
}
.joyride-tip-guide a:hover {
	color: rgba(255,255,255,0.8);
	border-bottom: none;
}

/* Button Style */
.joyride-tip-guide .joyride-next-tip {
	width: auto;
	padding: 4px 18px 4px;
	font-size: 13px;
	color:#000;
	text-decoration: none;
	background:rgb(225,225,225);
	background: -moz-linear-gradient(top, rgb(225,225,225) 0%, rgb(175,175,175) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(225,225,225)), color-stop(100%,rgb(175,175,175)));
	background: -webkit-linear-gradient(top, rgb(225,225,225) 0%,rgb(175,175,175) 100%);
	background: -o-linear-gradient(top, rgb(225,225,225) 0%,rgb(175,175,175) 100%);
	background: -ms-linear-gradient(top, rgb(225,225,225) 0%,rgb(175,175,175) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DDDDDD', endColorstr='#CCCCCC',GradientType=0 );
	background: linear-gradient(top, rgb(225,225,225) 0%,rgb(175,175,175) 100%);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
	box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}

.joyride-next-tip:hover {
	color: rgb(255,255,255) !important;
	background:rgb(200,200,200);
	background: -moz-linear-gradient(top, rgb(200,200,200) 0%, rgb(150,150,150) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(200,200,200)), color-stop(100%,rgb(150,150,150)));
	background: -webkit-linear-gradient(top, rgb(200,200,200) 0%,rgb(150,150,150) 100%);
	background: -o-linear-gradient(top, rgb(200,200,200) 0%,rgb(150,150,150) 100%);
	background: -ms-linear-gradient(top, rgb(200,200,200) 0%,rgb(150,150,150) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CCCCCC', endColorstr='#BBBBBB',GradientType=0 );
	background: linear-gradient(top, rgb(200,200,200) 0%,rgb(150,150,150) 100%);
}

.joyride-timer-indicator-wrap {
	width: 50px;
	height: 3px;
	border: solid 1px rgba(255,255,255,0.1);
	position: absolute;
	right: 17px;
	bottom: 16px;
}
.joyride-timer-indicator {
	display: block;
	width: 0;
	height: inherit;
	background: rgba(255,255,255,0.25);
}

.joyride-close-tip {
	position: absolute;
	right: 10px;
	top: 10px;
	color: rgba(255,255,255,0.4) !important;
	text-decoration: none;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border-bottom: none !important;
}

.joyride-close-tip:hover {
	color: rgba(255,255,255,0.9) !important;
}

.joyride-modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	background: rgb(0,0,0);
	background: transparent;
	background: rgba(0,0,0, 0.5);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
	z-index: 100;
	display: none;
	top: 0;
	left: 0;
	cursor: pointer;
}

body.biblio #os_preview{position:absolute;left:15px;background:#CDCDCD;color:#000;z-index:100000001;padding:7px;border:1px solid #777;text-align:left;width:580px;}
#os_preview a{float:right;margin-right:13px;}
#os_preview select{margin-left:10px;float:left;margin-top:0px;margin-bottom:0px;}
#os_preview h3{float:left;font-size:1.2em;line-height:1.2em;}
#os_preview .content {overflow-y:auto;overflow-x:hidden;max-height:100px;width:98%;}
#os_preview .content.print {max-height:50px;}
.bib_selection h3 label {color:#333;font-size:12px;}
#file_type {margin-left:5px;}

.file_group{position:relative;float:left;}
.drop_file_inst{float:left;margin-right:5px;}
.file_overlay{border:1px dashed #888;background:#eee;padding:10px;width:630px;height:75px;font-size:1.2em;margin-bottom:20px;position:relative;}
.file_link{position: absolute;top: 0px;left: 0px;z-index: 1;white-space:nowrap;}
.file{position: absolute;text-align: right;-moz-opacity:0 ;filter:alpha(opacity: 0);opacity: 0;z-index: 2;left:-155px;cursor:pointer;}
.select_os{margin-right:5px;}
div.bib_selection label{width:auto!important;font-weight:normal!important;}
#bib_form h3{color: #ce550f;font-size: 14px;}
#output_style{margin-right:10px;width:325px;}
#output_preview_link{font-size:12px;}
body.biblio{overflow:hidden;}
.toggle{font-size:0.9em;color:#888;}

.toolPage .leftCol{width:355px;float:left;}
.toolPage .rightCol{width:375px;float:right;}
.toolPage h3{font-size:1.3em;display:inline-block;}
.toolPage .login_key{width:325px;font-size:10px;height:40px;margin-left:5px;margin-bottom: 10px;border:1px solid #333;-moz-box-shadow: 5px 5px 5px #888;-webkit-box-shadow: 5px 5px 5px #888;box-shadow: 5px 5px 5px #888;}
.toolPage .login_key_inst{margin-left:10px;margin-bottom:20px;}
.toolPage .summary{margin-left:10px;margin-bottom:20px;margin-top:10px;}
.toolPage .wnc_version{margin-left:10px;}
.toolPage .wnc_icon{width:48px;height:48px;display:inline-block;float:left;margin-right:10px;}
.toolPage .wnc_text{float:left;width:295px;margin-bottom:10px}
.toolPage .size,.toolPage .version{font-size:0.9em;color:#999;margin-left:5px;}
.toolPage .version, .toolPage .icn_help{float:left;}
.toolPage .icn_help{margin-left:10px;}
.toolPage .collapsible {margin-top:20px;}
.toolPage .collapsible h3{font-size:1.2em;}
.toolPage .collapsible .content{padding:0;width:100%}
.toolPage .toolPage .icon{float:left;}
.toolPage .release_notes{margin-top:20px;margin-bottom:0px;}
.toolPage .startdate{color:#999;font-size:0.9em;margin-bottom:20px;}
.wnc_icon.windows{background: url(icn_windows.png);background-position:0px 0px;}
.wnc_icon.mac{background: url(icn_mac.png);background-position:0px 0px;}
#wnc_version_template{display:none;}
#curr_wnc_ver{margin-bottom:40px;margin-top:20px;}
#wncSection { overflow: hidden; }

#spSearchResult{float:left;}
#spDB{float:right;}
#spTotalFound{clear:both;}

#smartAddResults{display:block;background:#fff;margin-bottom:10px;}
#smartAddResults h3{color: #CE550F;font-size: 14px;font-weight:normal;clear:both;;padding:5px;margin:3px}
#smartAddResults div.smartAddSample {background:rgba(240, 240, 240, 0.95);display:block;padding:5px;cursor:pointer;border:1px solid #888;margin:3px;}
#smartAddResults div.smartAddSample span.reference{/*color: #CE550F;*/}
#smartAddResults div.smartAddSample:hover {border:1px solid #777;background:#fff;color: #CE550F;}
#smartAddResults div.smartAddSample.selected{background:rgba(255, 255, 255, 0.95);}
#smartAddResults div.smartAddSample.selected span.reference{color: #333;}
#smartAddResults span.right{font-size:0.9em;float:right;color: #CE550F;}

#folder_template,#folder_menu_template{display:none;}
#folder_submenu_content span.icon{vertical-align:top;}
#folders-table{padding-top:3px;}

a.icon.first{vertical-align:top;}
span.dragHover{background:#DEDEDE!important; border:1px solid #CDCDCD!important;}

#reflist_control.fixed, #rightCol.fixed, #result_set > ul.fixed{position:fixed;top:0px;z-index:9999;}
#reflist_control.fixed {top:16px;width:700px;}
#result_set > ul.fixed{width:700px;background:#fff;border-bottom:1px solid #888;white-space:nowrap;}
#result_set > ul.fixed > li.first{width:100%;text-align:right;display:inline-block;}
div.overlay{position:absolute;top:0px;left:0px;z-index:9000;background:#fff;opacity:0.5;width:100%;height:100%;}
div.container > div.overlay{height:130px;}
#rightCol > div.belly > div.overlay{left:1px;width: 195px;}

div.reflist_bar{padding:0px!important;}
div.reflist_bar{margin-bottom:5px;margin-top:5px;background:#ededed;border:1px solid #dedede;height:22px;}
div.reflist_bar:hover,div.reflist_bar.dragging{ border:1px solid #CDCDCD;background:#DEDEDE}
div.reflist_bar div.reflist_label input{margin-top:4px;}
div.reflist_bar div.reflist_actions .icon{margin-top:3px;}

div.reflist_bar[draggable=true]:hover div.reflist_label, 
div.reflist_bar[draggable=true].dragging div.reflist_label {background:transparent url(bg_drag_helper_hover.png) left center no-repeat;}
div.reflist_bar[draggable=true] div.reflist_label{background:transparent url(bg_drag_helper.png) left center no-repeat;height:22px;}
div.reflist_bar[draggable=true]:hover div.reflist_actions,
div.reflist_bar[draggable=true].dragging div.reflist_actions{background:transparent url(bg_drag_helper_hover.png) right center no-repeat;}
div.reflist_bar[draggable=true] div.reflist_actions{padding-right:15px;background:transparent url(bg_drag_helper.png) right center no-repeat;height:22px;}


div.reflist_bar.cite{height:40px;margin:0px;overflow:hidden;}
div.reflist_bar.cite div.reflist_info{text-align:left;}
div.reflist_bar.cite div.reflist_label{height:40px;width:45px;cursor:move;}
div.reflist_bar.cite div.reflist_label input{margin-top:15px;}
div.reflist_bar.cite div.reference{float:left;width:550px;display:table;}
div.reflist_bar.cite div.reference div.height{height:40px;}
div.reflist_bar.cite div.reference div.valign{display:table-cell;vertical-align:middle;white-space:normal;}
div.reflist_bar.cite div.reference div.valign div.ie{text-indent:-5px;}
div.reflist_bar.cite div.reference div.valign span{white-space:normal;}
div.reflist_bar.cite div.reflist_actions{height:40px;vertical-align:middle;cursor:move;float:right;}
div.reflist_bar.cite div.reflist_actions .icon{margin-top:12px;}

div.reflist_bar[draggable=true], #reflist_selection label[draggable=true]{cursor:move;}
div.reflist_bar.disable, #reflist_selection label.disable{cursor:default;}
div.reflist_bar a, div.reflist_bar input, div.reflist_bar span.reflist_dropdown{cursor:pointer;}

#reflist_selection{margin-top:3px;margin-left:5px;height:23px;white-space:nowrap;vertical-align:middle;}
#reflist_selection label[draggable=false]
{
	background-image:none;
}
label[draggable]
{
	background:#ededed url(bg_drag_helper.png) right center no-repeat;
	border:1px solid #dedede;
	height:15px;
	margin-right:5px;
	padding:3px;
	padding-right:13px;
	padding-left:0px;
	vertical-align:middle;
	line-height:15px;
	font-weight:normal;
	font-size: 10px;
}
#reflist_selection label[draggable=true]:hover{background:#DEDEDE url(bg_drag_helper_hover.png) right center no-repeat; border:1px solid #CDCDCD;}
label[draggable] input{cursor:default;vertical-align:middle;margin-bottom:5px;}

div.reflist_row.full_view_bar{text-align:center;}
div.reflist_row.full_view_bar .icon{margin-right:5px;}
div.reflist_container
{
	clear:both;
	margin-bottom:5px;
	padding:5px 0;
	vertical-align:middle;
}
div.reflist_row
{
	padding:2px;
	text-align:left;
	vertical-align:middle;
	white-space:nowrap;
	clear:both;
}
div.reflist_label
{
	float:left;
	/*direction: rtl;  this breaks Korean text in parentesis on labels*/
	width:20%;
	text-align:right;
	vertical-align:top;
	font-weight:bold;
	display:inline-block;
	zoom: 1;
  *display: inline;
}
div.comment.label
{
	min-width: 100px;
  margin: 0.5em 3px 0.5em 0; 
  float: none;
  text-align: right;
  vertical-align: top; 
  font-weight: bold;
  display: inline-block;
  zoom: 1; 
  *display: inline
}

div.standard div.reflist_label
{
	width:15%;
}
span.full_view_label
{
	white-space:normal;
}
div.reflist_value
{
	float:right;
	vertical-align:top;
	white-space:normal;
	width:79%;
	display:inline-block;
	zoom: 1;
  *display: inline;
    overflow:hidden;
}
div.standard div.reflist_value
{
		width:83%;
}
div.reflist_os_value
{
	vertical-align:top;
	white-space:normal;
}
div.reflist_label input
{
	margin-left:15px;
	float:left;
}
div.reflist_info
{
	text-align:center;
}
span.reflist_id
{
	float:left;
	padding-left:10px;
}
div.header_left
{
	border-right:1px solid #888;
}
.reflist_actions .icon
{
	margin-left:3px;
}
.reflist_actions
{
	padding:0 3px 0 3px;
	vertical-align:top;
}
div.reflist_actions
{
	float:right;
	display:inline-block;
  *display: inline;
  zoom: 1;
}
.reflist_actions.bottom
{
	vertical-align:bottom;
}
div.header_right
{
	border-left:1px solid #888;
}
span.cite_spacing
{
	display:inline-block;
	padding-right:10px;
}
span.authors_dropdown
{
	white-space:nowrap;
}
div.authors_menu
{
	padding:3px;
	display:none;
	border:1px solid #888;
	background:#E6E6E6;
	z-index:21000;
	position:absolute;
	left:0;
	top:0;
}
#reset_pw_form {
    margin: 0 15px;
}

#reset_pw_enter {
    width: 243px;
    padding: 5px
}

.show-box {
    background-color: #dcdcdc;
    width: 55px;
    border: 1px solid #bbb;
    float: left;
    margin-top: .5em;
    margin-left: -1px;
    padding-left: 3px;
    padding-top: 3px;
    height: 20px;
}
input, label {
    display: inline;
}
   
.show-box-login {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border: none;
    cursor: pointer;
    position: relative;
    left: -3px;
    position: relative;
}

.reset-pw-rule {
    font-size: 0.9em;
    color: #888;
    margin-bottom: 10px;
}

.forgot-pw-input {
    width: 300px;
    padding: 5px
}

div.authors_menu.opened
{
	display:block;
	z-index:21000;
	text-align:left;
}
div.reflist_dropdown
{
	position:relative;
	margin-right:5px;
	padding:5px 0;
	vertical-align:middle;
	position:relative;
	display:inline-block;
	zoom: 1;
  *display: inline;
}
span.reflist_dropdown span.icn_bullet_arrow_right
{
 height:12px;
}
div.menu_dropdown.opened
{
	display:block;
	text-align:left;
}
div.menu_dropdown
{
	z-index:21000;
	padding:3px;
	position:absolute;
	left:0;
	top:30px;
	border:1px solid #888;
	background:#E6E6E6;
	display:none;
}
div.menu_dropdown a
{
	font-size:1.0em;
	line-height:1.0em;
	overflow:hidden;
	white-space:nowrap;
	text-align:left;
	display:block;
	margin-bottom:3px;
	text-decoration:none;
}
div.menu_dropdown a.folder_event, div.menu_dropdown a.attachment_link
{
	white-space:normal;
}
div.folder-group span.folder_info span.folderlink
{
	display: inline-block; 
	white-space: normal; 
	width: 80%;
}
div.menu_dropdown a:hover
{
	background:#ddd;
}
.HLITE
{
    background-color: #FFFF99
}
.defaultButton
{
 font-weight:bold;
}
.message_content
{
	z-index:19999;
	position:fixed;
	bottom:5px;
	right:5px;
}

.message_content span.icn_close
{
	display:inline;
	cursor:pointer;
	float:right;
	vertical-align:middle;
	background: url(icn_close.png) no-repeat 3px center;
}
.message_content span.message_title
{
	float:left;
	background:transparent;
	height:16px;
	
	display: -moz-inline-box;
	display: inline-block;
	/*overflow: hidden;
	vertical-align: bottom;
	position: relative;*/
}
.message_content div.detailed
{
	clear:both;
	border-top:1px solid #000;
	background:#fff;
	padding:5px;
	color:#333;
	line-height: 14px;
	font-size: 12px;
	text-align:left;
	max-height:200px;
	overflow-y:auto;
}
.message_content div.title
{
	background:transparent;
	vertical-align:middle;
	padding:3px;
	height:20px;
}
.dialog_loading
{
	float:left;
	vertical-align:middle;
	margin-right:5px;
}

.ui-state-default, .ui-widget-content .ui-state-default 
{
	background: #e3e3e3;
	border: 1px solid #bfbfbf;
	padding: 7px 5px; 
	}

	


	
.ui-state-error, .ui-widget-content .ui-state-error 
{
	z-index:19999;
	display:block;
	color:#FFFFFF;
	line-height: 16px;
	font-size: 14px;
	font-weight: normal;
	width:195px;
	float:right;
	clear:both;
	border:1px solid #7c2a2a;
	margin-top:10px;
	background:#FFFFFF url(bg_red.png) left top repeat-x;
	}

.ui-state-highlight, .ui-widget-content .ui-state-highlight 
{
	z-index:19999;
	display:block;
	color:#FFFFFF;
	line-height: 20px;
	font-size: 14px;
	font-weight: normal;
	width:195px;
	float:right;
	clear:both;
	border:1px solid #364f04;
	margin-top:10px;
	background:#FFFFFF url(bg_green.png) left top repeat-x;
}

.ui-state-processing, .ui-widget-content .ui-state-processing 
{
	z-index:19999;
	background:#333;
	display:block;
	color:#FFFFFF;
	line-height: 20px;
	font-size: 14px;
	font-weight: normal;
	width:195px;
	float:right;
	clear:both;
	border:1px solid #003c6c;
	margin-top:10px;
	background:#FFFFFF url(bg_dialog_top.png) left top repeat-x;
}

/************common RW classes*********************/
select.ext_author_lookup{width:100px;}
.red
{
	color:Red!important;
}
#fs_advFields > *
{
	padding-right:20px;
	color:Red;
}
.icnadd 
{ 
	background: url(icn_add.png) no-repeat; 
	cursor:pointer;
}
.hidden
{
	display:none!important;
}
.content
{
	width:90%;
	padding-left:10px;
}
table.editrss
{
	padding:0px;
	margin:0px;
	width:80%;
}
table.content, table.editrss td > *
{
	width:100%;
}
table.editrss td > textarea
{
	height:50px;
}
.collapsibleClosed, .hidden
{
	display:none;
}
.uid
{
	display:none;
}
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */

.modal-content {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    width: 800px;
}

/* The Close Button */

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.modelcontent {
    width: 80%;
    overflow: hidden;
    padding: 50px 40px 50px 40px;
    margin-right: auto;
    margin-left: auto;
}

.btngrpp {
    text-align: center !important;
    display: inline-block;
    background: url(btn_manage.png) no-repeat 0 0;
    padding-left: 8px !important;
}

#logout {
    color: black;
    font-weight: inherit;
    text-decoration: none;
}

.logout {
    color: black;
    font-weight: inherit;
    text-decoration: none;
}

.textaligncenter h1 {
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

.modelcontent.textaligncenter p {
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
}

.refworks .container .topBanner {
	height: 25px;
    margin: 10px 0;
    position: relative;
	width: 100%;
	z-index: 6003;
}

.refworks .container .upgradeRefworksSection {
	width: 38%;
    float: left;
	min-height: 10px;
}

.refworks .container .topBannerLinks {
	width: 62%;
    float: left;
	margin-top: 4px;
}

.refworks .container .upgradeRefworksBtn {
	background-color: #c86c23;
    color: white;
    border-radius: 5px;
    border: 0px;
	margin-left:10px;
    height: 25px;
	padding: 0 15px;
    color: #fff;
}

.refworks .container .upgradeRefworksBtn:hover {
	cursor: pointer;
}

.refworks .container .upgradeLearnMore {
    font: 10px/18px Arial, Helvetica, sans-serif;
    color: #ce550f;
    z-index: 6002;
	margin-left: 10px;
}

.btngrpp button 
    color: #000;
    font-weight: bold;
    display: inline-block;
    position: relative;
    cursor: pointer;
    text-align: center !important;
    background: url(btn_manage.png) no-repeat 0 0;
    background: url(btn_manage.png) no-repeat right -74px;
    padding-right: 18px;
    line-height: 2.5;
    padding-left: 8px !important;
    border: none;
}

.modelcontent .left {
    width: 10%;
    float: left;
}

.modelcontent .right {
    float: right;
    width: 85%;
}

.modelcontent .center {
    margin: auto;
}
.modelcontent .importantNoticeHeader .center{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.modelcontent .importantNoticeHeader .modeltitle {
    color: #222222;
    font-weight: bold;
    font-size: 22px;
}

h1.modeltitle {
    margin: 0px;
    font-size: 20px;
    text-align: center;
}

p.modelsecription {
    margin-top: 5px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
}

.well {
    background: #f5f5f5;
    padding: 25px;
    line-height: 23px;
    font-family: 'Roboto', sans-serif;
}

.btngroup {
    margin-top: 20px;
}

.btngroup .btn {
    border: 0px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    padding: 10px 0px;
    width: 45%;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}


.yesbtn {
    background: #C45A00;
    min-height: 56px;
    font-size: 17px !important;
    margin-left: 50px;
}

.yesbtn:hover {
    background: #f07731;
}
.notbn:hover span{
    text-decoration: underline;
    color: #f07731;
}

.warnbtn {
    background: #B4011D;
    min-height: 56px;
}

.nobtn {
    background: #767676;
    position: relative;
    min-height: 56px;
    left: 15px;
}

button.btn.nobtn span {
    font-size: 11px;
    font-weight: 100 !important;
}
.orangec-text {
    color: #ce550f;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    text-decoration: underline;
}
.orangec-text:hover {
    color: #f07731;
    text-decoration: underline;
}
.orangec {
    color: #ce550f;
    font-size: 13px;
    cursor: pointer;
    font-weight: normal;
    text-decoration: underline;
}
.orangec:hover {
    color: #f07731;
    text-decoration: underline;
}
.orangec-new {
    color: #000;
    font-weight: bold;
    display: inline-block;
    position: relative;
    height: 37px;
    text-align: center !important;
    background: url(btn_manage.png) no-repeat right -74px;
    padding-right: 18px;
    line-height: 2.5;
    padding-left: 8px !important;
}

.modelfooter p {
    text-align: center;
}


.removemodel .modal-content {
    padding: 0px;
}

.centerdiv {
    text-align: center !important;
}

.modelcontent .fa-exclamation-triangle {
    color: #b4011d;
    font-size: 60px;
    padding-bottom: 30px;
}

.center-container {
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.impline {
    color: #D0021B;
    font-weight: 100;
	font-size: 20px;
}

.remove-description {
	font-size: 15px;
}

.btngrpp i.fa.fa-close {
    color: #FE6061;
    padding: 0px 11px 0px 2px;
    font-size: 19px;
    cursor: pointer;
}

.submenu ul
{
	z-index:9000!important;
	border-left:1px solid #bbb;
	border-right:1px solid #bbb;
	max-height:500px;
	width:200px!important;
	overflow:auto;
	list-style:none;
}
.submenu ul li
{
	width:auto!important;
	height:auto!important;
	background-image:none;
	white-space:normal!important;
}
li.opened .submenu ul li a
{
	padding-top:6px!important;
	padding-bottom:6px!important;
	border:none!important;
	width:auto!important;
	max-width:200px!important;
	height:auto!important;
	white-space:normal!important;
	line-height:normal!important;
}
.hovertip {
  position: absolute;
  padding: 3px;
  z-index: 2;
  width: 300px;

  color: #303030;
  background-color: InfoBackground;
  border: 1px solid #000000;

  font-family: Tahoma;
  font-size: 11px;
  font-weight: normal;
  line-height: 15px;
  text-align: left;
}
/************end common RW classes*****************/

/*------------------------------------------------*/
/* @group reset stuff */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline; }
	
body 
{
	line-height: 14px;
	font-size: 12px;
	color: #333333;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif; }

table {
	border-collapse: separate;
	border-spacing: 0; }

caption, th, td {
	text-align: left;
	font-weight: normal; }

table, td, th { vertical-align: middle; }

blockquote:before, blockquote:after, q:before, q:after { content: ""; }

blockquote, q { quotes: "" ""; }

a img { border: none; }
/* Headings-------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	color: #ce550f;
	margin-bottom: 14px;
	line-height: 1; }

h1 { font-size: 36px; }

h2 { font-size: 24px; }

h3 { font-size: 18px; }

h4 { font-size: 14px; }

h5 {
	font-size: 18px;
	font-weight: bold; }

h6 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img { margin: 0; }

/* Text elements
-------------------------------------------------------------- */
p { margin: 0 0 14px; }
p.text-right{text-align:right;}

img.left {
	float: left;
	margin: 0 18px 36px 0;
	padding: 0;
	border: 1px solid #ccc;
	width: 229px;
	height: 119px; }

img.right {
	float: right;
	margin: 0 0 36px 18px;
	border: 1px solid #ccc;
	width: 229px;
	height: 119px; }

a:focus, 
a:hover {
	color: #f07731;
	text-decoration: underline; }

a {
	color: #ce550f;
	text-decoration: underline; }

blockquote {
	margin: 14px;
	color: #666;
	font-style: italic; }

strong { font-weight: bold; }

em,dfn { font-style: italic; }

dfn { font-weight: bold; }

/*sup, sub { line-height: 0; }*/

abbr, 
acronym { border-bottom: 1px dotted #666; }

address {
	margin: 0 0 14px;
	font-style: italic; }

del { color: #666; }

pre {
	margin: 14px 0;
	white-space: pre; }

pre,code,tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 14px; }

/* Lists
-------------------------------------------------------------- */
li ul, 
li ol { margin: 0 18px; }

ul, ol { margin: 0 18px 14px 18px; }

ul { list-style-type: disc; }

ol { list-style-type: decimal; }

dl { margin: 0 0 14px 0; }

	dl dt { font-weight: bold; }

dd { margin-left: 18px; }

/* Tables
-------------------------------------------------------------- */
table { margin-bottom: 14px; }

th { font-weight: bold; }

thead th { background: #e6e6e6; }

th,td,caption { padding: 4px 10px 4px 5px; }

tr.even td { background: #e5ecf9; }

tfoot { font-style: italic; }

caption { background: #eee; }

/* Misc classes
-------------------------------------------------------------- */
.small {
	font-size: 0.9em;
	margin-bottom: 14px;
	line-height: 14px; }

.large {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 14px; }

.hide { display: none; }

.hide508 {
	position: absolute;
	top: -999em;
	left: -999em;
	width: 1%;
	overflow: hidden; }

.quiet { color: #666; }

.loud { color: #000; }

.highlight { background: #ff0; }

.added {
	background: #060;
	color: #fff; }

.removed {
	background: #900;
	color: #fff; }

.first {
	margin-left: 0;
	padding-left: 0; }

.last {
	margin-right: 0;
	padding-right: 0; }

.top {
	margin-top: -3px!important;
	padding-top: 0; }

.bottom {
	margin-bottom: 0;
	padding-bottom: 0; }
.hover { background: #fcfcf4; }	

/* @end misc */
/* @group grid stuff */
/* `Containers
----------------------------------------------------------------------------------------------------*/
.container_16 {
	margin-left: auto;
	margin-right: auto;
	width: 960px; }

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px; }

.container_16 .grid_4 { width: 220px; }

.container_16 .grid_8 { width: 460px; }

.container_16 .grid_12 { width: 700px; }

.container_16 .grid_16 { width: 940px; }

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha { margin-left: 0; }

.omega { margin-right: 0; }

/* `Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .grid_1 { width: 40px; }

.container_16 .grid_2 { width: 100px; }

.container_16 .grid_3 { width: 160px; }

.container_16 .grid_5 { width: 280px; }

.container_16 .grid_6 { width: 340px; }

.container_16 .grid_7 { width: 400px; }

.container_16 .grid_9 { width: 520px; }

.container_16 .grid_10 { width: 580px; }

.container_16 .grid_11 { width: 580px; }

.container_16 .grid_13 { width: 760px; }

.container_16 .grid_14 { width: 820px; }

.container_16 .grid_15 { width: 880px; }

/* `Prefix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/
.container_16 .prefix_4 { padding-left: 240px; }

.container_16 .prefix_8 { padding-left: 480px; }

.container_16 .prefix_12 { padding-left: 720px; }

/* `Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .prefix_1 { padding-left: 60px; }

.container_16 .prefix_2 { padding-left: 120px; }

.container_16 .prefix_3 { padding-left: 180px; }

.container_16 .prefix_5 { padding-left: 300px; }

.container_16 .prefix_6 { padding-left: 360px; }

.container_16 .prefix_7 { padding-left: 420px; }

.container_16 .prefix_9 { padding-left: 540px; }

.container_16 .prefix_10 { padding-left: 600px; }

.container_16 .prefix_11 { padding-left: 660px; }

.container_16 .prefix_13 { padding-left: 780px; }

.container_16 .prefix_14 { padding-left: 840px; }

.container_16 .prefix_15 { padding-left: 900px; }

/* `Suffix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/
.container_16 .suffix_4 { padding-right: 240px; }

.container_16 .suffix_8 { padding-right: 480px; }

.container_16 .suffix_12 { padding-right: 720px; }

/* `Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .suffix_1 { padding-right: 60px; }

.container_16 .suffix_2 { padding-right: 120px; }

.container_16 .suffix_3 { padding-right: 180px; }

.container_16 .suffix_5 { padding-right: 300px; }

.container_16 .suffix_6 { padding-right: 360px; }

.container_16 .suffix_7 { padding-right: 420px; }

.container_16 .suffix_9 { padding-right: 540px; }

.container_16 .suffix_10 { padding-right: 600px; }

.container_16 .suffix_11 { padding-right: 660px; }

.container_16 .suffix_13 { padding-right: 780px; }

.container_16 .suffix_14 { padding-right: 840px; }

.container_16 .suffix_15 { padding-right: 900px; }

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0; }

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0; }

.clearfix { display: inline-block; }

* html .clearfix { height: 1%; }

.clearfix { display: block; }

/* @end grid stuff */
/* @group form stuff */
label { font-weight: bold; }

fieldset {
	padding: 1.4em;
	margin: 0 0 1.5em 0;
	border: 1px solid #ccc; }

legend {
	font-weight: bold;
	font-size: 1.2em; }

input[type=text],
input[type="password"],
input.text, input.title, 
textarea, select {
	background-color: #fff;
	border: 1px solid #bbb; }

input[type=text]:focus,
input[type="password"]:focus, 
input.text:focus, input.title:focus, 
textarea:focus, select:focus { border-color: #666; }

input[type=text], 
input[type="password"],
input.text, input.title,
textarea, select { margin: 0.5em 0; }

input.text, 
input.title {
	width: 300px;
	padding: 5px; }

input.title { font-size: 1.5em; }

textarea {
	width: 390px;
	height: 250px;
	padding: 5px; }

form.inline { line-height: 3; }

	form.inline p { margin-bottom: 0; }

#search-online h2 {
	display: inline;
	vertical-align:top}




/* @end form stuff  */
.nne {
	position: absolute !important;
	top: -3000px !important;
	left: -3000px !important;
	width: 1% !important; }

.ir 
{
	display: -moz-inline-box;
	display: inline-block;
	overflow: hidden;
	text-indent: -3000px;
	*text-indent: 0px;
	font: 0/0 Arial;
	color: rgba(255,255,255,0);
	text-decoration: none; }

.icon 
{
	background: url(icn_sprite_1.png);
	width: 16px;
	height: 16px;
	position: relative;
	text-decoration: none !important; }
.icn_dropdown_arrw{background-position:-32px -96px;}
.icn_folder_link{background-position:-16px -96px;}
.icn_share_default{background-position:0px -96px;}
.icn_mylist_add{background-position:-112px -80px;}
.icn_mylist_remove{background-position:-96px -80px;}
.icn_openurl{background-position:-80px -80px;}
.icn_refworks{background-position:-64px -80px;}
.icn_edit{background-position:0 0;}
.icn_mag{background-position:-16px 0;}
.icn_view{background-position:-16px 0;}
.icn_cite{background-position:-32px 0;}
.icn_mylist_in{background-position:-48px 0;}
.icn_attach{background-position:-64px 0;}
.icn_attachment{background-position:-64px 0;}
.icn_note{background-position:-80px 0;}
.icn_notes{background-position:-80px 0;}
.icn_download {background-position:-96px 0;}
.icn_world_edit {background-position:-112px 0;}
.icn_printer {background-position:0 -16px;}
.icn_pubmed {background-position:-16px -16px;}
.icn_duplicate {background-position:-32px -16px;}
.icn_import {background-position:-48px -16px;}
.icn_rss_sm {background-position:-64px -16px;}
.icn_external_search {background-position:-80px -16px;}
.icn_attachment_on {background-position:-96px -16px;}
.icn_attachment_off {background-position:-112px -16px;}
.icn_gear {background-position:0 -32px;}
.icn_scopus {background-position:-16px -32px;}
.icn_export {background-position:-32px -32px;}
.icn_pencil {background-position:-48px -32px;}
.icn_email {background-position:-64px -32px;}
.icn_backup_restore {background-position:-80px -32px;}
.icn_folder_edit {background-position:-96px -32px;}
.icn_folder_user {background-position:-112px -32px;}
.icn_chart_bar {background-position:0 -48px;}
.inc_folder_wrench {background-position:-16px -48px;}
.icn_folder_go {background-position:-32px -48px;}
.icn_help {background-position:-48px -48px;}
.icn_information {background-position:-64px -48px;}
.icn_arrow_refresh {background-position:-80px -48px;}
.icn_exclamation {background-position:-96px -48px;}
.icn_clock {background-position:-112px -48px;}
.icn_notice {background-position:0 -64px;}
.icn_infolder {background-position:-16px -64px;}
.icn_folder_add {background-position:-32px -64px;}
.icn_folder_delete {background-position:-48px -64px;}
.icn_add {background-position:-64px -64px;}
.icn_disk {background-position:-80px -64px;}
.icn_delete {background-position:-96px -64px;}
.icn_bullet_arrow_down {background-position:-112px -64px;margin-right:5px;}
.icn_bullet_arrow_up {background-position:0 -80px;}
.icn_bullet_arrow_right {background-position:-16px -80px;margin-right:5px;}
.icn_arw_right {background-position:-32px -80px;}
.icn_arw_left {background-position:-48px -80px;}
.icn_folder_globe {background-position:-48px -96px;}
.icn_drag {background-position:-64px -96px;}
.icn_word {background-position:-80px -96px;}
.icn_hangul {background-position:-96px -96px;}
.icn_apple {background-position:-112px -96px;}
.icn_windows {background-position:0px -112px;}
.icn_min {background-position:-16px -112px;}
.icn_max {background-position:-32px -112px;}
.icn_smartadd {background-position:-48px -112px;}
.icn_twitter {background-position:-64px -112px;}
.icn_facebook {background-position:-80px -112px;}
.icn_infolder_gr {background-position:-96px -112px;}
.icn_folder_go_gr {background-position:-112px -112px;}
.icn_folder_user_gr {background-position:0px -128px;}
.icn_biblio {background-position:-16px -128px;}
.icn_cusomize {background-position:-32px -128px;}
.icn_notinfolder {background-position:-48px -128px;}
.icn_addcomment {background-position:-64px -128px;}
.icn_user_arrow_down {background-position:-80px -128px;}
.icn_user_arrow_right {background-position:-96px -128px;}
.icn_warn {background-position:-112px -128px;}
.icn_disk_disabled {background-position:-0px -144px;}
.informaion-link {
	color: #ce550f;
	padding-left: 18px;
	top: 0px;
	left: 560px;
	position: absolute; }

.help-link {
	color: #ce550f;
	padding-left: 18px;
	top: 25px;
	right: 10px;
	position: absolute;
	text-decoration: none; }

.icn_information_form {
	background: url(icn_information.png) no-repeat left center;
	color: #ce550f;
	padding-left: 20px;
	text-decoration: none; }



/* @group .processForms */
.processForms {
	padding: 18px;
	text-align: left; }

	.processForms h2 {
		color: #ce550f;
		font-size: 14px;
		margin-bottom: 6px;
		padding-top: 12px; }

	.processForms .request_link {
		margin-left: 34px;
		margin-bottom: 20px;
		display: inline-block; }

	/* @group div.collapsible */
div.collapsible h3 span.icon { background-position:-16px -80px; margin-right:5px;}
div.collapsible h3 {color: #ce550f;font-size: 14px;cursor: pointer; }
div.collapsible #btn_add-more-search{margin-left:70px; }
div.collapsible.opened h3 span.icon{ background-position:-112px -64px;margin-right:5px;}
div.collapsible.opened div.content{display:block;}

	/* @end .processForms .collapsible */
.processForms fieldset {
		border: none;
		padding: 0;
		margin-bottom: 6px; }

		.processForms fieldset fieldset:first-child { padding-top: 20px; }

		.processForms fieldset p {
			margin-bottom: 0;
			padding-left: 253px; }

		.processForms fieldset label {
			width: 253px;
			display: inline-block;
			text-align: right;
			font-weight: normal; }

			.processForms fieldset label.btn_radio {
				width: auto;
				display: inline;
				text-align: left; }

		.processForms fieldset textarea {
			vertical-align: baseline;
			width: 238px;
			height: 65px;
			margin: 0; }

		.processForms fieldset input.textWide {
			width: 248px;
			border: 1px solid #bbb;
			margin: 0; }

		.processForms fieldset select {
			width: 206px;
			border: 1px solid #bbb;
			margin: 0; }

			.processForms fieldset select.mid,
		.processForms fieldset input.mid { width: 120px; }

			.processForms fieldset select.small,
		.processForms fieldset input.small { width: 60px; }

			.processForms fieldset select.large{
				width:270px;}

	/* @group .processForms .buttons */
.processForms .buttonz {
		text-align: right;
		padding-top: 18px; }

	.processForms .buttons {
		text-align: right;
		padding-top: 18px; }

	/* @end .processForms .buttons */
/* @group .processForms .rich-text-icons */
.processForms .rich-text-icons {
		display: inline;
		width: 100px; }

		.processForms .rich-text-icons button {
			border: none;
			background: none;
			width: 16px;
			height: 16px;
			cursor: pointer;
			vertical-align: text-top; }

/* @end .processForms .rich-text-icons */
/* @end .processForms */


/* @group .ui-dialog */


/* @end .ui-dialog */
/* @group colors */
.orange,.orange a { color: #ce550f; }

.border-bottom-dashed, .border_bottom, tr.border-bottom-dashed > td { border-bottom: 1px dashed #888888; }

.consentPrivacyPolicy{
	clear:both;
	width:600px;
	padding:10px;
	padding-bottom:0px;
	padding-left:100px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px; 
}

.privacyPolicyParagraph{
    background: #f7f6f6;
    padding: 10px;
	margin-left: 30px;
	margin-right: 85px;
	line-height:1.3;
}
/*@end .consentPrivacyPolicy */

.importantNotice {
	clear:both;
	width:500px;
	background:#f7f6f6;
	padding:10px;
	padding-bottom:0px;
	margin-left:105px;
	margin-right:278px;
	margin-bottom:15px;
}

.importantNoticeParagraph {
	margin-top:10px;
	line-height:1.3;
}

/*@end .importantNotice */

/* @end colors */
/* @group .container .header */
.container .header {
	background: url(bg_header.png) repeat-x left top;
	position: relative;
	border: 1px solid #002c4f;
	height: 74px;
	width: 938px; }

	.container .header h1 {
		background: url(txt_logo.png) no-repeat;
		width: 180px;
		height: 40px;
		position: absolute;
		top: 20px;
		left: 14px; }

		.container .header h1 a {
			display: block;
			width: 180px;
			height: 32px; }

	.container .header .groupInfo {
		position: absolute;
		right: 7px;
		top: 7px;
		width: 300px;
		text-align: right; }

		.container .header .groupInfo h2 {
			font-size: 14px;
			line-height: 18px;
			margin: 0;
		color: #fff; }
		.container .header .groupInfo h3 {
			font-size: 16px;
			line-height: 18px;
			margin: 0;
		color: #fff; }
		.container .header .groupInfo h4 {
			font-size: 12px;
			line-height: 18px;
			margin: 0;
		color: #ddd; }
		.container .header .groupInfo h4.readOnly {
			color:red;
		}

		.container .header .groupInfo img {
			border: 1px solid #002c4f;
			width: 62px;
			height: 58px;
			background: #fff;
			display: inline-block;
			float: right;
			margin-left: 10px; }

/* @end .container .header */
/* @group .container .mainNav */
.container .mainNav {
	background: url(shadow_header.png) no-repeat right bottom;
	padding: 74px 6px 7px 0;
	margin-top: -74px;
	margin-bottom: 7px;
	position: relative;
	z-index:6001; }

	.container .mainNav div {
		background: #a8a8a8 url(bg_main_nav.png) repeat-x left -35px;
		border: 1px solid #7c7c7c;
		border-top: none;
		border-radius: 0 0 5px 5px;
		-webkit-border-bottom-left-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		-moz-border-radius: 0 0 5px 5px; }

		.container .mainNav div ul {
			background: url(bg_main_nav.png) no-repeat left top;
			margin: 0;
			padding: 0;
			position: relative; }

			.container .mainNav div ul li {
				display: inline-block;
				position: relative;
				z-index: 2000;
				height: 32px;
				vertical-align: top; }

				.container .mainNav div ul li.first { margin-left: 5px; }

				.container .mainNav div ul li.last {  }

				.container .mainNav div ul li a 
				{
					border-left: 1px solid transparent;
				border-right: 1px solid transparent;
					height: 32px;
					text-decoration: none;
					color: #fff;
					font: 14px/32px Arial, Helvetica, sans-serif;
					display: block;
					padding: 0 10px; }

	.container .mainNav div ul li a:active,
	.container .mainNav div ul li a.active,
	.container .mainNav div ul li.current a,
	.container .mainNav div ul li.infocus a,
	.container .mainNav div ul li.opened a 
	{
				border-left: 1px solid #BBBBBB;
				border-right: 1px solid #BBBBBB;
						background: #DFDFDF;
						color: #333333;
						}

				.container .mainNav div ul li ul {
					position: absolute;
					top: -999em;
					left: -999em; }

				.container .mainNav div ul li.opened ul {
					top: 31px;
					left: 0;
					border-top: 1px solid #BBBBBB;
					height: auto;
					width: auto;
					padding: 0; }

					.container .mainNav div ul li.opened ul li {
						border: none;
						background: #DFDFDF;
						border-bottom: 1px solid #BBBBBB;
						display: block;
						height: 27px }

						.container .mainNav div ul li.opened ul li a {
							background: #DFDFDF;
							color: #333333;
							font: 12px/27px Arial, Helvetica, sans-serif;
							height: auto;
							white-space: nowrap;}

							.container .mainNav div ul li.opened ul li a.hover,
							.container .mainNav div ul li.opened ul li a:hover {
								background: #7c7c7c;
								color: #ffffff; }

				.container .mainNav div ul li.search_frm {
					background: url(bg_main_nav.png) no-repeat right -70px;
					position: absolute;
					right: 0;
					top: 2px; }

					.container .mainNav div ul li.search_frm input {
						width: 230px;
						height: 17px;
						font-size: 12px;
						line-height: 12px;
						color: #333333;
						margin: 0;
						border: 1px solid #888888;
						padding: 3px 5px 0;
						margin-bottom: 5px }

					.container .mainNav div ul li.search_frm button {
						background: transparent url(btn_go.png) no-repeat 0 0;
						border: none;
						width: 66px;
						height: 30px;
						line-height: 30px;
						color: #888888;
						text-align: center;
						padding-bottom: 10px; }

						.container .mainNav div ul li.search_frm button:hover { background: transparent url(btn_go.png) no-repeat 0 -33px; }

/* @end .container .mainNav */
/* @group */
.container {
	position: relative;
}

/* @group .refworks .container .leftCol */
.refworks .container .leftCol { position: relative; }

/* @end .refworks .container .leftCol */
/* @group .refworks .container .rightCol */
.refworks .container .rightCol {
	margin-top: -47px;
	position: relative;
	z-index: 1000;
	background: url(shadow_sidebar.png) no-repeat right bottom;
	padding-right: 6px;
	margin-right: 4px;
	padding-bottom: 7px;
	padding-top: 30px;
	width: auto;
	float: right;
	margin-left: 33px; }

	.refworks .container .rightCol .close-btn {
		width: 24px;
		height: 91px;
		background: url(btn_openClose.png) no-repeat 0 0;
		position: absolute;
		left: -23px;
		top: 50px;
		outline: none; }

.refworks .container .closed {  }

	.refworks .container .closed .close-btn { background-position: 0 -91px; }

.refworks .container .rightCol .bottom {  }

.refworks .container .rightCol .belly {
	background: #eae9e9;
	border: 1px solid #8f8e8e;
	border-top: none;
	border-radius: 0 0 5px 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius: 0 0 5px 5px;
	overflow: hidden;
	padding-top: 18px;
	width: 195px; }

/* @end .refworks .container .rightCol */
/* @group .refworks .container .utilityNav */
.refworks .container .utilityNav {
	position: absolute;
	top: 5px;
	list-style: none;
	text-align: right;
	font: 10px/18px Arial, Helvetica, sans-serif;
	color: #ce550f; 
	z-index:6002;}

	.refworks .container .utilityNav li { display: inline-block; }

		.refworks .container .utilityNav li a {
			white-space:nowrap;
			color: #ce550f;
			letter-spacing: -0.005em; }

			.refworks .container .utilityNav li a:hover { text-decoration: underline; }

		.refworks .container .utilityNav li:after,
	.refworks .container .utilityNav li.first,
	.refworks .container .utilityNav li.iefix {
			padding-left: 2px;
			padding-right: 2px;
			content: ' |'; }

		.refworks .container .utilityNav li.last:after { content: ' '; }

		.refworks .container .utilityNav li.last { padding-right: 3px; }
		.refworks .container .utilityNav li ul { display:none;	}
		.refworks .container .utilityNav li.opened ul {
			padding-left:5px;
			padding-right:15px;
			list-style: none; 
			background:#dfdfdf;
			display:inline-block!important;
			position:absolute;
			left:-15px;
			top:17px;
			border:1px solid #888;
			text-align:left!important; }
		.refworks .container .utilityNav li ul li {white-space:nowrap;display:block;}
		.refworks .container .utilityNav li ul li:after { content: ' '; }

/* @end .refworks .container .utilityNav */

a.button{
			display: inline-block!important;
}
.ui-dialog .ui-dialog-buttonpane a,a.button 
{
			font-size: 12px;
			letter-spacing: .005;
			border: none;
			cursor: pointer;
			background: transparent url(btn_manage.png) no-repeat 0 0;
			padding: 0;
			padding-left: 8px!important;
			margin: 0;
			white-space: nowrap;
			display: inline-block;
			text-decoration: none;
			color:#333!important; }

.ui-dialog .ui-dialog-buttonpane a:hover,a.button:hover { background:transparent url(btn_manage.png) no-repeat 0 -37px; }

.ui-dialog .ui-dialog-buttonpane a span.inner,a.button span.inner{
	display: inline-block;
	height: 37px;
	background: url(btn_manage.png) no-repeat right -74px;
	margin-right: 30px;
	padding-right: 18px;
	line-height: 2.5;
}

.ui-dialog .ui-dialog-buttonpane a span.inner .icon, a.button span.inner .icon{
	padding: 0;
	margin: 0;
	margin-top:7px;
	margin-right:5px;
	width: 16px!important;
	height: 16px!important;
	float: left;
}
.ui-dialog .ui-dialog-buttonpane a:hover span.inner, a.button:hover span.inner{ background: url(btn_manage.png) no-repeat right -111px; }
/* @group .refworks .container .manageTop */
.refworks .container .content_top .information-link 
{
	padding-left:20px;
	float:right;
		}
	.refworks .container .manageTop h2 {
		color: #ce550f;
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 9px;
		line-height: 1.5 }

	.refworks .container .manageTop .manage_btns {
		float: left; /*width: 280px;*/
		margin-right: -5px;
		margin-left: 0px;margin-bottom: 13px; }

		.refworks .container .manageTop .manage_btns a {
			font-size: 12px;
			letter-spacing: .005;
			text-transform: capitalize;
			color: #333333;
			border: none;
			cursor: pointer;
			background: url(btn_manage.png) no-repeat 0 0;
			padding: 0;
			padding-left: 8px;
			margin: 0;
			white-space: nowrap;
			display: inline-block;
			text-decoration: none; }

			.refworks .container .manageTop .manage_btns a:hover { background: url(btn_manage.png) no-repeat 0 -37px; }

			.refworks .container .manageTop .manage_btns a span.inner {
				display: block;
				height: 37px;
				background: url(btn_manage.png) no-repeat right -74px;
				margin: 0;
				padding-right: 18px;
				line-height: 2.5; }

			.refworks .container .manageTop .manage_btns a:hover span.inner { background: url(btn_manage.png) no-repeat right -111px; }

			.refworks .container .manageTop .manage_btns a span.inner .icon{
	padding: 0;
	margin: 0;
	margin-top:7px;
	margin-right:5px;
	width: 16px!important;
	height: 16px!important;
	float: left;
}
/* @end .refworks .container .manageTop */
/* @group .refworks .container .mouse-trail */
.refworks .container .mouse-trail 
{
	margin-bottom:10px;
	clear:both;
	color: #ce550f;
	font-size: 14px;}

	.refworks .container .mouse-trail a { color: #ce550f; }

		.refworks .container .mouse-trail a:hover { text-decoration: underline; }

/* @end .refworks .container .mouse-trail */


/* @group .refworks .container .widget */
.widget {
	border: 1px solid #dde092;
	display: block;
	margin: 0 2px 9px;
	background: #fff;
	border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius: 5px;
	width: 189px; }
div.loginpage.widget {width:100%;}
.widget h2 {background: #ccc url(bg_widget_top.png) repeat-x left -24px;font-size: 14px;color: #333333;line-height: 24px;height: 24px;overflow: hidden;margin: 0; }
.widget h2 span { vertical-align:middle; }
.widget h2 .lside {padding: 0 6px; }
.widget h2 .rside {float:right;padding-right:5px;padding-top:5px;}
.widget .gut { padding: 6px; }
.widget .gut a {text-decoration: none; }
.widget .gut a.orange {color:#ce550f;}
.widget .gut a:hover { text-decoration: underline; }
.widget .gut ul { margin: 0;}
.widget .gut ul li{margin-bottom: 3px;padding-bottom: 3px;}
.widget .gut ul li .icon{ margin-right: 5px;margin-bottom: -3px;}
span.box_item {margin:2px 0;padding:4px;border:1px solid #dedede;display:block;background:#fff;}
#fav_output_styles, #export_styles{position:absolute;z-index:20000;width:300px;}
#fav_output_styles div.gut, #export_styles div.gut{overflow-y:auto;}
.widget .gut span.box_item:hover {background:#ededed;}
.widget .gut span.box_item .icon{margin-right:5px;}

#rAnnouncements div.notify_count{border:1px solid #BD440E;font-size:9px;line-height: 10px;padding:2px;padding-right:3px;background:#CE550F;color:#FFFFCC;}
#rAnnouncements li, #announcements li.announcement {border:1px solid #DDE092;background:#ffffcc;margin-bottom:7px;padding:3px;
    -moz-box-shadow: 3px 3px 3px #bbb;
    -webkit-box-shadow: 3px 3px 3px #bbb;
    box-shadow: 3px 3px 3px #bbb;
}
table.tbl_comment, div.tbl_comment 
{
	background: rgb(252, 252, 252);
	border:1px solid rgb(227, 227, 227);
	margin-bottom:10px;
	padding:7px;
 -moz-box-shadow: 5px 5px 5px #bbb;
 -webkit-box-shadow: 5px 5px 5px #bbb;
 box-shadow: 5px 5px 5px #bbb;
}
#announcements li.announcement {background:#ffffaa;}
#rAnnouncements li.important {border:1px solid #DDE092;background:#ffffcc;
    -moz-box-shadow: 3px 3px 3px #888;
    -webkit-box-shadow: 3px 3px 3px #888;
    box-shadow: 3px 3px 3px #888;}
#announcements li.announcement {padding:7px;}
#announcements li.announcement span.icon {float:right;}
#announcements li.announcement a {font-size:1.3em;font-weight:bold;}
#rAnnouncements li span.from, #announcements li.announcement span.from {margin-left:5px;font-size:9px;}
#rAnnouncements li span.start, #announcements li.announcement span.start {margin-left:5px;font-size:9px;color:#888;}
#announcements {margin:0px;margin-bottom: 20px;}
/* @end .refworks .container .widget */
/* @end */
/* @group .footer */
	.footer {padding-bottom: 18px;padding-top: 18px; }
    .footer > hr { margin: 20px 0 20px 0; width: 100%;}
    ul.footer-links {
        list-style-type: none;
        display: inline;
        margin-left: 0;
    }
    ul.footer-links > li {
        display: inline-block;
    }
	
div.createAccount {width:500px;margin-left:auto;margin-right:auto;}
div.createAccount ul {margin:10px 0px;line-height:17px;}
div.createAccount ul li {display:inline-block;color:#CE550F;font-size:1.2em;padding:8px;cursor:pointer;background:#dedede;width:145px;
                         border:1px solid #aaa;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;vertical-align:middle}
div.createAccount ul li.selected {color:#333;cursor:default;background:none;border:1px solid #717171;font-size:1.3em;line-height:1.4em;}
div.createAccount ul li.nolink {color:#333;cursor:default;border:none;background:none;}
div.createAccount div.instruction {margin-bottom:10px;text-indent:5px;text-align:left;}
div.createAccount h3{color:#CE550F;font-size:1.3em;margin-top:10px;text-align:center;}
div.createAccount #accountTypeTitle{color:#333;}
div.createAccount #subscriber_name{height:35px;margin-bottom:0px;margin-top:10px;color:#333;}
div.createAccount #subscriber_name a{font-size:1.0em;}
div.createAccount fieldset.example, input.example {color:#aaa;}
div.createAccount div.error {color:darkred;}
div.createAccount div.error{margin-left:124px;width:358px;}
div.createAccount fieldset {padding:0px;margin:0px;}
div.createAccount fieldset label {width: 120px;display: inline-block;text-align: right;font-weight: normal;vertical-align:middle;}
div.createAccount fieldset select {margin:3px;width:370px;border:1px solid #999;}
div.createAccount fieldset input.text {margin:3px;padding:2px;vertical-align:middle;width:370px;border:1px solid #999;}
div.createAccount fieldset.groupcode{margin-bottom:20px;}
div.createAccount div.accountType {width:482px;margin-bottom:10px;padding:5px;border:1px solid #BBB;background:#ededed;}
div.createAccount div.accountType h3{color:#333;}
div.createAccount div.accountType label{font-weight:normal;display:block;}
div.createAccount div.accountType center.example{color:#666;}
div.createAccount div.accountType label span.width{width:150px;display:inline-block;}
div.createAccount div.accountType label input.text{width:200px;}
div.createAccount div.accountType a.button{float:right;margin-top:4px;}
div.createAccount div.accountType div.error{padding-left:150px;margin-left:0px;width:100%;}
div.createAccount h3.shibb {cursor:pointer;margin-top:0px;padding-top:0px;}
div.createAccount #captcha {margin-top:20px;width:442px;margin-left:auto;margin-right:auto;}

.createChallenge {
	background-color: #f5f5f5;
	padding: 10px;
	font-size: 13px;
	line-height: 1.3;
}

.createChallenge div {
	margin-left: 30px;
}

.loginpage .newRefWorks {
    background-color: #1a9ed8;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    font: 14px/32px Arial, Helvetica, sans-serif;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 18px;
    line-height: 32px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.newRefWorksClickHereLink {
    color: white;
    margin-left: 5px;
}

.newRefWorksClickHereLink:hover, .newRefWorksClickHereLink:active, .newRefWorksClickHereLink:focus {
    color: #333333;
}

	body.loginpage ol li{padding:5px;}
	body.loginpage fieldset{border:1px solid transparent;}
	body.loginpage div.dialog input:text{padding:1px;width:200px;}
	body.loginpage div.dialog ol{padding-left:10px;padding-top:10px;}
	body.loginpage iframe {width:100%;height:350px;border:none;}
	body.loginpage img.social_icn {width:16px;height:16px;vertical-align:middle;margin-left:10px;}
	body.loginpage br.margin{margin:10px;}
	body.loginpage img.welcome{float:right}
	#grouptab
	{
		border: 1px solid #888888;
		background: #e6e6e6 url(bg_login_form.png) repeat-x;
		margin-bottom:5px;
		padding-top:10px;
	}
	#grouptab h3
	{
		width:275px;
		font-size:1.2em;
		font-weight:bold;
		margin-left:5px;
		color:#333;
        text-align:center;
        padding-bottom:0.5rem;
        padding-top:1rem;
		clear:both;
	}
	#grouptab h3.new_account {font-size:1.1em;white-space:nowrap;font-weight:normal;position:relative;border:none;background:none;margin-bottom:25px;}
	#grouptab h3.new_account a{position:absolute;top:18px;right:0px;display:block;}
	
	#shib_mouseover{padding:1px;width:265px;margin-bottom:0px;}
	#shib_mouseover a.title{padding:6px;color:#ce550f;text-decoration:underline;cursor:pointer;}
	#shib_mouseover span,#shib_mouseover a.title{display:inline-block;zoom: 1;*display: inline;}
	#shib_mouseover.hover{padding:0px;border:1px solid #888;border-bottom:none;background:#fff;}
	#shib_mouseover.hover a.title{color:#333;text-decoration:none;}
	
	#shibb_providers{display:none;border:1px solid #888;border-top:none;background:#fff;position:absolute;margin-top:0px;height:100px;width:265px;overflow-y:auto;overflow-x:hidden;}
	#shibb_providers a{display:block;margin:3px;padding:3px;border:1px solid #ccc;}
	#shibb_providers a:hover{border:1px solid #aaa;background:#eaeaea;color:#333;}
	#grouptab p.margin,#grouptab a.margin
	{
		margin-bottom:10px;
	}
	#grouptab button {padding:4px 10px;box-shadow:1px 2px 2px 1px #ccc;border:1px solid #aaa;border-radius:4px;background:#dcdcdc;color:#333;cursor:pointer;}
#grouptab div a.button {
    margin-right: -6px;   
}
.login-tab-wrap {
    width:295px;
}
button#group-login-btn {
    background: #00558e;
    padding: 13px;
    font-weight: 500;
    color: white;
    font-size: 13px;
    width: 90%;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}
	#grouptab div.group_content
	{
		margin:15px;
	}
	#groucode_login
	{
		margin:0px;
		padding:0px;
	}
    button#group-login-btn{
       
    }
    hr{
        border-top:1px solid #cccccc;
        margin-top:1rem;
        margin-bottom:1rem;
        width:90%;
    }
    h3.h3-bottom{
        margin-top:-1rem;
    }
    span.icon.ir.icn_bullet_arrow_down{
        position:relative;
        top:4px;
        display:inline-block;
    }
    a.small.orange.TandC{
        padding-right:10px;
        padding-left:10px;
        font-weight:inherit;
        font-style:inherit;
        font-size:100%;
        font-family:Arial, Helvetica, sans-serif;
        vertical-align:baseline;
    }
    .buttonArea.session{
        padding-left:10px;
        padding-top:10px;
    }
    #grouptab div label {
        font-size: 1.0em;
        line-height: 10px;
        font-weight: 300;
    }
    #grouptab input.text, #grouptab select
	{
		width:258px;
        margin-bottom:10px;
	}
	#grouptab div .right
	{
		float:right;
	}
	#grouptab div .left
	{
		float:left;
	}
	#grouptab div.textRight
	{
		zoom:1;
		text-align:right;
	}
	#grouptab a.link
	{
		font-size:0.9em;
	}
    .center-signup {
        padding-top:5px;
        display:inherit;
        margin:0 auto;
        padding-left:10px;
        position:inherit;
        text-align:center;
    }
    .custom-h3 {
        color:black;
        font-weight:bold;
    }
    .custom-p {
        width:475px;
    }
    p.new_account{
        float:left;
        font-size:13px;
        font-weight:bold;
    }
    a#lnk_create_account{
        font-size:13px;
    }
	.login-tab-wrap a.classic
	{
		font-size:0.9em;
		float:right;
		margin-bottom:5px;
	}
	.login-h2 { padding: 0 20px 10px 20px; }

	.login-h2 h2 {
		color: #ce550f;
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 9px;
		line-height: 1.5 }
		
.loginpage .container .leftCol {width: 290px;}
.loginpage .container .rightCol {width: 620px;}

.loginpage-group .leftCol{padding-top:24px;}
.loginpage-group .leftCol .login-tab-wrap .ui-widget-content{overflow:visible}

.reference-group { position: relative; }
#leftCol #reflist_control{width:700px;}
#leftCol.wide #reflist_control{width:880px;}
.reference-group table.controls {font-size: 10px;color: #333333;border-bottom: 1px solid #888888;background: #f5f5f5 url(bg_controls.png) repeat-x;margin: 0;width: 100%; }
.reference-group table.controls tr{background: #f5f5f5 url(bg_controls.png) repeat-x left center;}
.reference-group table.controls label {white-space: nowrap;font-weight: normal; }
.reference-group table.controls fieldset{border:none;padding:0;margin:0;display:inline;}
.reference-group table.controls td {padding: 0 2px;text-align: center;vertical-align:middle;padding-top: 1px;padding-bottom: 0;border-left:1px solid #888888;background: #f5f5f5 ;}
.reference-group table.controls td a {text-decoration:none;}
.reference-group table.controls td.last{border-left:none;border-right:1px solid #888888;}
.reference-group table.controls td.display{padding:0 5px;}
.reference-group table.controls td.hover:not(.disable):hover { background: #d9d9d9 url(bg_controls_links.png) repeat-x; }
.reference-group table.controls td.disable span.icon {filter: alpha(opacity=30); opacity:0.5;cursor:default;}
.reference-group table.controls td.disable a {cursor:default;}

.rightCol .widget .gut .disable {filter: alpha(opacity=50); opacity:0.5;}
.rightCol .widget .gut .disable span.icon {filter: alpha(opacity=30);}
.rightCol .widget .gut .disable a {cursor:default; text-decoration:none;}

.reference-group table.controls .closed #addto_menu, 
.reference-group table.controls .disable #addto_menu{left:-999em;}
#addto_menu{position:absolute;left:1px;top:46px;width:200px;border:1px solid #dedede;max-height:255px;overflow:auto;background:#fff;text-align:left!important;padding:3px;}
#addto_menu ul{display:block;top:0px;left:0px;}
#addto_menu ul li{display:block;text-align:left;overflow:hidden;white-space:nowrap;}
#addto_menu ul li a{padding:0px;background:#fff;font-size:12px;}

div.folder_list_container{position:relative;display:inline-block;text-align:left;}
div.folder_list_container span.folder_item{display:block;border:1px solid #dedede;background:#ededed;margin:3px 0;padding:3px;width:194px;overflow:hidden;}
div.folder_list_container span.folder_item span.icn_folder_delete{float:right;cursor:pointer;}
div.folder_list_container span.folder_item span.name{float:left;overflow:hidden;width:175px;}
div.folder_list_container div.folder_select_container{position:absolute;left:210px;top:3px;}
div.folder_list_container div.folder_select_container.short_list{position:static;padding-top:30px;width:500px;white-space:normal;}
div.folder_list_container div.folder_select_container.short_list span.folder_item{max-width:600px;white-space:nowrap;display:inline-block;border:none;background:none;width:auto;overflow:visible;}
div.folder_list_container div.folder_select_container.short_list span.folder_item span.icn_folder_delete{float:none;cursor:pointer;vertical-align:bottom;margin-left:5px;}
div.folder_list_container div.folder_select_container.short_list span.folder_item span.name{white-space:nowrap;display:inline-block;float:none;width:auto;max-width:570px;overflow:hidden;}

div.folder_list_container div.info
{
	position:absolute;
	z-index:10000;
	left:0;
	top:8px;
	padding-right:1px;
	height:14px;
	vertical-align:middle;
	padding:2px;
	margin:0px;
	width:200px;
	border:1px solid #BBBBBB;
	overflow:hidden;
	line-height:16px;
}
div.folder_list_container div.info a{text-decoration:none;height:14px;}
div.folder_list_container div.info span.icn_dropdown_arrw{position:absolute;top:1px;right:0px;}
div.folder_list_container div.info span.selection_info{white-space:nowrap;width:90%;overflow:hidden;height:14px;}
div.folder_list_container.short ul.folder_list{max-height:150px;}
ul.folder_list{z-index:20000!important;max-height:300px;overflow-y:auto;overflow-x:hidden;display:none;background:#fff;border:1px solid #BBBBBB;border-top:none;width:204px;padding:0px;margin:6px 0px;position:absolute;left:0px;top:22px;}
ul.folder_list li.actions a.select_all{float:left;}
ul.folder_list li.actions a.unselect_all{float:right;}
ul.folder_list.opened {display:inline-block;}
ul.folder_list.opened li{display:block;}
ul.folder_list li a{text-decoration:none;}
ul.folder_list li span.icon{vertical-align:top;}
ul.folder_list li span.name:hover{text-decoration:underline;}
ul.folder_list li{display:none;border:1px solid #fff;padding:2px;margin:2px;overflow-x:hidden;white-space:nowrap;}
ul.folder_list li.selected{border:1px solid #dedede;background:#ededed!important;}
ul.folder_list li:hover{border:1px solid #dedede;background:#fff;}

#addto_menu a.sub1 span.icon,
div.folders span.sub1 a.icon.first,
a.sub1 span.icon{margin-left:10px;}
#addto_menu a.sub2 span.icon,
div.folders span.sub2 a.icon.first,
a.sub2 span.icon{margin-left:20px;}
#addto_menu a.sub3 span.icon,
div.folders span.sub3 a.icon.first,
a.sub3 span.icon{margin-left:30px;}
#addto_menu a.sub4 span.icon,
div.folders span.sub4 a.icon.first,
a.sub4 span.icon{margin-left:40px;}
#addto_menu a.sub5 span.icon,
div.folders span.sub5 a.icon.first,
a.sub5 span.icon{margin-left:45px;}
#addto_menu a.sub6 span.icon,
div.folders span.sub6 a.icon.first,
a.sub6 span.icon{margin-left:50px;}
#addto_menu a.sub7 span.icon,
div.folders span.sub7 a.icon.first,
a.sub7 span.icon{margin-left:55px;}
#addto_menu a.sub8 span.icon,
div.folders span.sub8 a.icon.first,
a.sub8 span.icon{margin-left:60px;}
#addto_menu a.sub8 span.icon,
div.folders span.sub9 a.icon.first,
a.sub9 span.icon{margin-left:65px;}
#addto_menu a.subN span.icon,
div.folders span.subN a.icon.first,
a.subN span.icon{margin-left:70px;}

.icon.placeholder{background-image:none;vertical-align:top;}

/*div.folders span.folder_info{display:inline-block; vertical-align:top; border:1px solid #dedede;cursor:pointer;padding:3px;margin-bottom:2px;}*/
div.folders span.folder_info{display:block;white-space:nowrap;border:1px solid #dedede;background:#fff;cursor:pointer;padding:3px;margin-bottom:2px;overflow:hidden;}
/*div.folders span.folder_info:hover, div.folders span.folder_info:hover span.show_folder_menu{background:#ededed;}*/
div.folders span.folder_info.fldhlt{background:#ededed!important;border:1px solid #bbbbbb;}
/*div.folders span.folder_info.watchedshare{background:#C5E2FF!important;border:1px solid #84C1FF!important;}
div.folders span.folder_info.fldhlt.watchedshare{background:#B0D5FA!important;border:1px solid #83B8EE!important;}
div.ui-dialog-titlebar.watchedshare{opacity:0.5;}*/
.blue {color:#0070FF!important;}
div.folders span.folder_info span.icon{vertical-align:top;}
/*div.folders span.folder_info .icn_infolder{margin-right:0px;margin-left:10px;}*/
div.folders span.folder_info a.icon{margin-right:5px;}
div.folders span.folder_info span.entire_db{cursor:default;color:#333333;text-decoration:none;}
div.folders span.folder_count{margin-left:10px;}
#folder_widget div.gut{max-height:254px;overflow-y:auto;position:relative;z-index:1;}
#folder_widget div.gut .inner, #addto_menu .inner{position:relative;}
/*.watchedshare 
{
	background: #E0EBFF!important;
	border-color: #C5E2FF!important;
}
.watchedshare :hover
{
	background: #BDF!important;
	border-color: #84C1FF!important
}
*/
/*a.show_folder_menu{float:right; display:inline;}

div.folder-group span.folder_info span, 
div.folder-group span.folder_info a{float:left;}*/
div.folder-group span.folder_info{position:relative;}
div.folder-group span.folder_info span.show_folder_menu{position:absolute;right:0px;height:100%;padding-right:3px;}

/*div.folder_menu{width:202px;text-align:left;display:none;margin-top:-1px;padding-bottom:3px;z-index:10000;position:absolute;border:1px solid #888;background:#fff url(../img/bg_context.png);background-repeat:repeat-y;} */
div.folder_menu
{
	width:206px;	
	text-align:left;
	display:none;
	z-index:10000;
	position:absolute;
	background-color: transparent;
	padding:0px;
}
div.folder_menu .contextitem, .submenu.context
{
	border-right:1px solid #888;
	border-left:1px solid #888;
	background: #fff url(bg_context.png);
	padding-left:2px;
}
.transparentbcgd
{
  opacity:0.0;
  /* IE 7 */
  filter: alpha(opacity=0);
 /* IE 8 */
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
div.folder_menu a, div.folder_menu > span{display:block;text-align:left;text-decoration:none;color: #CE550F;font-size:0.9em;clear:both;line-height:22px;}
div.folder_menu a > span.icon, div.folder_menu > span > span.icon{vertical-align:middle;margin-left: 2px;}
div.folder_menu a:hover, div.folder_menu > span:hover{background:#ededed url(bg_context_hover.png);}
div.folder_menu span.name{margin-left:10px;}
.submenu span.icn_bullet_arrow_right{vertical-align:middle;float:right;}
.menuItem span.icn_bullet_arrow_right{margin-top:5px}
a.submenu, span.submenu{position:relative;cursor:pointer;}
span.submenu div {min-width:200px;max-width:300px;display:none;position:absolute;background:#fff url(bg_context.png);border:1px solid #888;z-index:10000;}
span.submenu div span a{padding-left: 27px;white-space:nowrap;overflow:hidden;}
span.submenu div span.spacer{display:block;line-height:10px;}
div.submenu {min-width:150px;display:none;position:absolute;background:#fff url(bg_context.png);border:1px solid #888;z-index:10000;}
div.folder_menu a{cursor:pointer;}

#share_context_menu{position:absolute;}
#share_context_disabled
{
	position:absolute;
	top:0px!important;
	left:0px!important;
  background-color: #fff;
  background-image: url(ajax-loader-blue.gif);
  background-repeat: no-repeat;
  background-position: center;
  height:223px;
  width:100%;
  border:none;
  z-index:10001;
  opacity:0.5;
  filter: alpha(opacity=50);
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
 }
/*div.folder_menu span.submenu div a{padding-left:27px;}*/
div.folder_menu a.share_link input{width:170px;font-size:100%;margin-bottom:0px;}

/*span.last_imported{font-weight:bold;}*/
span.last_imported span.icn_folder_globe, span.icn_notinfolder{margin-right:5px;}
.icn_notinfolder
.folder-group { position: relative; }
.folder-group a { position: relative; }
.folder-group table.controls {font-size: 10px;color: #333333;border: 1px solid #888888;border-top: none;margin: 0;width: 100%; }
.folder-group table.controls tr{background: #f5f5f5 url(bg_controls.png) repeat-x left center;}
.folder-group table.controls .col-1 {float: left;line-height: 28px;margin: 0 18px 0 0 }
.folder-group table.controls .col-1 fieldset {border: none;margin: 0;padding: 0; }
.folder-group table.controls .col-1 fieldset label {display: block;text-align: center;width: 105px }
.folder-group table.controls .col-1 fieldset select { width:105px;margin-top: 0 }

.hover { background: #fcfcf4; }

.pagination {list-style: none;padding: 0;margin: 0; }
.pagination li { display: inline;font-size: 11px; }
.pagination li a {color: #ce550f;padding: 0 2px;display: inline-block; }
.pagination li a:hover { text-decoration: underline; }
.pagination li a.current { color: #888888; }
#pagination_container{position:absolute;top:-17px;right:0px;width:auto;background:transparent;z-index:0;}
#leftCol.wide #pagination_container.fixed{width:880px;}
#pagination_container.fixed{position:fixed;top:0px;background:#FFF;width:700px;right:auto;left:auto;z-index:10000;border-bottom:1px solid #888;}
.pagination.top {float:right;}
.pagination.bottom {position: absolute;right: 0px; }

/* @end .refworks .container .pagination */
/* @group #search-data */
#search-data {  }

	#search-data h2,
#search-data h3 {
		font-size: 14px;
		font-weight: normal; }

	#search-data .container .manageTop { padding: 0; }

	#search-data .container { width: 715px; }

		#search-data .container .search_frm { float: right; }

		#search-data .container .mouse-trail {
			margin-right: 270px;
			position: relative;
			top: 2px; }

		#search-data .container .search_frm input[type="text"] {
			width: 185px;
			height: 17px;
			font-size: 12px;
			line-height: 12px;
			color: #333333;
			margin: 0;
			border: 1px solid #888888;
			padding: 3px 5px 0;
			margin-bottom: 5px; }

		#search-data .container .search_frm button {
			background: transparent url(btn_go.png) no-repeat 0 0;
			border: none;
			width: 66px;
			height: 30px;
			line-height: 30px;
			color: #888888;
			text-align: center;
			padding-bottom: 10px; }

			#search-data .container .search_frm button:hover { background: transparent url(btn_go.png) no-repeat 0 -33px; }

/* @end #search-data */
/* @group .refworks .container .search-data-group */

	.refworks .container .search-data-group .padding {
		padding-right: 6px;
		background: url(bg_controls_shadow_bottom.png) no-repeat right 16px; }
		.lookup_table{
		width:100%;margin-bottom:0px;
}
.lookup_table thead tr th
{
	border-right:1px solid #888888;
	border-top:1px solid #888888;
	border-bottom:1px solid #888888;
	font-size: 10px;
					font-weight: normal;
					color: #808080;
					padding: 0;
					text-align: center;
					padding: 0px 3px;
					height: 15px;
					line-height: 15px;
}
.lookup_table thead tr th.col-1
{
	border-left:1px solid #888888;
	padding-left: 10px;
	text-align: left;
}
				.refworks .container .search-data-group .padding table.content thead tr th {
					border-right: 1px solid #888888;
					border-bottom: 1px solid #888888;
					font-size: 10px;
					font-weight: normal;
					color: #333333;
					padding: 0;
					text-align: center;
					padding: 0px 3px;
					height: 15px;
					line-height: 15px;
					border-top: 1px solid #888888; }

					.refworks .container .search-data-group .padding table.content thead tr th.col-1 {
						border-left: 1px solid #888888;
						text-align: left;
						border-right: 1px solid #888888;
						width: 125px;
						padding-left: 10px; }

					.refworks .container .search-data-group .padding table.content thead tr th.col-2 { text-align: left; }

.refworks .container .search-data-group .padding table.content tbody {  }

	.refworks .container .search-data-group .padding table.content tbody tr {  }

		.refworks .container .search-data-group .padding table.content tbody tr td {
			padding: 5px 0;
			text-align: center;
			vertical-align: top; }

.refworks .container .search-data-group .padding table.content .col-1 {
	text-align: left;
	padding-left: 10px; }

	.refworks .container .search-data-group .padding table.content .col-1 span {
		display: block;
		text-align: left;
		padding: 0 0 0 1px; }

.refworks .container .search-data-group .padding table.content .col-2 { text-align: left; }

.refworks .container .search-data-group .padding table.content .col-3 { width: 25px; }

.refworks .container .search-data-group .padding table.content .col-4 { width: 32px; }

.refworks .container .search-data-group .padding table.content .hover { background: #fcfcf4; }

.refworks .container .search-data-group .padding table.content .bottom-shadow {
	height: 7px;
	padding: 0;
	margin: 0;
	background: url(bg_controls_shadow_bottom_helper.png) no-repeat left bottom }

/* @end .refworks .container .search-data-group */
/* @group .toolPage */
.toolPage {
    margin-bottom: 50px;
    font-size: 13px;
}

.toolPageHeader {
    background-color: #f2f2f2;
    padding: 20px;
    font-size: 13px;
    margin: 20px 0;
}

.toolPageHeader ul.dashed {
    list-style-type: none;
    margin-top: 20px;
}

.toolPageHeader ul.dashed > li {
    margin-top: 8px;
}

.toolPageHeader ul.dashed > li:before {
    content: "- ";
    text-indent: -5px;
}

.toolPage .wrapper {
	padding: 20px;
	height: 400px;
	width: 700px;
	margin-left: auto;
	margin-right: auto; 
}

.toolPage .wrapper .userlinks {
	color: #ce550f;
	margin-top: 20px;
	left: 0px;
	width: auto; 
}

.toolPage .wrapper .userlinks a.active{
	color:#888;
}

		/* @.toolPage .wrapper .tabs */
.toolPage .wrapper .tabs {
			list-style: none;
			padding: 0;
			margin: 0; }

			.toolPage .wrapper .tabs li {
				display: inline-block;
				width: 145px;
				text-align: center; }

				.toolPage .wrapper .tabs li a {
					color: #808080;
					text-decoration: none;
					background: url(bg_tabs.png) repeat-x left -22px;
					line-height: 22px;
					display: block;
					border: 1px solid #888888;
					margin-right: -1px;
					border-radius: 7px 7px 0 0;
					-webkit-border-top-left-radius: 7px;
					-webkit-border-top-right-radius: 7px;
					-moz-border-radius: 7px 7px 0 0;
					border-bottom: none;
					font: 14px/22px Arial, Helvetica, sans-serif; }

				.toolPage .wrapper .tabs li.active a,
			.toolPage .wrapper .tabs li a:hover { background: url(bg_tabs.png) repeat-x 0 0; }

				.toolPage .wrapper .tabs li.last {
					background: url(bg_tabs_shadow.png) no-repeat right bottom;
					padding-right: 6px; }

		/* @end .toolPage .wrapper .tabs */
.toolPage .wrapper .header {
			color: #808080;
			padding: 0;
			height: 15px;
			width: 100%;
			line-height: 15px;
			border: 1px solid #888888; }

		.toolPage .wrapper .bottom-shadow {
			height: 7px;
			width: 100%;
			padding: 0;
			margin: 0;
			background: url(bg_controls_shadow_bottom.png) no-repeat left bottom }

		.toolPage .wrapper .leftCol {
			margin-top: 10px;
			width: 380px;
			float: left; }

		.toolPage .wrapper .rightCol {
			margin-top: 10px;
			width: 320px;
			float: right; }

			.toolPage .wrapper .rightCol .textarea { padding-left: 10px; }

				.toolPage .wrapper .rightCol .textarea .version {
					width: 310px;
					background:#dfdfdf;
					border-radius: 5px 5px;
					-webkit-border-top-left-radius: 5px;
					-webkit-border-top-right-radius: 5px;
					-webkit-border-bottom-left-radius: 5px;
					-webkit-border-bottom-right-radius: 5px;
					-moz-border-radius:5px 5px;
					margin-bottom: 18px; }

					.toolPage .wrapper .rightCol .textarea .version .text { padding: 10px; }

						.toolPage .wrapper .rightCol .textarea .version .text ul, ul li { list-style-type: none; }

						.toolPage .wrapper .rightCol .textarea .version .text .information {
							background: url(icn_information.png) no-repeat left center;
							color: #ce550f;
							padding-left: 18px;
							text-decoration: none; }

						.toolPage .wrapper .rightCol .textarea .version .text .download {
							color: #ce550f;
							margin-right: 10px;
							float: right; }

							.toolPage .wrapper .rightCol .textarea .version .text .download a { padding-left: 18px; }

		.toolPage cs {
			float: right;
			position: relative;
			top: 20px; }

.toolPage .downloadHwpBtn {
    background-color: #d65516;
    color: white;
    border-radius: 5px;
    border: 0px;
    height: 30px;
    padding: 0 15px;
    color: #fff;
}

.toolPage .downloadHwpBt:hover {
    cursor: pointer;
}
    
.toolPageBreak {
    width: 100%;
}

/* @end .toolPage */
/* @group .writencite */
.downloadbutton{text-align:center;}
.downloadbutton a.button
{
	font-size: 20px;
	background: transparent url(btn_download.png) no-repeat 0 0;
	padding-left: 13px!important;
	color:#fff!important; 
	display:inline-block;
	margin-top:10px;
	margin-bottom:7px;
}
.downloadbutton a.button span.inner
{
	height: 72px;
	background: url(btn_download.png) no-repeat right -70px;
	padding-right: 12px;
}
.downloadbutton a.button.comingsoon
{
	background:none;
	color:#000!important;
}
.downloadbutton a.button.comingsoon span.inner
{
	background:none;
	height:50px;
}
.writencite {  }

	.writencite .container { width: 780px; }

		.writencite .container .header { width: 758px; }

			.writencite .container .header h1 {
				background: url(writencite_header.png) no-repeat;
				width: 370px;
				height: 33px; }

				.writencite .container .header h1 a {
					display: block;
					width: 370px;
					height: 33px; }

			.writencite .container .header .citationField {
				position: absolute;
				right: 14px;
				top: 20px;
				width: 200px;
				color: #fff; }

				.writencite .container .header .citationField h3 {
					color: #fff;
					margin: 0;
					padding: 0;
					font-size: 12px; }

				.writencite .container .header .citationField label { font-weight: normal; }

				.writencite .container .header .citationField input[type="checkbox"] {
					margin-left: 0;
					top: auto; }

		/* @group .writencite .container .reference-group table.controls */
.writencite .container .reference-group table.controls .col-1,
			.writencite .container .reference-group table.controls .col-2,
			.writencite .container .reference-group table.controls .col-3 {
			text-align: left;
			width: 113px;
			padding-bottom: 5px; }
			
.writencite .container .reference-group table.controls .col-1{border-right:none;padding-left:5px;width:140px;}
.writencite .container .reference-group table.controls .col-1 label{display:block;}
.writencite .container .reference-group table.controls .col-2{border-right:none;}
.writencite .container .reference-group table.controls .col-1 label{display:block;}

		.writencite .container .reference-group table.controls .col-4 { width: 65px; border-right:none;}

		.writencite .container .reference-group table.controls td { padding-bottom: 1px; }

		.writencite .container .reference-group table.controls a { padding-bottom: 5px; }

		.writencite .container .reference-group .padding table.content thead tr th.col-1 { text-align: left;width: 685px;padding-left:5px }

		.writencite .container .reference-group .padding table.content .col-1 table .childcol-1 { width: 85px; }

		.writencite .container .reference-group .padding table.content .col-1 table .childcol-2 { width: 45px; }

		.writencite .container .reference-group .padding table.content .col-1 table .childcol-3 { text-align: left; }

		.writencite .container .reference-group .padding table.content .col-1 { width: 100%; }

		.writencite .container .reference-group .padding table.content .col-4 { width: 30px; padding:0;text-align:center;}

		.writencite .container .reference-group .padding table.content .col-5 { width: 30px; padding:0; text-align:center;}

/* @end .writencite */

/* @group .tooltip */
.tooltip {
	color: #585858;
	font: 12px/18px Arial, Helvetica, sans-serif;
	position: absolute;
	z-index: 3000;
	width: 300px;
	text-align: left; }

	.tooltip .arrow {
		position: absolute;
		left: 30px;
		top: -12px;
		height: 14px;
		width: 33px;
		background: url(bg_tooltip_arrow_top.png) no-repeat; }

/* @group .tooltip .top */
	.tooltip .top {
		position: relative;
		height: 6px;
		overflow: hidden; }

		.tooltip .top .r {
			position: absolute;
			right: 0;
			top: 0;
			height: 6px;
			width: 11px;
			background: url(bg_tooltip_top-right.png) repeat-x; }

		.tooltip .top .m {
			height: 6px;
			margin: 0 11px 0 7px;
			background: url(bg_tooltip_top.png) repeat-x; }

		.tooltip .top .l {
			position: absolute;
			left: 0;
			top: 0;
			height: 6px;
			width: 7px;
			background: url(bg_tooltip_top-left.png) repeat-x; }
/* @group .tooltip .top */
/* @group .tooltip .bot */
	.tooltip .bot {
		position: relative;
		height: 12px;
		overflow: hidden; }

		.tooltip .bot .r {
			position: absolute;
			right: 0;
			top: 0;
			height: 12px;
			width: 11px;
			background: url(bg_tooltip_bottom-right.png) repeat-x; }

		.tooltip .bot .m {
			height: 12px;
			margin: 0 11px 0 7px;
			background: url(bg_tooltip_bottom.png) repeat-x; }

		.tooltip .bot .l {
			position: absolute;
			left: 0;
			top: 0;
			height: 12px;
			width: 7px;
			background: url(bg_tooltip_bottom-left.png) repeat-x; }
/* @end .tooltip .bot */
/* @group .tooltip .body */
	.tooltip .body {
		background: url(bg_tooltip_left.png) repeat-y left top;
		display: inline-block; }

		.tooltip .body .gut { background: url(bg_tooltip_right.png) repeat-y right top; }

			.tooltip .body .gut .padding { padding: 0 11px 0 7px; }

				.tooltip .body .gut .padding .bg {
					background: #fff;
					padding: 2px 2px 6px; }

				.tooltip .body .gut .padding .title {
					background: url(bg_tooltip_title-mid.png) repeat-x;
					font-size: 14px;
					line-height: 29px; }

					.tooltip .body .gut .padding .title .l { background: url(bg_tooltip_title-left.png) no-repeat left top; }

						.tooltip .body .gut .padding .title .l .r {
							background: url(bg_tooltip_title-right.png) no-repeat right top;
							height: 29px;
							padding: 0 7px;
							position: relative; }

							.tooltip .body .gut .padding .title .l .r .close {
								background: url(bg_tooltip_title-x.png) no-repeat right top;
								height: 12px;
								width: 12px;
								position: absolute;
								top: 8px;
								right: 7px; }

				.tooltip .body .gut .padding .text {
					padding: 6px 6px 0;
					width: 266px; }
/* @end .tooltip .body */
/* @end .tooltip */

.divider {
    background: transparent url(bg_controls_shadow_right.png) no-repeat scroll right -61px;
    margin-bottom: -16px;
    padding-bottom: 16px;
    margin-right: -6px;
}

.divider div {
    background: url(bg_controls_shadow_bottom.png) repeat-x right 16px;
    padding-bottom: 16px;
    padding-right: 6px;
}

.divider div div {
    height: 14px;
    border: 1px solid #888;
    padding: 0;
}
			

#addto_menu{position:absolute;left:-3px;top:26px;}
#addto_menu ul{display:block;top:0px;left:0px;}
#addto_menu ul li{display:block;text-align:left;overflow:hidden;white-space:nowrap;}
#addto_menu ul li a{padding:0px;background:#fff;font-size:12px;}

div.collapsible div.content{display:none;}
div.opened div.content{display:block;}
.processForms fieldset label{font-weight:bold;}

label.show-label {
    position: relative;
    top: 0;
}

.top-link 
{
  float:left;
  display:block;
  padding-right:10px;
  padding-bottom:5px;
}	
div.ui-tabs ul.ui-tabs-nav li.ui-state-focus a{border: dotted 1px; padding:-1px;}

#txtGoTo
{
	font-size: 11px;
	padding: 0 0 0 2px;
	margin-top: -2px;
	border-width: 1px;
}

.gray{color:#999;}

.modal-show{
    display:block;
    z-index: 10000010;
}

.textaligncenter{
    text-align: center;
}

#privacyPolicyRejectButton{
    bottom: 6px;
    background: transparent;
    float: left;
}

/* Institutional Upgrade Modal -------------------------------------------------------------- */


.iupgr-modal-content
{
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    width: 610px;
    height: 540px;
}

.iupgr-modelcontent {
    width: 80%;
    overflow: hidden;
    padding-top: 30px;
    margin-right: auto;
    margin-left: auto;
}

.iupgr-closeModalButton {
    color: #767676;
    float: right;
    font-size: 24px;
    font-weight: bold;
    border: white;
    background-color: white;
    font-family: cursive;
}

.iupgr-modelcontent .importantNoticeHeader .center{
    display: block;
    padding-left: 55px;
    padding-right: 55px;
    margin-left: auto;
    margin-right: auto;
}
.iupgr-modelcontent .importantNoticeHeader .modeltitle {
    color: #222222;
    font-weight: bold;
    font-size: 20px;
    padding: 10px 70px 10px 50px;
    line-height: 25px;
    font-family: 'Verdana', sans-serif;
}

.iupgr-modelcontent .importantNoticeHeader .logo {
    max-width:118px;
    max-height:100px
}

.iupgr-modelcontent .center .modeldescription {
    margin-top: 5px;
    margin-bottom: 15px;
    line-height: 20px;
    font-family: 'Verdana', sans-serif;
    font-size: 12px;
    padding-left: 30px;
    padding-right: 30px;
}

.iupgr-modelcontent .center .recomendation {
    margin-left: 30px;
    margin-right: 35px;
    border-top: solid;
    border-bottom: solid;
    padding: 10px 0px 5px 10px;
    border-width: thin;
}

.iupgr-modelcontent .center .warndescription 
{
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 20px;
    font-family: 'Verdana', sans-serif;
    font-size: 12px;
    padding-left: 30px;
    padding-right: 30px;
}

.iupgr-modelcontent .center .recomendation .warn {
    float: left;
    max-width: 24px;
    max-height: 21px;
    padding-top: 10px;
}

.iupgr-btn-group 
{
    margin-top: 25px;
}

.iupgr-btn-go2upgaccount {
    background: #0e7bba;
    width: 63%;
    min-height: 32px;
    font-weight: normal;
    font-size: 12px;
    font-family: 'Verdana', sans-serif;
    border: 0px;
    color: #fff;
    padding: 10px 0px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}

.iupgr-chk-includerefs 
{
    padding-right: 65px;
    padding-top: 15px;
    font-size: 12px;
    display: block;
    font-family: 'Verdana';
}

.institutionalUpgradeBanner
{
    display: block;
    background-color: #feffbd;
    width: auto;
    height: auto;
    margin: 10px 10px 5px 10px;
    padding: 10px 5px 5px 10px;
    
}

.iupgr-banner-warnicon
{
    float: left;
    max-width: 24px;
    max-height: 21px;
    padding: 10px;
}

.iupgr-banner-details
{
    padding-left: 50px;
    padding-right: 40px;
    line-height: 20px;
    font-family: 'Verdana';
    font-size: 12px;
}

.iupgr-resend-modal-content
{
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    width: 610px;
    height: 250px;
}

.iupgr-resend-modelcontent {
    width: 80%;
    overflow: hidden;
    padding-top: 30px;
    margin-right: auto;
    margin-left: auto;
}

.iupgr-resend-modeldescription 
{
    margin: 30px 0px 50px 0px;
    font-size: 13px;
    font-family: 'Verdana';
}

.iupgr-resend-modelcontent .importantNoticeHeader .modeltitle {
    color: #222222;
    font-weight: bold;
    font-size: 18px;
}

.iupgr-goback {
    background: #0e7bba;
    width: 20%;
    min-height: 32px;
    font-weight: normal;
    font-size: 12px;
    font-family: 'Verdana', sans-serif;
    border: 0px;
    color: #fff;
    padding: 10px 0px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}
