/* Fonts */
@font-face {
	/* Special thanks to http://www.tattoowoo.com for this font. */ 
    font-family: dreams;
    src: local(dreams), url('followyourdreams.ttf') format('opentype');
}

/* General styles */
body { 
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 100%;
}

/* Top Search Bar */
#topBar { 
	position: fixed;
	top: 0px;
	width: 100%;
	min-width: 750px;
	height: 46px;			
	background: url('bgrnd1.png');
	border-bottom: 1px solid rgb(150,150,150);
	-webkit-box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.6);
	-moz-box-shadow:    0px 0px 6px rgba(50, 50, 50, 0.6);
	box-shadow:         0px 0px 6px rgba(50, 50, 50, 0.6);
	z-index: 80;
}
#topBar-logo { 
	position: absolute;
	left: 0px;
	top: 0px;
	cursor: pointer;
}
#topBar-settingsButton { 
	width: 24px;
	position: absolute;
	right: 5px;
	top: 7px;
}
#topBar-helpButton { 
	width: 24px;
	position: absolute;
	right: 50px;
	top: 7px;
	padding: 4px 6px 4px 6px;
	text-align: center;
	font-weight: bold;
	font-size: 23px;
	color: rgb(36,36,36);
}
#search-searchTypeButton { 
	width: 143px;
}
#search-searchButton {
	margin-right: 10px;
}
#search-searchBar {
	position: relative;
	width: 535px;
	margin-right: auto;
	margin-left: auto;			
	margin-top: 7px;
	margin-bottom: 7px;
}
#search-searchBarCont {
	position: absolute;
	left: 135px;
	right: 88px;
}
#search-input {
	width: 450px;
	margin-right: 10px;
	color: rgb(170,170,170);
	color: black;
}
#search-suggestionDivCont {
	position: absolute;
	left: 0px;
	top: 38px;
	border: 1px solid red;
	width: 516px;
	background-color: white;	
	border: 1px solid rgb(150,150,150);
	font-family: georgia,serif;
	font-size: 20px; 
	overflow: hidden;
	white-space: nowrap;
	cursor: default;
	display: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 0px 4px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 0px 4px rgba(50, 50, 50, 0.3); 
}
.search-input,.largeInput {
	float: left;					
	font-family: georgia, serif;
	font-size: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid rgb(150,150,150);
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 0px 4px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 0px 4px rgba(50, 50, 50, 0.3); 	
}
.search-input:focus,.editor-latexInput:focus,.editor-latexShortInput:focus,.largeInput:focus,#search-suggestionDivCont:focus,.smallInput:focus { 			
	border: 1px solid rgb(221, 137, 79);
	-webkit-box-shadow: 0px 0px 6px rgba(221, 137, 79, 0.75);
	-moz-box-shadow:    0px 0px 6px rgba(221, 137, 79, 0.75);
	box-shadow:         0px 0px 6px rgba(221, 137, 79, 0.75);
}
.search-input:hover,.editor-latexInput:hover,.editor-latexShortInput:hover,.largeinput:hover,#search-suggestionDivCont:hover,.smallInput:hover { 
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.6);
	-moz-box-shadow:    0px 0px 4px rgba(50, 50, 50, 0.6);
	box-shadow:         0px 0px 4px rgba(50, 50, 50, 0.6);
}

/* Sign In */
#signIn-popUp { 
	height: 95px;
}
#signIn-forgotPopUp { 
	height: 130px;
}
/* #signIn-confirmationPopUp, #signIn-confirmForgotEmailSentPopUp, #myStuff-shareSuccessPopUp { 
	display: block;
	font-size: 22px;
	color: rgb(90,151,55);
	text-align: center;
	height: 20px;
} */
#signIn-home { 
	height: 52px;
	width: 580px;
	position: absolute;
	top: -40px;
	right: 0px;
}
#signIn-popUp-userName,#signIn-popUp-passwordUnfocused,#signIn-popUp-password ,#signIn-forgotPopUp-userNameEmailInput{ 
	width: 485px;
	margin-bottom: 8px;
}
#signIn-home-userName,#signIn-home-passwordUnfocused,#signIn-home-password { 
	margin-left: 7px;
}
#signIn-home-userName { 
	width: 255px;
}
#signIn-home-invalid { 
	position: absolute;
	right: 90px;
	bottom: 0px;
}
#signIn-home-signedOut { 
	position: absolute;
	right: 225px;
	bottom: 0px;
	font-family: georgia, serif;
	color: rgb(90,151,55);
	font-size: 14px;
}
#signIn-popUp-invalid { 
	position: absolute;
	top: 120px;
	left: 100px;
}
#signIn-home-forgot, #signIn-popUp-forgot { 
	color: rgb(151,148,161);
	cursor: pointer;
	font-family: georgia, serif;
	font-size: 14px;
}
#signIn-home-forgot { 
	position: absolute;
	right: 7px;	
	bottom: 0px;
}
#signIn-popUp-forgot { 
	position: absolute;
	left: 20px;
	top: 120px;
}
#signIn-home-passwordUnfocused,#signIn-home-password { 
	width: 200px;
}
#signIn-home-signInButton { 
	padding-left: 8px;
	padding-right: 8px;
	margin-left: 7px;
}
#signIn-popUp-password,#signIn-home-password {
	display: none;
}
.signIn-invalid, .signIn-valid, .signUp-valid, .signUp-invalid, .signUp-neutral , .signIn-neutral, .accountSettings-invalid, .accountSettings-valid , .accountSettings-neutral { 
	font-family: georgia, serif;
	font-size: 14px;
}
.signIn-invalid, .signUp-invalid, .accountSettings-invalid { 
	color: rgb(154,45,45);
}
.signUp-valid, .signIn-valid, .accountSettings-valid { 
	color: rgb(90,151,55);
}
.signUp-neutral, .signIn-neutral, .accountSettings-neutral { 
	color: rgb(30,82,125);
}
.signUp-recaptchaNotice { 
	position: absolute;
	top: 200px;
	left: 580px;
	width: 300px;
}
.signUpInput, .accountSettingsInput { 
	width: 280px;
}
select.signUpInput, select.accountSettingsInput { 
	width: 292px;
}
#signUp-popUp { 
	margin-top: 60px;
	padding-top: 10px;
	width: 900px;
	height: 480px;
}
#signUp-popUp-container { 
	position: absolute;
	z-index: 79;
}
#signUp-allFieldsMandatory {
	position: absolute;
	bottom: 15px;
	right: 190px;
	font-family: georgia,serif;
	font-size: 16px;
	color: rgb(30,82,125);
}
#signUp-table { 
	width: 500px;
}
#signUp-table td, #accountSettings-table td { 
	padding: 4px;
	height: 36px;
	width: 296px;
}
#signUp-recaptcha { 
	position: absolute;
	right: 60px; 
	top: 50px;
}
#signUp-referredBy { 
	position: absolute;
	left: 610px;
	top: 350px;
	color: rgb(43,104,51);
	font-size: 18px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}
#signUp-referrer {
	color: rgb(60,60,60);
} 
#signUp-termsCont { 
	position: absolute;
	left: 525px;
	top: 450px;
	width: 400px;
	font-family: georgia,serif;
	font-size: 16px;
}
#signUp-termsCont a { 
	font-family: georgia, serif;
	text-decoration: none;	
	color: rgb(135,64,5);
}
#signUp-successPopUp a{ 
	font-family: georgia, serif;
	font-size: 18px;
	text-decoration: none;	
	color: rgb(135,64,5);
}
#signUp-successPopUp a.first{
	margin-left: 75px;
}
#signUp-aolWarning { 
	position: absolute;
	top: 432px;
	left: 540px;
	width: 370px;
	font-size: 12px;
	color: rgb(60,60,60);
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	line-height: 15px;
}


/* Home Screen */
#home-container { 
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 2800px;
	background-color: white;
	z-index: 70;
}
#home-content { 
	position: relative;
	top: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	z-index: 60;
	width: 900px;	
}
#home-content h2 { 
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#home-image { 
	background-image: url('home.png?10');
	background-repeat: no-repeat;	
	height: 2500px;
	width: 900px;
	position: absolute;
	top: 200px;
}
#home-signUpButton { 
	position: absolute;
	left: 0px;
	top: 90px;
	height: 85px;
	width: 290px;
	padding-top: 27px;
	padding-bottom: 27px;
	padding-left: 40px;
	padding-right: 40px;
	background-image: url('signup.png?10');		
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	cursor: pointer;
	font-family: georgia, serif;
	font-size: 35px;	
	-webkit-box-shadow: 0px 0px 6px rgba(221,137,79,0.8);
	-moz-box-shadow:    0px 0px 6px rgba(221,137,79,0.8);
	box-shadow:         0px 0px 6px rgba(221,137,79,0.8);
	border: 1px solid rgb(221,137,79);
	text-align: center;
	line-height: 45px;
	background-position: 0px 0px;
}
#home-signUpButton:hover, #home-signUpButton.hoverClass { 
	background-position: -380px 0px;
	-webkit-box-shadow: 0px 0px 10px rgba(221,137,79,1);
	-moz-box-shadow:    0px 0px 10px rgba(221,137,79,1);
	box-shadow:         0px 0px 10px rgba(221,137,79,1);
}
#home-signUpButton:active { 
	-webkit-box-shadow: 0px 0px 4px rgba(221,137,79,0.5) inset;
	-moz-box-shadow:    0px 0px 4px rgba(221,137,79,0.5) inset;
	box-shadow:         0px 0px 4px rgba(221,137,79,0.5) inset;
}
#home-signUpMessage { 
	width: 250px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 14px;
	color: rgb(50,50,50);	
}
#home-orDiv1, #home-orDiv2 { 
	position: absolute;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 14px;
	color: rgb(50,50,50);
}
#home-orDiv1 { 
	top: 240px;
	left: 176px;
}
#home-orDiv2 { 
	top: 150px;
	left: 388px;
}
#home-takeTourButton { 
	position: absolute;
	top: 275px;
	left: 0px;
	height: 30px;
	width: 290px;
	padding: 25px 40px 25px 40px;
	background-image: url('signup.png?10');		
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	cursor: pointer;
	font-family: georgia, serif;
	font-size: 25px;	
	-webkit-box-shadow: 0px 0px 6px rgba(143,198,228,0.8);
	-moz-box-shadow:    0px 0px 6px rgba(143,198,228,0.8);
	box-shadow:         0px 0px 6px rgba(143,198,228,0.8);
	border: 1px solid rgb(25,119,170);
	text-align: center;
	background-position: 0px bottom;
}
#home-takeTourButton:hover, #home-takeTourButton.hoverClass { 
	background-position: -380px bottom;
	-webkit-box-shadow: 0px 0px 10px rgba(143,198,228,1);
	-moz-box-shadow:    0px 0px 10px rgba(143,198,228,1);
	box-shadow:         0px 0px 10px rgba(143,198,228,1);
}
#home-takeTourButton:active { 
	-webkit-box-shadow: 0px 0px 4px rgba(143,198,228,0.5) inset;
	-moz-box-shadow:    0px 0px 4px rgba(143,198,228,0.5) inset;
	box-shadow:         0px 0px 4px rgba(143,198,228,0.5) inset;
}
#home-playVidButton {
	width: 480px;
	height: 200px;
	background-image: url('vidthumb.png?10');
	position: absolute;
	left: 420px;
	top: 90px;
	-webkit-box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.6);
	-moz-box-shadow:    0px 0px 6px rgba(50, 50, 50, 0.6);
	box-shadow:         0px 0px 6px rgba(50, 50, 50, 0.6);
	cursor: pointer;
	z-index: 61;
	background-position: 0px -73px;
}
#home-playVidButton:hover { 
	-webkit-box-shadow: 0px 0px 8px rgba(50, 50, 50, 0.6);
	-moz-box-shadow:    0px 0px 8px rgba(50, 50, 50, 0.6);
	box-shadow:         0px 0px 8px rgba(50, 50, 50, 0.6);
}
#home-playVidButton:active { 
	-webkit-box-shadow: 0px 0px 8px rgba(50, 50, 50, 0.6) inset;
	-moz-box-shadow:    0px 0px 8px rgba(50, 50, 50, 0.6) inset;
	box-shadow:         0px 0px 8px rgba(50, 50, 50, 0.6) inset;
}
#home-playIcon { 
	width: 115px;
	height: 115px;
	background-image: url('signup.png?10');
	background-position: -760px 0px;
	position: absolute;
	left: 167px;
	top: 42px;
}
#home-playVidButton:hover #home-playIcon { 
	background-position: -760px -115px;
}
#home-vidPopUp { 
	width: 900px;
	height: 648px;
	padding: 23px 5px 5px 5px;
	margin-top: 53px;
}
#home-vidPopUp .popUp-closeBox {
	right: 3px;
	top: 3px;
	width: 15px;
	height: 15px;
	background-position: -120px -15px;
	padding: 0px;
	font-family: arial,sans;
	font-size: 15px;
	font-weight: bold;
	line-height: 15px;
	text-align: center;
} 
#home-vidPopUp .popUp-closeBox:hover {
	background-position: -120px -60px;
}

