.notification {
	position: absolute;
	z-index: 10000;

	min-width: 250px;
	max-width: 500px;

	color: #fff;
	font-size: 14px;

	border: none;
	background-color: transparent;

}

.notification pre {
	white-space: normal;
}

.notificationBody {
	border: none;
	background-color: transparent;
	padding: 10px 5px;
	text-align: center;
}

.notificationBodyWithIcon {
	margin-left: 42px;
}

.notificationInner {
	border: 1px solid #999;
	background: #666 url('http://assets.thinklinkr.com/1266050217/images/title-gradient-overlay.png') repeat-x;

	text-shadow: #000 1px 1px 2px;

	-moz-opacity: 0.90;
	opacity: 0.90;
	filter: alpha(opacity=90);

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
	-moz-box-shadow: #666 2px 2px 6px;
	-webkit-box-shadow: #666 2px 2px 6px;
}

.notificationIcon {
	position: absolute;
	top: 12px;
	left: 10px;
}
.overlay{
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color: #fff;
}


.lightboxOuter {
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: transparent;
	z-index:9999;
	margin: 0px;
	overflow: auto;
}

.lightbox {
	position: absolute;
	text-align:left;
}

.lightboxLoading {
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

.lightboxLoading img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -27px;
	margin-top: -27px;
}

.listView {
	border: 1px solid #bbb;
}

.listItem {
	font-size: 14px;
	padding: 5px 10px 5px;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
}

.listItemHover {
	background: #eee url('http://assets.thinklinkr.com/1266050217/images/title-gradient-overlay.png') repeat-x;
/*	background-color: #C7CEEA;*/
}

