/* ------------------
 styling for the tables 
   ------------------   */


#tb-mini
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 9px;
	background: transparent;
	margin: 0px;
	width: auto;
	border-collapse: collapse;
	text-align: left;
}
#tb-mini th
{
	font-size: 14px;
	font-weight: bold;
	color: #444444;
	padding: 10px 8px;
	border-bottom: 2px solid #bbbbbb;
}
#tb-mini td
{
	border-bottom: 1px solid #dddddd;
	color: #999999;
	padding: 6px 8px;
}

#tb-mini a:link {
    color: #555555;
    font-weight: normal;
    font-style: normal;
	text-decoration: none;
}

#tb-mini a:visited {
    color: #555555;
    font-weight: normal;
    font-style: normal;
	text-decoration: none;
}

#tb-mini a:hover {
    color: #000000;
    font-weight: normal;
    font-style: normal;
	text-decoration: none;
}

#tb-mini a:active {
    color: #555555;
    font-weight: normal;
    font-style: normal;
	text-decoration: none;
}


/* ============== NEXT TABLE ================ */

#tb-medium
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: transparent;
	margin: 0px;
	width: auto;
	border-collapse: collapse;
	text-align: left;
}
#tb-medium th
{
	font-size: 14px;
	font-weight: bold;
	color: #444444;
	padding: 10px 8px;	
	border-bottom: 2px solid #bbbbbb;
}
#tb-medium td
{
	border-bottom: 1px solid #dddddd;
	color: #999999;	
	padding: 6px 8px;
}

/* ============== NEXT TABLE ================ */


#tb-grad
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 11px;
	width: auto;
	text-align: left;
	border-collapse: collapse;


	
	
}
#tb-grad th
{
	font-size: 11px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe url('img/table/gradhead.png') repeat-x;
	border-top: 2px solid #d3ddff;
	border-bottom: 1px solid #fff;
	color: #aaaaaa;
	border-left: 1px solid #000000;
}
#tb-grad td
{
	padding: 8px; 
	border-bottom: 1px solid #fff;
	color: #000000;
	border-top: 0px solid #fff;
	background: #e8edff url('img/table/gradback.png') repeat-x;
		border-left: 1px solid #000000;
}
#tb-grad tfoot tr td
{
	background: #eeeeee;
	font-size: 12px;
	color: #222222;
}
#tb-grad tbody tr:hover td
{
	background: #444444 url('img/table/gradhover.png') repeat-x;
}

#tb-grad a:link {
    color: #000000;
    font-weight: normal;
    font-style: normal;
	text-decoration: none;
}

#tb-grad a:visited {
    color: #000000;
    font-weight: normal;
    font-style: normal;
	text-decoration: none;
}


#tb-grad a:active {
    color: #000000;
    font-weight: normal;
    font-style: normal;
	text-decoration: none;
}