

.TemplateContent{
 margin: 20px;
}

.TemplateItem{
	float: left;
	position: relative;
	margin: 10px;
	width: 235px;
	height: 110px;
	border: 1px solid #cccccc;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
}

.TemplateIconText{
	clear: both;
	text-align: Left;
	font-size: 1.1em;
	color: #333333;
	font-weight: 500;
	/*position: relative !important;*/
	position: absolute;
	top: 0px !important;
	margin: 0px !important;
	height: 18px !important;
}

.TemplateDesc{
	padding-top: 5px;
	font-size: 0.9em;
	/*background-color: #ff0000;*/
	height: 50px;
	overflow: hidden;
}

.TemplateButtonList{
	height: 0px;
	margin-top: -15px;
	/*background: #00ff00;*/
	font-size: 1.5em;
}


.TemplateIconSlide{
	background: rgba(255,255,255,0.8);
	height: 0px;
	font-size: 0.7em;
	overflow: hidden;
	position: relative;
	margin-top: 110px;
	padding: 5px;
}


/* Buttons */
.template_button{
/*	font-size: 0.7em;
	color:#ffffff;
	line-height: 20px;
	margin: 2px;
	padding: 2px 2px 2px 2px;
	border-radius: 4px;*/
	position: relative;
	display: block;
	float: left;
	font-size: 0.8em;
	color:#ffffff;
	margin: 1px;
	padding: 1px 1px 1px 1px;
	border-radius: 0px;
	width: 70px;
	height: 35px;
	border: 0px;
	overflow: hidden;
	text-shadow: none;


}
.template_button:hover{cursor: pointer;}

.template_button > *{
	margin: 0px 5px 0px 5px;
}

.blue{
	background-image:-webkit-linear-gradient(top, #1b5fcd, #2573eb);
	/*background: #2f91f5;*/
	border: solid 1px #1b5fcd;}
.blue:hover{background: #1b5fcd; }

.green{background: #2f7d04;
	background-image:-webkit-linear-gradient(top, #2f7d04, #43b907);
	/*border: solid 1px #2f7d04;*/
	}
.green:hover{
	background-image:-webkit-linear-gradient(top, #1b4102, #2f7d04);
}

.red{
	background: #b30e0e;
	background-image:-webkit-linear-gradient(top, #b30e0e, #cf1111);
	/*background: #f53741;
	border: solid 1px #a51923;*/
	}
	
.red:hover{/*background: #a51923;*/
	background-image:-webkit-linear-gradient(top, #900b0b, b30e0e);
	}

.orange{
	background: #b93c0a;
	background-image:-webkit-linear-gradient(top, #b93c0a, #d76414);
}
.orange:hover{
	background-image:-webkit-linear-gradient(top, #732814,#b93c0a);
}

table.template_editor {
	font-size: 1em;
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
	padding: 0px;
}
table.template_editor th{
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
	padding: 0px;
}

table.template_editor td {
	border-width: 1px;
	padding: 0px;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
}

table td.left{
	width: 200px;
	font-weight: bold;
}
table td.right{
	width: 590px;	
}

table td.delete{
	width: 10px;
	color: #a51923;
	border: 0px;
	padding: 3px;
}

table td.delete:hover{
	cursor: pointer;
}

.table_edit{
	width: 100%;
	border: 0px;
    -webkit-box-sizing:border-box;
}
