/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 


/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 5px 10px;

}


#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
	color: #FFFFFF;
	text-decoration: none;
}

#globalNav a:link{
	color: #FFFFFF;
	text-decoration: none;
}

#globalNav a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

#globalNav a:hover{
	color: #FF0;
	text-decoration: underline;
}
/*
@media only screen and (max-width : 480px) { * { display: none !important; } }
*/

@media only screen and (min-width : 481px) and (max-width : 768px),  only screen and (min-width : 320px) and (max-width : 480px), only screen and (max-width : 320px) {
	table{ width: 100% !important; table-layout: fixed; border-collapse: collapse;}
	table td{word-wrap:break-word;/* text-overflow: ellipsis; *//* white-space: nowrap; */overflow: visible;/* max-width: 100%; */  /* white-space:nowrap; */height: auto;}
	table.magictable td{ width: 25%; }
	img{ max-width: 100%; }
	#eselcornerSmall{ display: none !important; }
	nobr{ white-space:normal; }
	select{ width: 100%; }
	table.showforumtable td{ width: 100%; }
	table.classic td{ width: 25%; }
}