/*
Description: GDMN
Author: Barnum Design
*/	

/*---- Site-wide Search Box -----*/
.search-box {
	padding: 0;
	position: absolute;
	bottom: 5px;
	left: 1024px;
	width: 300px;
	}
.search-box input.cat_field {
	width: 217px;
	height: 14px;
	padding:2px;
	border: 1px solid #9F9F9F;
	vertical-align: middle;
	background: #dae1e7;
	color: #2B4E72;
	font-size: 11px;
	}
.search-box input.cat_button {
	padding: 0;
	margin: 0;
	vertical-align: middle;
	}

/*---- Announcement Box -----*/
.announcement-list {
	padding-bottom: 5px;
	}
.announcement-list a {
	text-decoration: none;
	}
.announcement-list a:hover {
	text-decoration: underline;
	}
.announcement-list p {
	color: #2d2d2d;
	font-size: 100%;
	line-height: 150%;
	}
.announcement-list h2 {
	font-size: 230%;
	padding-bottom: 2px;
	margin: 0 0 3px 0;
	}
.announcement-list span.date {
	font-size: 10px;
	font-weight: normal;
	font-family: verdana;
	margin: 0 0 0 13px;
	color: #757575;
	}
.announcement-list span.learn-more {
	font-weight: bold;
	padding-left: 3px;
	white-space: nowrap;
	}
	
/*----- Webapp A -----*/
.webapp.List {
	padding-bottom: 15px;
	clear: both;
	}
.webapp.List li {
	padding-right: 10px;
	font-size: 110%;
	list-style-type: none;
	display:inline;
	}
.webapp.List em {
	font-weight: bold;
	font-style: normal;
	font-size: 110%;
	}
.webapp.List h2 {
	display: inline;
	}
a.back-to-list {
	font-weight: bold;
	font-size: 120%;
	}
a.back-to-list:hover {
	text-decoration: underline;
	}
.webapp.a.Detail iframe {
	width: 400px;
	height: 500px;
	}
.webapp.a.Detail .details {
	clear: both;
	}
.webapp.a.Detail .details td{
	width: 400px;
	padding: 15px 30px 0 0;
	vertical-align: top;
	}
.webapp.a.Detail span.description {
	display: none; /* commented out temporarily */
	font-size: 130%;
	line-height: 210%;
	}
.webapp.a.Detail span.literature {
	display: block;
	padding-top: 20px;
	}
.webapp.a.Detail p.literature-container {
	font-size: 110%;
	line-height: 200%;
	}

/* ---- Forms - Global ---- */
.webForm {
	clear:both;
	}
.webForm.center {
	margin: 0 auto;
	}
.webForm ul {
	clear:both;
	}
.webForm li {
	float: left;
	list-style: none;
	}
.webForm label {
	display: block;
	}
.webForm.small,
.webForm .small {
	width:25%;
	}
.webForm.medium,
.webForm .medium {
	width:50%;
	}
.webForm.large, 
.webForm .large {
	width:100%;
	}
.webForm input,
webForm select,
.webForm textarea,
.webForm img {
	display: block;
	height: auto;
	}
.webForm .small input,
.webForm .small select,
.webForm .small textarea,
.webForm .small img {
	width: 80%;
	}
.webForm .medium input,
.webForm .medium select,
.webForm .medium textarea,
.webForm .medium img {
	width: 90%;
	}
.webForm .large input,
.webForm .large textarea,
.webForm .large img {
	width: 95%;
	}
.webForm .large select, 
.webForm .large .cat_button {
	width:97%;
	}
.webForm .small select,  
.webForm .small .cat_button {
	width:90%;
	}
.webForm .medium select, 
.webForm .medium .cat_button {
	width:95%;
	}
.webForm .cat_inline input,
.webForm .cat_checkbox,  
.webForm .cat_radio {
	display: inline !important;
	width: auto !important;
	margin:0 5px 0 0;
	}
	
/* - Captcha - */
.webForm .captcha img {
	padding-right: 10px;
	float: left;
	}
.webForm .captcha input {
	float: left;
	}
.webForm .large.captcha img {
	width: 190px;
	}
.webForm .large.captcha input {
	width: 182px !important;
	}
.webForm .medium.captcha img {
	width: 98px;
	}
.webForm .medium.captcha input {
	width: 76px !important;
	}
	
/* -- Custom -- */
.webForm li {
	padding-bottom: 10px;
	}
.webForm .cat_textbox, 
.webForm .cat_listbox {
	padding: 3px;
	border:1px solid #dfdfdf;
	}
.webForm .cat_checkbox,  
.webForm .cat_radio {
	margin:0 5px 0 0;
	}
.webForm label {
	font-size: 120%;
	padding-bottom: 4px;
	}
.webForm textarea {
	font-size: 110%;
	padding: 3px;
	}
.webForm select {
	}
.webForm select option {
	}
.webForm .cat_button {
	}
.webForm .cat_button.custom {
	font-family: verdana;
	text-transform: uppercase;
	border: 1px solid #eee;
	letter-spacing: 4px;
	font-size: 80%;
	font-weight: bold;
	background-color: #ccc;
	color: #fff;
	padding: 3px;
	margin:0;
	}
.webForm .cat_button.custom.b {
	letter-spacing: 12px;
	font-size: 120%;
	}
.webForm .cat_button.custom.b:hover {
	border-color: #2B4E72;
	color: #2B4E72;
	background-color: #eee;
	cursor: pointer;
	}
	
.webForm.agent-contact {
	}
.webForm.sales-and-leasing {
	width: 400px;
	}
.webForm.resident-services{
	width: 400px;
	}
body.printer-view .sales-and-leasing .agent .contact {
	display: none;
	}
