/* StuartB.net: Stylesheet for Photo (v4) */

img
	{
	width:85px;
	height: 85px;
	border-style: solid;
	border-width: 2px;
	border-color: blue;
	}

a:hover img
	{
	border-style: double;
	border-width: 2px;
	boder-color: yellow;
	}

table
	{
	border-style: none;
	}

table th
	{
	font-weight: bold;
	border-bottom-style: double;
	border-bottom-color: #CCF;
	}

td.disc
	{
	vertical-align: middle;
	border-bottom-style: double;
	border-bottom-color: yellow;
	}

p.right
	{
	text-align: right;
	background: #CCF;
	border-style: solid;
	border-color: #CCF;
	border-width: 3px;
	}

p.left
	{
	text-align: left;
	background: #CCF;
	border-style: solid;
	border-color: #CCF;
	border-width: 3px;
	}

p.total
	{
	background: #CCF;
	border-style: solid;
	border-color: blue;
	border-width: 1px;
	padding: 3px;
	font-weight: bold;
	text-align: center;
	}

p.center
	{
	text-align: center;
	font-size: 12px;
	}

td.off
	{
	color: white;
	background: red;
	}

table.country
	{
	margin: 1em 0em 1em 4em;
	background-color: #FFD;
	text-align: center;
	border-style: none double;
	border-color: blue;
	border-width: 3px;
	}

table.country
	{
	width: 70%;
	margin-left: 3em;
	margin-right: 3em;
	margin-top: 1em;
	border: solid 1px blue;
	font-size: 150%;
	background-color: #DDF;
	}

table.country td
	{
	padding: 0px;
	border-color: blue;
	border-width: 1px;
	}

table.country a
	{
	padding: 0.6em 1em 0.6em 1em;
	}

table.photolist
	{
	border-style: none none double;
	border-color: #AAF;
	margin-left: 1em;
	}

table.photolist th
	{
	text-align: left;
	}

table.photolist th:first-child
	{
	text-align: center;
	}

table.photolist td
	{
	padding: 0.5em;
	}

td.icon
	{
	width: 90px;
	}

td.num
	{
	text-align: center;
	width: 4em;
	font-weight: bold;
	background-color: #ffa;
	}

img.valid
        {
        position: relative;
        top: 20px;
        border: none;
	width: 88px;
	height: 31px;
	border: 0px;
        }

a:hover img.valid
	{
	border: none;
	}
