@charset "utf-8";

/*-------Standard tags-----------*/
*{
	padding:0;
	margin:0;
}

a, a img { outline: none; }

.level1 , .level2, level3 { cursor: pointer; }

body {
	color:#231f20;
	background-color:#8E9295;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0;
	font-size: 11px;
}

a:link {
	color: #949494;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	color: #949494;
	text-decoration: underline;
	font-weight:bold;
}

a {
	color: #949494;
	text-decoration: none;
	font-weight:bold;
}

h1 {
	font-size:13px;
	color: #CCCDD1;
}

h2	{
	font-weight:bold;
	font-size:14px;
	color: #FFCC32;
	
}

img {border:none 0px;}

a img { outline: none;}

p {
	font-size: 11px;
	color: #75787D;
}

li {
	font-size:11px;
	margin-left:20px;
	color:#75787D;
}

ol {
	font-size:11px;
	margin-left:6px;
	color:#75787D;
	margin-top: 4px;
}

table {
	font-size:11px;
}

td {
	font-size:11px;
}


/*-------Standard tags end-----------*/


/*-------Custom tags-----------*/

.property_back_button {
	margin-bottom: 10px;
}

.property_back_button a {
	color: #FFD800;
}


#outer_container {
	width:1006px;	
	background: url('../images/2010/main_bg.jpg') repeat-y;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#header_leftspacer {
	float:left;
	width:48%;
	height:108px;
	padding:0;
	background-color:#F57F26;
}

#header_rightspacer {
	float:right;
	width:48%;
	height:108px;
	padding:0;
	background-color:#231F20;
}

#homepage_link {
	margin-left:48px;
	margin-top:15px;
	position:absolute;
	.top: 0px;
	.left: 7px;
}

.inner_container{
	margin-left: 7px;
	margin-right: 7px;
	/*background: url('../images/2010/main_bg.jpg') repeat-y;*/
}

#header_homepage {
	background:url('../images/2010/header.jpg');
	height: 144px;
	width: 992px;
}

#left_colunm {
	background-color: #323435;
	width: 260px;
	float: left;
}

.property_search {
	background-color: #64676C;
	width: 260px;
	padding-bottom: 10px;
}

#property_search {
	margin: 8px 0 0 4px;
}

.home_news {
	width: 248px;
}

.news_date {
	margin-bottom: 3px;
	font-size: 10px;
}

.related_pages {
	margin-left: 5px;
	text-transform: uppercase;
}

.home_news_copy{
	color: #FFCC33;
	margin: 10px 0 15px 0;
	padding: 0 5px;
	border-bottom: 1px solid #666A6D;
}

	.home_news_copy a{
		color: #FFCC33;
		text-decoration: none;
	}
	
	.home_news_copy a:hover{
		color: #FFCC33;
		text-decoration: underline;
	}

.home_news_read_more {
	text-align: right;
	margin-bottom: 4px;
	margin-top: 10px;
}

#banners_box {
	padding: 0px 8px 10px 8px;
}
	.banner {
		margin-bottom: 5px;
	}
	
#right_colunm {
	background-color: #55575D;
	float: left;
	width: 732px;
}

#featured_article {
	margin: 15px 0 0 10px;
	background: url('../images/2010/featured_article_bg.png') no-repeat;
	width: 712px;
	min-height:344px;
	height:auto !important;
	height:344px;
	float: left;
	position: relative;
	overflow: hidden;
}

.featured_image {
	float: left;
	width: 200px;
	height: 250px;
	margin-top: 31px;
	margin-left: 8px;
}

	#featured_article h1 {
		margin-bottom: 10px;
}

	#featured_article_content {
		width: 133px;
		float: left;
		width: 335px;
		margin: 25px 10px 10px 25px;
	}
	
.home_article {
	color: #CCCDD1;
  	min-height:232px;
  	height:auto !important;
  	height:232px;
}
	.home_article p {
	color: #CCCDD1;
	}

.featured_image_frame {
	width: 328px;
	position:absolute;
	right:10px;
	top:10px;
	z-index:20;
}

#right_banners_box {
	padding: 5px 8px 0px 8px;
	clear: both;
}

