﻿.content
{
    background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #EEEEEE;
    border-radius: 5px 5px 5px 5px;
    margin: 20px 0 40px;
    padding: 30px;
    width: 718px;
}

h1, h2, h3, h4, h5, h6 {
	color: maroon;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-weight: normal;
	padding-bottom: 20px;
}
h1 {
	font-size: 2em;
	padding-bottom: 15px;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 22px;
}

.error_label
{

    color: Red;
    padding:5px;
}

/*
input
{
    border: 1px solid black;
    margin-top:7px;
    font-size:13px;
}
*/




/* ----------- */
/* FORM STYLES */
/* ----------- */

.rounded-border {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	float:left;
	border: 1px solid #ccc;
}

input, textarea, select {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #cccccc;
	font-size: 14px;
	padding: 5px;
}
input:hover, input:focus, input:active, button:hover, button:focus, button:active, select:hover, select:focus, select:active, textarea:hover, textarea:focus, textarea:active {
	border: 1px solid #aaaaaa;
	-moz-box-shadow: #d9d9d9 0 0 5px 0;
	-webkit-box-shadow: #d9d9d9 0 0 5px 0;
	-o-box-shadow: #d9d9d9 0 0 5px 0;
	box-shadow: #d9d9d9 0 0 5px 0;
}
/*
.button
{
    color: #000000;
    border: 1px solid black;
    margin-top: 7px;
    margin-right: 7px;
    background-color: #bbb;
    font-weight:bold;
    font-size:13px;
}


.medium
{
    width:200px;
}

.button:hover
{
    background-color: #ddd;
}*/

