/* generic css */
._ckeditor
{
	margin-bottom: 5px !important;
}
.temp_edit
{
	font-size: 10pt !important;
	width: 250px !important;
	padding: 2px;
}

.temp_btn, .rem_btn, .can_btn, .ins_btn, .upl_btn
{
	font-size: 10pt !important;
	background-color: white; 
	border: 1px solid #ff5500;
	background-color: #ff9300;
	padding: 5px;
	color: white;
	border-radius: 5px;
	font-weight: normal;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.temp_btn:hover, .rem_btn:hover, .can_btn:hover, .ins_btn:hover, .upl_btn:hover
{
	background-color: #ff5500;
}

.rem_btn
{
	margin-left: 5px;
	font-size: 8pt !important;
	font-weight: normal;
	background-color: #48030F;
	border: 1px solid #48030F;
	color: white;
}

.rem_btn:hover
{
	background-color: #7B363F;
}

.can_btn
{
	background-color: #CECECE; 
	border: 1px solid black;
	margin-left: 10px;
	color: black;
}

.can_btn:hover
{
	background-color: #DEDEDE;
}

.ins_btn
{
	margin-left: 20px;
	font-size: 8pt !important;
	font-weight: normal;
	background-color: #143534;
	border: 1px solid #143534;
	color: white;
}

.ins_btn:hover
{
	background-color: #476867;
}

.upl_btn
{
	margin-left: 20px;
	background-color: #26438B;
	border: 1px solid #26438B;
	color: white;
}

.upl_btn:hover
{
	background-color: #042169;
}


#widget_edit
{
	width: 1000px;
	background-color: rgba(0, 0, 0, 0.60);
	border: 1px dotted white;
	min-height: 30px;
	color: white;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	position: fixed;
	top: 10px;
	z-index: 9800;
	right: 0;
	left: 0;
	
}

#edit_wid
{
	margin-top: 10px;
	width: 100%;
}

#edit_wid span
{
	color: #DEDEDE;
}

#edit_wid input[type='text']
{
	height: 23px;
	font-size: 10pt;
	color: black;
	width: 265px;
}

#edit_wid td
{
	padding: 5px;
}

#edit_wid input[type='button']
{
	padding: 3px;
	background-color: #FF5500;
	border: 1px solid white;
	border-radius: 4px;
	cursor: pointer;
}

#edit_wid input[type='button']:hover
{
	background-color: #FF2200;
}

#edit_wid select
{
	color: black;
}

#selChgPage
{
	width: 300px;
}

#newPage
{
	background-color: #49630D;
	border: 1px solid white;
	cursor: pointer;
	padding: 3px;
	float:right;
	border-radius: 3px;
}

#newPage:hover
{
	background-color: #17230B;
}

#hide_dialog
{
	cursor: pointer;
	width: 30px;
}

.tempDelHiglight
{
	background-color: #EAEAEA;
	border-bottom: 3px solid #DE1228;
}

.tempInsHiglight
{
	border-bottom: 3px solid #5FDE49;
}

#prez-page
{
	width: 700px;
	overflow: auto;
}

#calEntry
{
	border-radius: 4px;
	background-color: #F2F2F2;
	color: #3997FF !important;
	border: 0pc;

}

/* CK Editor Overwrite */
.ImagePreviewBox
{
	width: 500px;
	height: 400px;
}

.temp_uploader
{
	background-color: #A9D8FF;
	color: black;
	padding: 10px;
	border-radius: 5px;
}

.fi_upl
{
	background-color: #F5F5F5;
	padding: 3px;
}

/* Modal Popup override */
