
body

{
   margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
        background: url(/images/home-page/ThundaHomeBGImageExtended.jpg) top center no-repeat;
	background-color: #000000;
	font-size: 11px;
	color: #CBC9C9;
}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 24px;
	font-weight: normal;



	
}

a
{
	font-family: Arial, Helvetica, sans-serif;
	color: #CBC9C9;
	outline: none;
	text-decoration: none;
}

img
{
	border: 0px;;
	padding: 0px;
	margin: 0px
}


.clearboth {
	clear: both;
}

.orange-text
{
	color: #F04E22;
}

a:visited
{
	color: #CBC9C9;
}


a:hover
{
color: #CBC9C9;
}


a:active
{
	color: #CBC9C9;
}



table td
{
	padding: 0px;
}



/*This is the code when making a menu item active*/

.menu_active
{
	text-decoration: none;
	outline: none;
	color: #f04e22;
}


/*To preload the images for the roll overs*/

#image-preload
	{
	position: absolute;
	top: -9999px;
	left: -9999px;
	width: 1px;
	height: 1px;
	background: transparent;
	z-index: 2;
	}

	
	
/*combo box - starts*/

.comboboxContainer
{
	border: solid 1px #69696E;
	background: #C7C7C7;
	color: #2B2828;

}



.comboboxValueContent
{
	padding-left: 9px;
	
}

.comboboxDropDownContainer
{
	
	background: #C7C7C7;
	overflow: hidden;
	padding-left: 0px;
	cursor: default;
	
}

.comboboxDropDownButton
{
	width: 23px;
	height: 20px;
	background: url(/images/home-page/dropdown_btn.jpg);
}

.comboboxGroupItemHeader
{
	display: block;
	background: #000;
	color: #2B2828;
}

.comboboxGroupItemContainer
{
	padding-left: 0px;
	
}

.comboboxItem
{
	background: #C7C7C7;
	color: #2B2828;
	padding-left: 9px;
	font-weight: normal;
	font-style: normal;
	
}

.comboboxItemHover
{
	background-color: #717070;
	color: #2B2828;
	
}

/*combo box - ends*/	
	
	

/*main container area - starts*/

#main-container
{
	width: 960px;
	margin: 0 auto;
}

/*main container area - ends*/


/*Top banner area code - starts*/

#top-banner-area-container
{
	width: 960px;
	height: 101px;
	background: transparent;
	padding-top: 11px;
	
}

#top-banner-are-img-container
{
	width: 960px;
	height: 90px;
	
}


#thunda-logo-holder
{
	float: left;
	width: 202px;
	height: 90px;
	padding-left: 30px;
	
	
}

#thunda-logo
{
   display: block;
	background: url(/images/home-page/thunda-logo.png) no-repeat;
	width: 136px;
	height: 90px;
}

#top-ad-holder
{
	float: left;
	width: 728px;
	height: 90px;
	position: relative;
	z-index: 20;
}


/*Top banner area code - ends*/


/*login area - starts*/


#main-login-area
{
	width: 930px;
	height: 87px;
	background: #131312;
	padding: 22px 0px 0px 30px;
	position: relative;
	z-index: 122;
}



/*login area - ends*/






/*Code for the top menue starts*/

#top_menu_area
{
	width: 734px;
	height: 19px;
	border-top: 1px solid #525050;
	border-bottom: 1px solid #525050;
	padding: 5px 0px 0px 30px;
	float: left;
	background: #2B2828;
}

#top_menu_area a:hover

{
	color: #f04e22;
}

#top_menu_area ul
{
	padding: 0px;
	margin: 0px;
}

#top_menu_area li
{
   
	float: left;
	text-align: left;
	list-style: none;
}



/*Each menu item's width needs to be determined individual - starts*/

#menu_home
{
	padding-right: 41px;
}

#menu_events
{
	padding-right: 37px;
}

#menu_photos
{
	padding-right: 40px;
}

#menu_venues
{
	padding-right: 38px;
}

#menu_dj
{
	padding-right: 40px;
}

#menu_music
{
	padding-right: 41px;
}

#menu_dating
{
	padding-right: 38px;
}

#menu_jobs
{
	padding-right: 38px;
}

#menu_blog
{
	padding-right: 38px;
}

#menu_soccer
{
	padding-right: 32px;
}

