/*
 *	Style Sheet for Lyman RoboWeb
 *	"Just B.A.D.: Built and Dangerous"
 */

body
{
	background-color: #02358A;
	background-image: url('../images/background.png');

	background-attachment: fixed;
	background-repeat: repeat-x;
	font-family: "Segoe UI", "Verdana", "Tahoma", Sans-Serif;
	font-size: 10pt;
}

div.leaderboard a:link
{
	color: #222222;
	text-decoration: none;
}
div.leaderboard a:hover
{
	text-decoration: underline;
}

table.JBRInnerContentTable
{
	border: 1px outset;
	width: 97%;
}

table.JBRTableLayoutPanel
{
	width: 100%;
	height: 100%;
	font-size: 10pt;
}
table.JBRTableLayoutPanel tr.JBRHeaderPanel td, table.JBRTableLayoutPanel tr.JBRHeaderPanel td div.JBRHeaderPanel
{
    height: 160px;
}
table.JBRTableLayoutPanel tr.JBRNavigationPanel td, table.JBRTableLayoutPanel tr.JBRNavigationPanel td div.JBRNavigationPanel
{
    height: 40px;
}
table.JBRTableLayoutPanel tr.JBRChoicesPanel td
{
    text-align: center;
    vertical-align: middle;
}

table.JBRTableLayoutPanel tr.JBRContentPanel td div.JBRContentPanel
{
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    
	min-height: 100px;
	vertical-align: top;
}
table.JBRTableLayoutPanel tr.JBRContentPanel td.JBRContentPanel
{
	background-color: #6699CC;
	vertical-align: top;
}
div.JBRNavigationPanel
{
    text-align: center;
}
div.JBRHeaderPanel
{
    text-align: center;
}
img
{
    border: 0px;
}
