﻿/* Form Layout
 * ------------------------------------------------------------------------- */
 
.form {
float: left;
display: inline;
text-align: left;

}

.form h3 {
color: #000;
font-weight: bold;
padding: 10px;
}

.form a
{
	font-size: 11px;
   /* float:left;
	display: inline;*/
	color: #0053a5;
	text-decoration: none;
	font-weight: bold;
 }

.form a:hover {
	color: #cf7600;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

.formError {
float: left;
display: inline;
text-align: left;

}

.formError span {
color: #FF0000;
margin: 0 3px 0 40px;
}


/* DataGrid Layout
 * ------------------------------------------------------------------------- */

.datagrid
{
	font-family: Verdana, Arial, Tahoma, Times New Roman;
	font-size: 8pt;
	border:	solid 1pt Silver;
	width: 100%;
	color: #666666;
	padding: 4pt 4pt 4pt 4pt;
}

.datagridHeaderStyle
{
    font-family: Arial, Tahoma, Times New Roman;
	font-size:   10pt;
	border:		 solid 1pt Silver;
	color: #000000;
	background-color: Gray;
	text-align: left;
	padding: 4pt 4pt 4pt 4pt;
}

.datagridHeaderStyle a:LINK
{
	font-weight: bold;
	color: #F7F7F7;
	font-size: 10pt;
	text-decoration: none;
}

.datagridHeaderStyle a:HOVER
{
	text-decoration: underline;
}

.datagridAlternatingItemStyle
{
	font-family: Verdana, Arial, Tahoma, Times New Roman;
	font-size:   8pt;
	border:		 solid 1pt Silver;
	color: #000000;
	background: #f8f8f8;
	padding: 4pt 4pt 4pt 4pt;
}

.datagridRowStyle
{
	font-family: Verdana, Arial, Tahoma, Times New Roman;
	font-size:   8pt;
	border:		 solid 1pt Silver;
	color: #000000;
	background-color: Transparent;
	padding: 4pt 4pt 4pt 4pt;
}

.datagridPadding
{
	padding: 4pt 4pt 4pt 4pt;
}

/* Text Styles
 * ------------------------------------------------------------------------- */

.label
{
	font-family: Verdana, Arial, Tahoma, Times New Roman;
	font-size:   11pt;
	color: #666666;
}

.labelBold
{
	font-family: Verdana, Arial, Tahoma, Times New Roman;
	font-size:   11pt;
	color: #666666;
	font-weight: bold;
}
.labelBoldUnderline
{
	font-family: Verdana, Arial, Tahoma, Times New Roman;
	font-size:   11pt;
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}


.labelRed
{
	font-weight:bold;
    font-family:Arial, Helvetica, sans-serif;
	font-size:   10pt;
	color: #FF0000;
}

.labelRedBold
{
	font-family: Verdana, Arial, Tahoma, Times New Roman;
	font-size:   8pt;
	font-weight: bold;
	color: #FF0000;
}

/*Added for PropertyRetrieval.aspx 1/26/10 ODM*/
#content-prop{
	width:800px;
	background-color:#FFF;
	text-align:left;
	overflow:hidden;
	border-top:10px solid #FFC126;
	float:left;
}

#title-area{
	height:45px;
	border-left:9px solid #FFC126;
	float:left;
	margin:0 0 0 45px;
	padding:25px 0 0 20px;
}

#title-area h1{
	color:#002440;
	font-size:24px;
	font-variant: normal;
}

#title-area h2{
	color:#002440;
	font-weight:normal;
	font-size:22px;
}

#text-area{
	float:left;
	margin:25px 0 50px 45px;
	width:700px;
}
#text-area h1{
	color:#002440;
	font-size:20px;
	margin:15px 0 10px 0;
	font-variant: normal;
}

#text-area p{
	margin:15px 0 0 0;
	font-family:Arial, Sans-Serif;
	font-size:12px;
	line-height:16px;
}

#text-area p a{
	color:#A41629;
	text-decoration:none;
}
#text-area p a:hover{
	color:#A41629;
	text-decoration:underline;
}

#text-area p.desc{
	margin:5px 0 15px 0;
	font-family:Arial, Sans-Serif;
	font-size:12px;
}
#text-area ul{
	margin:5px 0 15px 0;
}

#text-area ul li{
	font-family:Arial, Sans-Serif;
	font-size:12px;
	line-height:16px;
}

#text-area ul.long-list{
	margin:5px 0 25px 0;
}

#text-area ul.long-list li{
	background:transparent url('../images/red-bullet.gif') no-repeat 0 5px;
	padding:4px 0 0 25px;
}

#text-area strong{
	color:#A31427;
	font-size: 12pt;
}

#text-area td{
	font-size: 11pt;
	color: #000000;
}

#footer-prop{
	width:800px;
	height:30px;
	background-color:#B11B34;
	color:#FFFFFF;
	font-size:11px;
	font-weight: normal;
}

/*needed to overwrite rules from Gen.css*/
#footer-prop a{
	color:#FFFFFF;
	font-size:11px;
	font-weight: normal;
}

/* END 1/26/10 */