
.sort-arrow {
	width:					11px;
	height:					11px;
	background-position:	center center;
	background-repeat:		no-repeat;
	margin:					0 2px;
}
.sort-arrow.descending {
	background-image:		url("/js/sortabletable/images/downsimple.png");
	
}
.sort-arrow.ascending {
	background-image:		url("/js/sortabletable/images/upsimple.png");
}


.MenuBox {
	border-top: 1px solid #FF9999;
	border-left: 1px solid #FF9999;
	border-right: 1px solid #FF9999;
}
.MenuBoxissimo {
	border-bottom: 1px solid #FF9999;
}
a.MenuItem
{
	COLOR: #B8E0D0;
	FONT-SIZE: 11;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: None;
	FONT-WEIGHT: Bold;
}
a.MenuItem:link
{
	COLOR: #B8E0D0;
	FONT-SIZE: 11;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: None;
	FONT-WEIGHT: Bold;
}
a.MenuItem:visited
{
	COLOR: #B8E0D0;
	FONT-SIZE: 11;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: None;
	FONT-WEIGHT: Bold;
}
a.MenuItem:hover
{
	COLOR: #FFFFFF;
	FONT-SIZE: 12;
	FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: None;
	FONT-WEIGHT: Bold;
}







a.LeftNavLink
{
text-decoration: none; 
font-size: 11; 
color: #FFFFFF; 
font-family: arial, sans-serif
}
a.LeftNavLink:link
{
text-decoration: none; 
font-size: 11; 
color: #FFFFFF; 
font-family: arial, sans-serif
}
a.LeftNavLink:visited
{
text-decoration: none; 
font-size: 11; 
color: #FFFFFF; 
font-family: arial, sans-serif
}
a.LeftNavLink:hover
{
text-decoration: underline; 
font-size: 11; 
color: #FFFFFF; 
font-family: arial, sans-serif
}



a.LeftNavTitle
{
text-decoration: none; 
font-size: 12; 
color: #EDDC4A; 
font-family: arial, sans-serif
}
a.LeftNavTitle:link
{
text-decoration: none; 
font-size: 12; 
color: #EDDC4A; 
font-family: arial, sans-serif
}
a.LeftNavTitle:visited
{
text-decoration: none; 
font-size: 12; 
color: #EDDC4A; 
font-family: arial, sans-serif
}
a.LeftNavTitle:hover
{
text-decoration: underline;
font-size: 12; 
color: #EDDC4A; 
font-family: arial, sans-serif 
}