#home-header { 
	position: absolute;
	top: -31px;
	left: 30px;
	font-size: 14px;
}
#home-footer { 
	position: absolute;
	top: 2620px;
	left: 30px;
	font-size: 14px;
}
#home-addThisTop { 
	position: absolute;
	top: -30px;
	left: 175px;
	z-index: 3;
}
#home-addThisBottom { 
	position: absolute;
	top: 2620px;
	left: 275px;
	z-index: 3;
}
#home-slogan { 
	position: absolute;
	font-family: 'Palatino Linotype','Book Antiqua',Palatino,georgia,serif;
	font-size: 55px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;	
	color: rgb(0,0,92);
	top: 0px;
	left: 40px;
}
#home-search { 
	position: absolute;
	left: 0px;
	top: 735px;
	width: 255px;
	text-align: center;
	color: rgb(13,79,0);
}
#home-upload { 
	position: absolute;
	left: 292px;
	top: 735px;
	width: 255px;
	text-align: center;
	color: rgb(120,22,22);
}
#home-editor { 
	position: absolute;
	left: 585px;
	top: 735px;
	width: 290px;
	text-align: center;
	color: rgb(135,64,5);
}
#home-cloud { 
	position: absolute;
	left: 125px;
	top: 1430px;
	width: 650px;
	text-align: center;
	color: rgb(0,75,131);
}
#home-share { 
	position: absolute;
	left: 15px;
	top: 2160px;
	width: 360px;
	text-align: center;
	color: rgb(0,82,70);
}
#home-render { 
	position: absolute;
	left: 443px;
	top: 2160px;
	width: 455px;
	text-align: center;
	color: rgb(145,28,0);
}
#home-quotes { 
	position: absolute;
	left: 50px;
	width: 850px;
	top: 2380px;
	font-family: 'Palatino Linotype','Book Antiqua',Palatino,georgia,serif;
	font-size: 24px;
	color: rgb(150,150,150);
}
#home-payPalForm { 
	position: absolute;
	top: 2610px;
	left: 440px;
	width: 380px;
	font-size: 13px;
	line-height: 15px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}
.home-title { 
	font-family: 'Palatino Linotype','Book Antiqua',Palatino,georgia,serif;
	font-size: 29px;
	line-height: 34px;
	padding: 0;
}
.home-para { 
	color: rgb(30,30,30);
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 17px;
	text-align: center;
	margin-top: 10px;
	padding: 0;
	line-height: 25px;
}
.home-header, .db-header { 	
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: rgb(210,87,26);
}
.home-quoteBox { 
	position: absolute;
	top: 30px;
	left: 50px;
	width: 800px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: 'Palatino Linotype','Book Antiqua',Palatino,georgia,serif;
	font-size: 35px;
	font-weight: bold;
	font-style: italic;
	color: rgb(22,49,84);	
}
.home-quoteBox span { 
	color: rgb(50,50,50);
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-style: normal;
	font-size: 20px;
	margin-left: 40px;
	font-weight: normal;
}

/* Left Bar (Top) */
#leftBar { 
	position: fixed;
	top: 46px;
	bottom: 0px;
	left: 0px;
	width: 130px;
	background: url('bgrnd2.png');
	z-index: 50;
}
#leftTabs-resultsTab.unselected { 
	background-position: 0px 0px;
}
#leftTabs-resultsTab.selected { 
	background-position: 0px -60px;
}
#leftTabs-browseTab.unselected { 
	background-position: -390px -30px;
}
#leftTabs-browseTab.selected { 
	background-position: -390px -90px;
}
#leftTabs-myStuffTab.unselected { 
	background-position: 0px -30px;;
}
#leftTabs-myStuffTab.selected { 
	background-position: 0px -90px;;
}
#leftTabs-renderTab.unselected { 
	background-position: -130px 0px;
}
#leftTabs-renderTab.selected { 
	background-position: -130px -60px;
}
#leftTabs-sheetTab.unselected { 
	background-position: -260px -30px;
}
#leftTabs-sheetTab.selected { 
	background-position: -260px -90px;

}

/* Search Results */
#searchResults-container { 	
	position: relative;
	top: 8px;
	background-color: white;
}
#searchResults-topRenderButton { 
	position: absolute;
	right: 5px;
	top: 0px;
	width: 145px;
}
#searchResults-resultsReportCont { 
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 3px;	
	border-bottom: 1px solid rgb(175,175,175);
}
#searchResults-resultsReport { 
	color: rgb(30,82,125);
	border-bottom: none;
	margin-right: 150px;
}
#searchResults-adsTable { 
	width: 100%;
	table-layout: fixed;
	padding: 4px;
}
#searchResults-adsTable td{ 
	overflow: hidden;
	white-space: nowrap;
	padding: 3px 5px 3px 5px;
}
#searchResults-adsTable td:nth-child(odd) { 

}
#searchResults-adsTable a { 
	text-decoration: none;	
	color: rgb(13,79,0);
}
#searchResults-adsTable td:nth-child(even) { 
	width: 130px;
	font-family: Arial,sans-serif;
	font-size: 12px;
}
#searchResults-adsReport { 
	margin-left: 10px;
	margin-top: 5px;
	float: left;
	color: black;
	font-size: 16px;
}
#searchResults-adsMoreAnchor, #browse-popularTable span.showAll { 
	margin-right: 10px;
	margin-top: 5px;
	float: right;	
	color: rgb(0,0,92);
	font-family: Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.bannerTitle { 
	padding: 3px 5px 3px 15px;
}
.bannerItem {
	padding: 3px 5px 5px 15px;
	pointer: default;
}
.bannerItem a { 
	text-decoration: none;
	outline: none;
	color: rgb(88,59,0);
}

/* Browse */
#browse-filtersMenu, #browse-groupMenu { 
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 6px;
	height: 32px;
	float: left;
}
#browse-topMenu { 
	min-width: 600px;
}
#browse-popularTable { 
	table-layout: fixed;
	padding-bottom: 4px;
}
#browse-popularTable tr:first-child, .bannerTitle { 
	color: black;
	font-size: 16px;
	margin-bottom: 4px;
}
#browse-popularTable td { 
	overflow: hidden;
	white-space: nowrap;
	padding: 3px 5px 3px 15px;
}
#browse-popularTable tr td:nth-child(1) span, #browse-popularTable tr td:nth-child(2) span { 
	color: rgb(88,59,0);
	cursor: pointer;
}
#browse-popularTable tr td:nth-child(3) span, #browse-popularTable tr td:nth-child(4) span { 
	color: rgb(32,68,0);
	cursor: pointer;
}
#browse-popularTable tr td span.showAll { 
	text-decoration: underline;
	float: none;
	margin-left: 5px;
	cursor: pointer;
	color: rgb(0,0,92);
}
.browse-subGroupText { 
	padding-left: 30px;
	font-size: 18px;
	color: rgb(0,67,105);
	cursor: pointer;
	margin-top: 7px;
	margin-bottom: 4px;	
}
.browse-twizzle { 
	float: left;
	margin-right: 3px;
}
.browse-listEntry, .browse-sheetEntry { 
	padding-left: 20px;
	font-size: 17px;
	color: rgb(4,105,0);
	margin-top: 5px;
	height: 20px;
	overflow: hidden;
}
.browse-listEntry span, .browse-sheetEntry span {
	font-size: 14px;
	color: rgb(150,150,150);
	font-family: arial,sans;
}
.browse-entryIcon { 
	float: left;
	margin-right: 2px;
}

/* My Stuff */
#myStuff-container, #browse-container { 	
	position: relative;
	top: 0px;
	background-color: white;	
}
#myStuff-topMenu, #browse-topMenu { 
	position: relative;
	float: left;
	top: 0px;
	width: 100%;
	margin-bottom: 16px;
	border-bottom: 1px solid rgb(150,150,150);
	-webkit-box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.6);
	-moz-box-shadow:    0px 0px 3px rgba(50, 50, 50, 0.6);
	box-shadow:         0px 0px 3px rgba(50, 50, 50, 0.6);
	background-color: white;
}
#myStuff-creationMenu {
	margin-left: 10px;
	width: 605px;
	margin-top: 10px;
	height: 32px;
	float: left;
}
#myStuff-filtersMenu { 
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 6px;
	width: 605px;
	height: 32px;
	float: left;
}
#myStuff-filterOpenListButton { 
	width: 167px;
	overflow: hidden;
	text-align: center;
}
#myStuff-topRenderButton { 
	float: right;
	width: 145px;
}
#myStuff-createFormulaButton { 
	background-position: -600px -30px;
}
#myStuff-createFormulaButton:hover, #myStuff-createFormulaButton.hoverClass { 
	background-position: -600px -90px;
}
#myStuff-createNewListButton { 
	width: 87px;
	margin-right: 5px;
} 
#myStuff-createNewSheetButton { 
	margin-right: 5px;
} 
#myStuff-uploadFromFileButton {  
	background-position: -800px 0px;
	overflow: hidden;
	position: relative;
}
#myStuff-uploadFromFileButton:hover, #myStuff-uploadFromFileButton.hoverClass {  
	background-position: -800px -60px;
}
#myStuff-uploadFromFileInput,#sheet-diagramFileInput { 
	position: absolute;
	top: -50px;
	right: -20px;
	font-size: 200px;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
	opacity: 0;
}
input#myStuff-uploadFromFileInput { 
	cursor: pointer;
}
input#myStuff-createNewListInput, input#myStuff-createNewSheetInput { 
	width: 487px;
}
#myStuff-createNewListPopUp, #myStuff-createNewSheetPopUp{ 
	height: 90px; 
}
#myStuff-texUploadMenuCont {  
	float: left;
	display: none;
	font-family: georgia, serif;
	font-size: 16px;
	position: relative;
	text-align: left; 
	border-bottom: 1px solid rgb(175,175,175);
	background-color: white;
	padding-top: 0px;
	padding-bottom: 6px;
	margin-bottom: 5px; 
	width: 100%;
}
#myStuff-texUploadMenu { 
	padding-left: 15px;
	padding-right: 15px;
}
#myStuff-texShowMenu { 
	float: left;
	left: -3px;
	margin-top: 8px;
	margin-bottom: 0px;
	margin-right: 10px;
	width: 673px;
	height: 60px;
	padding-top: 4px;
	padding-bottom: 4px;	
	padding-left: 2px;	
	border: 1px solid rgb(150,150,150);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}
#myStuff-acceptRejectAllTexUploadsMenu { 
	margin-right: 10px;
	margin-top: 8px;
	padding-bottom: 2px;
	float: left;
}
#myStuff-acceptAllTexUploadsButton {
	padding-left: 4px;
	margin-bottom: 4px;
	width: 85px;
}
#myStuff-acceptAllTexUploadsButton .fadeContent, #myStuff-rejectAllTexUploadsButton .fadeContent { 
	left: 4px;
}
#myStuff-rejectAllTexUploadsButton {
	padding-left: 4px;
	width: 85px;
}
#myStuff-texUploadListMenu { 
	float: left;
	margin-top: 8px;
}
#myStuff-texUploadAddToListButton {
}
#myStuff-texUploadAddToListTitle {
	font-family: georgia,serif;
	font-size: 16px;
	width: 144px;
	overflow: hidden;
	color: rgb(50,50,50);
	padding-top: 5px;
	padding-left: 4px;
	height: 35px;
}
#myStuff-createNewListInput { 
	width: 134px;
	margin-bottom: 4px;
}
#myStuff-texUploadFinishButton, #myStuff-texUploadCancelButton { 
	margin-top: 12px; 
	margin-left: 10px;
	height: 40px;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-position: -2200px 0px;
}
#myStuff-texUploadFinishButton:hover, #myStuff-texUploadFinishButton.hoverClass { 
	background-position: -2200px -60px;
}
#myStuff-texUploadNumFormulas { 
	font-size: 12px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: rgb(130,130,130); 
	position: relative; 
}
#myStuff-resultsReport {
	color: #832d0d;
	padding-bottom: 11px;
}
#myStuff-resultsReport a { 
	color: #832d0d;
	text-decoration: none;
	font-weight: bold;
}
#myStuff-listRenderPdfAnchor {
	display: none;
	position: absolute;
	right: 153px;
	bottom: -41px;
}
#myStuff-listRenderTexAnchor { 
	display: none;
	position: absolute;
	right: 4px;
	bottom: -41px;
}
#myStuff-sharePopUp { 
	height: 190px;
}
#myStuff-sharePopUp-shareLink { 	
	font-family: 'Palatino Linotype','Book Antiqua',Palatino,georgia,serif;
	color: rgb(100,100,100);
	font-size: 17px;
}
#myStuff-sharePopUp-copyLinkButton { 
	padding-left: 8px;
	padding-right: 8px;
	position: absolute;
	left: 432px;
	top: 120px;
}
#myStuff-sharePopUp-copyLinkButton  .fadeContent { 
	left: 8px;
}
#myStuff-sharePopUp-shareInText { 
	margin-top: 35px;
}
#myStuff-sharePopUp-field { 
	position: absolute;
	right: 8px;
	top: 175px;
	width: 375px;
}
#myStuff-maxOutPopUp { 
	line-height: 28px;
}
#myStuff-maxOutPopUp .popUp-content {
	margin-bottom: 30px;
}
#myStuff-maxOutPopUp a { 
	text-decoration: none;
	color: rgb(218,116,0);
}
/* #myStuff-shareFailurePopUp { 
	display: block;
	font-size: 22px;
	color: rgb(154,45,45);
	text-align: center;
	height: 20px;
} */
.button.myStuff-topMenuButton, .button.browse-topMenuButton { 
	padding-left: 15px;
	padding-right: 15px;
	margin-right: 5px;
}
.myStuff-filtersTitle, .browse-filtersTitle, .browse-groupTitle { 
	font-family: georgia, serif;
	font-size: 18px;
	float: left;
	margin-right: 10px;
	padding-top: 6px;
}
.button.myStuff-texUploadMenuButton { 
	position: relative;
	padding-left: 6px;
	padding-right: 6px;
	margin: 3px;
}