.listItemSelected {
	background-color: #DDDDFF;
	background-image: none;
	padding-top: 4px;
	border-top: 1px dotted #88a;
	border-bottom: 1px dotted #88a;
}
.tooltip {
	position: absolute;
	padding: 3px;
    background: #f9f9f9;
    border: 1px solid #eee;
    text-align: left;
    font-size: smaller;
  	z-index: 10000;
	max-width: 500px;
}
.button {
	font-family: Tahoma,Geneva,sans-serif;
	background: #fafafa url('http://assets.thinklinkr.com/1266050217/images/sprites/outliner.png?1266050217') -0px -0px repeat-x;
	display: inline;
	font-size: 12px;
	line-height: 12px;
	color: #222;
	padding: 5px 10px;
	
	border: 1px solid #999;
	cursor: pointer;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.button img {
	position: relative;
	top: 3px;
	left: -4px;
}

.buttonHover {
	background-color: #DDDDFF;
	border-color: #88a;
}

.buttonDown {
	background-image: url('http://assets.thinklinkr.com/1266050217/images/sprites/outliner.png?1266050217') -0px -1009px;
}

.buttonDisabled {
	background: #fafafa url('http://assets.thinklinkr.com/1266050217/images/sprites/outliner.png?1266050217') -0px -0px repeat-x;
	color: #888;
	border-color: #ccc;
	cursor: default;
}
.label {
	font-size: 14px;
}
.outlineLoadingOverlay {
	position: absolute;
	z-index: 1001;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

.outlineLoadingOverlayInner {
	position: relative;
	width: 100%;
	height: 100%;
}

.outlineLoadingOverlayBackground {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 200;
	width: 100%;
	height: 100%;

/*	background-color: white;*/
	background-color: #333;

	-moz-opacity: 0.80;
	opacity:0.80;
	filter: alpha(opacity=80);
}

.outlineLoadingOverlayContent {
	font-size: 16px;
	font-weight: 500;
	color: #666;
	position: absolute;
	z-index: 300;
	width: 100%;
	height: 100%;
	text-align: center;
	margin-top: 300px;
}

.outlineLoadingOverlayContentInner {
	border: 5px solid #bbb;
	width: 400px;
	margin: 0px auto;
	background-color: #fff;
	padding: 30px 20px;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	-moz-box-shadow: #333 2px 2px 6px;
	-webkit-box-shadow: #333 2px 2px 6px;
}

.outlineLoadingOverlayContentInner img {
	margin-top: 20px;
}

.outlineLoadingOverlayContentInner span {
	font-weight: 700;
}
.outlineListPage .listItemHover, .outlineListPage .listItem {
	cursor: pointer;
}

.popup, .popup2 {
/*	-moz-opacity: 0.90;
	opacity:0.90;
	filter: alpha(opacity=90);
*/	
	position: relative;
	color: #fff;
	background: #0E0E0E url('http://assets.thinklinkr.com/1266050217/images/popup-c.png') repeat-x;

	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;

	-moz-box-shadow: #333 3px 3px 4px;
	-webkit-box-shadow: #333 3px 3px 4px;

	border: 1px solid #0E0E0E;

	padding: 10px;
}
.popup2 {
	background-image: url('http://assets.thinklinkr.com/1266050217/images/popup-c2.png');
}

.popupClose {
	position: absolute;
	right: 2px;
	top: 2px;
}

.popup h1 {
	font-size: 14px;
}


.popupSections {
	border: 1px solid #222;
	height: 363px;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
	margin-top: 23px;
	
	position: relative;
}

.popupSectionsBackground {
	height: 100%;
	background-color: #000;
	
	-moz-opacity: 0.10;
	opacity:0.10;
	filter: alpha(opacity=10);
}

.popupSectionsInner {
	height: 100%;
	width: 100%;
	
	position: absolute;
	top: 0px;
	left: 0px;
}

.popupButtonBar {
	text-align: center;
	margin-top: -16px;
}

.popupSection {
	padding: 10px 30px 20px;
}



.textarea {
	border: 1px solid #bbb;
	background-color: white;
	padding: 3px;
}

.textarea textarea {
	font-size: 14px;
	background-color: transparent;
	resize: none;
}
a.link, a.link:visited {
	font-size: 14px;
	color: blue;
}
.checkbox input {
	vertical-align: middle;
}

.checkboxLabel {
	font-size: 14px;
	line-height: 14px;
	vertical-align: middle;
}
.gridView {
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}

.gridView table {
	border: none;
}

.gridView td {
	border-top: 1px solid #ddd;
	border-right: 1px solid #f0f0f0;
	
	padding: 3px 5px;
	font-size: 12px;
	
}

.gridViewHeaderRow {
	background: #fafafa url('http://assets.thinklinkr.com/1266050217/images/sprites/outliner.png?1266050217') -0px -0px repeat-x;
}

.gridViewHeaderRow td {
	border: none;
	border-right: 1px solid #ddd;
/*	border-left: 1px solid #eee;*/
/*	border-: 1px solid #fff;*/
	font-size: 12px;
	padding: 4px 5px 5px;
	color: #222;
}

.gridView .gridItemHover {
	background: #eee url('http://assets.thinklinkr.com/1266050217/images/title-gradient-overlay.png') repeat-x;
}
.gridView .gridItemHover td {
	border-top: 1px solid #bbb;
/*	padding-top: 2px;*/
}

.gridView .gridItemSelected {
	background-color: #DDDDFF;
	background-image: none;
}

.gridView .gridItemSelected td {
	padding-bottom: 2px;
	border-top: 1px dotted #88a;
	border-bottom: 1px dotted #88a;
}

.statusMessage {
	position: absolute;
	z-index: 9999;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
}

.statusMessageCloseButton {
	text-align: center;
}
.collaboratorTextareaDropDown {
	position: absolute;
	background-color: #D9E8FE;
	border: 1px solid #666;
	width: 300px;
	top: 101px;
	left: -1px;
	color: #111;
	line-height: 1.2;
	z-index: 100;
	max-height: 150px;
	overflow-y: auto;
}

.collaboratorTextareaDropDown span {
	font-weight: 700;
	color: #004CB0;
}

.collaboratorTextareaDropDown .listItem {
	border-bottom: 1px solid transparent;
	white-space: nowrap;
}


.collaboratorTextareaDropDown .listItemHover {
	background-image: none;
	background-color: #C4DBFC;
}

.collaboratorTextareaDropDown .listItemSelected {
	background-color: #9BC2FD;
	border-bottom: 1px dotted #88a;
}

.addInviteEmails {
	width: 216px;
	height: 100px;
	border: 1px solid #666;
	background-color: white;
}

.sharingLabel {
	font-size: 12px;
	margin: 3px 3px;
}

.sharingSubLabel {
	font-size: 11px;
	color: #999;
	margin: 3px 8px 10px;
}

.sharingLabel span {
	color: #999;
}

.inviteMessage {
	width: 216px;
	height: 246px;
	border: 1px solid #666;
	background-color: white;
}

.collaboratorsList {
	height: 265px;
	border: 1px solid #666;
	background-color: white;
	color: black;
}

.collaboratorsList td {
	border-right: none;
	font-size: 14px;
	vertical-align: middle;
	cursor: default;
}

.collaboratorGridEmail {
	color: #666;
}

.collaboratorOwnerText {
	font-weight: 700;
	color: #666;
	padding-left: 6px;
}

.collaboratorReadOnlyPermissionText {
	font-size: 12px;
	padding-left: 8px;
}

.collaboratorAvatar {
	width: 24px;
	height: 24px;
}

.collaboratorNotSignedUpRow td {
	background-color: #eee;
	color: #666;
	font-style: italic;
	font-size: 12px;
}

.sharingCheckbox {
	display: block;
	margin: 15px 5px;
}

.sharingCheckbox label {
	font-size: 13px;
	margin-left: 5px;
}

.nestedSharingCheckbox {
	margin: -8px 25px 0px;
}

.publishNotification, .smsNotification {
	border: 1px solid #A9A10B;
	background-color: #FFFCC1;
	margin: 12px 0px;
	color: #000;
	font-size: 14px;
	line-height: 19px;
}

.publishNotification table {
	margin: 10px 12px;
}

.smsNotification {
	padding: 10px 12px;
	border: 1px solid #666;
	background-color: #999;
	color: #333;
}

.publishNotification img, .smsNotification img {
	margin-right: 12px;
}

hr {
	border: none;
	border-top: 1px solid #666;
	border-bottom: 1px solid #fff;

	-moz-opacity: 0.50;
	opacity:0.50;
	filter: alpha(opacity=50);
	
	margin: 15px 0px 10px;
}

hr.underHeading {
	margin: 0px 0px -5px;
}

h2.sharing {
	font-size: 14px;
	margin-left: 4px;
	line-height: 20px;
	vertical-align: middle;
}

h2.sharing img {
	vertical-align: bottom;
}

.publishLinks {
	color: #aaa;
	font-size: 14px;
	margin-top: 10px;
	margin-left: 5px;
}

.publishLinks td {
	vertical-align: middle;
	padding-right: 10px;
	padding-bottom: 15px;
}

.publishLinks input {
	padding: 1px;
	width: 359px;
}

.clipboardCopiedText {
	font-size: 11px;
	color: #eee;
	line-height: 20px;
	vertical-align: bottom;
}

.onlyTheOwnerCanPublishNotification {
	background-color: #EBE3A5;
	padding: 3px;
	border-top: 1px dotted #C9C28D;
	color: #454332;
	font-size: 12px;
	line-height: 16px;
}

.onlyTheOwnerCanPublishNotification img {
	margin: 0px 5px 2px 15px;
	vertical-align: middle;
}

.publishDisabledOverlay {
	position: absolute;
	left: 0px;
	top: 133px;
	z-index: 2000;
	background-color: #000;
	width: 100%;
	height: 230px;
	
	-moz-opacity: 0.80;
	opacity: 0.80;
	filter: alpha(opacity=80);
}

.userCanNotInviteSection {
	text-align: center;
	padding-top: 120px;
	height: 100%;
}

.collaboratorInvalidEntriesTitle {
	margin: 8px 6px 12px;
	font-size: 15px;
}

.collaboratorInvalidEntry {
	font-size: 13px;
	font-weight: 700;
	padding-left: 12px;
	margin-bottom: 5px;
	text-align: left;
}



.input {
	font-size: 14px;
	padding: 3px;
}

.inputPlaceHolder {
	color: #888;
	font-style: italic;
}
.uploadAvatarBox {
	border: 1px solid #111111;
	background-color: #dddddd;
	padding: 15px;
	position: relative;
	text-align: left;
	height: 36px;
	margin-bottom: 15px;
	width: 260px;
}

.avatarImage {
	border: 1px solid black;
	height: 36px;
	width: 36px;
}

.avatarButton {
	position: absolute;
	left: 96px;
	top: 15px;
}

.avatarLoading {
	position: absolute;
	left: 141px;
	top: 4px;
}

.profileSection label{
	font-weight: 700;
	font-size: 12px;
	margin-left: 1px;
}

.profileSection input {
	font-size: 15px;
	padding: 5px;
	width: 278px;
	border: 1px solid black;
}

.profileSection input.error {
	width: 276px;
	padding: 4px;
	border: 2px solid #BA2500;
	background-color: #FAE1DA;
}

.settingsPage p {
	margin-bottom: 15px;
}

.settingsPage .submitOrCancel {
	text-align: center;
}

.settingsPage .errorMessage {
	margin-left: 5px;
	margin-top: 5px;
	color: #BA2500;
	font-style: italic;
}

.settingsPage a, .settingsPage a:visited {
	margin-left: 5px;
	color: #8C1800;
}

.settingsPage button {
	margin-right: 5px;
}

.notificationCheckbox {
	display: block;
	margin: 10px 0px 10px;
}

.notificationCheckbox label {
	font-size: 13px;
	margin-left: 5px;
}

.notificationsSection {
	padding: 10px 20px 20px;
}

.notificationExplanation {
	color: #bbb;
	font-size: 12px;
	padding: 0px 10px 20px;
}

.feedbackPage .submitOrCancel {
	text-align: center;
	margin-top: 5px;
	line-height: 0px;
}

.feedbackPage a.link, .settingsPage a.link:visited {
	margin-left: 5px;
	color: #8C1800;
}

.feedbackPage button {
	margin-right: 5px;
}

.feedbackPage h1 {
	font-weight: 700;
	margin-bottom: 4px;
}

.feedbackPage textarea {
	font-size: 15px;
}

.feedbackPage .errorMessage {
	margin-left: 5px;
/*	margin-top: 5px;*/
	color: #BA2500;
	font-style: italic;
}

.feedbackPage .error {
	line-height: 12px;
	border: 2px solid #BA2500;
	background-color: #FAE1DA;
}
.feedbackPage .error textarea {
	background-color: transparent;
}

.feedbackStatusMessage {
	font-size: 24px;
	padding: 20px;
	text-align: center;
}

.feedbackStatusMessage img {
	margin-right: 12px;
}

.feedbackStatusMessage hr {
	margin: 20px -8px;
	border: none;
	border-top: 1px dotted #444;
}

.feedbackStatusMessage h2 {
	font-family: Georgia, serif;
	letter-spacing: 0.6px;
	font-size: 16px;
	text-align: center;
	color: #666;
}

img.feedbackFailImage {
	position: relative;
	top: 4px;
	margin-right: 8px;
}

.feedbackForumLink {
	margin: 16px 5px 0px;
	padding-top: 3px;
	text-align: center;
	border-top: 1px dotted #444;
	color: #777;
}

.feedbackForumLink a:visited {
	color: blue;
}





.helpContent {
	color: black;
	border: 1px solid black;
	background-color: white;
	height: 460px;
	padding: 10px 15px;
	margin: 5px;
	
	font-family: Georgia, serif;
	font-size: 13px;
	line-height: 17px;
	
	overflow: auto;
}

.helpPage h1 {
	font-weight: 700;
	margin-bottom: 4px;
	margin-left: 10px;
}

.helpPage h2 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 13px;
	margin-top: 5px;
}

.helpPage h3 {
	margin-bottom: 15px;
}

.helpPage h4 {
	font-style: italic;
	text-align: center;
}

.helpContent table {
	border-collapse: collapse;
	margin-bottom: 15px;
}

.helpContent th, .helpContent td {
	border: 1px solid #666;
	padding: 5px;
}

.helpContent th {
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #333;
	color: white;
	font-weight: 700;
}

.helpContent .shortcutColumn {
	font-weight: 700;
	width: 100px;
}

.helpContent .actionColumn {
	width: 100px;
}

.helpContent .buttonColumn {
	padding: 6px 10px;
}

.helpContent .helpPageTutorialMessage {
	float: right;
	background-color: #F1F9C2;
	border: 1px dashed #BFCD32;
	padding: 3px;
}

.helpContent .helpPageTutorialMessage a {
	color: #6D6F04;
}








.importExportPage {
}

.importExportSeparator {
	position: absolute;
	top: 0px;
	left: 200px;
	width: 0px;
	height: 246px;
	border-left: 1px solid #151515;
	border-right: 1px solid #5F5F5F;
}

table.importExportContent {
	width: 100%;
}

table.importExportContent td {
	width: 50%;
}

table.importExportContent td img {
	margin: 10px;
}

.importFootnote {
	font-size: 10px;
	color: #666;
	border-top: 1px solid #666;
	width: 170px;
	padding-top: 6px;
	margin: 90px 0px 0px 5px;
}

img.importPlaceholderImage {
	position: relative;
	top: -10px;
	left: -10px;
}

table.importExportContent .importButtonPlaceholderWrapper img {
	padding: 0px;
}

table.importExportContent .importButtonPlaceholderWrapper {
	padding: 9px 10px;
}


.goToOutlinePage .goToOutlineInput {
	margin-top: 10px;
	font-size: 15px;
}

.goToOutlinePage .listView {
	font-family: Lucida Console, Monaco, monospace;
	background-color: white;
	color: #555;
	border: 1px solid #555;
}

.goToOutlinePage .listItem {
	font-size: 12px;
	padding: 4px 5px 2px;
	cursor: pointer;
}

.goToOutlinePage .listItem span {
	font-weight: 700;
}

.goToOutlinePage .listItemHover {
	background: none;
	background-color: #eee;
}

.goToOutlinePage .listItemSelected {
	background-color: #ddd;
	color: #555;
	font-weight: 500;
	padding: 3px 5px 2px;
}
.versionHistory {
	background-color: white;
	height: 430px;
	overflow: auto;
	border: 1px solid #333;
	position: relative;
	color: #000;
	padding: 10px;
}

.versionHistoryLoading {
	position: absolute;
	top: 190px;
	left: 290px;
}

.versionNumberLine {
	font-weight: 700;
}
.newUserPage {
	font-size: 18px;
}

.newUserPage .newUserPageContents {
	color: black;
	border: 1px solid black;
	background-color: white;
	padding: 0px;
	margin: 5px;
	
	font-family: Georgia, serif;
	font-size: 13px;
	line-height: 17px;
	
	overflow: hidden;
	
}

.newUserPage h2 {
	font-size: 22px;
	font-weight: 700;
	position: relative;
	padding-left: 50px;
	padding-top: 8px;
/*	margin: 17px 15px 0px 20px;*/
	margin: 17px 15px 18px 20px;
}

.newUserPage h2 img {
	position: absolute;
	top: 0px;
	left: 0px;
}

.newUserPage h3 {
	font-size: 14px;
	font-style: italic;
	margin-top: 10px;
	margin-left: 25px;
}

.newUserPage .newUserBanner {
	margin: 20px 0px 0px;
	font-size: 14px;
	text-align: center;
	background-color: #FCFED1;
	color: #6F6A0D;
	border-top: 1px solid #CBCAA0;
	border-bottom: 1px solid #CBCAA0;
	padding: 5px 0px;
	display: none;
}

.newUserTips {
	border-top: 3px solid #e0e0e0;
	padding: 20px 20px;
	background-color: #f6f6f6;
	color: #333;
}

.newUserTips h4 {
	font-size: 12px;
	font-weight: 700;
	font-family: Tahoma, Geneva, sans-serif;
}

.newUserPage li {
	margin-left: 20px;
	font-size: 14px;
	margin-top: 8px;
	list-style: disc;
}

.newUserPage li span {
/*	font-style: italic;*/
	background-color: #FCFED1;
}

.newUserPageTutorial {
	background-color: #629DFF;
	color: #fff;
	border-top: 6px solid #0033A2;
	padding: 15px;
}

.newUserPageTutorial h4 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	font-weight: 700;
	text-shadow: #333 2px 2px 4px;
	
	margin-bottom: 12px;
}