.button {
	background: #444;
	border: none;
	color: white;
	cursor: pointer;
	font-size: 14px;
	padding: 7px 10px;
	width: auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #888), color-stop(100%, #444));
	background-image: -moz-linear-gradient(top, #888 0%, #444 100%);
	background-image: linear-gradient(top, #888 0%, #444 100%);
	-moz-box-shadow: #333333 0px 0px 5px 0;
	-webkit-box-shadow: #333333 0px 0px 5px 0;
	-o-box-shadow: #333333 0px 0px 5px 0;
	box-shadow: #333333 0px 0px 5px 0;
	text-shadow: #666 0px 1px 1px;
	margin-left:5px;
	margin-top:15px;
}
.button_small {
	background: #444;
	border: none;
	color: white;
	cursor: pointer;
	font-size: 12px;
	padding: 7px 14px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #666), color-stop(100%, #444));
	background-image: -moz-linear-gradient(top, #666 0%, #444 100%);
	background-image: linear-gradient(top, #666 0%, #444 100%);
	-moz-box-shadow: #333333 0px 0px 5px 0;
	-webkit-box-shadow: #333333 0px 0px 5px 0;
	-o-box-shadow: #333333 0px 0px 5px 0;
	box-shadow: #333333 0px 0px 5px 0;
	text-shadow: #666 0px 1px 1px;
}
.button:hover, .button:focus, .button:active, .button_small:hover, .button_small:focus, .button_small:active {
	background: #951514;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #951514), color-stop(100%, #590f0e));
	background-image: -moz-linear-gradient(top, #951514 0%, #590f0e 100%);
	background-image: linear-gradient(top, #951514 0%, #590f0e 100%);
	border: none;
	-moz-box-shadow: #333333 0px 0px 3px 0;
	-webkit-box-shadow: #333333 0px 0px 3px 0;
	-o-box-shadow: #333333 0px 0px 3px 0;
	box-shadow: #333333 0px 0px 3px 0;
}
.button_gray {
	background: #777;
	border: none;
	color: white;
	cursor: pointer;
	font-size: 12px;
	padding: 7px 12px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #999), color-stop(100%, #777));
	background-image: -moz-linear-gradient(top, #999 0%, #777 100%);
	background-image: linear-gradient(top, #999 0%, #777 100%);
	-moz-box-shadow: #333333 0px 0px 5px 0;
	-webkit-box-shadow: #333333 0px 0px 5px 0;
	-o-box-shadow: #333333 0px 0px 5px 0;
	box-shadow: #333333 0px 0px 5px 0;
	text-shadow: #666 0px 1px 1px;
}
.button_gray:hover, .button_gray:focus, .button_gray:active {
	background: #555;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #777), color-stop(100%, #555));
	background-image: -moz-linear-gradient(top, #777 0%, #555 100%);
	background-image: linear-gradient(top, #777 0%, #555 100%);
	border: none;
	-moz-box-shadow: #333333 0px 0px 3px 0;
	-webkit-box-shadow: #333333 0px 0px 3px 0;
	-o-box-shadow: #333333 0px 0px 3px 0;
	box-shadow: #333333 0px 0px 3px 0;
}
.button_red {
	background: #d93131;
	border: none;
	color: white;
	cursor: pointer;
	font-size: 12px;
	padding: 7px 12px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #d93131), color-stop(100%, #a33b3b));
	background-image: -moz-linear-gradient(top, #d93131 0%, #a33b3b 100%);
	background-image: linear-gradient(top, #d93131 0%, #a33b3b 100%);
	-moz-box-shadow: #333333 0px 0px 5px 0;
	-webkit-box-shadow: #333333 0px 0px 5px 0;
	-o-box-shadow: #333333 0px 0px 5px 0;
	box-shadow: #333333 0px 0px 5px 0;
	text-shadow: #666 0px 1px 1px;
}
.button_red:hover, .button_red:focus, .button_red:active {
	background: #a33b3b;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #a33b3b), color-stop(100%, #823636));
	background-image: -moz-linear-gradient(top, #a33b3b 0%, #823636 100%);
	background-image: linear-gradient(top, #b43636 0%, #823636 100%);
	border: none;
	-moz-box-shadow: #333333 0px 0px 3px 0;
	-webkit-box-shadow: #333333 0px 0px 3px 0;
	-o-box-shadow: #333333 0px 0px 3px 0;
	box-shadow: #333333 0px 0px 3px 0;
}
select {
	height: 23px;
	padding: 1px;
}
form p {
	overflow: hidden;
	padding-bottom: 10px;
}
.form_padded {
	padding-left: 140px;
}
.form_label {
	color: #999;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	padding-top: 7px;
	width: 140px;
}
.form_label_alt {
	color: #999;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	width: 100px;
}
.form_label_under {
	color: #999;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	width: 100px;
}
.form_text {
	float: left;
	font-size: 12px;
	margin-right: 7px;
	padding-top: 7px;
}
.form_text_counter {
	float: right;
	font-size: 12px;
	margin-right: 32px;
	color: #999;
}
.input_small {
	float: left;
	margin-right: 7px;
	width: 100px;
}
.input_medium {
	float: left;
	margin-right: 7px;
	width: 155px;
}
.input_medium_alt {
	float: left;
	margin-right: 7px;
	width: 255px;
}
.input_large {
	float: left;
	margin-right: 7px;
	width: 320px;
}
.input_xl {
	float: left;
	margin-right: 7px;
	width: 495px;
}
.checkbox_h {
	float: left;
	margin-right: 7px;
	padding-top: 7px;
	width: 100px;
}
.input_cal {
	border: none;
	margin: 1px 0 0 -37px;
}
.input_wrap {
	float: left;
	width: 120px;
}
.gray {
	color: #999;
}
.calendarExtender .ajax__calendar_container {
	border:1px solid #ccc;
	border-top: none;
	background-color: white;
	color: black;
	margin-left: 5px;
	width:174px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.dashed {
	background: none;
	border: none;
	border-top: 1px dashed #ccc;
}
.dashed-margin {
	background: none;
	border: none;
	border-top: 1px dashed #ccc;
	margin-bottom: 30px;
}
.show {
	color: #159cd3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-bottom: 20px;
}
.validatorCalloutHighlight {
	background:#FFE2D2;
	border:1px solid #E2A789;
}
.choose {
	float: left;
	font-size: 10px;
	height: 200px;
	line-height: 1.4;
	margin-right: 10px;
	width: 136px;
}
.choose option {
	margin-bottom: 2px;
}
.thumbnail {
	background: white;
	border: 1px solid #aaa;
	margin-bottom: 10px;
}
#info {
	color: #999;
	font-size: 10px;
	margin-bottom:10px;
}
.label_small {
	font-size: 12px;
}

.ddl_small
{
	float: left;
	margin-right: 7px;
	width: 100px;
}

.ddl_medium
{
	float: left;
	margin-right: 7px;
	width: 169px;
	padding:3px;
	height:28px;
}