body
{
	font-family: Arial, Sans-Serif;
	font-size: 12px;
}

.GadgetContainer
{
	border: 1px solid #35679E;
	position: relative; /* orig. position: absolute;*/	
	width: 96%;
	left: 2%;
	text-align: left;
	background: url('http://sterno-gadgets.googlecode.com/svn/trunk/2day/bg.gif') 100% 0 no-repeat;
}

.Header
{
	padding: 8px;
	font-family: Tahoma, Arial, Sans-Serif;
	color: #003CAC;
	font-size: 14px;
	font-weight: bold;
}

.TabsLayout
{
	width: 100%;
}

.TabsLayout TD
{
	text-align: center;
	color: #003468;
}

.PanelTabSelected DIV
{
   padding: 4px 5px;
   border-left: 0;
   border-right: 1px solid #35679E;
   border-top: 1px solid #35679E;
   border-bottom: 0;
   background: #FFF;
   cursor: default;
}

.PanelTabUnselected DIV
{
	padding: 4px 5px;
	background: #D6E3F1;
	border-left: 0;
    border-right: 1px solid #35679E;
    border-top: 1px solid #35679E;
    border-bottom: 1px solid #35679E;
	cursor: pointer;
}

.Content
{
	height: 240px;
	overflow: auto;
	display: none;
	padding: 0 0 10px 0;
}

.Content SPAN
{
	color: #003CAC;
	font-weight: bold;
	position: relative;
	top: 10px;
	left: 10px;
}

.Block
{
	margin-top: 10px;
    width: 90%;
}

.Year
{
	 color: #FFF;
     padding: 2px 0 2px 13px;
     font-weight: bold;
     background: url('http://sterno-gadgets.googlecode.com/svn/trunk/2day/year.gif') 0 0 repeat-y;
}

.Name
{
	 color: #003CAC;
     font-weight: bold;
     padding: 5px 0 0 10px;
}

.Summary
{
	color: #336699;
    font-size: 11px;
    padding: 3px 0 2px 10px;
}

.Desc
{
	color: #3D3D3D;
    font-size: 11px;
    padding: 0 0 0 10px;
 }
