/*
 * Copyright 2009 The Closure Library Authors. All Rights Reserved.
 *
 * Use of this source code is governed by the Apache License, Version 2.0.
 * See the COPYING file for details.
 */

/*
 * CSS Definintion for the Closure Equation Editor
 *
 * Author: yoah@google.com (Yoah Bar-David)
 * Author: kfk@google.com (Ming Zhang)
 * 
 * Modifed by: Crowd Favorite (http://www.crowdfavorite.com/) For use in the Annotum WordPress theme.
 */

body {
	color: #333;
	font:12px/1.4 Arial,Helvetica,sans-serif;
}

fieldset {
	border: 1px solid #CCC;
	margin: 20px 0;
	padding: 10px 30px;	
}

legend {
	padding: 0 5px;
}

input, textarea {
	font:12px/1.4 sans-serif;
	border: 1px solid #DFDFDF;
	border-radius: 3px;
	-moz-border-radius : 3px;
	box-sizing: border-box;
	height: 23px;
	line-height: 15px;
	margin: 0;
	padding: 3px;
	width: 300px;
	float: right;
}

label {
	margin: 10px 0 0 0;
	display: block;
	clear: both;
}

label span {
	margin-right: 10px;
	float: left;
	width: 90px;
	display: inline;
}

textarea {
	height: 75px;
}

input[type="submit"],
input[type="button"] {
	border: 1px solid #bbb;
	background-origin: padding-box;
	border-radius: 11px;
	-moz-border-radius: 11px;
	box-sizing: content-box;
	min-width: 100px;
	width: auto;
	color: #464646;
	cursor: pointer;
	margin: 0;
	padding: 0;
	height: 20px;
	text-shadow: white 0px 1px 0px;
}

#actions {
	text-align: center;
}
#actions input {
	float: none;
}

.hidden {
	display: none;
}

/** Equation Editor CSS **/

.ee-modal-dialog {
	width: 475px;
}
.ee-content {
	background: #FFF;
	border: 1px solid #369;
	overflow: auto;

}	
.ee-tex {
	display: block;
	height: 7.5em;
	margin: 4px 0 20px 0;
	width: 100%;
}
.ee-section-title {
	margin: 5px 0px 0px 0px;
	font-weight: bold;
}
.ee-section-title-floating {
	float: left;
}
#ee-section-learn-more {
	float: right;
}
.ee-preview-container {
	border: 1px dashed #ccc;
	height: 80px;
	margin: 4px 0px 10px 0px;
	width: 100%;
	overflow: auto;
}
.ee-warning {
	color: #F00;
}
.ee-palette {
	border: 1px solid #aaa;
	left: 0;
	outline: none;
	position: absolute;
	top: 22px !important;
}
.ee-palette-table {
	border: 0;
	border-collapse: separate;
}
.ee-palette-cell {
	background: #F0F0F0;
	border: 1px solid #FFF;
	margin: 0;
	padding: 1px;
}
.ee-palette-cell-hover {
	background: #E2ECF9 !important;
	border: 1px solid #000;
	padding: 1px;
}
.ee-palette-cell-selected {
	background: #F0F0F0;
	border: 1px solid #CCC !important;
	padding: 1px;
}
.ee-menu-palette-table {
	margin-right: 10px;
}
.ee-menu-palette {
	outline: none;
	padding-top: 2px;
	padding-bottom: 5px;
}
.ee-menu-palette-cell {
	background: #F0F0F0 none repeat scroll 0 0;
	border-color: #888 #AAA #AAA #888;
	border-style: solid;
	border-width: 1px;
}
.ee-menu-palette-cell-hover,
.ee-menu-palette-cell-selected {
	background: #F0F0F0;
}
.ee-palette-item,
.ee-menu-palette-item {
	background-image: url(//ssl.gstatic.com/editor/ee-palettes.gif);
}
.anno-popover-footer {
	background: none repeat scroll 0 0 #EEEEEE;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}
#description-wrapper {
	padding-top: 30px;
}
