/* Free UK Bingo Style Sheet */

/*  B O D Y  */

body
{
	/* to get IE to center page */
	text-align: center;
}

#body_content
{
	margin: auto;
	padding: 0;
   	width: 775px;
   	text-align: left;
	background-color: #ffffff;
	color: #330066;
	font-family: arial, times, sans-serif;
	font-style: normal;
	font-size: 80%;
	line-height: 135%;
}

/*  S E C T I O N S  */

#header_content
{
	font-size: 115%;
   	height: 83px;
	margin-bottom: 15px;
   	position: relative;
   	z-index: 1;
}

#header_content h1
{
	margin: 2px;
	color: #660099;
	font-weight: normal;
	font-size: 150%;
	text-decoration: none;
}
#header_content h2
{
	margin: 2px;
	color: #663399;
	font-weight: normal;
	font-size: 125%;
	text-decoration: none;
}

#menu_nav
{
	margin: 0 20px 0 0;
}

#menu_nav li
{
	display: inline;
	list-style-type: none;
}

#menu_nav a:link, #menu_nav a:visited
{
	float: left;
	padding: 2px 6px 2px 6px;
	margin-right: 3px;
	color: #660099;
	background-color: #ffffff;
	border: 1px solid #660099;
	text-decoration: none;
	font-weight: bold;
}

#menu_nav a:link.active, #menu_nav a:visited.active
{
	color: #ffffff;
	background-color: #660099;
	border: 1px solid #660099;
}

#menu_nav a:hover
{
	color: #ffffff;
	background-color: #660099;
	border: 1px solid #660099;
}

#intro_content
{
	width: 100%;
	margin: -16px 0 12px 0;
	padding: 2px;
    border: 1px solid #660099;
	position: relative;
	right: 10px;
	background-color: #660099;
	color: #ffffff;
  	text-align: center;
}

#main_content
{
	float: left;
	width: 95%;
	padding: 0;
	margin: 5px 10px 5px 10px;
}

#right_content
{
	float: left;
	width: 550px;
	padding: 0;
	margin: 10px 10px 5px 25px;
}

#left_content
{
	width: 146px;
	float: left;
	margin: 0;
	padding: 10px 15px 0 15px;
	border-right: 1px solid #CC99FF;
	color: #000000;
}

#footer_content
{
	clear: both;
	padding: 10px;
	margin-top: 20px;
	border-top: 1px solid #CC99FF;
	color: #666666;
	font-size: smaller;
	text-align: right;
}

table
{
  	width: 100%;
	text-align: center;
	color: #000066;
	border-collapse: collapse;
	border: 2px solid #663399;
}
tr.highlight
{
	color: red;
	background-color: white;
}
tr.lowlight
{
	color: gray;
	background-color: white;
}
th
{
	background: #663399;
	color: white;
	padding: 4px 10px;
	border: 1px solid silver;
}
th.foot
{
	background: #663399;
	color: white;
	padding: 4px 10px;
	border: 2px solid #663399;
}
th a:link, th a:visited, th a:hover, th a:active
{
  	color: white;
	text-decoration: underline;
}
td
{
	padding: 4px;
	border: 1px dashed #663399;
	border-bottom: 1px solid #663399;
}
td.features
{
	font-size: smaller;
}

ul
{
	text-align: left;
}

/*  L I N K S  */

a:link {
	color: #663399;
	text-decoration: underline;
}
a:visited {
	color: #663399;
	text-decoration: underline;
}
a:hover {
	color: #663399;
	text-decoration: underline;
}
a:active {
	color: #663399;
	text-decoration: underline;
}

a img {
	border: 0;
}

/*  I M A G E S */

img
{
	border-style: none;
}

img.site_link
{
	padding: 5px 10px 5px 10px;
}

/*  T E X T  */

h1
{
	font-weight: bold;
	font-size: 150%;
}

h2
{
	font-weight: bold;
	font-size: 125%;
}

h3
{
	font-weight: bold;
	font-size: 100%;
}

code
{
	font-size: 115%;
	font-weight: bold;
}

div.row { clear: both; }
div.left_align { float: left; text-align: left; }
div.right_align{ float: right; text-align: right; }

div.box_header
{
   	padding: 6px;
    border: 1px solid #660099;
	background-color: #660099;
	color: #ffffff;
	font-weight: bold;
	font-size: 125%;
	position: relative;
	bottom: 5px;
	right: 5px;
}
div.box_content
{
	overflow: auto;
	height: 100%;
	margin-top: -1px;
	margin-bottom: 16px;
   	padding: 12px;
    border: 1px solid #660099;
   	background-color: #ffffff;
	position: relative;
	bottom: 5px;
	right: 5px;
}
div.box_shadow
{
	background-color: #f0f0f0; /*shadow color*/
}

#search_form
{
  	margin: 0px;
  	text-align: center;
}

form
{
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

form label
{
	float: left;
	text-align: right;
	width: 25%;
	margin: 3px 0.5em 3px 0;
	clear: both;
}
form .input
{
	margin-bottom: 5px;
}

.button
{
	font-family: arial, helvetica;
	font-weight: bold;
	color: #ffffff;
	background-color: #660099;
	border: 2px outset #660099;
	cursor: pointer;
}

fieldset
{
	border: 1px solid navy;
	padding: 14px;
	margin: 12px;
}
legend
{
	background: #660099;
	color: white;
	font-weight: bold;
	border: 1px solid #660099;
	padding: 1px 10px;
}

/*  C L A S S E S  */
.key { text-decoration: underline; }
.help { border-bottom: 1px dashed silver; cursor: help; }
.page_options { float: left; text-align: left; font-size: 125%; }

