/* 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 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:450px; border:1px solid #dddddd; background-color:#FFFFCC; padding:5px; margin:5px auto; }

.center { margin:0 auto; text-align:center; }

.top { margin:0 auto; padding:2px 0; background-color:#eeeeee; width:95%; border: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; width:95%; margin:0 auto; background-color:#eeeeee; border:1px solid #DEDEDE; }
.panel { float:left; padding:0px 3px; height:27px; overflow:hidden; }

#latex_formula 
{ height:100px;
  font-size:12pt; 
}
#equationcomment { margin:10px; }
#equationview { margin:10px; }
#eqcoderaw { width:420px; font-size:8pt; }
#footer { position:absolute; width:100%; bottom:2px; text-align:center; }
#toolbar_example { clear:left; }

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

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

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:95% }
textarea:focus { background-color:#FFFFCC; }

/* ------- Button formating ------ */
	
.bluebutton, .lightbluebutton, .greybutton {
  border-style: solid;
	border-width:1px;
  border-color: #AABACC;
  color: #000000;
  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:#CCDCEE; }
.bluebutton { background-color:#FDEB9F; }
.greybutton { background-color:#888888; }
.orange { color: #FF6600; }

