/* $CPCE_module_version = "1.1"; */
body {
	text-align: center;
	padding-top: 130px;
	background-color: #000;
	height: 100%;
	margin: 0;
	padding: 0;
}
.editorbody {
	text-align: center;
	background-color: #000;
}
.header {
	font-size: 16px;
	color: #6CF;
	font-weight: normal;
}
.headerTable {
	border: 0;
	width: 100%;
	border-spacing: 10px;
	padding: 0;
}
.bigBlue {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #6CF;
	vertical-align: middle;
	width: 15%;
	text-align: center;
}
.editorheader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #FFF;
	text-align: center;
}
.editortext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
.maintext, .maintextB, .maintable, .idtable {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
}
.maintextB {
	font-weight: bold;
	color: #6CF;
}
.maintable, .imbedtable, .idtable {
	border-style: solid;
	border-width: 1px;
	border-spacing: 0;
	border-collapse: collapse;
}
.maintable {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}
.maintable td, .maintable th, .idtable td, .idtable th {
	border:1px solid;
}
.idtable {
	margin-left: auto;
	margin-right: auto;
}
.idtable th, .idtable td {
	text-align: center;
	padding: 5px;
}
.imbedtable td {
	border:0px;
}
.listtable, .iconlisttable {
	width: 100%;
}
.listtable td.col1, .listtable td.col5, .iconlisttable td.col1, .iconlisttable td.col5 {
	width: 20%;
}
.listtable td.col2, .listtable td.col4, .iconlisttable td.col2, .iconlisttable td.col4 {
	width: 28%;
}
.listtable td.col2, .iconlisttable td.col2 {
	text-align:right;
}
.listtable td.col3, .iconlisttable td.col3 {
	width: 4%;
}
.listtable td.col4, .iconlisttable td.col4 {
	text-align:left;
}
.iconlisttable th, .listtable th {
	padding-bottom: 7px;
}
textarea {
	width:100%;
}
a {
	color: #6CF;
}
.noUL {
	text-decoration: none;
}
.center {
	text-align:center;
	margin-left: auto;
	margin-right: auto; 
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.actionCol {
	text-align: left;
	padding-left: 7px;
}
.w100 {
	width: 100%;
}
.w4 {
	width: 4%;
}
.w45 {
	width: 45%;
}
.SNS {
	width: 48%;
}
.editorerr {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: red;
}
.fineprint {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-style: italic;
	text-align: center;
	color: grey;
}
.blueheader,
.blueheaderL50 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: blue;
}
.blueheaderL50 {
	line-height: 50%;
	text-align: left;
}
.listtext,
.listhead,
.listtextC,
.listlabel,
.listlabelC,
.listlabelInvisible,
.sampledata,
.urltext,
.hw {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	color: black;
}
.listhead {
	background-color: Lightblue;
}
.listtextC {
	text-align: center;
}
.listlabel, .listlabelC {
	text-align: right;
	color: white;
}
.listlabelC {
	text-align: center;
}
.listlabelInvisible {
	border: 0px;
	text-align: center;
	font-size: 10px;
	color: white;
	background-color: black;
}
.urltext {
	width: 100%;
	background-color: LightGreen;
}
.top {
	vertical-align: top;
}
.bottom {
	vertical-align: bottom;
}
.sampledata {
	color: white;
}
.hw {
	color: white;
	text-align: center;
}
#PhotoView {
	position: absolute;
	left: 20px;
	top: 20px;
	visibility: hidden;
	border: solid 1px #CCC;
	padding: 5px;
}
div#CPCE_editContent {
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:0;
	padding:0;
	overflow:auto;
	width:100%;
}
.photoEditArea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: black;
	text-align: center;
	border-style: solid;
	border-width: 2px;
	border-color: white;
	padding-top: 2px;
	overflow: hidden;
}
.unusedPhoto {
	display: inline-block;
	border: solid 1px #6cf;
	padding: 2px;
	margin: 2px;
	font-size: 10px;
}
.unusedPhotoTemplate {
	display: none;
}
#csr {
	border: 0px none;
}
.unRow[data-CPCE_ix="0"] {
	display: none;
}
.newId {
	width: 100%;
	padding: 7px;
}
.newId div {
	display: table-cell;
}
.userEditBtns button {
	font-size: 10px;
}
.invisible {
	display: none;
}
.userEdit {
	position: fixed;
	z-index: 100;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -100px;
	width: 400px;
	height: 200px;
	background: grey;
	padding: 5px;
}
.userEdit div div:first-child {
	display: inline-block;
	width: 28%;
	text-align: right;
}
.userEdit div div:last-child {
	display: inline-block;
	width: 70%;
	text-align: left;
}
.winButton {
	color: black;
	background: lightGrey;
	display: inline-block;
	padding: 3px;
	cursor: pointer;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}
