/*
http://icant.co.uk/csstablegallery/tables/13.php
Style: OrangeYouGlad.css
Created by Randy Peterman, September 2nd, 2005
http://design.randypeterman.com
using TopStyle Pro 3.12

Requires one image: down_arrow.gif for {mostly} 
Standards Compliant browsers like Firefox.

*/
#oyg {font: 200% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;padding: 0; margin: 0; border-collapse: collapse; color: #333; background: #F3F5F7;}

#oyg table{
   background: #FFEFD5;
   border-spacing: 0px;
   border-collapse: collapse;
}
#oyg caption{
   /*	width: 100%; */
   /*	font-weight: bolder; */
   border-top: 4px double #bbb;
}
#oyg table *{
   font-family: Verdana, Arial;
   font-size: small;
}
#oyg thead{
   font: 80% Verdana, Arial;
   background: #FFA109;
}
#oyg thead * th{
   border-bottom: 1px outset;
   border-top: 1px outset;
   padding-left: 3px;
   padding-right: 3px;
}
#oyg tfoot{
   background: #FFA109;
}

#oyg table * a{
   color: #000;
}
#oyg tbody * th{
   background: #FFDCA2;
   border-right: 1px solid #956500 !important;
   border-bottom: 1px solid #fff;
   font-size: medium;
   font-weight: normal;
   padding-left: 2px;
   padding-bottom: 4px;
   text-align: left;
   vertical-align: top;
}
#oyg tbody * th a{
   color: blue !important;
}
#oyg tbody * td{
   border: 0px none;
   border-bottom: 1px solid #ddd;
   padding-left: 3px;
   vertical-align: top;
}
#oyg tbody tr.odd{
   /*	background: #FFF8EA; */
   background: #FFF9FA;
}
#oyg tbody tr.odd th{
   background: #FFE2B0;
}
#oyg tfoot tr td[colspan='4']{
   text-align: right;
   font-style: italic;
   padding-right: 4px;
}
#oyg tbody td a{
   background: url(down_arrow.gif) no-repeat;
   /*	background-position: top left;*/
   background-position: top;
   min-height: 20px;
   padding-left: 20px;
   /*	float: left; */
   padding-right: 4px;
}
#oyg tbody tr th+td a{
   background-image: none;
   padding: inherit;
   float: inherit;
}
/* Fake for IE, argh! Maybe IE 7 will resolve this. */
#oyg tbody td a{
   _background: none;
   _background-position: inherit;
   _padding-left: 2px;
   _float: inherit;
   _padding-right: inherit;
}
#oyg tfoot * th{
   border-bottom: 1px outset;
   border-top: 1px outset;
}