/*****************************************************
 * DH Interactive Ltd
 * Duncan Hart
 * http://www.dhinteractive.co.uk
 *
 * Client: Ink and Oranges Inc.
 * Client: http://www.inkandoranges.com
 *
 * Author: Duncan Hart
 * Author: http://www.dhinteractive.co.uk ::: <info@dhinteractive.co.uk>
 *
 *Date 05/2009	- Created
 *
 *****************************************************
 */
 
 
 /*****************************************************
* Environmentals
/*****************************************************
*/

.locations_backgrond			{
background: #191919;
}

.locations_divid				{
background: #e0e2e4;
}

/*****************************************************
* Grid Display Front End
/*****************************************************
*/

.locations_grid_off				{
border: 1px solid #686666;
}

.locations_grid_over			{
border: 1px solid #f26722;
}


/*****************************************************
* Text
/*****************************************************
*/

.location_txt 					{
font-family : Arial, Verdana, Helvetica, sans-serif;
color:#666666;
font-size: 12px;
line-height: 20px;
text-decoration: none;
}
.location_txt A:link 			{
color:#666666;
text-decoration: none;
}
.location_txt A:visited 		{
color:#666666;
text-decoration: none;
}
.location_txt A:hover 			{
color:#f26722;
text-decoration: none;
}

.location_txt_large				{
font-size: 12px;
}

.location_txt_lowlight			{
color:#666666;
}

.location_txt_highlight			{
color:#f26722;
}

.location_txt_error				{
color:#f26722;
}

/*****************************************************
* Form
/*****************************************************
*/

.location_dropdown 				{
font-family : Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
width: 200px;
height: 20px;
}