#menu_fashion
{
	padding-right: 35px;
}

#menu_mythunda
{
        padding-right: 35px;
}
 
#menu_signout
{
        padding-right: 10px;
}



/*Each menu item's width needs to be determined individual - ends*/





#search_box_area
{
	width: 190px;
	height: 22px;
	border-top: 1px solid #525050;
	border-bottom: 1px solid #525050;
	float: left;
	padding: 2px 0px 0px 6px;
	background: #2B2828;
   
	
	
}

#search_text_area
{
	width: 100px;
	height: 16px;
	border: 1px solid #D3D3D3;
	font-size: 11px;
	
}

#search_btn
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: url(/images/home-page/search_button.gif) no-repeat;
	border: none;
	color: #CBC9C9;
	vertical-align: top;
	padding-top: 2px;
   width: 55px;
	height: 14px;
	
	
}

#search_btn:hover
{
	color: #f04e22;
	background: url(/images/home-page/search_button_over.gif) no-repeat;
}


/*Code for the top menue ends*/


/*Main content holder - starts*/

#main-content-holder
{
   width: 900px;
	padding: 24px 30px 0px 30px;
	background: #2B2828;
		
}

.left-float
{
	float: left;
	position: relative;
}


.left-float_ad-holder
{
	float: left;
	position: relative;
}


/*Main content holder - ends*/


/*Here starts the building blocks that make up the basic structure of a content module - start*/

#temp_flash_holder
{
	width: 300px;
	height: 250px;
	position: relative;
	margin-right: 20px;
	z-index: 1;

}


.small-header-back
{
	width: 390px;
	height: 42px;
	background: url(/images/home-page/header-back-small.gif) no-repeat;
}


#signup-content-area
{
	width: 390px;
	height: 197px;
	background: #131312;
}


.small-bottom-back
{
	width: 390px;
	height: 11px;
	background: url(/images/home-page/bottom-back-small.gif) no-repeat;
}


.medium-header-back
{
	height: 42px;
	width: 710px;
	margin-top: 24px;
	background: url(/images/home-page/header-back-medium.gif) no-repeat;
	vertical-align: top;
}


.medium-bottom-back
{
	height: 11px;
	width: 710px;
	background: url(/images/home-page/bottom-back-medium.gif) no-repeat;
	
}




#right-banner-holder160x600
{
	width: 160px;
	height: 600px;
	margin: 0px 0px 24px 30px;
	background: url(/images/home-page/160x600Black.jpg) no-repeat;
	position: relative;
	z-index: 3;
}

#right-banner-holder160x160
{
	width: 160px;
	height: 160px;
	background: url(/images/home-page/160x160-placeholderr.gif) no-repeat;
	margin-left: 30px;
	position: relative;
	z-index: 4;
}

#latest-gallery-content-holder
{
	width: 710px;
	height: 468px;
	background: #131312;
   
}


.large-header-holder
{
	width: 900px;
	height: 42px;
	background: url(/images/home-page/header-back-large.gif) no-repeat;
	margin-top: 24px;
}

.large-bottom-back
{
	width: 360px;
	height: 11px;
	background: url(/images/home-page/half-large-bottom.jpg) no-repeat;
	
	
}


.medium-height-content-holder
{
	height: 249px;
	width: 900px;
	background: #131312;
	
}


.small-height-content-holder
{
	height: 162px;
	width: 900px;
	background: #131312;
}

.horizontal-rule
{
   margin-top: 23px;
   width: 900px;
	background: url(/images/home-page/horizontal-rule.gif) no-repeat;
	height: 2px;
	
}

/*Here starts the building blocks that make up the basic structure of a content module - ends*/


/*Here starts the code for the actual content styling etc - starts*/


/*Login area code - starts*/

#login-area-holder
{
	margin-top: 17px;
	
}

#login_left_holder
{
	float: left;
	width: 750px; 
	
}

.textbox-medium
{
	color: #333333;
	border: 1px solid #D3D3D3;
	padding-left: 7px;
	width: 121px;
	font-size: 11px;
	height: 16px;
}

#user-cell
{
	padding-right: 6px;
}

#password-cell
{
	padding-right: 12px;
}

#button-cell
{
	padding-right: 25px;
}

#checkbox-cell
{
	padding-right: 4px;
}


