/* The default text style used on every page */
body {
	padding:0;
	margin:0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

p { margin:2px 0; }

#language { position:absolute; left:0px; width:32px; font-size:1px; line-height:1px; }
#language_right { position:absolute; right:0px; width:32px; font-size:1px; line-height:1px; }
#language img, #language_right img { width:30px; height:17px; padding:1px; margin:0; }

#hover { padding:2px; position:absolute; display:none; z-index:10; background-color:#FFFFCC; border:1px solid #999999; }

.yellowbox { width:460px; border:1px solid #dddddd; background-color:#FFFFCC; padding:5px; margin:5px auto; }

.center { margin:0 auto; text-align:center; }
.top { margin:0 15px; padding:2px 0; background-color:#eeeeee; border-right:1px solid #9a9a9a; }
.bottom { border-bottom:1px solid #9a9a9a; }
.toolbar_wrapper { width:550px; margin:0 auto; text-align:left; }
.toolbar {
	position:absolute;
	padding-top:2px;
}
.toolbar_space { height:38px; margin:0 15px; background-color:#eeeeee; border-right:1px solid #9a9a9a; }
.panel { float:left; padding:0px 3px; height:27px; overflow:hidden; }

a, a:visited { color:#666666; text-decoration:none; }
a:visited:hover, a:link:hover { color: #ff6501; text-decoration:underline }
a img { border:0 none; }

p.credits { font-size:10px; }
p.credits a { color:#000066; text-decoration:underline; }

#latex_formula { height:100px; font-size:12pt; }
#intro { position:absolute; left:40px; color:#FF6600; font-size:16px; }
#equationcomment { margin:10px; font-size:11px; }
#download { font-size:10px; color:#666666;  }
#equationview { margin:10px; }
#eqcoderaw { width:435px; font-size:8pt; }
#footer { position:absolute; width:100%; bottom:2px; text-align:center; }
#toolbar_example { clear:left; }

#language { height:19px; overflow:hidden; }
#undobutton, #redobutton { width:20px; height:13px; vertical-align:bottom; }
#redobutton { margin-right:10px; }

form { border:0; padding:0; margin:0; }


select 
{
	font-family:"lucida grande", tahoma, verdana, arial, sans-sarif;
  font-size:11px;
	background-color:#FFFFFF;
	border:1px solid #8FB6BD;
	height:18px;
}
textarea { border:1px solid #8FB6BD; width:100%; }
textarea:focus { background-color:#FFFFCC; }

/* ------- Button formating ------ */
	
.bluebutton, .lightbluebutton, .greybutton {
  border-style: solid;
	border-width:1px;
  border-top-color: #D9DFEA;
  border-left-color: #D9DFEA;
  border-bottom-color: #0e1f5b;
  border-right-color: #0e1f5b;
  color: #FFFFFF;
  font-size: 11px;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif; 
  text-align: center; 
	cursor:pointer;
	/*cursor:hand;*/
	padding:1px 4px;
	margin:0;
}

.lightbluebutton { background-color:#4068AE; }
.bluebutton { background-color:#003794; }
.greybutton { background-color:#888888; }
.orange { color: #FF6600; }

/* ----------- The Share Bookmark panel that appears at the bottom of pages ------ */
.sharesb { }
.sharesb h3 { padding:0 3px 0 0;	margin:0 5px 0 3px;	font-size:11px;	font-weight:normal; }
.sharesb ul { text-align:center;	list-style:none; margin:6px 0 4px 0; padding:0; }
.sharesb ul li { text-align:center;	display:inline;	padding:0 4px 6px 0; }
.sharesb ul li.delicious {	background:url('/images/icons/bookmarks/delicious.gif') no-repeat 0 0; }
.sharesb ul li.digg   {	background:url('/images/icons/bookmarks/digg.gif') no-repeat 0 0; }
.sharesb ul li.google { background:url('/images/icons/bookmarks/google.gif') no-repeat 0 0; }
.sharesb ul li.reddit {	padding:0 0 0 2px; background:url('/images/icons/bookmarks/reddit.gif') no-repeat 0 0; }
.sharesb ul li.facebook{ background:url('/images/icons/bookmarks/facebook.gif') no-repeat 0 0; }
.sharesb ul li.stumbleupon{ background:url('/images/icons/bookmarks/stumbleupon.gif') no-repeat 0 0; }
.sharesb ul li.yahoo{ padding:2px 0 0 0; background:url('/images/icons/bookmarks/yahoo.gif') no-repeat 0 0; }
.sharesb ul li a{	padding:0 0 0 18px;	margin:0 3px 0 0px; }