/* Account Settings */
#accountSettings-popUp {
	height: 345px;
	width: 900px;
}
#accountSettings-keepSignedInCheckbox { 
	margin-top: 5px;
	float: left;
}
#accountSettings-popUp .content2 { 
	position: absolute;
	left: 500px;
	top: 50px;
	width: 405px;
	font-size: 16px;
	line-height: 25px;
	color: rgb(50,50,50);
}
#accountSettings-referralLink { 
	font-size: 14px;
}
#accountSettings-popUp span { 
	float: right;
}
#accountSettings-keepSignedInText { 
	float: left;
	cursor: default;
}
#accountSettings-referralLinkText { 
	float: left;
}
#accountSettings-numberOfFormulasExplanation { 
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	line-height: 15px;
	text-align: justify;
	margin-top: 50px;
	margin-bottom: 35px;
}

/* Render */
#render-container { 
	display: block;
	position: relative;
	top: 0px;
}
#render-topMenu { 
	/*position: fixed;
	top: 46px;
	left: 130px;
	right: 0px;*/
	position: relative;
	float: left;
	top: 0px;
	width: 100%;
	margin-bottom: 8px;
	border-bottom: 1px solid rgb(150,150,150);
	-webkit-box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.6);
	-moz-box-shadow:    0px 0px 6px rgba(50, 50, 50, 0.6);
	box-shadow:         0px 0px 6px rgba(50, 50, 50, 0.6);
	background-color: white;
	padding-bottom: 5px;
}
#render-fontButton { 
	width: 323px;
}
#render-fontSizeButton { 
	width: 120px;
}
#render-textColourButton { 
	width: 78px;
}
#render-backgroundColourButton { 
	width: 128px;
}
#render-outputAsButton { 
	width: 100px;
}
#render-resolutionButton { 
	width: 70px;
}
#render-resolutionInfiniteButton { 
	display: none;
	width: 70px;
	padding: 4px;
}
#render-backgroundColourMenu-transparentButton { 
	position: absolute;
	left: 220px;
	top: 165px;
	z-index: 95;
}
#render-backgroundColourMenu-colourBox { 
	width: 115px;
}
#render-instructions { 
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	text-align: center;
	font-family: 'Palatino Linotype','Book Antiqua',Palatino,georgia,serif;
	font-size: 15px;
	color: rgb(155,169,188);
}
#render-invalidLatex { 
	display: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	text-align: center;
	font-family: 'Palatino Linotype','Book Antiqua',Palatino,georgia,serif;
	font-size: 15px;
	color: rgb(216,129,124);
}
#render-texSrcPreviewCont {
	min-height: 200px;
}
#render-texSrcPreviewCont.resultsSrc { 
	position: relative;
	display: none;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 600px;
}
#render-texMenuOptions { 
	position: absolute;
	top: 8px;
	right: 8px;
}
#render-texSrcCopyButton { 
	width: 98px;
}
#render-texSrcSaveButton { 
	margin-top: 5px;
	width: 98px;
}	
#render-formulaPreviewImg {
	max-width: 100%;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	padding: 20px;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 30px;
}
#render-formulaPreviewImg.darkBackground {
	background-color: rgb(150,150,150);
}
#render-descriptionPreviewImg {
	max-width: 100%;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	padding: 20px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: -20px;
	margin-right: -20px;
}
#render-descriptionPreviewImg.darkBackground {
	background-color: rgb(150,150,150);
}
#render-pdfPreviewCont {
	display: none;
	height: 400px;	
	width: 100%;
	text-align: center;
}
#render-pdfPreview { 
	margin-top: -13px;
	border-bottom: 5px solid rgb(80,80,80);
	-webkit-box-shadow: 0px 0px 6px rgba(125,125,125, 1);
	-moz-box-shadow:    0px 0px 6px rgba(125,125,125, 1);
	box-shadow:         0px 0px 6px rgba(125,125,125, 1);
}
.render-topMenuOption {
	font-size: 18px;
	color: rgb(50,50,50);
	float: left;
	margin-top: 5px;
	margin-left: 10px;
	line-height: 25px;
}
.render-colourBox {
	height: 18px;
	width: 65px;
	background-color: rgb(0,0,0);
}
.render-previewCont { 
	width: 100%;
	text-align: center;
	position: relative;
}

