/* The default text style used on every page */

.editorLatex{
    text-align: center;
    margin-left: -18px;
}


.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 { display:relative; width:530px; margin:0px auto; text-align:left; }
#toolbar {
	position:absolute;
	width: 530px;
	padding-top:2px;
	background-color:#eeeeee;
}
#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:10px; height:24px; overflow:hidden; }
.panel2 { float:left; padding:0px 3px; z-index:10px; height:30px; overflow:hidden; }

#latex_formula 
{ height:120px;
 /* overflow:hidden;  // Use if you also enable autoresize box */
}
#equationcomment { margin:10px; }
#equationview { margin:10px; }

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

.editorLatex select 
{
    font-family:"lucida grande", tahoma, verdana, arial, sans-sarif;
    font-size:11px;
    background-color:#FFFFFF;
    border:1px solid #8FB6BD;
    width: auto;
    height:25px;
}

/*
textarea { border:1px solid #8FB6BD; width:95% }
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; }
