img
{
   border      : none;
}

input
{
	background-color: #FFF;
	color: #666;
	border: 1px solid efefef;
	font-family: Verdana;
	font-size: 10px;
}

table, td
{
	border-collapse      : collapse;
	font-family: Verdana;
	font-size: 9px;
	line-height: normal;
	text-transform: none;
	width: auto;
	color: #CCC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #DFDFDF;
	border-bottom-color: #DFDFDF;
}
table
{
	border                :none;
	width: 100%;
}
thead th,
tbody th
{
	color                 : #666;
	padding-left:4px;
	padding-right:4px;
	padding-top:2px;
	padding-bottom:2px;
	background-repeat: repeat-x;
}
tbody th
{
	text-align            : left;
	font-weight           : normal;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
}
tbody tr td
{
	color                 : #666;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}
tbody tr:hover
{
}

tbody tr:hover td
{
	color                 : #454545;
	text-decoration: none;
}
tfoot td,
tfoot th
{
	border-left           : medium none;
	border-top            : 1px solid #CCC;
	padding               : 2px;
	background            : #FFF url('foot_bck.gif');
	color                 : #666
}
caption
{
	text-align            : left;
	font-size             : 120%;
	padding               : 10px 0;
	color                 : #666;
}
table a:link
{
	color                 : #06F;
	text-decoration: none;
}
table a:visited
{
	color                 : #666;
	text-decoration: none;
}
table a:hover
{
	color                 : #F30;
	text-decoration       : none;
}
table a:active
{
	color                 : #C00;
	text-decoration: none;
}