#right_content_boxes {
	margin: 5px 8px 15px 8px;
}

#franchising {
	background:url('../images/2010/small_block_bg.jpg') no-repeat;
	height: 154px;
	width: 334px;
	float: left;
	margin-right: 5px;
	.margin-right: 2px;
	padding: 0px 10px;
	color: #68696D;
}

.fran_header {
	margin-top: 8px;
	margin-left: -4px;
	margin-bottom: 5px;
}

#careers {
	background:url('../images/2010/small_block_bg.jpg') no-repeat;
	height: 154px;
	width: 334px;
	float: left;
	padding: 0 10px
}

.career_header {
	margin-top: 8px;
	margin-left: -4px;
	margin-bottom: 5px;
}

.home_career_copy {
	float: left;
	width: 171px;
}

#footer {
	background-color: #000000;
	padding-top: 20px;
	clear: both;
	padding-bottom: 20px;
}

#footer a {
	text-decoration: none;
	font-weight: bold;
	color: #AAAAAA;
}

#footer a:hover {
	color: #AAAAAA;
	text-decoration: underline;
	font-weight:bold;
}

.footer_left {
	float: left;
	color: #AAAAAA;
	font-size: 10px;
	margin-left: 20px;
}

.footer_right {
	float:right;
	color: #949494;
	font-size: 10px;
	margin-right: 15px;
}

.footer_right_2 {
	text-align: right;
	color: #949494;
	font-size: 10px;
	margin-right: 15px;
	clear: both;
}
/******************************************************************/
#header {
	width: 100%;
	height:108px;
	padding:0;
	text-align:center;
}

#header_content {
	float:left;
	width: 1001px;
	padding:0;
}

#logo {
	width: 144px;
	height:30px;
	position:absolute;
	top:40px;
	left:608px
}

#nav1 {
	width:595px;
	height: 24px;
	position:absolute;
	top:80px;
	left:104px
}

.nav1_buttons {
	width:100px;
	height:24px;
	margin-left:17px;
	float:left;
}

.sub_container2{
	position: relative;
	left: 50%;
	margin-left: -501px;
	width:1001px;
	background-image:url(../images/sidebar_tile.gif);
	background-repeat:repeat-y;
}

#content {
	width:658px;
	padding:30px 10px 20px 0px;
	float:left;
}

#main_content {
	min-height:668px;
	height:auto !important;
	height:668px;
	float:left;
	padding: 20px;
}
#column1 ul li {
	list-style-type: none;
	list-style-image: url('../images/2010/copy_star.gif');
}


#bread_crumb {
	font-size:10px;
	color:#FFFFFF;
	text-transform:uppercase;
	padding:0 0 0 12px;
}

#title_block {
	background-color: #B2B0B1;
	border-bottom: 1px solid #7C7F84;
	padding: 5px 0 5px 10px;
}

#title_block h1 {
	color: #3A3C3F;
	font-size: 12px;
	font-weight: bold;
}

#column1 {
	float:left;
	padding:10px 12px;
	width:669px;
	background-color: #F5F3F3;
	border-left: 1px solid #B8BBC0;
	border-right: 1px solid #B8BBC0;
	border-bottom: 1px solid #B8BBC0;
	margin-bottom: 20px;
}

#property_request {
	float:left;
	padding:20px 12 10 12px;
	width:345px;
	background-color: #F5F3F3;
	border-left: 1px solid #B8BBC0;
	border-right: 1px solid #B8BBC0;
	border-bottom: 1px solid #B8BBC0;
	/*min-height:462px;
  	height:auto !important;
  	height:462px;*/
}

.gen_copy_img {
	float: right;
	margin:30px 0 10px 10px;
}

#column1_wide {
	float:left;
	padding:22px 30px 0 12px;
	width:500px;
}

#column1 h1 {
	color:#3A3C3F;
	font-size: 12px;
}

#column1 .gencopy_teaser, #column1_wide .gencopy_teaser {
	font-size:12px;
	font-weight:bold;
	padding-top:10px;
}

#column1 .copy, #column1_wide .copy{
	font-size: 12px;
}

#column2 {
	float:left;
	padding:22px 0px 0px 40px;
	width:312px;
}