#login-button
{
	width: 77px;
	height: 25px;
	background: url(/images/home-page/login-button.gif) no-repeat;
	border: 0px;
	
}


#login-button:hover
{
  width: 77px;
	height: 25px;
	background: url(/images/home-page/login-button-over.gif) no-repeat;
}

#forget-cell a
{
	color: #f04e22;
	padding: 0px 0px 0px 14px;
	font-weight: normal;
}

#city_spacer
{
	padding-left: 167px;
}

#choose-city
{
	width: 126px;
	height: 20px;
	font-size: 11px;
	
}

#choose_city_holder
{
	float: left;
	width: 128px;
   padding-top: 50px;
	margin-left: 23px;
	position: absolute;
	z-index: 112;
	right: 35px;
}

/*Login area code - ends*/


/*Main heading for each module -  starts*/


.module-heading-area
{
   padding: 8px 0px 0px 30px;
	float: left;
}

.view-all-link-area
{
   padding: 14px 30px 0px 0px;
	width: 42px;
	float: right;
}

.view-all-link-area a
{
 color: #f04e22;
 }
 
 
 
 .view-all-link-area a:visited
{
 color: #f04e22;
 }
 
 .view-all-link-area a:hover
{
 color: #f04e22;
 }
 
 
 .view-all-link-area a:active
{
 color: #f04e22;
 }
 
 
 
 
 
 

/*Main heading for each module -  ends*/



/*Code for latest gallery - starts*/


#latest-gallery-container
{ 
	width: 710px;
	height: 468px;
	padding: 0px;
  
	
	
}


#latest-gallery-left
{
	width: 331px;
	float: left;
	
}


/*This is the wrapper for a single party including its picks etc. Please note that we had to do 3 different blocks because the background
image are slightly different - starts*/

#single_party_block_one
{
	width: 301px;
	padding: 18px 0px 0px 30px;
	background: #131312;
	height: 138px;
}


#single_party_block_two
{
	width: 301px;
	padding: 10px 0px 0px 30px;
	background: url(/images/home-page/party-block-two-off.jpg) no-repeat;
	height: 138px;
}


#single_party_block_three
{
	width: 301px;
	padding: 10px 0px 0px 30px;
	background: url(/images/home-page/party-block-three-off.jpg) no-repeat;
	height: 154px;
}

	
.venue-data-area
{
	padding-right: 5px;
	
}

.venue-data-area a
{
  color: #CBC9C9;
}

.date-data-area
{
	padding-left: 5px;
	color: #717070;
	
}


.pic-table-holder
{
	width: 287px;
	margin-top: 13px;
}

.club-icon-cell
{
  display: block;
	width: 51px;
	height: 51px;
	margin-right: 18px;
	border: 5px solid #2B2828;
}

.party-pic-cell img
{
   width: 94px;
	height: 70px;
	border: 1px solid #525050;
	margin: 0 8px 8px 0px;
	float: left;
}
	
.party-pic-cell img:hover
{
	border: 1px solid #D1D1D1;
	
}

.data-heading
{
	font-size: 16px;
	color: #f04e22;
	
}

.gallery-spacer
{
	height: 4px;
}

.data-heading a:active
{
	
	color: #f04e22;
}

.data-heading:hover
{
	
	color: #f04e22;
}

.data-heading:visited
{
	
	color: #f04e22;
}



/*This is the wrapper for a single party including its picks etc. Please note that we had to do 3 different blocks because the background
image are slightly different each block - ends*/


#large-vertical-divider
{
	width: 11px;
	height: 439px;
	background: url(/images/home-page/gradient-vert-line-big.jpg) no-repeat;
	float: left;
   
}



/*This is where the right side of the gallery area - starts*/


#right-hand-container
{
	width: 336px;
	float: left;
	padding: 17px 30px 20px 2px;
	height: 431px;
	background: url(/images/home-page/latest-gal-right-back.gif) no-repeat ;

}


.party_line
{
   padding: 1px 0px 2px 3px;
	margin-left: 5px;
	width: 358px;
	background: #131312;
	
	}
	
	
	/*This is so we can gett rollover effect on classes - start*/
	
	.party_line_over
{
   padding: 1px 0px 2px 3px;
	margin-left: 5px;
	width: 358px;
	background: #1C1C1C;
	}
	
	/*This is so we can get rollover effect on classes - ends*/
	
	
	/*This code applies to the smaller right hand side link area - starts*/
	
	.party_line_small
{
   padding: 1px 0px 2px 0px;
	width: 227px;
   background: #131312;
	}
	
	
	.party_line_small_over
{
   padding: 1px 0px 2px 0px;
	width: 227px;
   background: #1C1C1C;
	}
	
	
