﻿/***********************************/
/******* GLOBAL OPTIONS BELOW ******/
/***********************************/
 
	/* This Controls Entire Page Attributes [LEAVE AS IS] */
	body				{background-color:white;}
	#Main ul			{margin-top: 0px; margin-bottom: 0px; margin-right: 15px; list-style-type: disc; line-height: 16px;}
	#Main th			{font-family: Verdana, Arial, sans-serif; font-size: 1.0em; font-weight: bold; color: white; background-color: #A0A0BC; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #2a416b; vertical-align:top; padding: 3px;}
	#Main tr.tablecell	{background-color: #FFFEE9; margin-top: 5px; font-family: Arial, Verdana, helvetica; font-size: 13px; font-weight: normal; padding: 6px; vertical-align:middle;}
	#Main td, #Main p	{font-family: Arial,Verdana,san-serif; font-size: 13px; font-weight: normal;}
	#Main input[type="submit"] { padding-top: 5px; padding-left: 15px; padding-right: 15px; padding-bottom: 5px; color:white; background-color:#a0a0bc;}

	/* This is Text Formatting */
	#Main .header		{background: none; color: #5A0661; font-family: arial, helvetica; font-size: 12px; font-weight: bold; text-decoration: none;}
	#Main .date		{background: none; color: #5A0661; font-family: arial, helvetica; font-size: 11px; font-weight: normal; text-decoration: none; padding-bottom: 3px;}
	#Main .hilite		{background: none; color: #5A0661; font-family: arial, helvetica; font-size: 11px; font-weight: normal; text-decoration: none; padding-bottom: 3px; text-align:center}
	#Main .more		{text-align: left; padding-bottom: 3px;}
	#Main .lastmod	{background: none; color: #909090; font-family: arial, helvetica; font-size: 11px; font-weight: normal; text-decoration: none; padding-top: 45px; padding-bottom: 3px; padding-right: 10px; text-align: right;}
	#Main .break  	{height: 25px; padding-top: 5px; text-align: center; width: 90%; letter-spacing: 20px;}
	#Main .questions	{background: none; color: #274C91; font-family: arial, helvetica; font-size: 11px; font-weight: normal; text-decoration: none; cursor: pointer; padding-bottom:3px;}
	#Main .openclose	{background: none; color: #909090; font-family: arial, helvetica; font-size: 11px; font-weight: normal; text-decoration: none; padding-top: 3px; padding-bottom: 3px; padding-right: 20px; text-align: right;}
	#Main .calcbox	{border: 1px solid white; width: 40px; height: 21px; color: #5A0661; text-align:center; margin-top: 1px; font-family: arial, helvetica, sans-serif; font-weight: normal;}
	#Main .totalbox	{border: 1px solid white; width: 120px; height: 21px; color: #5A0661; margin-top: 1px; font-family: arial, helvetica, sans-serif; font-weight: normal;}
	#Main .calcsubmit	{width: 64px; height: 19px; font-family: arial, helvetica, sans-serif; font-size: 10px; vertical-align: top;}
	
	



/***********************************/
/******* GLOBAL OPTIONS ABOVE ******/
/***********************************/



/*******************************************/
/******* DO NOT CHANGE ANYTHING BELOW ******/
/*******************************************/



	/* This is the Main Body Area [LEAVE AS IS] */
	#Main #bodycontent	{position: relative; top: 0px; left: 0px; height: 350px;}
	#Main #bodycontent_index	{position: relative; top: 0px; left: 0px; height: 350px;}
	#Main body.popup		{text-align: center; background-color: #112853; font-family: arial, verdana, helvetica; font-size: 11px; font-weight: normal; margin: 0px;}
	#Main #popupcontent	{text-align: center; padding: 10px;}

	#Main html>body #bodycontent {}
	#Main html>body #bodycontent_index {}

	#Main .impr_name { padding:2px; width:140px; display:block; float:left; }
	#Main .impr_amt { padding:2px; width:100px; display:block; float:left; }
	#Main .detail { padding:2px; display:block; }
	#Main .impr_link { padding:2px; width:75px; display: block; float:right; }
	#Main .input_txt { text-align:right; }

/*******************************************/
/******* DO NOT CHANGE ANYTHING ABOVE ******/
/*******************************************/

	/*PropertySummary, header for each table*/
	/*PropertyRes, header for the table*/
	/*PropertyOwners, header for each table*/
	/*PropertyComps.aspx used for header in table*/
	/*PropertyCommercial.aspx header for each table*/
	#Main .Tableheader {text-align:center;}
	
	/*PropertyRes, used for each row header*/
	/*PropertyComps used for each row header*/
	/*PropertyCommercial used for each row header*/
	#Main .rowHeader { font-weight:bold;}
	
	/*PropertyList, used for lblNavigateInfo*/
	/*PropertComps.aspx, used twice, both of page*/
	/*PropertyCommercial used 3 times*/
	#Main .Italic{ font-style:italic;}


	/*CommercialDetails*/
	#Main .underline {text-decoration:underline;}
	
	/*HotelStabilization.aspx */
	#Main .tableBorder
	{
		BORDER-RIGHT: black thin solid;
		table-LAYOUT: auto;
		BORDER-TOP: black thin solid;
		BORDER-LEFT: black thin solid;
		BORDER-BOTTOM: black thin solid;
		BORDER-COLLAPSE: separate
	}


#Main table
{
	width:100%;
	/*margin:1.5em 0em 1.5em 0em; */
	background-color:white;
}

#Main
{
	

}

/*Using for PropertyCommercial, probably can remove later*/
#Main div table
{
	width:100%;
	/*margin:1.5em 0em 1.5em 0em; */
	background-color:white;
}