/* Sheet Content */
#sheet-container { 
	display: block;
	position: absolute;
	top: 0px;
}
#sheet-sheetReport {
	color: rgb(38,124,49);
	padding-top: 8px;
	padding-bottom: 4px;
	border-color: rgb(240,240,240);
}
#sheet-sheetReport a { 
	color: rgb(38,124,49);
	text-decoration: none;
	font-weight: bold;
}
#sheet-sheetImageCont { 
	margin-left: 100px;
	margin-top: 50px;
}
#sheet-pageContainer { 	
	float: left;
	position: relative;
	cursor: default;
}
#sheet-addPageButton { 
	padding-left: 8px;	
	margin-left: 20px;
}
#sheet-leftToolsContainer { 
	position: absolute;
	top: 180px;
	left: 1px;
	width: 130px;
	font-family: georgia,serif;
	color: rgb(240,240,240);
	font-size: 20px;
	font-weight: bold;
	display: none;
	padding-top: 65px;
}
#sheet-zoomText { 
	position: absolute;
	top: 0px;
	left: 33px;
}
#sheet-zoomInButton { 
	position: absolute; 
	left: 105px;
	top: 30px;
	width: 12px;
	height: 12px;
	padding: 4px;
	background-position: -1408px -35px;
}
#sheet-zoomInButton:hover, #sheet-zoomInButton.hoverClass { 
	background-position: -1408px -95px;
}
#sheet-zoomOutButton { 
	position: absolute; 
	left: 1px;
	top: 30px;
	width: 12px;
	height: 12px;
	padding: 4px;
	background-position: -1808px -5px;
}
#sheet-zoomOutButton:hover, #sheet-zoomOutButton.hoverClass { 
	background-position: -1808px -65px;
}
#sheet-zoomSlider-rail { 
	position: absolute;
	top: 38px;
	left: 29px;
	width: 70px;
}
#sheet-zoomSlider-block { 
	left: 30px;
}
#sheet-createNewSheetButton  {
	background-position: -404px -31px;
}
#sheet-createNewSheetButton:hover, #sheet-createNewSheetButton.hoverClass  {
	background-position: -404px -91px;
}
#sheet-saveButton {
	background-position: -1005px -31px;
}
#sheet-saveButton:hover, #sheet-saveButton.hoverClass {
	background-position: -1005px -91px;
}
#sheet-printButton {
	background-position: -1856px -31px;
}
#sheet-printButton:hover, #sheet-printButton.hoverClass {
	background-position: -1856px -91px;
}
#sheet-shareButton {
	background-position: -1203px -31px;
}
#sheet-shareButton:hover, #sheet-shareButton.hoverClass {
	background-position: -1203px -91px;
}
#sheet-getTexButton {
	background-position: -1805px -31px;
}
#sheet-getTexButton:hover, #sheet-getTexButton.hoverClass {
	background-position: -1805px -91px;
}
#sheet-newFormulaButton {
	background-position: -605px -31px;
}
#sheet-newFormulaButton:hover, #sheet-newFormulaButton.hoverClass {
	background-position: -605px -91px;
}
#sheet-newTextBoxButton {
	background-position: -1906px -31px;
}
#sheet-newTextBoxButton:hover, #sheet-newTextBoxButton.hoverClass {
	background-position: -1906px -91px;
}
#sheet-newDiagramButton {
	background-position: -1955px -31px;
	overflow: hidden;
}
#sheet-newDiagramButton:hover, #sheet-newDiagramButton.hoverClass {
	background-position: -1955px -91px;
}
#sheet-saving, #sheet-saved { 
	position: absolute;
	top: 140px;
	font-size: 15px;
	opacity: 0;
}
#sheet-saving { 
	left: 37px;
}
#sheet-saved { 
	left: 37px;
}
#pageOrganizationOptions-moveForwardButton { 
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#pageOrganizationOptions-moveBackwardButton { 
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#pageOrganizationOptions-delete { 
	position: absolute;
	right: 0px;
	top: 0px;
}
#sheet-textBoxCreator { 
	position: absolute;
	background-color: white;
	-webkit-box-shadow: 0px 0px 4px rgba(221, 137, 79, 1);
	-moz-box-shadow:    0px 0px 4px rgba(221, 137, 79, 1);
	box-shadow:         0px 0px 4px rgba(221, 137, 79, 1);
}
#sheet-uploadingDiagramPopUp { 
	font-size: 22px;
	text-align: center;
}
#sheet-uploadingDiagramPopUp div { 
	text-align: center;
}
#sheet-uploadingDiagramPopUp-uploading { 
	color: rgb(107,11,100);
}
#sheet-uploadingDiagramPopUp-success { 
	display: none;
	color: rgb(90,151,55);
}
#sheet-uploadingDiagramPopUp-failureOversize, #sheet-uploadingDiagramPopUp-failureFileType, #sheet-uploadingDiagramPopUp-failureUploading { 
	display: none;
	color: rgb(154,45,45);
	width: 450px;
}
.outerPage { 
	position: relative;
	margin: 20px;
	padding: 25px;		/* 0.25 inches */
	float: left;
	background-color: white;
	-webkit-box-shadow: 0px 0px 6px rgba(175,175,175, 1);
	-moz-box-shadow:    0px 0px 6px rgba(175,175,175, 1);
	box-shadow:         0px 0px 6px rgba(175,175,175, 1);
	overflow: hidden;
}
.outerPage:hover .content-options.pageOrganization { 	
	display: block;
}
.page { 
	position: relative;
	width: 800px;		/* after padding, is 850 x 1100 (i.e. letter paper */
	height: 1050px;
	border: 1px solid rgb(200,200,200);
}
.page.good {	
	-webkit-box-shadow: 0px 0px 4px rgba(203,228,135, 1);
	-moz-box-shadow:    0px 0px 4px rgba(203,228,135, 1);
	box-shadow:         0px 0px 4px rgba(203,228,135, 1);
}
.page.bad {	
	-webkit-box-shadow: 0px 0px 4px rgba(179,19,19, 1);
	-moz-box-shadow:    0px 0px 4px rgba(179,19,19, 1);
	box-shadow:         0px 0px 4px rgba(179,19,19, 1);
}
.page.textBoxCreating { 
	cursor: crosshair;
}
.selectBox { 
	display: none;
	position: absolute;
	border: 1px solid rgb(34,34,153);
	opacity: 0.4;
	z-index: 70;
	background-color: rgb(170,170,255);
}
.sheetFormulaCont {
	position: absolute;
	margin: 0px;
	padding: 0px;
	background-color: rgb(255,255,255);
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0px 0px 0px #FFF;
	-moz-box-shadow:    0px 0px 0px #FFF;
	box-shadow:         0px 0px 0px #FFF;
}
.sheetFormulaCont:hover, .textBox:hover, .diagram:hover { 
	-webkit-box-shadow: 0px 0px 4px rgba(175,175,175,0.75);
	-moz-box-shadow:    0px 0px 4px rgba(175,175,175,0.75);
	box-shadow:         0px 0px 4px rgba(175,175,175,0.75);
	z-index: 45;
}
.sheetFormulaCont.dragging, .textBox.dragging, .diagram.dragging {
	z-index: 45;
}
.sheetFormulaCont  div { 
	margin: 0px;
	padding: 0px;
}
.sheetFormulaCont div.resultsSrc, .sheetFormulaCont .resultTitle, .sheetFormulaCont .content-info, .sheetFormulaCont br, .sheetFormulaCont .content-formulaDescription {
	display: none;
}
.sheetFormulaCont:hover .content-options,.textBox:hover .content-options, .diagram:hover .content-options { 
	display: block;
}
.sheetFormulaCont.dragSelected.dragging .content-options, .textBox.dragSelected.dragging .content-options,.diagram.dragSelected.dragging .content-options { 
	display: none;
}
.sheetFormulaCont .content-formulaImageDiv, .sheetFormulaCont .content-formulaImageDiv img { 
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
.sheetFormulaCont .textBox { 
	position: relative;
}
.textBox , .diagram{ 
	position: absolute;
	background-color: white;
	padding: 0px;
	width: 0px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.textBoxImg { 
	height: 100%;
}
.textBox .emptyTextBox { 
	font-family: georgia, serif;
	font-size: 100%;
}
.diagramImg { 
	width: 100%;
	height: 100%;
}
.resizeHandle { 
	position: absolute;
	display: none;
	right: 0px; 
	bottom: 0px;
	width: 10px;
	height: 10px;
	background-color: rgb(124,196,101);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;	
	-webkit-box-shadow: 0px 0px 3px rgba(100, 100, 100, 0.5) inset;
	-moz-box-shadow:    0px 0px 3px rgba(100, 100, 100, 0.5) inset;
	box-shadow:         0px 0px 3px rgba(100, 100, 100, 0.5) inset;
	cursor: se-resize;
}
.textBox .resizeHandle { 
	cursor: e-resize;
}
.textBox:hover .resizeHandle, .diagram:hover .resizeHandle { 
	display: block;
}
.diagram .resizeHandle { 
	cursor: se-resize;
}

/* Scroll Content */
.scrollContent { 
	margin-top: 46px;
	margin-left: 130px;
	padding-bottom: 540px;
}
.resultCont { 
	position: relative;
	font-family: georgia, serif;
	padding: 5px;
	color: rgb(100,100,100);
	font-size: 14px;
	border: 1px solid rgb(175,175,175);
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	margin: 8px;
	background-color: white;
	-webkit-box-shadow: 0px 0px 4px rgba(175,175,175, 1);
	-moz-box-shadow:    0px 0px 4px rgba(175,175,175, 1);
	box-shadow:         0px 0px 4px rgba(175,175,175, 1);
}
.resultCont.sheet {
	background: url('sheetlogo.png') no-repeat right top;
	min-height: 125px;
}
.resultCont.list {
	background: url('listlogo.png') no-repeat right top;
	min-height: 125px;
}
.resultCont.sheet:hover, .resultCont.file:hover { 	
	min-height: 150px;
}
.resultCont.list:hover { 
	min-height: 150px;
}
.resultCont.sheet.public:hover { 	
	min-height: 125px;
}
.resultCont.list.public:hover { 
	min-height: 125px;
}
.resultCont.file:hover{ 	
	min-height: 115px;
}
.resultCont.formula.wiki { 
	background: url('wikilogo.png') no-repeat right top;
}
.resultCont.formula.wiki:hover { 
	min-height: 125px;
}
.resultCont.formula.texUpload:hover { 	
	min-height: 85px;
}
.resultCont.formula.texUpload.accepted { 
	background-color: rgb(241,255,206);
	-webkit-box-shadow: 0px 0px 4px rgba(172,190,123, 1);
	-moz-box-shadow:    0px 0px 4px rgba(172,190,123, 1);
	box-shadow:         0px 0px 4px rgba(172,190,123, 1);
}
.resultCont.formula.texUpload.rejected { 
	background-color: rgb(255,231,230);
	-webkit-box-shadow: 0px 0px 4px rgba(196,164,162, 1);
	-moz-box-shadow:    0px 0px 4px rgba(196,164,162, 1);
	box-shadow:         0px 0px 4px rgba(196,164,162, 1);
}
.resultCont.formula.public { 
	background: url('privateformulalogo.png') no-repeat right top;
}
.resultCont.formula.public:hover { 
	min-height: 150px;
}
.resultCont.formula.private{ 
	background: url('privateformulalogo.png') no-repeat right top;
	min-height: 125px;
}
.resultCont.formula.private:hover { 
	min-height: 150px;
}
.resultCont.formula.private:hover .content-info { 

}
.resultCont.file { 
	background: url('filelogo.png');
	background-repeat: no-repeat;
	background-position: right top;
}
.resultCont:hover .content-options { 
	display: block;
}
.resultCont.moreButton, .resultCont.addFormulaButton, .resultCont.clearButton { 
	display: none;
	background-color: rgb(240,240,240);
	text-align: center;
	cursor: pointer;
	font-size: 18px;
	color: rgb(50,50,50);
	padding: 10px;
	-webkit-box-shadow: 0px 0px 4px rgba(100, 100, 100, 0.5) inset;
	-moz-box-shadow:    0px 0px 4px rgba(100, 100, 100, 0.5) inset;
	box-shadow:         0px 0px 4px rgba(100, 100, 100, 0.5) inset;
}
.resultCont.moreButton:hover, .resultCont.moreButton.hoverClass, .resultCont.addFormulaButton:hover, .resultCont.addFormulaButton.hoverClass, .resultCont.clearButton:hover, .resultCont.clearButton.hoverClass { 	
	background-color: rgb(255, 221, 173);
}
.resultCont.moreButton:active, .resultCont.addFormulaButton:active, .resultCont.clearButton:active { 	
	-webkit-box-shadow: 0px 0px 8px rgba(100, 100, 100, 0.5) inset;
	-moz-box-shadow:    0px 0px 8px rgba(100, 100, 100, 0.5) inset;
	box-shadow:         0px 0px 8px rgba(100, 100, 100, 0.5) inset;
}
.resultCont.ads { 
	background-color: rgb(255,252,235);
	overflow: hidden;
}
.resultCont.popular { 
	background-color: rgb(255,252,235);
	margin-top: 38px; 
	overflow: hidden;
}
.result { 
}
.resultTitle , .browse-groupText { 
	font-size: 20px;
	font-weight: bold;
	background: url('greyGradient.png');
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-bottom: 2px;
	margin-left: 5px;
	padding-right: 30px;
	color: black;
}
.resultCont.formula .resultTitle { 
	display: none;
}
.resultCont.editing, .listFormulaCont.editing {
	-webkit-box-shadow: 0px 0px 12px rgba(221, 137, 79, 1);
	-moz-box-shadow:    0px 0px 12px rgba(221, 137, 79, 1);
	box-shadow:         0px 0px 12px rgba(221, 137, 79, 1);
}
.content-options {
	display: none; 
	position: absolute;
	line-height: 37px;
}
.content-options.formula { 
	right: -155px;
	top: -16px;
	width: 144px;
}
.content-options.formula.private, .resultCont.formula.calc .content-options.formula { 
	top: -36px;
}
.resultCont.formula.calc .button.calc { 
	display: block;
	margin-top: 5px;
	width: 98px;
}
.content-options.copy { 
	top: 6px; 
	right: 7px;
	z-index: 1;
}
.content-options.render { 
	top: 37px;
	right: 150px;
}
.content-options.list, .content-options.sheet { 
	right: 10px;
	top: 9px;
}
.content-options.list.public, .content-options.sheet.public { 
	right: 10px;
	top: 14px;
}
.content-options.texUpload { 
	top: 8px;
	right: 5px;
}
.content-options.sheetFormula {
	top: -32px;
	left: 0px;
	min-width: 128px;
	width: 100%;
	height: 60px;
}
.content-options.textBox { 
	background-color: transparent;
	top: -32px;
	left: 0px;
	min-width: 96px;
	width: 100%;
	height: 35px;
}
.content-options.diagram { 
	background-color: transparent;
	top: -32px;
	right: 0px;
	min-width: 32px;
	width: 100%;
	height: 35px;
}
.content-options .button.delete.iconOnly { 
	float: right;
}
.content-formulaImageDiv {
	margin-top: 8px;
	margin-left: 10px;
}
.content-formulaDescription { 
	font-size: 16px;
	margin-left: 5px;
	margin-top: 13px;
	margin-bottom: 8px;
	color: black;
}
.content-options.pageOrganization { 
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
.content-info { 
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 2px;
	line-height: 20px;
}
.content-info a {
	font-weight: bold;
	color: rgb(100,100,100);
	text-decoration: none;
}
.content-resultsReport { 
	font-family: georgia, serif;
	font-size: 16px;
	color: rgb(100,100,100);
	text-align: left;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 15px;
	border-bottom: 1px solid rgb(175,175,175);
	background-color: white;
}

/* List */
#list-slideInButton , #list-slideOutButton { 
	position: absolute;  
	top: 10px;
	left: -32px;
	z-index: 75;
}
#list-slideInButton, #list-slideOutButton {
	width: 22px;
	padding: 32px 4px 0px 4px;
	height: 88px;
	text-align: center;
	line-height: 17px;
}
#list-slideInButton {
	background-position: -2460px 0px;
}
#list-slideInButton:hover, #list-slideInButton.hoverClass {
	background-position: -2490px 0px;
}
#list-slideOutButton {
	background-position: -2400px 0px;
}
#list-slideOutButton:hover, #list-slideOutButton.hoverClass {
	background-position: -2430px 0px;
}
#list-listScrollBar-block { 
	position: absolute;
	background-color: rgb(50,50,50);
	width: 9px;
	left: -4px;
	height: 50px;
	z-index: 72;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	border-radius: 4px; 
	/* display: none; */
}
#list-listScrollBar-rail {
	width: 1px; 
	background-color: rgb(50,50,50);
	position: absolute;
	right: 4px;
	top: 10px;
	bottom: 10px;
	z-index: 71;
	opacity: 0.6;
	/* display: none; */
}
#list-listCont { 
	position: absolute;
}
#list-showListButton { 
	width: 260px;
}
#list-resultsReport {
	font-family: georgia,serif;
	color: rgb(50,50,50);
	line-height: 23px;
	margin-top: 5px;
}
#list-resultsReport a { 
	color: rgb(50,50,50);
	text-decoration: none;
	font-weight: bold;
}
#list-menuBar { 
	margin: 10px 10px 10px 5px;
	/* border-bottom: 1px solid rgb(200,200,200); */
}
#list-moreButton { 
	width: 253px;
}
.list-itemCont { 
	margin: 3px 0px 3px 0px;
	-webkit-box-shadow: 0px 0px 1px rgba(50, 50, 50, 0.6);
	-moz-box-shadow:    0px 0px 1px rgba(50, 50, 50, 0.6);
	box-shadow:         0px 0px 1px rgba(50, 50, 50, 0.6);	
	text-align: center;
}
.list-formulaImageDiv {
	text-align: center;
}
.list-formulaImage {
	max-width: 300px;
	max-height: 100px;
}
.listFormulaCont {
	position: relative;
	width: 284px;
	min-height: 22px;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin: 4px 0px 4px 2px;
	-webkit-box-shadow: 0px 0px 2px rgba(50, 50, 50, 0.6);
	-moz-box-shadow:    0px 0px 2px rgba(50, 50, 50, 0.6);
	box-shadow:         0px 0px 2px rgba(50, 50, 50, 0.6);	
	text-align: center;
	border: none;
	padding: 7px 1px 7px 1px;
	margin-top: 4px 0px;
	background-color: white;
}
.listFormulaCont img{ 
	max-width: 282px;
	max-height: 100px;
}
.listFormulaCont.sheetScaled, .listFormulaCont .content-formulaImageDiv, .listFormulaCont.sheetScaled img { 
	margin: 0px;
	padding: 0px;
	min-height: 0px;
	min-width: 0px;
	max-width: none;
	max-height: none;
}
.listFormulaCont div.resultsSrc, .listFormulaCont .resultTitle, .listFormulaCont .content-info, .listFormulaCont br,.listFormulaCont .content-formulaDescription, .listFormulaCont .button.render, .listFormulaCont .button.moveToList, .listFormulaCont .button.delete, .listFormulaCont .button.edit div { 
	display: none;
}
.listFormulaCont .button.edit { 
	text-align: left;
	top: 40px;
	right: 158px;
	padding: 3px;
	width: 22px;
	background-position: -203px 0px;
}
.listFormulaCont .button.edit:hover, .listFormulaCont .button.edit.hoverClass { 
	background-position: -203px -60px;
}
.listFormulaCont:hover .content-options { 
	display: block;
}
.listFormulaCont.dragSelected:hover .content-options { 
	display: none;
}
.listFormulaCont .content-options { 
	position: absolute;
	left: 410px;
	top: 5px;
}
/* #rightBar:hover #list-listScrollBar-block, #rightBar:hover #list-listScrollBar-rail { 
	display: block;
} */