.right-party-cell-small
{
	width: 129px;
	float: left;
}

.right-party-cell-small a
{
	color: #f04e22;
}


.right-party-cell-small a:visited
{
	color: #f04e22;
}	


.right-party-cell-small a:hover
{
	color: #f04e22;
}


.right-party-cell-small a:active
{
	color: #f04e22;
}




.right-event-details-small
{
	padding-left: 4px;
	float: left;

}

/*This code applies to the smaller right hand side link area - ends*/
	
	
.right-party-cell
{
	width: 131px;
	float: left;
	
}

.right-party-cell a
{
	color: #f04e22;
}

.right-party-cell a:visited
{
	color: #f04e22;
}

.right-party-cell a:hover
{
	color: #f04e22;
}

.right-party-cell a:active
{
	color: #f04e22;
}





.right-event-details
{
	padding-left: 9px;
	float: left;
  
}




/*This is where the right side of the gallery area - ends*/




/*Code for latest gallery - ends*/



/*Code for events module - starts*/


#events-container
{
	width: 903px;
	height: 249px;
	
	
	
}

/*The class below can be re used for the soccer module. Did multiple ones for the different backgrounds needed*/

.events-left-side
{
	float: left;
	width: 622px;
	
}


#single_event_block_one
{
	width: 301px;
	padding: 21px 0px 0px 30px;
	background: url(/images/home-page/event-block-one-off.jpg) no-repeat;
	height: 228px;
}


#single_event_block_two
{
	width: 311px;
	padding: 21px 0px 0px 20px;
	background: url(/images/home-page/event-block-two-off.jpg) no-repeat;
	height: 228px;
}

#single_laduma_block_one
{
	width: 301px;
	padding: 21px 0px 0px 30px;
	background: url(/images/home-page/event-block-one-off.jpg) no-repeat;
	height: 228px;
}


#single_laduma_block_two
{
	width: 311px;
	padding: 21px 0px 0px 20px;
	background: url(/images/home-page/event-block-two-off.jpg) no-repeat;
	height: 228px;
}



.vertical-small-gradient
{
   width: 7px;
	height: 154px;
	background: url(/images/home-page/gradient-vert-line-small.jpg) no-repeat;
	padding-right: 0px;
	
}


.events-right-side
{
	float: right;
	width: 230px;
	height: 229px;
	padding: 20px 0px 0px 0px;
	background: url(/images/home-page/events-right-back-small.gif) no-repeat;
	

}


/*Code for events module - ends*/










/*Code for most popular pics, each block is done separately due to them being silghtly different - start here*/


#popular_pick_block
{
	width: 225px;
	height: 138px;
	padding-top: 24px;
	text-align: center;
	vertical-align: top;
	background: url(/images/home-page/pic-block-one-off.jpg) no-repeat;
	
}


#popular_pick_block img
{
  border: 1px solid #525050; 
  margin-bottom: 2px;
}


#popular_pick_block img:hover
{
  border: 1px solid #D1D1D1;

}


#popular_pick_block_two
{
	width: 225px;
	height: 138px;
	padding-top: 24px;
	text-align: center;
	vertical-align: top;
	background: url(/images/home-page/pic-block-two-off.jpg) no-repeat;
	
}


#popular_pick_block_two img
{
  border: 1px solid #525050; 
  margin-bottom: 2px;
}


#popular_pick_block_two img:hover
{
  border: 1px solid #D1D1D1;

}

#popular_pick_block_three
{
	width: 225px;
	height: 138px;
	padding-top: 24px;
	text-align: center;
	vertical-align: top;
	background: url(/images/home-page/pic-block-two-off.jpg) no-repeat;
	
}


#popular_pick_block_three img
{
  border: 1px solid #525050; 
  margin-bottom: 2px;
}


#popular_pick_block_three img:hover
{
  border: 1px solid #D1D1D1;

}


#popular_pick_block_four
{
	width: 225px;
	height: 138px;
	padding-top: 24px;
	text-align: center;
	vertical-align: top;
	background: url(/images/home-page/pic-block-three-off.jpg) no-repeat;
	
}


