﻿body {
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}
.error {
    color: #ff0000;
}
.errorpanel {
    color: #ff0000; 
}
.error-heading {
    background-color: #ff0000 !important;
    color: #ffffff !important;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
#templates_loader {
	background: #fff;
	bottom: 0;
	display: none;
	left: 0;
	filter: alpha(opacity = 80);
	-khtml-opacity: .8;
	-moz-opacity: .8;
	opacity: .8;
	position: fixed;
	right: 0;
	text-align: center;
	top: 0;
	z-index: 2000;
}

#templates_loader img {
	margin-top: -16px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -16px
}
.tabdesc p {
    font-size: 12px;
    color: #777;
}
.tabdesc span {
    font-size: 12px;
    color: #777;
}
.tabdesc h1 {
    font-size: 17px;
    color: #777;
    font-weight: bold;
    margin-bottom: 5px;
}