/* Right Bar */
#rightBar { 
	display: none;
	position: fixed;
	line-height: 30px;
	top: 46px;
	right: -300px;
	bottom: 0px;
	width: 300px;
	background-color: white;
	border-top: 1px solid rgb(100,100,100);	
	-webkit-box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.6);
	-moz-box-shadow:    0px 0px 6px rgba(50, 50, 50, 0.6);
	box-shadow:         0px 0px 6px rgba(50, 50, 50, 0.6);
	z-index: 46;
}

/* Bottom Bar */
#bottomBar {
	display: block;
	position: fixed;
	line-height: 30px;
	left: 0px;
	bottom: -470px;
	width: 100%;
	background-color: white;
	border-top: 1px solid rgb(100,100,100);	
	-webkit-box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.6);
	-moz-box-shadow:    0px 0px 6px rgba(50, 50, 50, 0.6);
	box-shadow:         0px 0px 6px rgba(50, 50, 50, 0.6);
	z-index: 70;
	min-width: 565px;
}
.bottomBar.slideIn { 
	bottom: 0px;
}

/* Left Bottom Bar */
#leftBottomBar {
	position: absolute;
	top: -1px;
	bottom: 0px;
	left: 0px;
	width: 130px;
	background: url('bgrnd2.png');
	line-height: 45px;
}
#leftBottomTabs-latexTab.unselected { 
	background-position: -130px -30px;
}
#leftBottomTabs-latexTab.selected { 
	background-position: -130px -90px;
}
#leftBottomTabs-infoTab.unselected { 		
	background-position: -260px 0px;
}
#leftBottomTabs-infoTab.selected { 
	background-position: -260px -60px;
}
#leftBottomTabs-textBoxTab.unselected { 		
	background-position: -390px 0px;
}
#leftBottomTabs-textBoxTab.selected { 
	background-position: -390px -60px;
}

