/*
	this style sheet contains elements that have to be tweaked for a specific browser
	general settings that work fine on all major browsers are in style_general.css
*/

/* static bottom navigation	*/
.navlink           
{ 
	font-family        : arial,helvetica,sans-serif;
	font-size          : 11px;
    text-decoration    : none;
	color : #ffffff;
}

                 

/*	Tables	*/
table.news1
{
	border : 2px solid #7F7F7F;
	padding: 0 0 0 0;

	width: 100%;
}

table.news2
{
	border : 2px solid #BEB089;
	padding: 0 0 0 0;

	width: 100%;
}

table.news3
{
	border : 1px solid Black;
	padding: 0 0 0 0;

	width: 100%;
}

table.news4
{
	border : 1px solid #EAEAEA;
	padding: 0 0 0 0;

	width: 100%;
}


/* item used to "prop" the main content table to a pre-defined minimum size */
.prop 
{
    float: right;
    width: 1px;
	height: 423px;
/*	border: 1px solid #666666;*/
 }
 
 .ezmap {
background-color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #7A7A7A;
font-weight: normal;
}

.ezmap_details {
background-color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color: #666666;
}

.ezmap_gen {
background-color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color: #666666;
}

.white12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#FFFFFF;
}