#column2 .gen_copy_img{
	border:#B3AD95 solid 1px;
	width:273px;
	height:182px;
}

#column2 .related_info {
	padding:20px 0 0 10px;
}

#column2 .articles {
	padding:20px 0 0 10px;
}

#column2 .features {
	padding:20px 0 0 10px;
}

#sub_nav {
	padding:0 0 0 10px;
}
	
#sub_nav li {
	display: list-item;
	float:left;
	padding: 5px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	list-style-image: url(../images/arrow_white.gif);
}

.sub_nav2 #sub_nav li {
	display: list-item;
	float:left;
	padding: 0 0 0 5px;
	font-size:10px;
	text-transform:uppercase;
	list-style-image: url(../images/arrow_white_small.gif);
}

.sub_nav_child0_active{
	font-weight:bold;
}

.home_feature {
	float:left;
	margin-left:15px;
}

.home_feature_box{
	border:#B3AD95 solid 1px;
	width:273px;
	.width: 273px;
	float:left;
}

.list_item_box {

}

.list_item_box h1 {
	
}

.list_item_box .image {


}

.list_item_box  #thumbnails{
	padding:0px 0px 6px 0px;
	width: 307px;
}

.feature_header {
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	width:263px;
	.width:273px;
	height:21px;
	background-color:#b3ad95;
	padding:5px 0px 0px 10px;
	.padding:5px 0px 5px 10px;
}

.feature_info {
	padding:5px 0px 5px 10px;
}

#detail_column1 {
	float:left;
}

#detail_column2 {
	float: left;
	margin: 21px 0 0 20px;
	width: 366px;
}

#detail_column2_sms  {
	margin:7px 0 0 14px;
	text-align: left;
}

#detail_column2_sms p  {
color: #ffffff;
}

#detail_column2_sms a {
	margin:0 0 0 0px;
	color: #ffffff;
	text-align: left;
}

#contact_us_detail_table {
	float:left;
	width: 366px;
	margin-top: 15px;
	border: 1px solid #767475;
}

.table_border {
	border-bottom: 1px solid #E5E5E5;
	height: 25px;
	color: #767980;
}

.contact_info td a {
	text-decoration: underline;
	color: #767980;
	font-weight: normal;
}

	.contact_info td a:hover {
		text-decoration: underline;
		color: #FFCC33;
		font-weight: normal;
	}

.table_no_border {
	height: 20px;
	color: #767980;
}

.contact_info {
	width: 346px;
	.width: 366px;
	padding: 10px 10px;
	background-color: #F5F3F3;
}


#detail_column2 h1 {
	color: #CBC9CA;
	font-size: 11px;
	font-weight: bold;
}

.list_subcolumn1 {
	float:left; 
	width:190px; 
	height:35px;
}

.list_subcolumn2 {
	background-color:red;
	float:left;
	width:210px;
	height:35px;
}

.detail_section_header {
	width:366px;
	background-color: #B2B0B1;
	border-bottom: 1px solid #7C7F84;
	margin-top: 10px;
}

.contact_section_header {
	width:366px;
	background-color: #B2B0B1;
	border-bottom: 1px solid #7C7F84;
}


.gallery_detail_large_image {
	border: 1px solid #3C3C41;
	width: 304px;
}

.gallery_detail_thumbnail {
	float:left;
	margin:5px 1px 0 2px;
	border: 1px solid #323437;
}



.item_features li{
	list-style-type: square;
	list-style-position: inside;
	margin: 0px;
	font-size:10px;
	padding:0;
}

#sms_textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#sms_textfield {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#your_email_textfield {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#friends_email_textfield {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.search_box {
	float:left;
	width:263px;
	.width:273px;
	background-color:#b3ad95;
	padding:5px 0px 5px 10px;
}

.search_box p{
	margin-bottom:5px;
}
.search_box a {
	color:#FFFFFF;
	font-size:11px;
}

.search_box a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	font-size:11px;
}

.search_box a:visited {
	color:#FFFFFF;
	font-size:11px;
}

.feature_search_horizontal {
	float:left;
	width:583px;
	.width:591px;
	background-color:#b3ad95;
	padding:5px 0px 5px 10px;
}