/* Editor */
#editor-slideInButton { 
	position: fixed;  
	left: 4px;
	bottom: 0px;
	z-index: 75;
}
#editor-slideOutButton { 
	position: fixed;
	display: none;
	left: 4px;
	bottom: 0px;
	z-index: 75;
}
#editor-latexInputCont {
	position: absolute;
	left: 135px;
	right: 160px;	
	bottom: 11px;
	height: 134px;
}
#editor-topLatexToolBarCont { 
	float: left;
	margin-bottom: 187px;
	padding-bottom: 6px;
	margin-left: 130px;
	margin-right: 5px;
}
#editor-descriptionInputCont {
	position: absolute;
	left: 135px;
	right: 162px;	
	bottom: 11px;
	height: 98px;
}
#editor-tagInputCont { 
	position: absolute;
	left: 132px;
	right: 290px;	
	bottom: 146px;
	padding: 0px;
}
#editor-tagInputTable { 
	width: 100%;
	padding: 0px;
}
#editor-titleInput { 	
	width: 100%;
	font-size: 18px;
	line-height: 24px;
	height: 24px;
	margin-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#editor-tagInput { 	
	width: 100%;
	font-size: 18px;
	line-height: 24px;
	height: 24px;
	margin-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#editor-tagCont { 
	position: absolute;
	left: 135px;
	right: 156px;	
	bottom: 114px;
	height: 23px;
	padding: 2px;
	background-color: rgb(200,200,200);
	border: 1px solid rgb(150,150,150);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 0px 4px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 0px 4px rgba(50, 50, 50, 0.3);
}
#editor-tagContTitle { 
	font-size: 18px;
	font-family: georgia, serif;
	color: rgb(120,120,120);
	position: absolute;
	right: 20px;
	top: -3px;
	z-index: 20;
}
#editor-addTagButton { 
	position: absolute;
	bottom: 148px;
	right: 156px;
	padding: 4px;
	padding-left: 8px;
	width: 90px;
}
#editor-addTagButton  .fadeContent { 
	left: 8px;
}
#editor-addToListButton, #editor-moveToListButton {
	text-align: left;
	padding: 4px;
	width: 134px;
	height: 52px;		
}
#editor-addToListButton span, #editor-moveToListButton span { 
	padding-bottom: 2px;
	border-bottom: 1px solid rgb(220,220,220);
}
#editor-addToListTitle, #editor-moveToListTitle { 
	position: absolute;
	top: 25px;
	width: 114px;
	font-size: 11px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	padding: 4px;
	padding-top: 7px;
	padding-bottom: 0px;
	margin-right: 15px;
	color: rgb(130,130,130);
	line-height: 12px;
	text-align: center;
	height: 25px;
	overflow: hidden;
}
#editor-moveToListButton { 
	background-position: -2252px 0px;
}
#editor-moveToListButton:hover { 
	background-position: -2252px -60px;
}
#editor-selectListButton, #editor-moveToListButton-divider { 
	width: 15px;
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 0px;
	height: 60px;
	background-position: -2378px 0px;
	border: none;
	border-left: 1px solid rgb(220,220,220);
	-webkit-border-radius: 0px 4px 4px 0px;
	-moz-border-radius: 0px 4px 4px 0px;
	border-radius: 0px 4px 4px 0px;
	-webkit-box-shadow: 0px 0px 0px rgba(50, 50, 50, 0);
	-moz-box-shadow:    0px 0px 0px rgba(50, 50, 50, 0);
	box-shadow:         0px 0px 0px rgba(50, 50, 50, 0);
}
#editor-selectListButton:hover { 
	background-position: -2378px -60px;
}
#editor-selectListButton .hoverDropMenuCont { 
	width: 142px;
	right: 127px;
	height: 80px;
}
#editor-selectListButton .dropMenuOptions { 
	right: 0px;
	bottom: 50px;
	left: -200px;
	bottom: 67px;
}
#editor-moveToListButton .dropMenuOptions { 
	left: -200px;
}
#editor-addToListButton, #editor-moveToListButton, #editor-renderButton, #editor-copyButton { 
	margin-bottom: 6px;
}
#editor-latexEnvironmentButton {	
	width: 90px;
	font-family: 'Palatino Linotype','Book Antiqua',Palatino,georgia,serif;
	margin-top: 3px;
	background-image: none;
	background-color: white;
	padding: 4px;
	height: 20px;
}
#editor-latexEnvironmentMenuOptions { 
	background-color: white;
}
#editor-latexLabelInput  {
	float: left;
	margin-top: 2px;
	margin-right: 2px;
	width: 200px;
}
#editor-latexSymbolTabsOuterCont { 
	position: absolute;
	top: 0px;
	left: 135px;
	right: 0px;
	height: 0px;
}
#editor-latexSymbolTabsCont { 
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#editor-clearButton { 
	width: 76px;
	margin: 4px;
	margin-top: 25px;	
	position: relative;
	z-index: 71;
}
#editor-saving, #editor-saved { 
	position: absolute;
	top: 150px;
	font-family: georgia,serif;
	color: rgb(240,240,240);
	font-size: 15px;
	font-weight: bold;
	opacity: 0;
}
#editor-saving { 
	left: 37px;
}
#editor-saved { 
	left: 37px;
}
#editor-saveButton { 
	width: 76px;
	margin: 4px;
	margin-top: 0px;	
	position: relative;
	z-index: 71;
}
#editor-latexOptions { 
	position: absolute;
	right: 4px;
	bottom: 4px;
	/* line-height: 36px; */
	z-index: 30;
}
#editor-matrixInputs { 
	margin-top: 3px;
	float: left;
}
#editor-matrixNumColsInput { 
	width: 95px;
}
#editor-matrixNumRowsInput { 
	margin-bottom: 2px;
	width: 95px;
}
#editor-createMatrixButton {
	height: 40px;
	margin-left: 5px;
	padding-left: 14px;
	padding-top: 18px;
	width: 125px;
}
#editor-copyButton { 
	position: relative;
}
#editor-copyClientCont { 
	position: absolute;
	left: 0px;
	top: 0px;
}
#editor-textBoxInputCont {
	position: absolute;
	left: 135px;
	right: 12px;	
	bottom: 11px;
	height: 175px;
}
#editor-updateTextBoxButton { 
	position: absolute;
	bottom: 4px;
	right: 4px;
	padding: 8px 27px 8px 27px;
	width: 90px;
	height: 42px;
}
.editor-latexInput { 
	font-family: 'Palatino Linotype','Book Antiqua',Palatino,georgia,serif;
	font-size: 18px;
	line-height: 22px;
	padding: 2px;
	border: 1px solid rgb(150,150,150);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 0px 4px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 0px 4px rgba(50, 50, 50, 0.3); 
	width: 100%;
	height: 100%;
}
.editor-latexToolBarText { 
	float: left;
	font-family: 'Palatino Linotype','Book Antiqua',Palatino,georgia,serif;
	font-size: 16px;
	padding: 2px;
	margin-right: 2px;
	color: rgb(36,36,36);
}
.editor-largeBracket { 
	font-size: 26px;
}
.editor-latexToolBar { 
	background-color: white;
	margin-left: 130px;
	margin-right: 0px;
	margin-top: 2px;
	line-height: 25px;
}
.editor-latexToolBar.top { 	
	padding: 3px;
	padding-left: 8px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.editor-latexToolBar.bottom { 	
	position: absolute;
	bottom: 148px;
	left: 5px;
	right: 5px;
	min-width: 485px;
	padding: 3px;
	border-top: 1px solid grey;
}
.editor-latexShortInput { 
	font-family: 'Palatino Linotype','Book Antiqua',Palatino,georgia,serif;
	font-size: 16px;
	padding: 4px;
	height: 20px;
	border: 1px solid rgb(150,150,150);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 0px 4px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 0px 4px rgba(50, 50, 50, 0.3);
	background: white;
}
.editor-latexTabIcon { 
	font-size: 11px;
	position: relative;
	bottom: 2px;
	color: rgb(50,50,50);
}
.editor-tag { 	
	position: relative;
	float: left;
	font-size: 15px;
	font-family: 'Palatino Linotype','Book Antiqua',Palatino,georgia,serif;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: rgb(240,240,240);
	margin-right: 4px;
	line-height: 18px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 4px;
	padding-left: 4px;
	-webkit-box-shadow: 0px 0px 2px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 0px 2px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 0px 2px rgba(50, 50, 50, 0.3);
	cursor: pointer;
	z-index: 79;
}
.editor-tag:hover, .button.editor-tag.hoverClass { 
	background-color: white;
	-webkit-box-shadow: 0px 0px 2px rgba(50, 50, 50, 0.6);
	-moz-box-shadow:    0px 0px 2px rgba(50, 50, 50, 0.6);
	box-shadow:         0px 0px 2px rgba(50, 50, 50, 0.6);
}
.button.editor-tagDelete { 
	display: none;
	float: right;
	background-position: -1208px -7px;
	width: 12px;
	height: 9px;
	margin-left: 5px;
	padding-left: 0px;
}
.button.editor-tagDelete:hover, .button.editor-tagDelete.hoverClass { 
	background-position: -1208px -67px;
}
.editor-tag:hover .editor-tagDelete, .button.editor-tag.hoverClass .editor-tagDelete { 
	display: block;
}
.editor-tagInputTableElement { 
	padding: 0px;
	margin: 0px;
}

/* Button Class */
.button { 
	position: relative;
	float: left;	
	height: 22px;
	line-height: 22px;
	background-image: url('button.png?10');
	background-position: -2660px 0px;
	font-family: georgia, serif;
	font-size: 18px;
	padding: 4px;
	padding-left: 40px;
	border: 1px solid rgb(180,180,180);			
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px 0px 3px rgba(50, 50, 50, 0.2);
	box-shadow:         0px 0px 3px rgba(50, 50, 50, 0.2);
	cursor: pointer;
	color: black;
}
.button.small {
	font-size: 16px;
	height: 18px;
	line-height: 18px;
	padding: 2px;	
	padding-left: 4px;
	padding-right: 4px;
}
.button.large { 
	height: 26px;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 17px;
	padding-bottom: 17px;
	background-position: -2200px 0px;
}
.button.large:hover, .button.large.hoverClass { 
	background-position: -2200px -60px;
}
.button.bottom {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	 border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	 border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom: none;
}
.button.right {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	 border-top-left-radius: 4px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	 border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-right: none;
	-webkit-box-shadow: -2px 0px 2px rgba(50, 50, 50, 0.15);
	-moz-box-shadow:    -2px 0px 2px rgba(50, 50, 50, 0.15);
	box-shadow:         -2px 0px 2px rgba(50, 50, 50, 0.15);
}
.button.right:hover, .button.right.hoverClass {
	-webkit-box-shadow: -2px 0px 2px rgba(50, 50, 50, 0.15);
	-moz-box-shadow:    -2px 0px 2px rgba(50, 50, 50, 0.15);
	box-shadow:         -2px 0px 2px rgba(50, 50, 50, 0.15);
}
.button.right:active { 
	border-right: none;
}
.button.bottom:active {
	border-bottom: none;
}
.button:hover, .button.hoverClass { 
	background-position: -2660px -60px;
	-webkit-box-shadow: 0px 0px 2px rgba(50, 50, 50, 0.4);
	-moz-box-shadow:    0px 0px 2px rgba(50, 50, 50, 0.4);
	box-shadow:         0px 0px 2px rgba(50, 50, 50, 0.4);
}
.button:active, .button.activeClass, .slider-block:active { 
	-webkit-box-shadow: 0px 0px 4px rgba(100, 100, 100, 0.5) inset;
	-moz-box-shadow:    0px 0px 4px rgba(100, 100, 100, 0.5) inset;
	box-shadow:         0px 0px 4px rgba(100, 100, 100, 0.5) inset;
}
.button.toggleOn { 	
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 1) inset;
	-moz-box-shadow:    0px 0px 4px rgba(0, 0, 0, 1) inset;
	box-shadow:         0px 0px 4px rgba(0, 0, 0, 1) inset;
}
.button.small.toggleOn { 	
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 1) inset;
	-moz-box-shadow:    0px 0px 3px rgba(0, 0, 0, 1) inset;
	box-shadow:         0px 0px 3px rgba(0, 0, 0, 1) inset;
}
.button.inactive, .button .inactive { 
	color: rgb(145,145,145);
}
.button.dropDown { 
	padding-left: 8px;
	background-position: right -30px;
}
.button.dropDown:hover, .button.dropDown.hoverClass { 
	background-position: right -90px;
}
.button.dropDown.small { 
	padding: 4px;
	background-position: right -30px;
}
.button.dropDown.small:hover, .button.dropDown.small.hoverClass { 
	background-position: right -90px;
}
.button.dropUp { 
	padding-left: 8px;
	background-position: right 0px;
}
.button.dropUp:hover, .button.dropUp.hoverClass { 
	padding-left: 8px;
	background-position: right -60px;
}
.button.dropUp.small { 
	background-position: -50px -10px;
}
.button.dropUp.small:hover, .button.dropUp.small.hoverClass { 
	background-position: -50px -70px;
}
.button.search { 
	background-position: 3px 0px;	
}
.button.search:hover, .button.search.hoverClass { 
	background-position: 3px -60px;	
}
.button.edit { 
	width: 98px;
	background-position: -200px 0px;
}
.button.edit:hover, .button.edit.hoverClass { 
	background-position: -200px -60px;
}
.button.edit.iconOnly { 	
	background-position: -203px 0px;
}
.button.edit.iconOnly:hover, .button.edit.iconOnly.hoverClass { 
	background-position: -203px -60px;
}
.button.editSlideIn { 
	width: 75px;
	background-position: 0px -30px;
}
.button.editSlideIn:hover, .button.editSlideIn.hoverClass { 
	background-position: 0px -90px;
}
.button.editSlideOut { 
	width: 75px;
	background-position: -200px -30px;
}
.button.editSlideOut:hover, .button.editSlideOut.hoverClass { 
	width: 75px;
	background-position: -200px -90px;
}
.button.copy { 
	position: relative;
	width: 98px;
	background-position: -400px 0px;
}
.button.copy:hover, .button.copy.hoverClass { 
	background-position: -400px -60px;
}
.button.copyTex { 
	position: relative;
	width: 98px;
	background-position: -2000px 0px;
}
.button.copyTex:hover, .button.copyTex.hoverClass { 
	background-position: -2000px -60px;
}
.button.copyWord { 
	position: relative;
	width: 98px;
	background-position: -2000px -30px;
}
.button.copyWord:hover, .button.copyWord.hoverClass { 
	background-position: -2000px -90px;
}
.button.hover.dropDown.copy, .button.hover.dropUp.copy, .button.hover.dropDown.share, .button.hover.dropUp.share { 
	padding-left: 40px;
	width: 98px;
}
.button.clear, .button.sheet { 
	background-position: -400px -30px;
}
.button.clear:hover, .button.clear.hoverClass, .button.sheet:hover, .button.sheet.hoverClass { 
	background-position: -400px -90px;
}
.content-options .button.sheet { 
	width: 98px;
}
.button.save { 
	background-position: -1000px -30px;
}
.button.save:hover, .button.save.hoverClass { 
	background-position: -1000px -90px;
}
.button.render { 	
	width: 98px;
	background-position: -600px 0px;
}
.button.render:hover, .button.render.hoverClass { 	
	background-position: -600px -60px;
}
.button.share { 
	width: 98px;
	background-position: -1200px -30px;
}
.button.share:hover, .button.share.hoverClass { 
	background-position: -1200px -90px;
}
.button.delete {  
	width: 98px;
	background-position: -1200px 0px;
}
.button.delete:hover, .button.delete.hoverClass { 
	background-position: -1200px -60px;
}
.button.delete.iconOnly { 
	background-position: -1202px -1px;	
}
.button.delete.iconOnly:hover, .button.delete.iconOnly.hoverClass { 
	background-position: -1202px -61px;	
}
.button.list {  
	width: 98px;
	background-position: -800px -30px;
}
.button.list:hover, .button.list.hoverClass {  
	background-position: -800px -90px;
}
.button.settings {  
	background-position: -1403px 0px;
}
.button.settings:hover, .button.settings.hoverClass {  
	background-position: -1403px -60px;
}
.button.addToList {	
	width: 130px;
}
.content-options .button.addToList { 
	margin-top: 5px;
}
.button.saveFormulas { 
	width: 129px;
	padding-left: 8px;
}
.button.moveToList { 	
	width: 130px;
}
.button.latexButton { 
	margin-right: 4px;
	margin-top: 3px;
	padding: 2px;
	min-height: 22px;
}
.button.latexButton.longSymb { 
	background-position: -2200px -25px;
	min-height: 30px;
	min-width: 30px;
}
.button.latexButton.longSymb:hover, .button.latexButton.longSymb.hoverClass { 
	background-position: -2200px -95px;
}
.button.latexButton.relationsSymb { 
	background-position: -2200px -25px;
	min-height: 32px;
	min-width: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.button.latexButton.relationsSymb:hover, .button.latexButton.relationsSymb.hoverClass { 
	background-position: -2200px -95px;
}
.button.latexButton.bigSymb, .button.latexButton.recentSymb { 
	background-position: -2200px -15px;
	min-height: 45px;
	min-width: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.button.latexButton.bigSymb:hover, .button.latexButton.bigSymb.hoverClass, .button.latexButton.recentSymb:hover, .button.latexButton.recentSymb.hoverClass { 
	background-position: -2200px -85px;
}
.button.exitOption { 
	float: right;
	margin-left: 6px;
	padding-left: 8px;
	padding-right: 8px;
}
.button.matrix { 
	margin-right: 4px;
	margin-top: 3px;
	padding: 2px;
	height: 56px;
	width: 56px;
	background-position: -2200px 0px;
}
.button.matrix:hover, .button.matrix.hoverClass { 
	background-position: -2200px -60px;
}
.button.accept { 
	width: 98px;
	background-position: -1600px 0px;	
}
.button.accept:hover, .button.accept.hoverClass { 
	background-position: -1600px -60px;	
}
.button.reject { 
	width: 98px;
	background-position: -1600px -30px;	
}
.button.reject:hover, .button.reject.hoverClass { 
	width: 98px;
	background-position: -1600px -90px;	
}
.button.fontSize { 
	background-position: -2528px -2px;
}
.button.fontSize:hover, .button.fontSize.hoverClass { 
	padding-left: 3px;
	background-position: -2528px -62px;
}
.button.showHideAttachedTextBox { 
	z-index: 45;
	background-position: -2524px -32px;
}
.button.showHideAttachedTextBox:hover,.button.showHideAttachedTextBox.hoverClass { 
	background-position: -2524px -92px;
}
.button.createDescriptionTextBox { 
	background-position: -1906px -31px;
}
.button.createDescriptionTextBox:hover, .button.createDescriptionTextBox.hoverClass { 
	background-position: -1906px -91px;
}
.button.forward, .button.redo { 
	background-position: -2561px -33px;
}
.button.forward:hover, .button.forward.hoverClass, .button.redo:hover, .button.redo.hoverClass { 
	background-position: -2561px -93px;
}
.button.backward, .button.undo { 
	background-position: -2561px -3px;
}
.button.backward:hover, .button.backward.hoverClass, .button.undo:hover, .button.undo.hoverClass { 
	background-position: -2561px -63px;
}
.copiedButtonText, .fadeContent { 
	position: absolute;
	top: 4px;
	left: 40px;
	opacity: 0;
}
.button.small .fadeContent { 
	position: absolute;
	top: 2px;
	left: 4px;
	opacity: 0;
}
.button.iconOnly {
	padding: 3px;
	width: 22px;
	margin: 1px;
}
.button.calc { 
	display: none;
	background-position: -2630px 0px;
}
.button.calc:hover { 
	background-position: -2630 -60px;
}

/* Menu Class */
.hoverDropMenuCont {
	position: relative;
	width: 100%;
	height: 20px;
	display: none;
	z-index: 90;
}
.hoverDropMenuCont.dropDown {
}
.hoverDropMenuCont.dropUp { 
	bottom: 40px;
}
.hoverDropMenuCont.dropUp.small { 
	bottom: 35px;
}
.hoverDropMenuCont.yui-skin-sam {
	display: block;
	visibility: hidden;
}
.hoverDropMenuCont.dropDown.topBar-settings { 
	top: 22px;
	width: 177px;
	left: -152px;
}
.dropMenuOptions {
	position: absolute;	
	left: -8px;
	right: -5px;
	background-color: rgb(240,240,240);
	padding-left: 0px;
	border: 1px solid rgb(180,180,180);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 0px 4px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 0px 4px rgba(50, 50, 50, 0.3);	
	z-index: 90;
}
.dropMenuOptions:hover { 	
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.6);
	-moz-box-shadow:    0px 0px 4px rgba(50, 50, 50, 0.6);
	box-shadow:         0px 0px 4px rgba(50, 50, 50, 0.6);
}
.dropMenuOptions.small { 
	left: -4px;
	right: -4px;
}
.dropMenuOptions.dropDown { 
	top: 10px;
}
.dropMenuOptions.dropUp { 
	bottom: 10px;
}
.dropMenuOptions.saveFormulasOptions { 
	left: -50px;
}
.dropMenuOptions.moveToListOptions { 
	left: -250px;
}
.dropMenuOptions.addToListOptions { 
	left: -250px;
}
.dropMenuOptions.shareOptions { 
	left: -73px;
}
.dropMenuOptions.copyOptions { 
	left: -41px;
}
.dropMenuOptions.palette { 
	height: 210px;
	display: block;
	cursor: default;
}
.dropMenuOptions.palette.textColour { 	
	left: -240px;
}
.dropMenuOptions.palette.backgroundColour { 	
	left: -195px;
}
.dropMenuOptions.dropDown.topBar-settings {
	left: 0px;
}
.dropMenuOptions.fontSize { 
	left: -35px;
	right: -100px;
	display: block;
}
/*  .hover.dropDown.button:hover .hoverDropMenuCont, .hover.dropDown.button.hoverClass .hoverDropMenuCont { 
	display: block;
	visibility: visible;
}
.hover.dropUp.button:hover .hoverDropMenuCont, .hover.dropUp.button.hoverClass .hoverDropMenuCont { 
	display: block;
	visibility: visible;
}  */
.hover.dropDown.button.hoverClass .hoverDropMenuCont { 
	display: block;
	visibility: visible;
}
.hover.dropUp.button.hoverClass .hoverDropMenuCont { 
	display: block;
	visibility: visible;
}
.menuOption { 
	padding: 4px;
	padding-left: 8px;
}
.menuOption.top{ 
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	 border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}
.menuOption.bottom{ 
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.menuOption:hover, .menuOption.hoverClass, .autoCompleteSuggestion.focus{
	background-color: rgb(220,220,220);
	-webkit-box-shadow: 0px 0px 2px rgba(50, 50, 50, 0.2) inset;
	-moz-box-shadow:    0px 0px 2px rgba(50, 50, 50, 0.2) inset;
	box-shadow:         0px 0px 2px rgba(50, 50, 50, 0.2) inset;
}
.autoCompleteSuggestion { 
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
}
.autoCompleteSuggestion.blur{ 
	background-color: white;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.menuOption:active {
	-webkit-box-shadow: 0px 0px 2px rgba(50, 50, 50, 0.4) inset;
	-moz-box-shadow:    0px 0px 2px rgba(50, 50, 50, 0.4) inset;
	box-shadow:         0px 0px 2px rgba(50, 50, 50, 0.4) inset;
}
.small .menuOption { 
	padding-left: 4px;
}

/* Tab Class */
.leftTab { 
	position: relative;
	height: 22px;
	line-height: 22px;
	margin-left: 2px;
	border-top: 1px solid rgb(150,150,150);
	border-left: 1px solid rgb(150,150,150);
	border-bottom: 1px solid rgb(150,150,150);
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	font-family: georgia, serif;
	font-size: 18px;
	padding: 4px;
	padding-left: 40px;
	background-color: rgb(240,240,240);
	background-image: url('tabs.png?1');
	cursor: pointer;
}
.leftTab.unselected:hover { 
	-webkit-box-shadow: -4px 4px 4px rgba(50, 50, 50, 0.6);
	-moz-box-shadow:    -4px 4px 4px rgba(50, 50, 50, 0.6);
	box-shadow:         -4px 4px 4px rgba(50, 50, 50, 0.6);
}
.leftTab.selected {
	z-index: 52;
	background-color: white;
	border-right: 1px solid white;
	-webkit-box-shadow: -2px 2px 2px rgba(50, 50, 50, 0.6);
	-moz-box-shadow:    -2px 2px 2px rgba(50, 50, 50, 0.6);
	box-shadow:         -2px 2px 2px rgba(50, 50, 50, 0.6);
}
.leftTab.unselected {
	z-index: 51;
	border-right: 1px solid rgb(100,100,100);			
	-webkit-box-shadow: -2px 2px 2px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    -2px 2px 2px rgba(50, 50, 50, 0.3);
	box-shadow:         -2px 2px 2px rgba(50, 50, 50, 0.3);
}
.topTab.small { 
	float: left;
	height: 18px;
	line-height: 18px;
	border-top: 1px solid rgb(150,150,150);
	border-left: 1px solid rgb(150,150,150);
	border-right: 1px solid rgb(150,150,150);
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	 border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	 border-top-right-radius: 4px;
	font-family: georgia, serif;
	font-size: 16px;
	padding: 4px;
	padding-bottom: 5px;
	background-color: rgb(240,240,240);
	cursor: pointer;
}
.topTab.small.editor-latexSymbolTab.unselected:hover { 
	-webkit-box-shadow: 0px -3px 3px rgba(50, 50, 50, 0.6);
	-moz-box-shadow:    0px -3px 3px rgba(50, 50, 50, 0.6);
	box-shadow:         0px -3px 3px rgba(50, 50, 50, 0.6);
}
.topTab.small.editor-latexSymbolTab.selected {
	position: relative;
	z-index: 79;
	background-color: white;
	border-bottom: 1px solid white;
	-webkit-box-shadow: 0px -3px 3px rgba(50, 50, 50, 0.6);
	-moz-box-shadow:    0px -3px 3px rgba(50, 50, 50, 0.6);
	box-shadow:         0px -3px 3px rgba(50, 50, 50, 0.6);
}
.topTab.small.editor-latexSymbolTab.unselected {
	border-bottom: 1px solid rgb(100,100,100);		
	-webkit-box-shadow: 0px -3px 3px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px -3px 3px rgba(50, 50, 50, 0.3);
	box-shadow:         0px -3px 3px rgba(50, 50, 50, 0.3);
}

/* LaTeX styling */
pre { 
	font-family: 'Palatino Linotype','Book Antiqua',Palatino,georgia,serif;
	font-size: 16px;
	margin-bottom: 0px;
	margin-top: 0px;
	color: black;
}
pre.resultsSrc {
	color: rgb(50,50,50);
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */  
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */ 
}
div.resultsSrc {
	position: relative;
	border: 1px solid rgb(200,200,200);
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 7px;
	padding-bottom: 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 2px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px 0px 2px rgba(50, 50, 50, 0.2);
	box-shadow:         0px 0px 2px rgba(50, 50, 50, 0.2);
}
.resultCont.formula:hover .result, .resultCont.list:hover .result, .resultCont.file:hover .result  { 
	margin-right: 160px;
}
.resultCont:hover pre.resultsSrc { 
	padding-right: 165px;
}

/* Pop Up Class */
.popUp-container { 
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 0px;
	/* background-image: url('popUpContBackground.png'); doesn't fill whole screen when body doesn't 
	background-repeat: repeat;*/
	z-index: 100;
}
.popUp {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 125px;
	width: 500px;
	background-color: white;
	padding: 20px;
	padding-top: 40px;
	padding-bottom: 45px;
	font-size: 18px;
	font-family: georgia, serif;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.9);
	-moz-box-shadow:    0px 0px 20px rgba(50, 50, 50, 0.9);
	box-shadow:         0px 0px 20px rgba(50, 50, 50, 0.9);
}
.popUp-closeBox { 
	position: absolute;
	right: 8px;
	top: 8px;
	z-index: 102;
	cursor: pointer;	 
	background-position: -1206px -4px;
	width: 16px;
	height: 15px;
	padding-left: 0px;
}
.popUp-closeBox:hover { 
	background-position: -1206px -64px;
}
.popUp-content {
	margin-bottom: 20px;
}
.popUp-exitOptionsCont { 
	position: absolute;
	right: 8px;
	bottom: 8px;
}

/* Slider Class */
.slider-rail.horizontal { 
	position: relative;
	height: 6px;
	background-color: white;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 1) inset;
	-moz-box-shadow:    0px 0px 2px rgba(0, 0, 0, 1) inset;
	box-shadow:         0px 0px 2px rgba(0, 0, 0, 1) inset;
}
.slider-block.horizontal { 
	width: 10px;
	height: 26px;
	position: absolute;
	top: -10px;
	background-color: rgb(200,200,200);
	border: 1px solid rgb(50,50,50);
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 3px rgba(50, 50, 50, 1);
	-moz-box-shadow:    0px 0px 3px rgba(50, 50, 50, 1);
	box-shadow:         0px 0px 3px rgba(50, 50, 50, 1);
}

/* Help */
.help-tip { 
	font-family: dreams,sans-serif;
	font-size: 35px;
	color: rgb(170,50,25);
	font-weight: bold;
	position: fixed;
	line-height: 37px;
	background-color: rgb(255,250,164);
	padding: 6px 6px 0px 6px;
	z-index: auto;
	-webkit-box-shadow: 0px 5px 13px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 5px 13px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 5px 13px rgba(0, 0, 0, 0.75); 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	opacity: 0.95;
}
/*.help-tip:before, .help-tip:after { 
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 60%;
	top: 10%;
	-webkit-box-shadow: 0px 15px 10px rgba(0, 0, 0, 0.7);
	-moz-box-shadow:    0px 15px 10px rgba(0, 0, 0, 0.7);
	box-shadow:         0px 15px 10px rgba(0, 0, 0, 0.7); 
	transform: rotate(-3deg);
}
.help-tip:after { 
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}*/
.help-screen { 
	position: absolute;
	display: none;
	z-index: 79;
	left: 0px;
	top: 0px;
	width: 100%;
}
.help-arrow { 
	position: absolute;
	width: 50px;
	height: 50px;
	background-image: url('helparrows.png');
	overflow: hidden;
	z-index: 81;
}
.help-arrow.up { 
	background-position: 0px 0px;
	top: -40px;
}
.help-arrow.down { 
	background-position: -50px 0px;
	bottom: -40px;
}
.help-arrow.left { 
	background-position: 0px -50px;
	left: -40px;
}
.help-arrow.right { 
	background-position: -50px -50px;
	right: -40px;
	top: 10px;
}
.help-arrow.curveUp { 
	background-position: 0px -100px;
	right: -42px;
	top: -20px;
}
.help-arrow.curveDown { 
	background-position: -50px -100px;
	right: -42px;
	top: 10px;
}
#help-popUp .content1 { 
	position: absolute;
	top: 10px; 
	right: 8px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 15px;
	width: 60px;
	line-height: 17px;
}
#help-popUp .content2 { 
	position: absolute;
	top: 12px; 
	left: 10px;
}
#help-popUp { 
	position: absolute;
	right: 10px;
	margin-top: 55px;
	width: 210px;
	height: 53px;
	padding: 20px;
	z-index: 78;
}
#help-nextScreenButton, #help-previousScreenButton { 
	display: none;
}
#help-takeTourButton, #help-watchVideosButton, #help-nextScreenButton, #help-previousScreenButton { 
	padding: 4px 8px 4px 8px;
	margin-bottom: 8px;
	text-align: center;
	width: 140px;
}
#help-homeLink { 
	left: 5px;
	top: 85px;
	width: 205px;
}
#help-homeLink .help-arrow {  
	left: 15px;
}
#help-searchInput { 
	left: 30%;
	top: 85px;
	width: 380px;
}
#help-searchInput .help-arrow { 
	left: 170px;
}
#help-editorSlideInButton { 
	bottom: 60px;
	left: 5px;
	width: 280px;
}
#help-editorSlideInButton .help-arrow { 
	left: 10px;
}
#help-books { 
	position: absolute;
	left: 370px;
	top: 60px;
	width: 220px;
}
#help-tabs { 
	left: 5px;
	top: 242px;
	width: 107px;
}
#help-hoverResultsSearch { 
	position: absolute;
	top: 236px;
	left: 370px;
	width: 330px;
}
#help-sharedContent { 
	position: absolute;
	left: 500px;
	top: 360px;
	width: 275px;
}
#help-sharedContent .help-arrow { 
	top: 10px;
}
#help-popularCalculators { 
	position: absolute;
	left: 610px;
	top: 180px;
	width: 200px;
}
#help-popularFormulas { 
	position: absolute;
	left: 180px;
	top: 180px;
	width: 200px;
}
#help-browseFilter { 
	position: absolute;
	left: 370px;
	top: 58px;
	width: 145px;
}
#help-hoverResultsMyStuff {
	position: relative;
	top: 125px;
	left: 370px;
	width: 330px;
}
#help-myStuffFilter { 
	position: absolute;
	top: 58px;
	left: 140px;
	width: 270px;
}
#help-latexSource { 
	bottom: 35px;
	left: 175px;
}
#help-symbols { 
	bottom: 280px;
	left: 175px;
}
#help-addToList { 
	bottom: 195px;
	right: 58px;
	width: 120px;
}
#help-renderOptions { 
	position: absolute;
	top: 5px;
	left: 12px;
	width: 80px;
}
#help-livePreview { 
	position: absolute;
	top: 130px;
	left: 140px;
	width: 140px;
}
#help-dragAndDrop { 
	bottom: 40px;
	right: 40px;
	width: 215px;
}
#help-dragAndDrop .help-arrow { 
	left: 85px;
}
#help-editingTools { 
	top: 395px;
	left: 10px;
	width: 95px;
}
#help-addFormulas { 
	top: 160px;
	left: 180px;
}

