/* -------------------------------------------------------------- 
  
   Boilerplate Screen Styles
   * Version:   0.5 (2007-11-19)
   
-------------------------------------------------------------- */
@import "lib/reset.css";

@import "lib/typography.css";

@import "lib/forms.css";

@import "lib/plugins/tabs.css";

/* Site
-------------------------------------------------------------- */
body {
	padding: 0px;
	margin: 0px;
}

p {
	margin-bottom: 10px;
}

label {
	font-weight: normal;
}

p.title {
	font-weight: bold;
	font-size: 1.2em;
}

p.content {
	text-indent: 20px;
	font-size:1.2em;
}
p.description { text-indent: 20px; font-style:italic; font-size:1.2em; }

span.star {
	color: red;
	font-size: 10px;
}

input.field {
	width: 200px;
	background-color: #FFFF99;
	border: solid 1px #C0C0C0;
}
textarea.field {
	font-size:11px;
	background-color: #FFFF99;
	border: solid 1px #C0C0C0;
}

td.fieldsTitle {
	font-weight: bold;
	font-style: italic;
	padding-top: 10px;
	vertical-align:top;
}

div.heading {
	color: #1c7c1e;
	padding: 5px;
	border-bottom: solid 1px #fe0000;
	font-weight: bold;
	font-size: 16px;
}

div.section {
	padding:10px;
	padding-left:20px;	
}
div.title
{
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom:5px;
}

div#body {
	margin: 0 auto;
	width: 950px;
	margin-top: 30px;
	margin-bottom: 40px;
}

/* Header */
div#header {
	
}

div#header-img-section {
	background-color: #9acaff;
}

div#header-sky {
	background-image: url('../images/header-sky.jpg');
	background-repeat: repeat-x;
	height: 50px;
}

div#header-img {
	height: 89px;
	margin: 0 auto;
	width: 950px;
	text-align: center;
}

#navSection {
	margin: 0 auto;
	width: 950px;
}

#alphaLogo {
	float: left;
	width: 450px;
	text-align: center;
	margin-top: 25px;
}

#navigation {
	float: left;
	margin-top: 45px;
	width: 500px;
}

#header .tabs {
	
}

#header .tabs li {
	margin-right: 1px;
	padding-left: 6px;
	padding-right: 6px;
}

#header .tabs a {
	padding: 5px 5px;
	color: black;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}

#header .tabs a.selected {
	border-bottom: solid 4px #e40000;
}

#header .tabs a:hover {
	border-bottom: solid 4px #e40000;
}

/* Footer */
div#footer {
	margin: 0 auto;
	width: 950px;
	border-top: solid 1px gray;
	padding-top: 5px;
}

#footer table {
	padding: 0px;
	margin: 0px;
	width: 100%;
}

#footer table td {
	border: 0px;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}

#footer table td.designpower {
	width: 170px;
}

#footer table td.copyright {
	text-align: right;
}

#YGLLogo {
	width: 175px;
}

/* Home page */
div#home-black-separator {
	background-color: black;
	height: 6px;
}

div#home-red-separator {
	background-color: #e40000;
	height: 6px;
}

div#home-green-separator {
	background-color: #1d801f;
	height: 6px;
}

div#photoSection {
	float: left;
	margin-left: 40px;
	padding-top: 35px;
}

table#home-photos td {
	border-bottom: 0px;
}

div#home-intro-section {
	float: left;
	margin-left: 40px;
	width: 425px;
	padding-bottom: 20px;
}

div#home-intro-section .title {
	font-size: 20px;
}

div#home-intro-section {
	font-size: 16px;
}

/* Tenants Page */
#currentTenantsSection {
	float: left;
	width: 450px;
}

#createTicket {
	margin: 10px;
	background-color: #b7f6b4;
	padding: 10px;
	text-align: center;
}

#trackTicket {
	margin: 10px;
	background-color: #b8eafc;
	padding: 10px;
	text-align: center;
}

#moveout09 { 
	margin: 10px;
	background-color: #ffd689;
	padding: 10px;
	text-align: center; 
}

#createTicket a,#trackTicket a, #moveout09 a {
	font-size: 14px;
	font-weight: bold;
}

#incomingTenantsSection {
	float: left;
	width: 450px;
	margin-left: 20px;
}
#quick-feedback { 
	width: 450px;
	margin-top:20px;
        float:left;
}

/* Contact Us Page */
div#contact-info {
	float: left;
	width: 250px;
	margin-left: 20px;
	margin-right: 20px;
}

div#contact-hours {
	float: left;
	width: 250px;
	margin-left: 20px;
	margin-right: 20px;
}

div#contact-info div {
	margin-bottom: 5px;
}

div#contact-map {
	float: left;
	border: solid 1px gray;
}

div.registrationIntro {
	background-color: #efede2;
	padding: 10px;
	border: solid 1px gray;
	margin: 0 auto;
	width: 750px;
}

div.registrationForm {
	border: solid 1px gray;
	margin: 0 auto;
	width: 750px;
	padding: 10px;
	margin-top: 20px;
}

div.registrationForm input.field {
	width: 175px;
}