.feature_search_horizontal a {
	color:#FFFFFF;
}

.feature_search_horizontal a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

.feature_search_horizontal a:visited {
	color:#FFFFFF;
}

.more_info {
	padding:3px 0px 10px 10px;
}

.search_box p{
	color:#FFFFFF;
}

.drop_down {
	float:left;
	z-index:100;
}

.property_type_text {
	background-color: #323435;
	padding-left: 3px;
	color: #B9BDC0;
	font-weight: bold;
	width: 83px;
}


.horizontal_dropdown {
	float:left;
}

.horizontal_dropdown select {
	font-size:11px;
	width:160px;
	height: 22px;
	color: #55565B;
	padding: 1px 1px 1px 0px;
}


.search_but {
	padding:30px 10px 0px 0px;
	float:right;
}

.fp_tab {
	float:left;
	height:60px;
	width:30px;
}

#fp_image {
	padding-bottom:1px;
}

.image {
	margin:10px 0px 0px 0px;
}

.ccs_page_link {
	font-size:11px;
	margin:5px 0 0 0px;
}

.ccs_page_link a {
	text-decoration: none;
	margin-top: 200px;
}

#side_bar {
	width: 331px;
	.width: 331px;
	min-height:495px;
	height: auto !important;
	height:495px;
	float:left;
	background-color:#d3b47d;
	border-left:solid 1px #231f20;
	border-right:solid 1px #231f20;
	.margin-left:10px;
}

#main_side_bar {
	width: 331px;
	.width: 321px;
	min-height:495px;
	.padding:0 0 0 0px;
	float:left;
	border-left:solid 1px #231f20;
	border-right:solid 1px #231f20;
	.margin-left:0px;
}

#nav2 {
	/*background-image:url(../images/nav2_tile.gif);*/
	background-color:#f57f26;
	height:19px;
	.height:17px;
	width:331px;
	.width:331px;
}

.nav2_buttons {
	float:left;
	font-size:12px;
	height:19px;
	.height:17px;
	margin:2px 0 0 30px;
	font-weight:bold;
}

.nav2_buttons a{
	text-decoration:none;
	color:#FFFFFF;
	/*color:#231F20;*/
}

.nav2_buttons a:hover{
	text-decoration:none;
	color:#000000;
	/*color:#f57f26;*/
}

.news_list_image {
	float: left;
	margin-right: 10px;
	text-align: left;
}

#news_list {
	border: 1px solid #A1A1A1;
	margin-bottom: 15px;
	width: 690px;
}

.news_teaser {
	color: #78797D;
}

#news h2{
	color:#FFFFFF;
}

#news .date{
	font-size:10px;
	margin-bottom: 5px;
}

#news .copy{
	margin-bottom:20px;
}

.news_headline {
	background-color: #B2B0B1;
	border-bottom: #767475;
	padding: 0px 0 0px 10px;
}
	.news_headline a {
	text-decoration: none;
	}
	
	.news_headline a:hover h1 {
		color: #FFCC33;
		text-decoration: none;
	}

.news_list_copy {
	background-color: #F5F3F3;
	padding: 7px 0px 7px 10px;
	/*min-height:75px;
	height: auto !important;
	height:75px;*/
}

.news_headline h1 {
	color: #3C3D41;
	font-size:12px;
	font-weight: bold;
}

.news_headline_detail {
	float: left;
	width: 356px;
	background-color:#FFCC32;
	padding: 12px 0 12px 12px;
	border-bottom: 1px solid #B8BBC0;
}

.news_headline_detail h1 {
	color:#3A3C41;
	font-size:12px;
	font-weight: bold;
}

.news_detail_date {
	background-color: #D3D1D2;
	padding: 12px 0 12px 12px;
	border-top: 4px solid #ffffff;
	width: 356px;
	font-weight: bold;
}

.news_detail_copy {
	float: left;
	background-color: #F5F3F3;
	padding: 7px 10px 25px 10px;
	width:348px;
	.width: 356px;
}

#news_detail {
	width: 368px;
	float: left;
}

.news_detail_back_button {
	color: #CBCCCE;
}

.news_detail_back_button a {
	color: #CBCCCE;
	text-decoration: none;
	font-weight: normal;
}

