/* this file is included on everything except the pages controller */

@CHARSET "UTF-8";

body {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	color: black;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	background-color: silver;

}
a img {
	border: none;
}
.le_errormessage {
	text-align: left;
	color: red;
	font-size: 18px;
}
.le_error {
	color: red;
}
.le_warningmessage {
	text-align: left;
	color: blue;
	font-size: 18px;
}
.le_infomessage {
	text-align: left;
	color: black;
	font-size: 18px;
}
.le_loadingdialog {
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	color: black;
}
.le_image_container {
	border: 1px solid silver;
	padding: 8px;
	display: inline-block;
	text-align: center;
	/* IE7 fix */
	zoom: 1;
	*display: inline;
}
#le_logo {
	float: left;
	height: 35px;
	margin-left: 10px;
	margin-top: 4px;
	width: 128px;
}
#le_logo a {
	font-size: 24px;
	color: white;
	padding-top: 10px;
	text-decoration: none;
}
#service_container {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	background-color: white;
	margin-top: 20px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
#styles {
	position: relative;
	width: 100%;
	float: left;
	height: 500px;
	margin: 0px;
	padding: 0px;
}
#save_area {
	float: right;
	padding-right: 12px;
	padding-top: 14px;
}
#ajax_status {
	float: right;
	padding-right: 12px;
	padding-top: 16px;
}
#template_name_display {
	position: relative;
	float: left;
	padding-left: 50px;
	padding-top: 14px;
	color: #606060;
}
#template_name input {
	position: relative;
	margin-right: 20px;
	border: 1px solid #3F3F3F;
	background-color: #2D2D2D;
	font-size: 11px;
	color: silver;
}
#save_area button {
	border: 2px solid white;
	background-color: #61A0ED;
	color: white;
	margin-left: 10px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
#save_area button:hover {
	border: 2px solid #E5E5E5;
	color: #E5E5E5;
}
#templates_container {
	position: absolute;
	width: 270%;
	top: 50px;
	left: 0px;
	border: 1px solid red;
}
#templates_editor_source {
	position: relative;
	width: 30%;
	border: 1px solid #e5e5e5;
	float: left;
	margin: 0px;
}
#templates_editor_css {
	position: relative;
	width: 30%;
	border: 1px solid #e5e5e5;
	float: left;
	margin: 0px;
}
#templates_editor_javascript {
	position: relative;
	width: 30%;
	border: 1px solid #e5e5e5;
	float: left;
	margin: 0px;
}
.highlight {
	background-color: #E5E5E5;
}
.template_item {
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.fLeft {
	float:left;
}
.fRight {
	float:right;
}
.spacer {
	width:15px;
}
.hide {
	display:none;
}

/* Service Generals */
#service-title {
	font-size: 18px;
	color: #333333;
	padding-bottom: 10px;
}
h3 {
	font-size: 18px;
	margin: 0px;
	padding-bottom: 6px;
	font-weight: normal;
}
table {
	border-spacing:0px;
}
td a, a {
	font-size: 14px;
}
.odd {
	background-color: #ebebeb;
}
.even {
	background-color: transparent;
}
th {
	font-size: 15px;
	color: #9e9e9e;
	text-align: left;
}
.copy_to_clipboard {
	cursor: pointer;
}
.le_button_blue {
	background: rgb(98,138,195); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(98,138,195,1) 0%, rgba(41,137,216,1) 14%, rgba(100,159,223,1) 75%, rgba(125,185,232,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(98,138,195,1)), color-stop(14%,rgba(41,137,216,1)), color-stop(75%,rgba(100,159,223,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(98,138,195,1) 0%,rgba(41,137,216,1) 14%,rgba(100,159,223,1) 75%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(98,138,195,1) 0%,rgba(41,137,216,1) 14%,rgba(100,159,223,1) 75%,rgba(125,185,232,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(98,138,195,1) 0%,rgba(41,137,216,1) 14%,rgba(100,159,223,1) 75%,rgba(125,185,232,1) 100%); /* IE10+ */
	filter: progid :DXImageTransform.Microsoft.gradient( startColorstr='#628ac3', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(98,138,195,1) 0%,rgba(41,137,216,1) 14%,rgba(100,159,223,1) 75%,rgba(125,185,232,1) 100%); /* W3C */
	border: 1px solid #72ADE4;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 65px;
	color: #ffffff !important;
	font-family: Arial;
	font-size: 14px;
	outline: 0 none;
	overflow: visible;
	padding: 3px 10px 3px 10px;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	display: inline-block;
	margin: 2px;
	/* IE7 fix */
	zoom: 1;
	*display: inline;
}
.le_button_blue:hover {
	background: rgb(125,185,232); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(125,185,232,1) 0%, rgba(100,159,223,1) 25%, rgba(41,137,216,1) 86%, rgba(98,138,195,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,185,232,1)), color-stop(25%,rgba(100,159,223,1)), color-stop(86%,rgba(41,137,216,1)), color-stop(100%,rgba(98,138,195,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(125,185,232,1) 0%,rgba(100,159,223,1) 25%,rgba(41,137,216,1) 86%,rgba(98,138,195,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(125,185,232,1) 0%,rgba(100,159,223,1) 25%,rgba(41,137,216,1) 86%,rgba(98,138,195,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(125,185,232,1) 0%,rgba(100,159,223,1) 25%,rgba(41,137,216,1) 86%,rgba(98,138,195,1) 100%); /* IE10+ */
	filter: progid :DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#628ac3',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(125,185,232,1) 0%,rgba(100,159,223,1) 25%,rgba(41,137,216,1) 86%,rgba(98,138,195,1) 100%); /* W3C */
	border-color: #8DB9E0;
	box-shadow: 0px 0px 3px #72ADE4;
	-webkit-box-shadow: 0px 0px 3px #72ADE4;
	-moz-box-shadow: 0px 0px 3px #72ADE4;
	outline: 0 none;
}
.le_button_blue a {
	text-decoration: none;
	color: #ffffff !important;
	font-weight: bold;
}
.listing_row {
	background: transparent;
	padding: 4px 4px 8px 4px;
	margin: 0 0 8px 0;
	border-bottom: 1px solid silver;
}
.listing_row:hover {
	background: silver;
}

.listing_row_icons {
	float: right;
}

.listing_row_icons * {
	margin-left: 8px;
}

#packageFooter {

}