#popular_pick_block_four img
{
  border: 1px solid #525050; 
  margin-bottom: 2px;
}


#popular_pick_block_four img:hover
{
  border: 1px solid #D1D1D1;

}




/*Code for most popular pics, each block is done separately due to them being silghtly different - ends*/



/*Code for featured area - starts*/



.feature-heading-area
{
	width: 224px;
	padding-top: 1px;
	text-align: center;
}

.feature-heading-area a
{
	color: #f04e22;
}

.feature-heading-area a:visited
{
	color: #f04e22;
}

.feature-heading-area a:hover
{
	color: #f04e22;
}

.feature-heading-area a:active
{
	color: #f04e22;
}

.single-feature-cell
{
	vertical-align: top;
	
}

.feature-heading-divider
{  
  width: 2px;
  height: 42px;
  background: url(/images/home-page/feature-head-divider.gif) no-repeat;

}


#feature_block
{
	width: 225px;
	height: 150px;
	padding-top: 12px;
	background: url(/images/home-page/pic-block-one-off.jpg) no-repeat;
	text-align: center;
}


#feature_block_two
{
	width: 225px;
	height: 150px;
	padding-top: 12px;
	background: url(/images/home-page/pic-block-two-off.jpg) no-repeat;
	text-align: center;
}


#feature_block_three
{
	width: 225px;
	height: 150px;
	padding-top: 12px;
	background: url(/images/home-page/pic-block-two-off.jpg) no-repeat;
	text-align: center;
}



#feature_block_four
{
	width: 225px;
	height: 150px;
	padding-top: 12px;
	background: url(/images/home-page/pic-block-three-off.jpg) no-repeat;
	text-align: center;
}



.feature-icon
{
	width: 51px;
	height: 51px;
	margin-right: 16px;
	border: 5px solid #2B2828;
	display: block;
}


.feature-text-cell
{
	width: 106px;
	text-align: left;
	line-height: 12px;
	height: 61px;
	vertical-align: top;
}


.feature-sponsor-cell
{
	text-align: right;
	padding-top: 24px;
	vertical-align: baseline;
}

.feature_brought_by_cell
{
   padding: 0px 10px 12px 0px;
}



/*Has to be slightly different because of the rating stars above it*/

#rating_cell
{
	width: 61px;
	margin-right: 10px;
	
}


.feature-sponsor-cell-album
{
	text-align: right;
	padding-top: 9px;
	vertical-align: top;
}


/*Code for featured area - end*/



/*Code for Sign Up area content - start*/

#sign-up-content-holder
{
   padding: 14px 0px 0px 48px;
  
}

.signup-label-cell
{
   height: 15px;
	width: 116px;
	margin-left: -31px;
}

.signup-textbox-cell
{
	padding-bottom: 4px;
}

.signup-small-text-box
{
	width: 22px;
	height: 16px;
	color: #333333;
	border: 1px solid #D3D3D3;
	font-size: 11px;
	text-align: center;
}

.signup-year-text-box
{
	width: 42px;
	height: 16px;
	color: #333333;
	border: 1px solid #D3D3D3;
	font-size: 11px;
	text-align: center;
}


#register-button
{
	width: 97px;
	height: 25px;
	background: url(/images/home-page/register-button.gif) no-repeat;
	border: 0px;
	
}

#register-button:hover
{
  width: 97px;
	height: 25px;
	background: url(/images/home-page/register-button-over.gif) no-repeat;
}

#register-check-box-cell
{
	margin-left: -1px;
	margin-right: 7px;
}

#register-button-cell
{
	padding-top: 11px;
}

/*Code for Sign Up area content - ends*/

/*Here starts the code for the actual content styling etc - ends*/


/*Footer area - starts*/

#footer_area
{  
background: #2B2828;
width: 960px;
text-align: center;

}


#thunda_logo_area
{
	width: 225px;
	height: 56px;
	float: left;
	padding: 17px 0px 0px 25px;
	color: #585757;

}

#powered_by_cell
{
   padding: 11px 13px 0px 0px;
	
}


#footer-menu-area
{
	float: left;
	width: 960px;   
	font-size: 10px;
	color: #717070;
	padding: 28px 0px 0px 0px;
	line-height: 14px;
	
}

