/*****************
 * GENERAL STYLES
 *****************/

.left_column{
	float: left;
	width: 200px;
}

.column_header{
	font-size: 12pt;
	font-weight: bold;
}

.right_column{
	float: right;
	width: 200px;
}


/**********************************************************
 *  MANAGE HEADER
 **********************************************************/
.manage_page{
	padding: 15px;
}

.manage_name{
	font-family: verdana, sans-serif;
	font-size: 12pt;
}

.manage_expire{
	float: right;
	font-family: verdana, sans-serif;
	font-size: 8pt;
}


/**********************************************************
 *  MANAGE PROPERITY PAGE
 **********************************************************/

.manage_property_map{
	float: right;
	margin: 10px;
}

.manage_property_content_header{
	font-size: 12pt;
	font-weight: bold;
	line-height: 25px;
}
.manage_property_content{
	margin-right: 270px;
	padding: 5px;
	line-height: 20px;
}


/**************
 * FORM STYLES
 **************/
 .manage_picture_list{
 	text-align: center;
 	overflow: auto;
 	height: 250px;
 	border: 1px solid #333333;
 }
 
 
 .manage_file_upload{
 	border: 1px solid black;
 }
 
.manage_property_content_form input{
	background-color: #eeeeee;
	border: 1px solid black;
	padding: 2px;
}

.manage_property_content #line{
	width: 300px;
}

.manage_property_content #city{
	width: 180px;
}

.manage_property_content #state{
	margin-left: 10px;
	width: 40px;
}

.manage_property_content #zip{
	margin-left: 10px;
	width: 60px;
}

.manage_property_content #lat{
	width: 100px;
}

.manage_property_content #lng{
	margin-left: 10px;
	width: 100px;
}

.manage_property_content #label_city{
	position:relative;
	left: 0px;
}

.manage_property_content #label_state{
	position:relative;
	left: 170px;
}

.manage_property_content #label_lat{
	position:relative;
	left: 0px;
}

.manage_property_content #label_lng{
	position:relative;
	left: 63px;
}

.manage_property_content #label_zip{
	position:relative;
	left: 190px;
}

.manage_property_content #cancel{
	border: 1px solid black;
	padding: 2px;
	margin-left: 10px;
	margin-top: 10px;
}

.manage_property_content #update{
	border: 1px solid black;
	padding: 2px;
	margin-left: 10px;
	margin-top: 10px;
}

/**********************************************************
 *  MANAGE PROPERITIES PAGE
 **********************************************************/
/**
 * the properties list when a user manages his properties
 */
.manage_properties{
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	border: 1px solid #002C02;
	background: #FFFFFF;
	color: #333333;
	min-height: 300px;
}

/**
 * the header cell of the property list
 */
.manage_properties_header{
	padding: 5px;
	background: #002C02;
	color: #FFFFFF;
	font-weight: bold;
	size: 14pt;
}

.manage_properties_header a{
	color: #CCCCCC;
}
.manage_properties_header a:hover{
	color: #EEEEEE;
}
.manage_properties_header a:visited{
	color: #CCCCCC;
}
.manage_properties_header a:active{
	color: #CCCCCC;
}


.manage_properties_row{
	padding: 5px;
}

.manage_properties_row_name{
	float: left;
	width: 250px;
}


.manage_properties_row_addr{

}
/**
added new 
**/
.manage_properties_row_com_name{
	float: left;
	width: 100px;
}


/**
 * map styles
 */
 
.manage_map{
	width: 250px;
	height: 180px;
	border: 1px solid black;
}
