

#special_table {
	border-spacing:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#E7E7E7;
	color: #000099;
	width:700;

}


caption {
	font-weight: bold;
	background: #50ADEA url(../images/corner.gif) no-repeat right top;
	border-bottom:2px solid #1975d7;
	color: #FFF;
	text-transform:uppercase;
	padding:10px;
}

#special_table td th {
	padding: 4px;
}

#special_table thead th {
	text-align: center;
	background: #F5F5F5;
	color: #666;
	border: 1px solid #FFF;
	text-transform:uppercase;
}

#special_table tbody th {
	font-weight: bold;
}

#special_table tbody tr		{
	background-color:#FFF; 
	text-align:left;
	}
#special_table tr.odd 	{
	background: #f9f9f9;
	border-top:1px solid #FFF;
}


#special_table tbody th a:hover{
	color:#FF8601;
	}

#special_table tbody tr td { 
	height:40px;
	background: #FFF;
	border: 1px solid #FFF;
	padding-left: 5px;
	}

#special_table tbody tr.odd td{ 
	background: #f9f9f9;
	border-top:1px solid #FFF;
	}

#special_table td a:link, td a:visited {
	color: #1975D7;
	text-decoration: none;
}

#special_table td a:hover {
	color: #50ADEA;
	border-bottom:2px solid #8FD5FF;
	text-decoration: none ;
}





/*

div#itsthetable {
}

html>body div#itsthetable {
	font: normal normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 377px
}

div#itsthetable table {
	border-collapse: collapse
}

caption {
	background: url(http://www.imaputz.com/cssStuff/datatable.gif) #FFF repeat-x scroll center left;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	display: none;
	font: normal normal bold 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 5px
}

html>body caption {
	display: block
}

thead tr th, tr thead td {
	background: url(http://www.imaputz.com/cssStuff/datatable.gif) #FFF repeat-x scroll center left;
	border-bottom: 1px solid #CCC;
	font: normal normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 5px;
	position: relative;
	text-align: left
}

html>body thead tr th, html>body tr thead td {
	position: inherit
}

tbody tr th, tbody tr td {
	background: url(http://www.imaputz.com/cssStuff/datatablerow.gif) #FFF repeat-x scroll center left;
	display: table-cell;
	font: normal normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 5px;
	text-align: left;
	vertical-align: top
}

tbody tr.odd th, tbody tr.odd td {
	background: url(http://www.imaputz.com/cssStuff/datatablerow.gif) #EEE repeat-x scroll center left;
	display: table-cell;
	padding: 5px;
	text-align: left;
	vertical-align: top
}

tbody tr:hover th, tbody tr:hover td, tbody tr.odd:hover th, tbody tr.odd:hover td {
	background: url(datatablerow.gif) #999 repeat-x scroll center left;
	color: #FFF;
	display: table-cell;
	padding: 5px;
	text-align: left;
	vertical-align: top
}

tbody tr a, tbody tr a:link, tbody tr a:visited {
	color: #009;
	text-decoration: none
}

tbody a:hover {
	color: #009;
	text-decoration: underline
}

tbody tr:hover th a, tbody tr:hover td a, tbody tr.odd:hover th a, tbody tr.odd:hover td a {
	color: #FFF;
	text-decoration: none
}

tbody tr:hover th a:hover, tbody tr:hover td a:hover, tbody tr.odd:hover th a:hover, tbody tr.odd:hover td a:hover {
	color: #FFF;
	text-decoration: underline
}

tfoot tr th {
	background: url(http://www.imaputz.com/cssStuff/datatable.gif) #FFF repeat scroll center left;
	border-top: 1px solid #CCC;
	font: normal normal bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 5px;
	text-align: right;
	z-index: 1000000
}

tfoot tr td {
	background: url(http://www.imaputz.com/cssStuff/datatable.gif) #FFF repeat scroll center left;
	border-top: 1px solid #CCC;
	font: italic normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 5px;
	z-index: 1000000
}

html>body tfoot tr th, html>body tfoot tr td {
	border-bottom: 1px solid #CCC
}

 
html>body thead {
	display: block
}

html>body tfoot {
	display: block;
	position: absolute;
	top: 620px
}

html>body tbody {
	display: block;
	height: 300px;
	overflow: auto
}

html>body thead tr th, html>body tbody tr th {
	width: 98px
}

html>body thead tr th + th, html>body tbody tr th + td {
	width: 100px
}

html>body thead tr th + th + th, html>body tbody tr th + td + td {
	width: 80px
}

html>body thead tr th + th + th + th, html>body tbody tr th + td + td + td {
	width: 230px
}

html>body thead tr th + th + th + th + th {
	width: 86px
}

html>body tbody tr th + td + td + td + td {
	width: 70px
}

html>body tfoot tr th {
	width: 98px
}

html>body tfoot tr th + td {
	width: 526px
} */