﻿/*
  <copyright file="FSGadget.css" company="Microsoft">
    Copyright (C) Microsoft. All rights reserved.
  </copyright>
*/

.FSGadget table
{
	border: 0;
	width: 100%; 
	table-layout: fixed;
	border-collapse: collapse;
}

.FSGadget .FSGadgetNoItemPanel
{
	padding: 10px;
}

.FSGadget td
{
	padding: 0;
}

.FSGadget .FSGadgetImg
{
	width: 61px;
	height: 60pt;
	text-align: right;
}

.FSGadget .FSGadgetImg img
{
	width: 51px;
	height: 51px;
}

.FSGadget .FSGadgetLink
{
	width: 50%;
	height: 60pt;
	padding: 0 4px;
}

.FSGadget .SeparatorRow td
{
	margin: 0;
	padding: 0;
	width: 100%;
}

.FSGadget .SeparatorRow div
{
	border-bottom: 1px solid white; 
	line-height:0px
}