.newUserPageTutorial p {
	line-height: 1.3;
	font-size: 16px;
	margin-bottom: 10px;
}

.newUserLinks {
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
	color: #0033A0;
	margin: 20px 0px 10px;
}

.newUserLinks a, .newUserLinks a:visited {
	color: #0033A0;
}

.newUserPage .newUserStartTutorialLink {
	font-size: 22px;
	font-weight: 700;
}

.newUserPage .newUserStartOutliningLink {
	font-size: 14px;
}

.newUserOr {
	margin: 0px 20px;
}









.publicSignupOrLoginPage, .publicSignupOrLoginPage h1 {
	font-size: 14px;
	font-weight: 500;
	color: white;
	white-space: nowrap;
}

.publicSignupOrLoginPage .or {
	vertical-align: middle;
	position: relative;
	top: -27px;
}

.publicSignupButton {
	margin: 15px 10px;
}
.outlineList {
	border: none;
	padding-left: 0px;
	margin-top: 3px;
	margin-bottom: -3px;
	overflow: scroll;
}
.outlineList .listItemSelected {
	padding-top: 0px;
	border: none;
	background-color: transparent;
}

.lineItem {
	cursor: default;
	position: relative;
	padding-left: 17px;
}
.lineItemText {
	padding-bottom: 3px;
	position: relative; 
}