.news_detail_image {
	float: left;
	margin-right: 10px;
	width: 306px;
}

#dyk {
	.width: 270px;
	padding:5px 60px 20px 60px;
	.padding:0px 0px 10px 60px;
}

#dyk .copy{
	margin: 20px 0px 20px 0px;
}

#partners {
	padding:0px 0px 20px 60px;
}

#partners .button {
	padding:5px 0 0 0;
	.margin:5px 0 0 0;
	background:url(../images/but_partner1.gif) no-repeat;
	width:210px;
	height:26px;
	font-size:13px;
	font-weight:bold;
	text-align:center;
}

#partners .button a {
	text-decoration:none;
	color:#333333;
}

#partners .button a:hover {
	text-decoration:none;
	color:#f57f26;
}



#contact_dd {
	padding:30px 60px 20px 60px;
	.padding:30px 60px 10px 60px;
}

#contact_dd .copy{
	font-size:12px;
	margin-bottom:20px;
}

#enquiry {
	padding:5px 0px 0px 60px;
	.padding:0px 0px 0px 60px;
}

#enquiry .copy{
	font-size:12px;
	margin-bottom:20px;
}

.ccs_textarea{
	width:200px;
	font-size:11px;
	margin-bottom:20px;
	font-family:Arial, Helvetica, sans-serif;
}

.ccs_textfield{
	width:200px;
	font-size:11px;
	margin-bottom:20px;
	font-family:Arial, Helvetica, sans-serif;
}

	

.site_map_section {
	font-size:14px;
	margin:0;
	padding:0;
}

li.site_map_parent1 {
	font-size:12px;
	margin:5px 0 0 0px;
	padding:10px 0 0 0px;
	color: #000000;
	list-style-type: none;
}

li.site_map_parent2 {
	list-style-type: none;
	margin-left: 5px;
	.margin-left: 25px;
}

li.site_map_child2 {
	list-style-type: disc;
	margin-left: 30px;
	.margin-left: 50px;
}
	li.site_map_child2 a {
	text-decoration: none;
}

	li.site_map_child2 a:visited {
	text-decoration: none;
}

li.site_map_child3 {
	list-style-type: disc;
	margin-left: 30px;
	.margin-left: 25px;
}
	



#copyright {
	font-size:9px;
	float:left;
}

#footer_links {
	font-size:9px;
	float:left;
	margin-left:225px;
}

#footer_links a{
	color:#000000;
}

#footer_links a:hover {
	text-decoration:underline;
}

#service_links {
	font-size:9px;
	float:left;
	color:#FF9900;
	margin-left:13px;
}

#service_links a {
	color:#FF9900;
}

#service_links a:hover {
	color:#FF9900;
	text-decoration:underline;
}

#footer_leftspacer {
	float:left;
	width:48%;
	padding:0;
	height:38px;
	background-color:#F57F26;
}

#footer_rightspacer {
	float:right;
	width:48%;
	padding:0;
	height:38px;
	background-color:#231F20;
}


/*-------Custom tags end-----------*/


/************************Property************************/
#property_list {
	margin-bottom: 20px;
	border: 1px solid #757575;
}

.property_headline {
	background-color: #B2B0B1;
	padding: 0px 0px 0px 10px;
	border-bottom: 1px solid #767475;

}
	.property_headline h1 {
		color: #FFD800;
		font-size: 12px;
	}
	
	.property_headline a {
		text-decoration: none;
	}
	
	.property_headline a:hover h1 {
		text-decoration: none;
		color: #FFFF00;
	}
	
.property_list_price {
	padding: 0px 5px;
	background-color: #FFCC32;
	width: 130px;
	text-align: center;
	color: #3A3E41;
	font-weight: bold;
}

.property_list_copy {
	background-color: #F5F3F3;
	padding:7px 10px 7px 10px;
}

.property_type {
	color: #75787D;
	font-weight: bold;
}

.property_description {
	float: left;
	width: 550px;
}

.property_list_image {
	width: 113px;
	float: left;
	margin-right: 5px;
}

