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


#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-right:1px solid #9a9a9a; }
.bottom { border-bottom:1px solid #9a9a9a; }
#toolbar_wrapper { width:530px; margin:0px auto; text-align:left; }
#toolbar {
	position:absolute;
	width: 530px;
	padding-top:2px;
}
#toolbar_space { height:36px; width:95%; margin:0 auto; background-color:#eeeeee; border-right:1px solid #9a9a9a; }
.panel { float:left; padding:0px 3px; z-index:10; height:24px; overflow:hidden; }
.panel2 { float:left; padding:0px 3px; z-index:10; height:30px; overflow:hidden; }

#latex_formula 
{ height:100px;
 /* overflow:hidden;  // Use if you also enable autoresize box */
}
#equationcomment { margin:5px; }
#equationview { margin:5px; }
#footer { position:absolute; width:100%; bottom:2px; text-align:center; }

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

a, a:visited { color:#280092 }
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% }

/* ------- 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; }