.lineItemText .lineItemInput {
	margin: 0px 20px 2px 3px;
}

.showCheckboxes .lineItemText .lineItemInput {
	margin-left: 22px;
}

.showCheckboxes .lineItemChecked .lineItemInput textarea {
	color: #888;
	text-decoration: line-through;
}

.lineItem textarea, .lineItem .lineItemTextReadOnly {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 14px;
	line-height: 17px;
	width: 100%;
	padding: 3px 0px 3px 2px;
	margin: 0px;
	overflow: hidden;
	background-color: transparent;
}

.lineItem .listView {
	border: none;
}

.lineItemInput {
	border: 1px dotted transparent;
	padding-right: 10px;
}

.lineItem .lineItemTextReadOnly {
	display: block;
	padding: 4px 0px 5px 6px;
	min-height: 17px;
}

.lineItemInputHover {
	border: 1px dotted #ddd;
}

.lineItemInputSelected {
	border: 1px solid #3F3FA5;
	padding: 0px;
	margin-right: 0px;
}

.lineItemViewOnly .lineItemInputSelected { 
	border: 1px solid #B9C3DF;
	background-color: #EFF3FE;
	color: white;
}

/* ============ */
/* = CHECKBOX = */
/* ============ */
.lineItemCheckbox {
	display: none;
}

.showCheckboxes .lineItemCheckbox {
	display: inline;
	position: absolute;
	top: 4px;
	left: 20px;
}

/* =========== */
/* = MARKERS = */
/* =========== */
.lineItemCircle {
	position: absolute;
	cursor: move;
	top: 11px;
	left: 10px;
}

.lineItemTriangle {
	position: absolute;
	cursor: pointer;
	top: 10px;
	left: 8px;
}

/* ================== */
/* = CUT/COPY/PASTE = */
/* ================== */
.outlineList .lineItemCopying {
	background-color: #EFFED3;
	border: 1px dashed #445F16;
	padding-top: 3px;
	margin: -4px 0px -1px -1px;
}

.outlineList .lineItemCopying .lineItemInput {
	margin-right: 19px;
}

.outlineList .lineItemCopying .lineItemCircle { top: 14px; }
.outlineList .lineItemCopying .lineItem .lineItemCircle { top: 11px; }

.outlineList .lineItemCopying .lineItemTriangle { top: 13px; }
.outlineList .lineItemCopying .lineItem .lineItemTriangle { top: 10px; }

.outlineList .lineItemPasting .lineItemInput {
	border-bottom: 2px dashed #14235E;
	padding-bottom: 0px;
	margin-bottom: -4px;
	background-color: #D3DCFE;
}

.outlineList .lineItemPasting .outlineList .lineItemInput {
	border: 1px solid transparent;
	padding-bottom: 0px;
	margin-bottom: 3px;
	background-color: transparent;
}


.outlineList .lineItemCutting {
	background-color: #FEFAD3;
	border: 1px dashed #5E5916;
	margin: -1px;
	padding-top: 3px;
	margin-top: -4px;
}

/* ============= */
/* = DRAG/DROP = */
/* ============= */
.lineItemDragHover .outlineList {
	border-top: 3px solid #478FD3;
	margin-top: -2px;
}

.lineItemDragHover .lineItem .outlineList {
	border-top: none;
	margin-top: 3px;
}

/* ========= */
/* = LINKS = */
/* ========= */
.lineItemLink, .listItemSelected .lineItem .lineItemLink {
	margin: -2px 20px 0px 10px;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border: 1px solid transparent;
	border-top: 1px dashed #ddd;
	background-color: transparent;
	color: #888;
	line-height: 16px;
}
.lineItemLink a, .lineItemLink a:visited {
	font-size: 11px;
	color: #88f;
}
.listItemSelected .lineItemLink {
	border: 1px solid #e8e8e8;
	border-top: none;
	padding-top: 1px;
	background-color: #f3f3f3;
	margin-left: 3px;
	padding-left: 7px;
}

.showCheckboxes .lineItemLink, .showCheckboxes .listItemSelected .lineItem .lineItemLink {
	margin: -2px 20px 0px 27px;
}

.showCheckboxes .listItemSelected .lineItemLink {
	margin-left: 20px;
}

/* ================ */
/* = OUTLINE LINK = */
/* ================ */
.lineItemSubOutlineName {
	margin-left:62px;
	margin-top:-22px;
}
.lineItemSubOutlineName a.link {
	background-color: #3D65E3;
	font-size:12px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;

	color:#eee;
	padding: 3px 6px;
	line-height:22px;
	text-decoration:none;
}
.lineItemSubOutlineName a.link:hover {
	background-color: #1654DF;
	color: #fff;
/*	color:red;*/
	text-decoration: none;
}

/*.lineItemSubOutlineName {
	margin-left:80px;
	margin-top:-25px;
	font-size:18px;
}
.lineItemSubOutlineName a.link {
	font-size:18px;
	color:#333;
	line-height:25px;
	text-decoration:none;
}
.lineItemSubOutlineName a.link:hover {
	color:blue;
	text-decoration:underline;
}
*/



