.GridCSS { width: 100%; }

.HeaderItem { color: white; background-color: black; font-weight: bold; }
.ListItem { background-color: white; }

.AlternatingListItem { background-color: Silver; }

A.ListItemLink:link { text-decoration: underline; }

A.ListItemLink:visited { text-decoration: underline; }

A.ListItemLink:active { text-decoration: underline; }

A.ListItemLink:hover { text-decoration: underline; }

.ViewListHeader { color: Black; font-weight: bold; }
.ViewListItemTitle { color: Black; font-size: x-small; font-weight: bold; }
.ViewListItemDesc { color: Black; font-size: x-small; }

/* DataLists */
.TRTDataList { border-right: black 1px solid; border-top: black 1px solid; border-left: black 1px solid; border-bottom: black 1px solid; }
.DLHeaderItem { color: white; background-color: black; }
.DLListItem { border-right: black 1px solid; border-top: black 1px solid; border-left: black 1px solid; border-bottom: black 1px solid; background-color: white; }

.DLAlternatingListItem { background-color: Silver; border-right: black 1px solid; border-top: black 1px solid; border-left: black 1px solid; border-bottom: black 1px solid; }

.ViewHeader { background-color: #E9E9E9; color: Red; font-size: small; font-weight: bold; }
.ViewTitle { color: Black; font-size: small; font-weight: normal; }
.SubViewHeader { background-color: Silver; color: Black; font-size: small; font-weight: bold; border-bottom: red 1px solid; }
.SubViewTitle { color: Black; font-size: small; font-weight: normal; }

.SubViewContent { color: Black; font-size: small; font-weight: normal; }

.PhotoFrame { filter: progid:DXImageTransform.Microsoft.Fade(duration=1.0); }

.TruckManagerCMDIMG { width: 33px; }

.TellFriendBG { background-color: #A50021; }
.TellFriendTitle { color: White; font-weight: bold; }
.TellFriendBody { background-color: White; padding: 5; border-spacing: 0px; }

