/*******************************************************************************
 *File:            /includes/css/tinymce.css
 *Description:     Controls styles for the tinymce wisywig editory elements
 *Date Created:    ? repurposed on 10/02/2014
 *Author:          ? repurposed by Janna Sharp
 *Revision History
 *Date			Author				Description
 *~~~~~~~~~~~	~~~~~~~~~~~~~~~~~	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 *10/02/2014	jsharp				Mantis #11883 Replacing the wisywigpro editor with tinymce in fusion and mops.org; updated styles 
  ******************************************************************************/

#dialog {
	background-color: #dddddd;
	border: 10px #ffffff solid;
	outline: none;
}

.ui-dialog-titlebar {
	display: none;
}

.ui-widget-overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.6;
}

#dialog div.meta-info {
	margin-top: 5px;
	margin-bottom: 5px;	
}

#dialog div.image {
	display: inline-block;
	margin: 20px;
	width: 150px;
	
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

#dialog label {
	display: inline-block;
	margin-right: 40px;
	width: 300px;
	text-align: right;
}

#dialog input {
	border: 1px #82CBC3 solid;
	padding: 5px;
	width: 200px;
}

#dialog input:hover {
	border: 1px #82CBC3 solid;
	background-color: #ffffff;
}

#dialog img {
	cursor: pointer;
	display: block;
	margin-botton: 10px;
	width: 125px;
	
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
#dialog img:hover {
	border: none;
	opacity: 0.65;
	text-decoration: none;
}

#dialog span.caption {
	color: #333333;
	display: block;
	font-size: 11px;
	width: 100%;
}