.property_detail_features {
	background-color: #D3D1D2;
	padding: 10px;
	border-top: 5px solid #F5F3F3;
	color: #3C3C41;
	font-weight: bold;
	width: 346px;
	.width: 366px;
}

.property_detail_copy {
	width: 346px;
	.width: 366px;
	padding: 10px 10px;
	background-color: #F5F3F3;
}

.property_heading_name {
	border-right: 1px solid #767475;
	padding-left: 10px;
	color: #3C3C41;
	font-weight: bold;
}

.property_details {
	width: 316px;
	.width: 366px;
	padding: 10px 25px;
	background-color: #F5F3F3;
}

.property_detail_copy li {
	list-style-type: none;
	list-style-image: url('../images/2010/copy_star.gif');
}

.property_detail_copy li {
	list-style-type: none;
	list-style-image: url('../images/2010/copy_star.gif');
}

.property_detail_copy p {
	color: #78797E;
}

.property_details p {
	color: #78797E;
}

.property_agents {
	margin-bottom: 5px;
}

.property_agents p {
	color:#D2D0D1;
}

.detail_section{
	width:366px;
	margin-top:10px;
	color:#D2D0D1;
}

.detail_section p {
	color:#D2D0D1;
}

.detail_sms{
	margin-top:15px;
}

#sms_message {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width: 250px;
	height: 82px;
	padding: 3px;
	color: #3C3C41;
}

/***************forms*********************/

#contact_form_details {
	width: 366px;
	float: left;
}

.form_capture_buttons {
	text-align: right;
}

.contact_form_copy {
	width: 340px;
	color: #D2D1CF;
}
	.contact_form_copy p {
	color: #D2D1CF;
}

.contact_form {
	width: 346px;
	.width: 366px;
	padding: 10px 10px 45px 10px;
	background-color: #F5F3F3;
}

.form_capture_label{
	color: #767A7D;
	vertical-align:top;
	width: 116px;
}

.form_capture_data {
	height: 30px;
	vertical-align: top;
}

.ccs_textarea{
	width:229px;
	font-size:11px;
	margin-bottom:20px;
	font-family:Arial, Helvetica, sans-serif;
}

.ccs_dropdown {
	font-size: 11px;
	width: 175px;
	color: #767A7D;
}

.search_type {
	background-color: #323435;
	float: left;
	margin-left: 2px;
	margin-bottom: 2px;
	width: 249px;
}

.form_capture_data .ccs_textfield{
	width:229px;
	font-size:11px;
	margin-bottom:20px;
	font-family:Arial, Helvetica, sans-serif;
}

/**************MAP********************/
#map2 {
	margin-right: 16px;
	z-index: 3;
	position:relative;
}

#highlight_map {
	left:288px;
	position:absolute;
	z-index:2;
	top:350px;
}

#blank_map {
	float:left;
	left:288px;
	position:absolute;
	width:307px;
	z-index:1;
	clear: both;
	top:350px;
}

.top_and_bottom {
	border-top: 1px solid #828386;
	border-bottom: 1px solid #828386;
	height:17px;
	padding-top:3px;
}

.paging_divider {
	color: #BCBCBC;
}

.paging_active {
	color: #BCBCBC;
}

#next_page a {
	color: #BCBCBC;
	margin-right: 5px;
}
	#next_page_list a {
	color: #BCBCBC;
	margin-right: 5px;
	margin-left: 5px;
	}

#prev_page a {
	color: #BCBCBC;
	margin-left: 5px;
}
	#prev_page_list a {
	color: #BCBCBC;
	margin-left: 5px;
	margin-right: 5px;
}

.office_deatails {
	margin-top: 20px;
	margin-bottom: 20px;
}

.office_deatails a:hover {
	color: #FFCC33;
}

td#office_details {
	border-bottom: 1px solid #48494E;
	padding-bottom:2px;
	padding-top:3px;
}

td#office_details a {
	color: #FDCC32;
	font-weight: normal;
}

#office_header {
	background-color: #48494D;
	color:#CDCDCB;
	padding-left: 10px;
	font-weight: bold;
}

#office_table_details {
	background-color: #ADADAF;
	width: 285px;
	.width: 306px;
	padding: 10px 10px 30px 10px;
}

#udm a {
	cursor: pointer;
}