.container {
	overflow: auto;
}
.selectionIndicator {
	position: absolute;
	left: 4px;
	height: 50px;
	width: 59px;
	z-index: 1000;
	background: transparent url('http://assets.thinklinkr.com/1266050217/images/sprites/outliner.png?1266050217') -0px -401px no-repeat;
}

.selectionIndicator img {
	margin: 6px 0px 0px 6px;
}

img.selectionIndicatorStar {
	position: absolute;
	z-index: 1001;
	left: -4px;
	bottom: 3px;
}
.newVersionPopup {
	position: absolute;
	left: 20px;
	bottom: 20px;
	background: transparent url('http://assets.thinklinkr.com/1266050217/images/sprites/outliner.png?1266050217') -0px -583px no-repeat;
	z-index: 9000;
	width: 218px;
	height: 102px;
	color: #fff;
}

.newVersionClose {
	position: absolute;
	right: 3px;
	top: 3px;
}

.newVersionChecklistIcon {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 14px;
}

.newVersionPopup span {
	font-size: 20px;
	position: relative;
	top: -9px;
}

.newVersionPopup p {
	font-size: 12px;
	margin-top: 2px;
	margin-left: 9px;
	margin-right: 9px;
}

.newVersionPopup a, .newVersionPopup a:visited, .newVersionPopup a:hover {
	color: #fff;
	font-size: 12px;
}

.importStatusMessage {
	font-size: 24px;
	padding: 20px;
	text-align: center;
}

.importStatusMessage img {
	margin-right: 12px;
}

.importStatusMessage hr {
	margin: 20px -8px;
	border: none;
	border-top: 1px dotted #444;
}

.importStatusMessage h2 {
	font-family: Georgia, serif;
	letter-spacing: 0.6px;
	font-size: 16px;
	text-align: center;
	color: #666;
}

.importStatusName {
	color: #fff;
}
.publicNonUserPopup {
	position: absolute;
	right: 40px;
	top: 30px;
	padding-top: 18px;
	background: transparent url('http://assets.thinklinkr.com/1266050217/images/sprites/outliner.png?1266050217') -0px -1872px no-repeat;
	z-index: 9000;
	width: 226px;
	height: 102px;
	color: #fff;
}

.publicNonUserPopupClose {
	position: absolute;
	right: 10px;
	top: 22px;
}

.publicNonUserPopupChecklistIcon {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 14px;
}

.publicNonUserPopup span {
	font-size: 20px;
	position: relative;
	top: -9px;
}

.publicNonUserPopup p {
	font-size: 12px;
	margin-top: 2px;
	margin-left: 9px;
	margin-right: 9px;
}

.publicNonUserPopup a, .publicNonUserPopup a:visited, .publicNonUserPopup a:hover {
	color: #fff;
	font-size: 12px;
}

.splitterH img, .splitterV img {
	-moz-user-select: none;
	-webkit-user-select: none;
	position: absolute;
}
.splitterH div, .splitterV div {
	position: relative;
}

.splitterH {
	width: 8px;
	height: 100%;
	cursor: col-resize;
}
.splitterH div {
	height: 50%;
}
.splitterH img {
	bottom: -9px;
	left: 1px;
}

.splitterV {
	height: 8px;
	width: 100%;
	cursor: row-resize;
}
.splitterV div {
	width: 50%;
	position: relative;
}
.splitterV img {
	right: -9px;
	top: 1px;
}

.panelOutside {
	background-color: #ddd;
	border: 1px solid #999;
	padding: 2px;
	-moz-border-radius: 2px;
}

.panelInside {
	border: 1px solid #999;
	background-color: #fff;
	height: 100%;
	margin: 0px;
	overflow: hidden;
}

.panelTitle {
	font-size: 11px;
	line-height: 11px;
	font-weight: 700;
	color: #444;
	padding: 3px 3px 5px;
}

.invisiblePanel {
}

.invisiblePanelOutside {
	background-color: transparent;
	border: none;
	padding: 0px;
}

.invisiblePanelInside {
	background-color: transparent;
	border: none;
}

.avatar {
	position: relative;
	width: 36px;
	height: 36px;
}

.avatarStar {
	position: absolute;
	left: 1px;
	bottom: -1px;
}

.avatarPhoto {
	position: absolute;
	left: 0px;
}

.hideStar .avatarStar {
	display: none;
}

.collaboratorListItem {
	cursor: default;
	-moz-user-select: none;
	-webkit-user-select: none;
}

.collaboratorListItemWrapper {
	position: relative;
	border: none;
	height: 40px;
	border-bottom: 1px solid #ddd;
}

.collaboratorListItemOffline {
	height: 28px;
}

.collaboratorListItemBackground {
	-moz-opacity: 0.50;
	opacity: 0.50;
	filter: alpha(opacity=50);

	background-color: white;
	position: absolute;
	height: 40px;
	width: 100%;
	left: 0px;
	top: 0px;
}

.collaboratorListItemAway .collaboratorListItemBackground {
	background-color: #E6DB19;
/*	background-color: #FFFB6E;*/
}

.collaboratorListItemOffline .collaboratorListItemBackground {
	background-color: #aaa;
	height: 28px;
}

.collaboratorListItemBody {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 100;
}

.collaboratorListItemColorBar {
	background: transparent url('http://assets.thinklinkr.com/1266050217/images/collaborator-color-bar-overlay.png') repeat-y;
	height: 40px;
	width: 14px;
	float: left;
	border-right: 1px solid #999999;
}

.collaboratorListItemOffline .collaboratorListItemColorBar {
	height: 28px;
}


.collaboratorListItemAvatar {
	float: left;
	padding-left: 3px;
	padding-top: 2px;
}

.collaboratorListItemOffline .collaboratorListItemAvatar {
	width: 24px;
	height: 24px;
	padding: 2px 6px 0px 9px;
}

.collaboratorListItemOffline .collaboratorListItemAvatar img {
	width: 24px;
	height: 24px;
}

.collaboratorListItemText {
	position: absolute;
	left: 54px;
	width: 125px;

	white-space: nowrap;
	overflow: hidden;

	padding: 5px 0px 0px 10px;
	font-size: 15px;
	color: #333;
	text-align: left;
	-moz-user-select: text;
	-webkit-user-select: text;
}

.collaboratorListItemOffline .collaboratorListItemText {
	color: #666;
	font-size: 13px;
	padding-top: 7px;
}

.collaboratorListItemStatus {
	color: #666;
	font-size: 10px;
}

.collaboratorListItemOffline .collaboratorListItemStatus {
	display: inline;
	padding-left: 5px;
	color: #888;
/*	font-style: italic;*/
/*	display: none;*/
}

.collaboratorListItemIndicator {
	float: right;
	margin: 12px;
}

.collaboratorListItemOffline .collaboratorListItemIndicator {
	margin: 6px 12px 6px 0px;
}



