/*** Common items (used across templates) ********************************************/

img {
	border-color: #eeeeee;
}

.hr {
	height: 1px;
	border-top: 1px solid #eeeeee;
	margin-top: 11px;
	margin-bottom: 11px;
	clear: both;
}

a:link,
a:active,
a:visited {
	color: #0167a5;
}

a:hover {
	color: #4b86aa;
}

h1 {
	clear: left;
	color: #396682;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif; 
	padding: 9px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px dotted #4b8622;
}

h2 {
	font-family: Arial, Helvetica, sans-serif; 
	color: #242150;
	font-size: 14px;
	font-weight: bold;
	margin: 11px 0px 11px 0px;
	padding: 0px;
}

h2 a:link,
h2 a:active,
h2 a:visited {
	color: #242150;
	text-decoration: none;
}

h2 a:hover {
	color: #4b86aa;
}

h3 {
	color: #4b86aa;
	font-weight: bold;
	font-size: 13px;
	margin: 11px 0px 11px 0px;
}

h3 a:link,
h3 a:active,
h3 a:visited {
	color: #4b86aa;
	text-decoration: none;
}

h3 a:hover {
	color: #4b86aa;
}

h4 {
	font-weight: bold;
	font-size: 12px;
	margin: 11px 0px 11px 0px;
}

#message {
	color: #a5191a;
	font-weight: bold;
	padding-right: 10px;
	padding: 3px;
	background-color: #fff7f7;
	border-top: 1px solid #c5393a;
	border-bottom: 1px solid #c5393a;
}

#message_container {
	margin-top: 7px;
	margin-bottom: 7px;
	width: 100%;
}

input,
select,
textarea {
	font-family: Arial, sans-serif;
	font-size: 12px;
}

.form_label {
	width: 30%;
	border-bottom: 1px solid #e9e9e5;
	vertical-align: top;
	padding-top: 6px;
	text-align: right;
	padding-right: 6px;
	color: #666666;
	background-color: #f4f4f5;
	font-size: 11px;
}

.form_value {
	background-color: #f4f4f5;
	border-bottom: 1px solid #e9e9e5;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: bottom;
	font-size: 11px;
}

.form_value_text {
	background-color: #f4f4f5;
	border-bottom: 1px solid #e9e9e5;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #666666;
	font-size: 11px;
}

.form_label_text {
	width: 30%;
	border-bottom: 1px solid #e9e9e5;
	vertical-align: top;
	padding-top: 3px;
	text-align: right;
	padding-right: 6px;
	color: #666666;
	background-color: #f4f4f5;
	padding-bottom: 3px;
	font-size: 11px;
}

.form_buttons {
	background-color: #ffffff;
	padding-top: 6px;
}

.form_required {
	text-align: right;
	padding-bottom: 3px;
	font-size: 11px;
}

.form_required strong {
	color: #666666;
}

.form_button {
	cursor: pointer;
	font-size: 11px;
}

.form_button:hover {}

.form_error_field {
	background-color: #fff7f7;
}

.form_title {
	background-color: #396682;
	color: #ffffff;
	font-weight: bold;
}

.form_title td {
	padding-top: 4px;
	padding-bottom: 3px;
	border-bottom: 1px solid #396682;
}

.form_subtitle {
	color: #396682;
	background-color: #f4f4f5;
	background-image: url(/templates/young_professionals_of_ames/images/icons/subtitle_bg.gif);
	background-repeat: no-repeat;
	font-weight: bold;
}

.form_subtitle td {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 11px;
	border-bottom: 1px solid #e9e9e5;
}

.help_text {
	color: #aaaaaa;
	padding-left: 6px;
	font-size: 10px;
	font-weight: normal;
}

.login_left {
	padding-right:10px;
}

.login_right {
	padding-left:10px;
	border-left:1px solid #dddddd;
}

.even_row,
.odd_row {
	background-color: #f4f4f5;
}

.even_row td,
.odd_row td {
	border-bottom: 1px solid #e9e9e5;
}

.calendar {
	background-color: #e9e9e5;
}

/*** Custom items (used only for this template) **************************************/

.content_box {
	padding-top: 5px;
	padding-right: 5px;
}