#footer-menu-area a
{
	color: #8D8D8D;
}

#footer-menu-area a:hover
{
	color: #8D8D8D;
}


#footer_separator_spacer
{
   padding: 0px 9px 0px 9px;
}


#footer_second_line
{
	margin-top: 9px;
	color: #717070;
	text-align: center;
}


#footer_second_line a
{
	text-decoration: none;
	outline: none;
	color: #717070;
}

#footer_second_line a:hover
{
	text-decoration: none;
	outline: none;
	color: #717070;
}

/*Footer area - ends*/



/*Code for logged in page - starts*/

#logged_header_area
{
	
	padding-top: 5px;
}



#logged_name_area
{
	padding-top: 15px;
	margin-bottom: -3px;
}

.header_spacing
{
	letter-spacing: -0.1em;	

}

/*Code for logged in page - ends*/


/*COde for the Thunda dashboard - starts*/


#dashboard_content_holder
{
	margin-left: 46px;
	padding-top: 19px;
	width: 300px;
	height: 170px;
	
}

#dashboard_content_holder img
{
 border: 5px solid #2B2828;

}

#dashboard_content_holder a
{
outline: none;
 

}


#dashboard_text_cell_mythunda
{
	color: #CBC9C9;
}


#dashboard_text_cell_inbox
{
	color: #CBC9C9;
}


#dashboard_text_cell_upload
{
	color: #CBC9C9;
}


#dashboard_text_cell_update
{
	color: #CBC9C9;
}


#dashboard_text_cell_photos
{
	color: #CBC9C9;
}


#dashboard_text_cell_friends
{
	color: #CBC9C9;
}


#dashboard_text_cell_friendspho
{
	color: #CBC9C9;
}


#dashboard_text_cell_facebook
{
	color: #CBC9C9;
}



#dashboard_change_cell
{
   padding-top: 4px;
	text-align: center;
}

#dashboard_change_cell a
{
  color: #F04E22;
}

#dashboard_change_cell a:visited
{
  color: #F04E22;
}

#dashboard_change_cell a:hover
{
  color: #F04E22;
}

#dashboard_change_cell a:active
{
  color: #F04E22;
}


#dashboard_mythunda_logo_cell
{
	background: url(/images/home-page/dashboard_mythunda_logo.jpg) no-repeat;
	width: 97px;
	height: 57px;
	margin-left: 142px;
}


#dashboard_table_spacer
{
	padding-left: 12px;
	padding-right: 36px;
}

#dashboard_table_spacer_col2
{
	padding-left: 12px;
	padding-right: 0px;
}

#dashboard_icon_mythunda
{
   display: block;
	width: 21px;
	height: 17px;
	background: url(/images/home-page/dashboard_myicon_off.jpg) no-repeat;
}

#dashboard_icon_inbox
{
   display: block;
	width: 21px;
	height: 17px;
	background: url(/images/home-page/dashboard_inbox_off.jpg) no-repeat;
}

#dashboard_icon_upload
{
   display: block;
	width: 21px;
	height: 17px;
	background: url(/images/home-page/dashboard_upload_off.jpg) no-repeat;
}

#dashboard_icon_update
{
   display: block;
	width: 21px;
	height: 17px;
	background: url(/images/home-page/dashboard_update_off.jpg) no-repeat;
}

#dashboard_icon_myphotos
{
   display: block;
	width: 21px;
	height: 17px;
	background: url(/images/home-page/dashboard_myphoto_off.jpg) no-repeat;
}

#dashboard_icon_friends
{
   display: block;
	width: 21px;
	height: 17px;
	background: url(/images/home-page/dashboard_friendfind_off.jpg) no-repeat;
}

#dashboard_icon_friends_photo
{
   display: block;
	width: 21px;
	height: 17px;
	background: url(/images/home-page/dashboard_friendpho_off.jpg) no-repeat;
}

#dashboard_icon_facebook
{
   display: block;
	width: 21px;
	height: 17px;
	background: url(/images/home-page/dashboard_facebook_off.jpg) no-repeat;
}


/*COde for the Thunda dashboard - ends*/



/*To target safri browser only - starts*/

@media screen and (-webkit-min-device-pixel-ratio: 0) {
 


#logged_choose_city_area
{
   margin-top: 9px;
	
}


}



/*To target safri browser only - ends*/