.collaboratorListItemWrapperForNonExpertUser {
	height: 60px;
}
.collaboratorListItemWrapperForNonExpertUser .collaboratorListItemColorBar {
	height: 60px;
}
.collaboratorListItemTutorialBackground {
	position: absolute;
	bottom: 0px;
	height: 20px;
	width: 100%;

	background-color: #FFFFA3;
	-moz-opacity: 0.50;
	opacity: 0.50;
	filter: alpha(opacity=50);
	
	border-top: 1px dashed #BFCD32;
	display: none;
}
.collaboratorListItemWrapperForNonExpertUser .collaboratorListItemTutorialBackground {
	display: block;
}

.collaboratorListItemTutorialLink {
	color: #6D6F04;
	font-size: 11px;
	text-decoration: none;
}
.collaboratorListItemTutorialLink span {
	text-decoration: underline;
}
.collaboratorListItemTutorialLinkWrapper {
	clear: both;
/*	text-align: left;*/
	position: absolute;
	bottom: 2px;
	left: 20px;
	padding: 2px;
	display: none;
}
.collaboratorListItemWrapperForNonExpertUser .collaboratorListItemTutorialLinkWrapper {
	display: block;
}








table.keyboardShortcuts {
	height: 190px;
	background-color: #333;
	width: 100%;
/*	border-top: 2px solid #333;*/
	border-top: 2px solid #33391C;
	color: #fff;
}

.keyboardShortcuts th {
/*	background-color: #444;*/
/*	border-bottom: 1px solid #444;*/
	background-color: #434822;
	border-bottom: 1px solid #4A4D22;

	-moz-box-shadow: #222 5px 3px 5px;
	-webkit-box-shadow: #222 5px 3px 5px;

	height: 28px;
	font-size: 16px;
	font-weight: 700;
	line-height: 28px;
	padding: 0px 20px;
}

.keyboardShortcuts td {
	vertical-align: top;
}

.keyboardShortcuts th.rightColumn {
	text-align: right;
}

td.rightColumn {
	border-left: 1px solid #444;
}

.keyboardShortcuts h1 {
	font-size: 13px;
	padding: 10px 15px 0px;
	margin: 0px;
	color: #aaa;
}

.keyboardShortcuts a, .keyboardShortcuts a:visited {
	color: #fff;
	font-size: 14px;
}

.shortcutsTable {
	float: left;
	margin-left: 15px;
	margin-right: 10px;
	margin-top: 10px;
}

.rightColumn .shortcutsTable {
	margin-top: 5px;
}

.shortcutKeyColumn {
	text-align: right;
	padding-right: 5px;
	line-height: 17px;
	color: #aaa;
}

.shortcutKeyColumn span {
	color: #759E12;
	padding: 0px 1px;
}


.tutorialBeginPage #player {
	margin-top: 5px;
	width:640px;
	height:385px;
}

.tutorialBeginPage .tutorialVideoSummary {
	border-top: 7px solid #0033A2;
	margin-right: 1px;
	background-color: #629DFF;
	padding: 15px;
}

.tutorialVideoSummary div {
	text-align: right;
}

.tutorialVideoSummary h4 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	font-weight: 700;
	text-shadow: #333 2px 2px 4px;
	
	margin-bottom: 12px;
}

.tutorialVideoSummary p {
	line-height: 1.3;
	font-size: 16px;
	margin-bottom: 10px;
}

.tutorialBeginPage .continueToTheTutorialLink {
	color: #0033A0;
	font-size: 22px;
}

.tutorial {
	position: absolute;
	z-index: 5000;
	width: 100%;
}

.tutorialPanel {
	background-color: #fff;
}

.tutorialHeader {
	background-color: #EEF6FF;
	height: 41px;
	border-bottom: 1px solid #E6E6E6;
	padding-left: 40px;
	vertical-align: middle;
	line-height: 43px;
}

.tutorialHeader h1 {
	font-size: 18px;
	font-weight: 700;
	color: #666;
}

.emptyStar {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 6px;
	left: 3px;
}

.emptyStar div {
	width: 32px;
	height: 0px;
	bottom: 6px;
	position: absolute;
	background-color: yellow;
}

.emptyStar img {
	position: absolute;
	top: 0px;
}

.tutorialCloseLink {
	float: right;
	color: #f00;
	text-decoration: underline;
	margin-right: 8px;
}

.tutorialListWrapper {
	border-top: 1px solid #666;
	background: transparent url('http://assets.thinklinkr.com/1266050217/images/tutorial-background.png') repeat;
	overflow: hidden;
}

.tutorialList {
	background-color: white;
	border: 1px solid #666;
	margin: 10px;
}

.tutorialList .listItem {
	font-size: 12px;
	color: #333;
	cursor: default;
}

.tutorialStep {
	height: 184px;
	overflow-y: auto;
	width: 100%;
}

.tutorialStepStarted {
	font-weight: 700;
}

.tutorialStepFinished {
	color: #999999;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #E4FDE0;
}

.tutorialStepFinished span {
/*	text-decoration: line-through;*/
	color: #1F4B08;
}

.tutorialStepName {
	color: #666;
	font-size: 18px;
	margin: 10px;
	font-weight: 700;
}

.tutorialStepDetails {
	padding: 0px 10px 10px;
	line-height: 1.4;
	color: #666;
}

.tutorialStepDetails span {
	color: black;
	font-weight: 700;
	padding: 2px;
	background-color: #FFFF88;
}

.tutorialStepDetails div {
	color: #888;
	margin-top: 15px;
/*	font-size: 12px;*/
	font-style: italic;
	border-top: 1px solid #eee;
	padding-top: 3px;
}

.tutorialHelpBar {
	position: relative;
	height: 23px;

	border-top: 1px dashed #7AACE2;

	font-weight: 700;
	color: #5073A4;
	background-color: #F6FAFE;
	line-height: 23px;
	vertical-align: middle;
	padding-left: 28px;
}

.tutorialHelpBar img {
	position: absolute;
	left: 8px;
	top: 4px;
}

.tutorialHelpBar a {
	font-size: 12px;
	color: #5073A4;
	text-decoration: underline;
}



body, html {
	height: 100%;
	width: 100%;
	min-width: 900px;
	min-height: 300px;
}

body {
	overflow: hidden;
}

textarea {
	resize: none;
}

.headerPanel {

}

.showChatButton {
	position: absolute;
	top: 4px;
	right: 10px;
}

.showKeyboardShortcutsButton {
	position: absolute;
	top: 4px;
	right: 44px;
}

.collaboratorIndicator {
	position: absolute;
	top: 4px;
	right: 47px;
}

.menuBar {
	height: 33px;
	background: transparent url('http://assets.thinklinkr.com/1266050217/images/sprites/outliner.png?1266050217') -0px -1372px;
	padding: 0px 4px;
}