/* Miscellaneous */
.invisible { 
	width: 0px;
	height: 0px;
	visibility: hidden;
	display: none;
}
a.noDecoration { 
	text-decoration: none;
	outline: none;
	cursor: pointer;
}
a.noDecoration img {
	outline: none;
	border: 0;
}
.smallInput {
	float: left;					
	font-family: georgia, serif;
	font-size: 18px;
	line-height: 24px;
	height: 24px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid rgb(150,150,150);
	padding: 4px;
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 0px 4px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 0px 4px rgba(50, 50, 50, 0.3);
	background: white;
}
#fileInput-improperFileTypePopUp { 
	height: 70px;
}
#noScript { 
	position: absolute;
	bottom: 50px;
	font-family: georgia, serif;
	font-size: 16px;
	z-index: 3;
	padding-left: 50px;
	padding-right: 50px;
}
#global-notifyPopUp { 
	display: block;
	font-size: 22px;
	text-align: center;
	height: 20px;
}
#global-notifyPopUp.invalid, #calc-notification.invalid {
	color: rgb(154,45,45);
}
#global-notifyPopUp.valid, #calc-notification.valid {
	color: rgb(90,151,55);
}
#global-notifyPopUp.neutral, #calc-notification.neutral { 
	color: rgb(30,82,125);
}
form { 
	padding: 0px;
	margin: 0px;
}
.dragSelected, .sheetFormulaCont.dragSelected:hover, .textBox.dragSelected:hover, .diagram.dragSelected:hover, .textBox.resizing, .diagram.resizing  { 
	position: absolute;
	cursor: move;
	-webkit-box-shadow: 0px 0px 4px rgba(221, 137, 79, 1);
	-moz-box-shadow:    0px 0px 4px rgba(221, 137, 79, 1);
	box-shadow:         0px 0px 4px rgba(221, 137, 79, 1);
}
.dragSelected.listFormula .content-options, .dragSelected.listFormula:hover .content-options { 
	display: none;
}
.dragging {  
	z-index: 95;
}
.horizontalCenterCont { 
	position: absolute;
	left: 0px;
	width: 100%;
}
.horizontalCenter { 			
	/*specify the width of the item to which you apply this to*/
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

/* Blog */
#blog-body { 
	background: url('bgrnd1.png');
}
#blog-container { 
	width: 1025px;
}
#blog-sheetTop { 
	background: url('sheettop.png');
	background-repeat: no-repeat;
	width: 1025px;
	height: 160px;
}
#blog-homeLink, #db-homeLink { 
	position: absolute;
	top: 70px;
	left: 60px;
	width: 315px;
	height: 50px;
}
#blog-sheetBottom, #db-sheetBottom { 
	background: url('sheetbottom.png');
	background-repeat: no-repeat;
	width: 1025px;
	height: 150px;
}
.blog-content, .db-content { 
	position: relative;
	width: 900px;
	padding-left: 50px;
	padding-right: 50px;
	font-family: georgia,serif;
}
.blog-title {
	font-size: 40px;
	font-family: 'Palatino Linotype','Book Antiqua',Palatino,georgia,serif;
	font-weight: normal;
	color: rgb(50,101,0);
	text-align: center;
	background-color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 2px dotted rgb(230,230,230);
	border-bottom: 2px dotted rgb(230,230,230);
	margin: 0;
	padding: 0;
}
.blog-sheetLeft, .db-sheetLeft { 
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	background: url('sheetleft.png');
	background-repeat: repeat-y;
	width: 50px;
}
.blog-sheetRight, .db-sheetRight { 
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background: url('sheetright.png');
	background-repeat: repeat-y;
	width: 50px;
}
.blog-date {
	margin-top: 0px;
	margin-bottom: 10px;
	color: rgb(160,160,160);
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 17px;
	margin-left: 20px;
}
.blog-post { 
	background-color: white;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 20px;
	padding-bottom: 30px;
	line-height: 30px;
	text-align: justify;
	font-size: 18px;
	color: rgb(35,35,35);
	border-bottom: 2px dotted rgb(230,230,230);
}
.blog-post p { 
	text-indent : 20px;
	margin-bottom: 18px;
	margin-top: 0px;
}
.blog-post p.noIndent { 
	text-indent : 0px;
}
.blog-post pre { 
	line-height: 25px;
}
.blog-post h2 { 
	margin-bottom: 8px;
	color: rgb(15,68,100);
	font-size: 23px;
}
.blog-post a { 
	text-decoration: none;
	color: rgb(162,77,0);
}
.blog-comments { 
	position: relative;
	background-color: white;
	padding-top: 10px;
	font-family: georgia,serif;
	padding-left: 50px;
	padding-right: 50px;
} 
.blog-signature { 
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 25px;
	color: rgb(160,160,160);
	margin-left: 15px;
}
.blog-divider { 
	height: 30px;
	background-color: white;
}
.blog-commentDiv { 
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 2px dotted rgb(230,230,230);
	position: relative;
}
.blog-commentName {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 20px;
	color: rgb(34,68,0);
	margin-right: 15px;
	float: left;
	position: relative;
	top: -2px;
}
.blog-commentText { 
	font-size: 18px;
	text-align: justify;
	line-height: 27px;
	padding-right: 150px;
}
.blog-commentDate { 
	font-family: arial,sans;
	font-size: 14px;
	color: rgb(150,150,150);
	float: right;
	margin-top: 5px;
	position: absolute;
	right: 0px;
	top: 15px;
}
.blog-commentsTitle {
	font-size: 23px;
}
.blog-nameInput { 
	margin-right: 15px;
	margin-top: 10px;
	width: 300px;
}
.blog-emailInput { 
	width: 423px;
	margin-top: 10px;
}
.blog-commentInput { 
	width: 750px;
	height: 100px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: none;
	position: relative;
}
.blog-submitCommentButton { 
	padding-left: 8px;
	padding-right: 8px;
}
.blog-addThisTop { 
	position: absolute;
	top: -65px;
	left: 675px;
	z-index: 3;
}
.blog-addThisBottom { 
	position: absolute;
	top: -30px;
	left: 675px;
	z-index: 3;
}

