/************ SERVED FROM APP CACHE ********************/

/************ START generic/tables.css ********************/

/* ----------------- Generic Table ----------------- */

.Generic-Table
{
width               : 100%;
background-color    : #FFF;
margin              : 10px 0px 10px 0px;
} 

.Generic-Table td
{
font-size           : 75%;
color               : #666;
line-height         : 15px;
padding             : 6px 10px 6px 10px;
border-right        : 1px solid #CCC;
}

.Generic-Table tr.Table-Header td
{
background-color    : #505050;
border-right        : 1px solid #3C3C3C;
color               : #FFF;
font-weight         : bold;
padding             : 8px 10px 8px 10px;
}

.Generic-Table td.bottom-left
{
background          : url(../images/generic/table-bottom-left.png) bottom left no-repeat;
}

.Generic-Table td.bottom-right
{
background          : url(../images/generic/table-bottom-right.png) bottom right no-repeat;
border-right        : 0px;
}

.Generic-Table tr.Table-Header td.top-left
{
background          : url(../images/generic/table-top-left.png) top left no-repeat;
}

.Generic-Table tr.Table-Header td.top-right
{
background          : url(../images/generic/table-top-right.png) top right no-repeat;
border-right        : 0px;
}

.birchwoodpark .Generic-Table td.bottom-left     {background-color  : #0093B1 !important;}
.callaghansquare .Generic-Table td.bottom-left   {background-color  : #592989 !important;}
.chinehampark .Generic-Table td.bottom-left      {background-color  : #EF3E42 !important;}
.grantapark .Generic-Table td.bottom-left        {background-color  : #A90056 !important;}
.hillingtonpark .Generic-Table td.bottom-left    {background-color  : #B7BE1C !important;}
.leavesdenpark .Generic-Table td.bottom-left     {background-color  : #458D54 !important;}
.miltonpark .Generic-Table td.bottom-left        {background-color  : #007AC2 !important;}
.wellingtonplace .Generic-Table td.bottom-left   {background-color  : #999B9E !important;}

.birchwoodpark .Generic-Table td.bottom-right    {background-color  : #0093B1 !important;}
.callaghansquare .Generic-Table td.bottom-right   {background-color  : #592989 !important;}
.chinehampark .Generic-Table td.bottom-right      {background-color  : #EF3E42 !important;}
.grantapark .Generic-Table td.bottom-right        {background-color  : #A90056 !important;}
.hillingtonpark .Generic-Table td.bottom-right    {background-color  : #B7BE1C !important;}
.leavesdenpark .Generic-Table td.bottom-right    {background-color  : #458D54 !important;}
.miltonpark .Generic-Table td.bottom-right        {background-color  : #007AC2 !important;}
.wellingtonplace .Generic-Table td.bottom-right   {background-color  : #999B9E !important;}

.birchwoodpark .Generic-Table td.top-left     {background-color  : #0093B1 !important;}
.callaghansquare .Generic-Table td.top-left   {background-color  : #592989 !important;}
.chinehampark .Generic-Table td.top-left      {background-color  : #EF3E42 !important;}
.grantapark .Generic-Table td.top-left        {background-color  : #A90056 !important;}
.hillingtonpark .Generic-Table td.top-left    {background-color  : #B7BE1C !important;}
.leavesdenpark .Generic-Table td.top-left     {background-color  : #458D54 !important;}
.miltonpark .Generic-Table td.top-left        {background-color  : #007AC2 !important;}
.wellingtonplace .Generic-Table td.top-left   {background-color  : #999B9E !important;}

.birchwoodpark .Generic-Table td.top-right    {background-color  : #0093B1 !important;}
.callaghansquare .Generic-Table td.top-right   {background-color  : #592989 !important;}
.chinehampark .Generic-Table td.top-right      {background-color  : #EF3E42 !important;}
.grantapark .Generic-Table td.top-right        {background-color  : #A90056 !important;}
.hillingtonpark .Generic-Table td.top-right    {background-color  : #B7BE1C !important;}
.leavesdenpark .Generic-Table td.top-right    {background-color  : #458D54 !important;}
.miltonpark .Generic-Table td.top-right        {background-color  : #007AC2 !important;}
.wellingtonplace .Generic-Table td.top-right   {background-color  : #999B9E !important;}


.Generic-Table td.light-grey
{
background-color    : #EEE;
}

.Generic-Table tr.Table-Header td.on a
{
background-image    : url(../images/generic/table-down-arrow.gif);
background-repeat   : no-repeat;
background-position : center right;
}

.Generic-Table tr.Table-Header td a
{
color               : #FFF;
display             : block;
}


.Generic-Table tr.Table-Header td.size a
{
display				: inline-block;
padding-right		: 12px;
margin-right		: 6px;
}

.Generic-Table tr.Table-Header td.size span 
{
font-size			: 90%;
}

.Generic-Table tr.Table-Header td.size span a
{
margin				: 0;
padding				: 0;
background			: none;
font-weight			: normal;
}

.Generic-Table tr.Table-Header td.size span a.on
{
font-weight			:bold;
}

.Generic-Table tr.Table-Header td.smalltext a 
{
display				: inline-block;
padding-right		: 12px;
margin-right		: 6px;
}

.Generic-Table tr.Table-Header td.smalltext span
{
font-size			: 90%;
}

.Generic-Table td a
{
color               : #666;
text-decoration     : none;
}