.menuBar object {
	margin: 8px;
	margin-bottom: 7px;
}

.menuBarButton {
	margin: 8px;
}

.menuBarButtonRight {
	position: absolute;
	right: 8px;
}

.menuBarSettingsButton {
	position: absolute;
	right: 85px;
}

.menubarSeparator {
	position: relative;
	top: -7px;
	margin: 0px 0px 0px 6px;
}

.toolBar {
	height: 30px;
	background: transparent url('http://assets.thinklinkr.com/1266050217/images/sprites/outliner.png?1266050217') -0px -2127px;
	padding: 0px 0px 0px 8px;
	position: relative;

	-moz-box-shadow: #666 2px 2px 6px;
	-webkit-box-shadow: #666 2px 2px 6px;
}

.toolBarButton {
	margin: 5px 6px;
}

.toolBarToggleButton {
	position: relative;
	margin: 0px 6px;
	top: -5px;
}

.toolBarButtonRight {
	position: absolute;
	margin: 0px;
	top: 0px;
	right: 0px;
}

.toolbarSeparator {
	position: relative;
	top: -2px;
	margin: 0px 0px 0px 3px;
}

.gutter {
	background: transparent url('http://assets.thinklinkr.com/1266050217/images/gutter-background.png') repeat-y;
}

.outlineName {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 22.5px;
	width: 100%;
	padding: 5px;
	margin: 0px;
	border: none;
	outline: none;
	cursor: default;
	background-color: transparent;
}

.outlineNameHover {
/*	border-right: 8px solid #D7241F;*/
}

.outlineNameSelected {
	border: 1px solid #3F3FA5;
	padding: 4px;
	background-color: #fff;
}

.outlineListBottomSpacer {
	height: 180px;
	background-color: #fff;
}

.liveChatLabel {
	font-weight: 700;
	margin-bottom: 4px;
}

.sendMessage {
	padding-top: 10px;
/*	padding-bottom: 10px;*/
}

.chatMessage, .chatMessages {
	background-color: white;
	border: 1px solid #333333;
}

.chatMessage {
	margin-top: 3px;
	height: 80px;
}

.chatMessages {
	height: 100%;
}

.chatMessagesContainer {
	height: 100%;
	color: black;
	line-height: 150%;
	overflow: auto;
}

.chatMessagesContainer div {
	font-size: 12px;
	padding: 0px 8px;
	border-bottom: 1px solid #EBEBEB;
}

.chatMessagesContainer span.chatLogin {
	font-weight: 700;
}

.selectionIndicators {
	height: 100%;
	width: 67px;
	position: relative;
	overflow: hidden;
}

.importStatusMessage {
	font-size: 24px;
	padding: 20px;
	text-align: center;
}

.importStatusMessage img {
	margin-right: 12px;
}

.importStatusMessage hr {
	margin: 20px -8px;
	border: none;
	border-top: 1px dotted #444;
}

.importStatusMessage h2 {
	font-family: Georgia, serif;
	letter-spacing: 0.6px;
	font-size: 16px;
	text-align: center;
	color: #666;
}

.importStatusName {
	color: #fff;
}

img.importFailImage {
	position: relative;
	top: 4px;
	margin-right: 8px;
}

.tooltip {
	position: absolute;
	padding: 5px;
    background: #ECECEC;
    border: 1px solid #fff;
    border-right: 1px solid #989898;
    border-bottom: 1px solid #989898;
	color: #000;
    text-align: left;
    font-size: 11px;
    line-height: 11px;
  	z-index: 10000;
	max-width: 500px;
}

.overlay {
	background-color: #333;
}

.soundOnButton {
	position: absolute;
	right: 0px;
	top: -2px;
}

.collaborateNotificationLink {
	color: white;
}

.collaboratorPanel {
	text-align: center;
}

.collaboratorPanel .panelInside {
	border: none;
	background-color: transparent;
}

.collaboratorPanel .panelOutside {
	background: transparent url('http://assets.thinklinkr.com/1266050217/images/collaborator-list-background.png') repeat;
	border: none;
	padding: 0px;
}

.collaboratorPanel .splitterV {
	background: transparent url('http://assets.thinklinkr.com/1266050217/images/sprites/outliner.png?1266050217') -0px -883px repeat-x;
	height: 6px;
	border: 1px solid #0075B0;
	border-left: none;
}

.collaboratorPanel .splitterV img {
	right: -9px;
	top: 2px;
}

.collaboratorListView {
	border: none;
	margin-bottom: 10px;
}








.versionLinkPage .versionUrlText {
	font-size: 18px;
	width: 600px;
	padding: 6px;
}

.highlight .lineItem .lineItemChanged {
	background-color: #E6F2FE;
}

.highlight .lineItem .lineItemCreated {
	background-color: #E4FCE0;
}

.highlight .lineItemNextDeleted {
	border-bottom: 3px solid #D7664F;
	margin-bottom: -3px;
}


.lineItemReadOnly .lineItemCircle {
	left: -11px;
}

.lineItemReadOnly .outlineList {
	min-height: 3px;
}


body, html {
	height: 100%;
	width: 100%;
	min-width: 900px;
	min-height: 300px;
}

body {
	overflow: hidden;
}

.outlineRevisionsPage {
/*	background-color: #fff;
	font-size: 18px;
*/
}

.revisionLoadingOverlay {
	position: absolute;
/*	background-color: transparent;*/
	z-index: 20;
	width: 100%;
	height: 100%;
}

.revisionLoadingOverlayInner {
	position: relative;
	width: 100%;
	height: 100%;
}

.revisionLoadingOverlayBackground {
	position: absolute;
	z-index: 200;
	width: 100%;
	height: 100%;

	background-color: white;
	-moz-opacity: 0.80;
	opacity:0.80;
	filter: alpha(opacity=80);
}

.revisionLoadingOverlayContent {
	font-size: 16px;
	line-height: 66px;
	font-weight: 700;
	color: #666;
	position: absolute;
	z-index: 300;
	width: 100%;
	height: 100%;
	text-align: center;
	margin-top: 300px;
}

.revisionsPanelTop {
	background: transparent url('http://assets.thinklinkr.com/1266050217/images/sprites/outliner.png?1266050217') -0px -1803px repeat-x;
}

.revisionTopShadow {
	position: absolute;
	width: 100%;
	height: 6px;
	z-index: 100;
	top: 63px;
	background: transparent url('http://assets.thinklinkr.com/1266050217/images/sprites/outliner.png?1266050217') -0px -1366px repeat-x;
}

.revisionsPanelRight {
	height: 100%;
	background: transparent url('http://assets.thinklinkr.com/1266050217/images/revisions-right-background.png') repeat;
}

.closeRevisionsButton {
	position: absolute;
	top: 10px;
	right: 10px;
}