/* Calculator */
#calc-container {
	position: absolute;
	right: 10px;
	bottom: 10px;
	top: 10px;
	left: 10px;
	background-color: white;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: 0px 0px 10px rgba(175,175,175, 1);
	-moz-box-shadow:    0px 0px 10px rgba(175,175,175, 1);
	box-shadow:         0px 0px 10px rgba(175,175,175, 1);
	padding: 10px;
}
#calc-notification { 
	font-family: 'Palatino Linotype','Book Antiqua',Palatino,georgia,serif;
	font-size: 18px;
	text-align: center;
	border-top: 1px dotted rgb(200,200,200);
	border-bottom: 1px dotted rgb(200,200,200);
	margin: 15px 5px 15px 5px;
	padding: 5px;
}
#calc-formulaImageCont { 
	text-align: center;
	margin: 15px;
}
.calc-varDiv { 
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid rgb(200,200,200);
	height: 35px;
	padding: 5px;
	margin-top: 3px;
	margin-left: auto;
	margin-right: auto;
}
.calc-varName { 
	margin: 5px;
	margin-right: 30px;
	font-family: 'Palatino Linotype','Book Antiqua',Palatino,georgia,serif;
	font-style: italic;
	font-size: 22px;
}
.calc-varInput { 
	position: absolute;
	left: 80px;
	width: 260px;
	font-family: 'Palatino Linotype','Book Antiqua',Palatino,georgia,serif;
	letter-spacing: 1px;
	text-align: right;
	text-transform: uppercase;
	color: black;
}
.calc-units { 
	position: absolute;
	left: 365px;
	top: 12px;
	font-family: Arial,sans-serif;
}
.calc-solvedVar, .calc-solvedVar:focus { 
	border: 1px solid rgb(27,131,146);
	-webkit-box-shadow: 0px 0px 6px rgba(27,131,146,0.75);
	-moz-box-shadow:    0px 0px 6px rgba(27,131,146,0.75);
	box-shadow:         0px 0px 6px rgba(27,131,146,0.75);
	color: black;
	background-color: rgb(235,235,235);
}
.calc-constant { 
	background-color: rgb(235,235,235);
}
.resultCont.clearButton { 
	position: absolute;
	bottom: 0px;
	right: 0px;
	left: 0px;
	display: block;
}

/* Database */
.db-content { 
	position: relative;
	padding-top: 30px;
}
.db-headerText { 
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 15px;
	color: rgb(50,50,50);
	padding: 20px 30px 20px 30px;
	margin: 0px 0px 20px 0px;
	text-align: justify;
	border-top: 1px dotted rgb(230,230,230);
	border-bottom: 1px dotted rgb(230,230,230);
}
.db-headerText a {
	color: rgb(162,77,0);
	text-decoration: none;
}
.db-genField, .db-specField, .db-listName  { 
	Font-family: georgia,serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: black;
}
.db-genField { 	
	font-size: 30px;
	margin: 5px 0px 5px 30px;
}
.db-specField { 
	font-size: 22px;
	margin: 5px 0px 5px 50px;
	color: rgb(0,67,105);
}
.db-listName { 
	font-size: 17px;
	margin: 3px 0px 5px 70px;
	color: rgb(4,105,0);
}
.db-formulaLink { 
	position: relative;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 15px;
	line-height: 18px;
	text-decoration: none;
	margin: 0px 0px 0px 110px;
	padding-left: 5px;
	border-left: 1px solid grey;
	color: rgb(162,77,0);
}
.db-formulaLink:visited { 
	color: rgb(70,10,0);
}
.db-formulaLink span { 
	position: absolute;
	left: -20px;
	top: 3px;
	font-size: 14px;
}
.db-formula { 
	position: relative;
	text-align: center;
}
.db-formula .content-options { 
	display: inline;
}
.db-title { 
	font-family: 'Palatino Linotype','Book Antiqua',Palatino,georgia,serif;
	font-weight: normal;
	text-align: center;
	font-size: 40px;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 20px 0px;
	color: rgb(0,0,92);
	border-bottom: 1px dotted rgb(230,230,230);
}
.db-formulaImage, .db-descriptionImage { 
	margin: 15px;
}
#db-container { 
	width: 1025px;
}
#db-sheetTop { 
	background: url('sheettopdb.png');
	background-repeat: no-repeat;
	width: 1025px;
	height: 160px;
}
#db-dbLink { 
	width: 185px;
	height: 60px;
	position: absolute;
	left: 760px;
	top: 60px;
}
#db-sheetBottom { 
	position: relative;
	text-align: center;
	padding-top: 25px;
}
#db-latexSrc { 
	text-align: left;
	margin: 10px 20px 0px 10px;
}
#db-latexSrcPre { 
	margin: 0px 150px 10px 0px;
}
#db-calcTitle { 
	font-family: 'Palatino Linotype','Book Antiqua',Palatino,georgia,serif;
	font-size: 25px;
	color: rgb(13,79,0);
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px dotted rgb(230,230,230);
}
#db-calcContainer { 
	position: relative;
	padding-bottom: 65px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
#db-calcContainer #calc-formulaImage { 
	display: none;
}
#db-calcContainer .calc-varDiv { 
	text-align: left;
	width: 500px;
}
#db-calcContainer #calc-clearButton { 
	width: 475px;
}
#db-backLink { 
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 13px;
	color: rgb(162,77,0);
	text-decoration: none;
}
#db-footer { 
	position: absolute;
	bottom: 100px;
	left: 360px;
	font-size: 14px;
}

/* Change Pass */
#change-submitButton {  
	padding-left: 8px;
	padding-right: 8px;
}
#change-changingNotification, #change-changedNotification, #change-unmatchedWarning, #change-errorNotification {
	font-size: 16px;
}

/* 	colorpicker.css */
/*
Copyright (c) 2011, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.9.0
*/
.yui-picker-panel{background:#e3e3e3;border-color:#888}.yui-picker-panel .hd{background-color:#ccc;font-size:100%;line-height:100%;border:1px solid #e3e3e3;font-weight:bold;overflow:hidden;padding:6px;color:#000}.yui-picker-panel .bd{background:#e8e8e8;margin:1px;height:200px;}.yui-picker-panel .ft{background:#e8e8e8;margin:1px;padding:1px}.yui-picker{position:relative}.yui-picker-hue-thumb{cursor:default;width:18px;height:18px;top:-8px;left:-2px;z-index:9;position:absolute}.yui-picker-hue-bg{outline:0 none;position:absolute;left:190px;height:183px;width:14px;background:url(hue_bg.png) no-repeat;top:4px}.yui-picker-bg{outline:0 none;position:absolute;top:4px;left:4px;height:182px;width:182px;background-color:#F00;background-image:url(picker_mask.png)}*html .yui-picker-bg{background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='picker_mask.png',sizingMethod='scale')}.yui-picker-mask{position:absolute;z-index:1;top:0;left:0}.yui-picker-thumb{cursor:default;width:11px;height:11px;z-index:9;position:absolute;top:-4px;left:-4px}.yui-picker-swatch{position:absolute;left:222px;top:4px;height:60px;width:55px;border:1px solid #888}.yui-picker-websafe-swatch{position:absolute;left:304px;top:4px;height:24px;width:24px;border:1px solid #888}.yui-picker-controls{position:absolute;top:72px;left:226px;font: 14px georgia,serif}.yui-picker-controls .hd{background:transparent;border-width:0!important}.yui-picker-controls .bd{height:100px;border-width:0!important; position: relative; left: -15px;}
.yui-picker-controls ul{float:left;padding:0 2px 0 0;margin:0}
.yui-picker-r { margin-left: 16px;
	border: 1px solid rgb(175,175,175);
	font-family: georgia,serif;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;}
.yui-picker-g { margin-left: 3px; 
	border: 1px solid rgb(175,175,175);
	font-family: georgia,serif;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;}
.yui-picker-b { margin-left: 13px; 
	border: 1px solid rgb(175,175,175);
	font-family: georgia,serif;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;}
.yui-picker-controls li{padding:2px;list-style:none;margin:0}.yui-picker-controls input{font-size:.85em;width:2.4em}.yui-picker-hex-controls{clear:both;padding:2px}.yui-picker-hex-controls input{width:4.6em}.yui-picker-controls a{font:1em arial,helvetica,clean,sans-serif;display:block;display:inline-block;padding:0;color:#000}