#MessageBoxError {
	text-align:center;
	display:none;
	top:68px;
	bottom:0;
	right:0;
	left:0;
	position:absolute;
	z-index:99999999;
	word-wrap:break-word;
}

#MessageBoxSuccess {
	text-align:center;
	display:none;
	top:68px;
	bottom:0;
	right:0;
	left:0;
	position:absolute;
	z-index:99999999;
	word-wrap:break-word;
}

#SmallMessageBoxSuccess {
	text-align:center;
	display:none;
	top:0;
	height:34px;
	right:305px;
	position:absolute;
	z-index:99999999;
	-webkit-border-radius: 0 0 20px 20px;
	border-radius: 0 0 20px 20px;
	background:#093;
	padding:0 10px 10px 10px;
	word-wrap:break-word;
}

#ErrorMessage {
	position:absolute;
	top:20px;
	width:40%;
	left:30%;
	right:30%;
	padding:20px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	background:#C00;
	word-wrap:break-word;
}

#SuccessMessage {
	position:absolute;
	top:20px;
	width:40%;
	left:30%;
	right:30%;
	padding:20px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	background:#093;
	word-wrap:break-word;
}

.HTMLContentPane {
	padding: 15px 15px 10px 15px;
	font-size: 12px;
	margin-right: 15px;
}
.HTMLEditorPane {
	font-size: 12px;
	overflow:hidden;
	background: grey;
}


.media {
	padding: 10px;
	text-align:center;
}
.media div {
	background: #F3F3F3;	
	padding: 10px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	font-weight:bold;
}

.cke_skin_kama .cke_editor{
  display:inline-table;
  width:100%;
  height:95%; /* < --- added */
}

table.template {
	background:#ccc;
	border:#ccc 1px solid;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	width: 100%;
}

#CoreHdg {
	color:#000000;
	font-size:24px;
	font-family:Arial,Verdana,Sans-Serif;
	font-weight:bold;
}

#CoreAct {
	color:#000000;
	font-size:12px;
	font-family:Arial,Verdana,Sans-Serif;
	font-weight:normal;
}

#AdvAct {
	color:#008000;
	font-size:12px;
	font-family:Arial,Verdana,Sans-Serif;
	font-weight:normal;
}

#AltAct {
	color:#ff0000;
	font-size:12px;
	font-family:Arial,Verdana,Sans-Serif;
	font-weight:normal;
}

#LitandNumExtAct {
	color:#ffa500;
	font-size:12px;
	font-family:Arial,Verdana,Sans-Serif;
	font-weight:normal;
}

#EALAct {
	color:#800080;
	font-size:12px;
	font-family:Arial,Verdana,Sans-Serif;
	font-weight:normal;
}
	
table.template th {padding:4px 10px;}

table.template td {
	background:#fff;
	padding:10px; border-bottom: 1px solid #ccc;border-left: 1px solid #ccc;}


table.template tr:last-child td:first-child {
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	border-bottom-left-radius:10px}
	
table.template tr:last-child td:last-child {
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	border-bottom-right-radius:10px}


/*
#EditHTML {
	position:absolute;	
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	
}

#topSpace span.cke_skin_kama {
	padding: 0;	
	border: none;	
	border-radius: 0;
}
#cke_HTML_Content {
	position: absolute;	
	top: 172px;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	z-index: 100;
	border: none;
}
#cke_HTML_Content .cke_browser_gecko,#cke_HTML_Content .cke_wrapper,#cke_HTML_Content .cke_editor {
   bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
#cke_HTML_Content .cke_editor {
	bottom: 5px;
    left: 5px;
    right: 5px;
    top: 5px;
}


#cke_HTML_Content .cke_editor tbody {
	display: block;
    height: 100%;
}

#cke_HTML_Content .cke_editor tr {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 5px;
    top: 0;
}

#cke_contents_HTML_Content {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
}

#topSpace {
   left: 0;
   position: absolute;
   right: 0;
   top: 60px;
		
}

.cke_dialog_background_cover {
	border-raduis: 10px 0 0 0;	
}
*/