.previousButton {
	position: absolute;
	left: 17px;
	top: 19px;
}

.nextButton {
	position: absolute;
	left: 84px;
	top: 19px;
}

.playButton {
	position: absolute;
	z-index: 2;
	left: 49px;
	top: 8px;
}

.speedSlider {
	position: absolute;
	background: transparent url('http://assets.thinklinkr.com/1266050217/images/sprites/outliner.png?1266050217') -0px -372px no-repeat;
	left: 71px;
	top: 35px;
	height: 29px;
	width: 84px;
	color: #CCE5FF;
	font-size: 11px;
	text-align: center;
	line-height: 33px;
	vertical-align: bottom;
}

.speedSliderHandle {
	position: absolute;
	cursor: pointer;
	height: 14px;
	width: 14px;
	top: -4px;
	background: transparent url('http://assets.thinklinkr.com/1266050217/images/sprites/outliner.png?1266050217') -0px -26px no-repeat;
}

.versionSliderBar {
	position: relative;
	top: 23px;
	height: 30px;
}

.versionSliderHandle {
	position: absolute;
	cursor: pointer;
	height: 32px;
	width: 20px;
	top: -4px;
	background: transparent url('http://assets.thinklinkr.com/1266050217/images/sprites/outliner.png?1266050217') -0px -1167px repeat-x;
}

.versionSliderBarFull {
	position: absolute;
	top: 4px;
	height: 22px;
	width: 0px;
	background: transparent url('http://assets.thinklinkr.com/1266050217/images/sprites/outliner.png?1266050217') -0px -2209px repeat-x;
}

.versionSliderCurrentNumber, .versionSliderLastNumber {
	position: absolute;
	top: 30px;
	color: #CCE5FF;
	font-size: 12px;
}
.versionSliderCurrentNumber {
	right: 0px;
}
.versionSliderLastNumber {
	left: 0px;
}

span.outlineName {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 22.5px;
	width: 100%;
	padding: 5px;
	margin: 0px;
	background-color: transparent;
	line-height: 40px;
}

.revisionsPanelRight h1 {
	font-size: 15px;
	font-weight: 700;
	line-height: 22px;
	color: #333;
	vertical-align: baseline;
	margin: 5px;
}

.revisionsPanelRight .versionDate {
	float: right;
	font-size: 11px;
	color: #666;
	line-height: 25px;
	margin: 5px 10px 5px;
	vertical-align: baseline;
}

.revisionsPanelRight .versionActions {
	background-color: #fff;
	border: 1px solid #666;
	color: #333;
}

.revisionsPanelRight .versionActions a {
	display: block;
	text-decoration: none;
	padding: 10px;
	font-size: 14px;
	line-height: 14px;
}

.revisionsPanelRight .versionActions a:hover {
	background-color: #EFF7FE;
	border-top: 1px dotted #67A2D6;
	border-bottom: 1px dotted #67A2D6;
	padding: 9px 10px;
}

.revisionsPanelRight .versionActions a span {
	color: #333;
	text-decoration: underline;
}

.revisionsPanelRight .versionActions a img {
	vertical-align: top;
	margin-right: 7px;
}

.versionPanelRightSep {
	height: 2px;
	width: 100%;
	margin: 5px 0px;
	background: transparent url('http://assets.thinklinkr.com/1266050217/images/sprites/outliner.png?1266050217') -0px -1364px repeat-x;
}

h1.skipToChapter {
	margin-left: 17px;
	color: #333;
}

div.skipToChapter {
	height: 100%;
	background-color: #fff;
	border: 1px solid #666;
}

.versionDetails {
	background-color: transparent;
	color: #000;
	position: relative;
	border-top: 1px solid #BECFDE;
	border-bottom: 1px solid #BECFDE;
	height: 49px;
}

.versionDetails img {
	position: absolute;
	top: 5px;
	left: 15px;
	border: 1px solid #ccc;
}

.versionDetailsBackground {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: #0E3A6D;
	-moz-opacity: 0.10;
	opacity:0.10;
	filter: alpha(opacity=10);
}

.versionDetailsContent {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
}

.versionDetailsRight {
	position: absolute;
	text-align: right;
	right: 22px;
	top: 5px;
	line-height: 20px;
	
}

.versionLogin {
	font-size: 13px;
}

.versionTime {
	font-size: 11px;
	color: #666666;
}

.highlightButton {
	position: absolute;
	right: 8px;
	top: 11px;
}

.skipToChapter .listItem {
	color: #333;
	font-size: 12px;
}

.skipToChapter .listItemHover {
	background-color: #f6f6f6;
}

.skipToChapter .listItemSelected {
	background-color: #EFF7FE;
	border-top: 1px dotted #67A2D6;
	border-bottom: 1px dotted #67A2D6;


/*	background-color: transparent;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid transparent;
*/
}






.alertBox {
	width: 350px;
	border: 1px solid #bbb;
	color: #222;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: #666 2px 2px 6px;
	-webkit-box-shadow: #666 2px 2px 6px;
}

.alertBoxTitle {
	font-size: 12px;
	font-weight: 700;
	padding: 2px 5px;
}

.alertBoxBody {
	padding: 10px 5px;
	text-align: center;
}

.alertBoxInner {
	border: 1px solid #f0f0f0;
	background: #ddd url('http://assets.thinklinkr.com/1266050217/images/title-gradient-overlay.png') repeat-x;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.alertBox .ok {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 20px;
}
.outlinePanel {
	border-left: 1px solid #3B474E;
	border-right: 1px solid #666;
	overflow: hidden;
}

.footer {
	background-color: #888;
	background: transparent url('http://assets.thinklinkr.com/1266050217/images/sprites/outliner.png?1266050217') -0px -1556px;
	position: absolute;
	text-align: center;
	font-size: 12px;
	color: white;
	line-height: 32px;
	height: 32px;
	bottom: 0px;
	width: 100%;
}

.chatPanel {
	background-color: #999999;
	color: white;
}

.outline {
	height: 100%;
	background-color: #fff;
/*	margin: 0px 40px;*/
}

.outlineNameWrapper {
	padding: 3px 30px 0px 10px;
	border-bottom: 1px solid #eee;
	background-color: #eee;
}

.outlineListWrapper {
	overflow: auto;
}

.outlineList {
	overflow: hidden;
}

.footerLogo {
	position: absolute;
	top: 5px;
	left: 10px;
}

a.versionLink, a:hover.versionLink {
	position: absolute;
	left: 136px;
	top: 1px;
	color: #ccc;
	font-size: 11px;
	text-decoration: none;
}



/* Using Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

html {
	width:100%;
}

body {
	background-color: white;
	font: normal 12px Tahoma,Geneva,sans-serif;
	text-align:left;
	color: #000;
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* End of Meyer Reset */
