﻿#summary
{
	width: 580px;
	padding-right: 20px;
	background-color: #ffffff;
	height: 300px;
	border: none;
	scrollbar-base-color: #f4f4f4;
	scrollbar-arrow-color: #666666;
	scrollbar-DarkShadow-Color: #cccccc;
	overflow: auto;

}

#summary-no-scroll
{
	width: 580px;
	padding-right: 20px;
	background-color: #ffffff;
	border: none;
}

#lottoresults
{
	padding-right: 2px;
	padding-left: 2px;
	background-color: #ffffff;
	height: 160px;
	border: 1px solid #000000;
	scrollbar-base-color: #f4f4f4;
	scrollbar-arrow-color: #666666;
	scrollbar-DarkShadow-Color: #cccccc;
	overflow: auto;

}

#lottoresults-small
{
	padding-right: 2px;
	padding-left: 2px;
	background-color: #ffffff;
	height: 120px;
	border: 1px solid #000000;
	scrollbar-base-color: #f4f4f4;
	scrollbar-arrow-color: #666666;
	scrollbar-DarkShadow-Color: #cccccc;
	overflow: hidden;
}

#lottoplayer-small
{
	padding-right: 2px;
	padding-left: 2px;
	background: url(images/red_gradient.png) red repeat-x left top;
	height: 140px;
	border: 1px solid #000000;
	overflow: hidden;
}


#lottoplayer
{
	padding-right: 2px;
	padding-left: 2px;
	background: url(images/red_gradient.png) red left top;
	height:auto;
	border: 1px solid #000000;
	overflow: visible;
	width: 300px;
}

#lottoplayer_register
{
	padding-right: 2px;
	padding-left: 2px;
	background: url(images/gradient-grey.png) white left top;
	height: 240px;
	border: 1px solid #000000;
	overflow: auto;
	width: 300px;
}

#lottoplayer-login
{
	padding-right: 2px;
	padding-left: 2px;
	background: url(images/gradient-grey.png) white left top;
	height:auto;
	border: 1px solid #000000;
	overflow: auto;
	width: 300px;
}


td.redbutton
{
	height: 25px; 
	margin: 0; 
	padding: 0; 
	background: url(images/play.png) no-repeat top center;
}

td.greybutton
{
	height: 26px; 
	margin: 0; 
	padding: 0; 
	background: url(images/button2.png) no-repeat top center;
}


#lottovideo
{
	padding-right: 2px;
	padding-left: 2px;
	background-color: #ffffff;
	border: 1px solid #000000;
}

#container {
   background: black;
   margin: 0;
   height: 120px;
   padding: 0px
	
}


#topheader
{
	background-color: black;
	height: 90px;
	padding: 0px;
	background-image: url(images/topheader.png);
}

#topheader-bottom
{
	background-color: black;
	height: 30px;
	padding: 0px;
	background-image: url(images/topheader-bottom.png);
	
}

#title
{
    font-size: 24px;
    color: #fff;
    margin: 0px;
}

#subtitle
{
	font-size: 10px;
	color: #fff;
	margin: 5px;
}

#navcontainer
{
	background-color: red;
	height: 25px;
	width: 900px;
	margin-top:0px;
	margin-right:1px;
	float:left;
	padding: 0px;
	background-image: url(images/navspace.png);
	
	
}

div.navitem
{
	background-color: #000;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	color: #fff;
	width: 107px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	float: left;
	height: 25px;
	background-image: url(images/navitem.png);
	vertical-align: middle;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 3px;
}

div.navspace
{
	background-color: red;
	padding: 0px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	color: red;
	width: 60px;
	margin-top: 0px;
	margin-right: 0px;
	float: left;
	height: 25px;
	background-image: url(images/navspace.png);
}

div.navitem a
{
	font-weight: bold;
	text-decoration: none;
	color: black;
	vertical-align: middle;
	text-align: center;
}
div.navitem a:link, div.navitem a:visited {
	color: white;
} 
div.navitem a:active, div.navitem a:hover {
	color: red;
} 





div.playlotto-header
{
	background-color: red;
	padding: 0px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	color: black;
	width: 260px;
	margin-top: 0px;
	margin-right: 0px;
	height: 25px;
	background-image: url(images/navspace.png);
	padding-top: 3px;
}




/* === set all margins and paddings to 0 for consistency === */
* {
	margin: 0;
	padding: 0;
} 
/* ============ elements & gloabal settings ======= */
body {
	padding: 0;
	margin: 0 auto;
	font: 76% "Trebuchet MS", ariel, tahoma, arial, helvetica, sans-serif;
	color: #000;
	background: #878787 url(images/bg_pagebackground.gif) no-repeat top center;
	width: 900px;
}

/* ------------ relative font sizes --------------- */
h1 {
	font-size: 1.2em;
}
h2 {
	margin-top: 0;
	font-size: 1.6em; 
	
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1.0em;
}
p, ol, ul, li {
	font-size: 1.0em;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'trebuchet ms', ariel, sans-serif;
	color: #000;
}
p {
	font-family: 'trebuchet ms', ariel, sans-serif;
}
/* ------------ line heights ---------------------- */
/*p, .newsbody, li {
	line-height: 1.6em;
}
ul.box li {
	line-height: 1.4em;
}*/
/* ------------ margins --------------------------- */
h3, h4, h5, h6 {
	margin-bottom: 0.2em;
}
h4.box {
	margin-bottom: 0.6em;
}
h5, h6 {
	margin-bottom: 0;
}
/* adjacent sibling selectors not supported by: 
ie except ie5 (mac)
nn4
opera 3.5 */
h5 + p, h6 + p {
	margin-top: 0;
}
p {
	margin: 1em 0 0 0;
}
/* ------------ misc elements --------------------- */
address {
	display: inline;
	font-style: normal;
	font-weight: normal;
}
img {
	border: none;
}
a {
	font-weight: normal;
}
a:link, a:visited {
	color: #FF6B00;
}
a:active, a:hover {
	color: red;
}
label {	
	display: block;
	font: bold 0.9em tahoma, verdana, geneva, sans-serif;
	margin-top: 1em;
	margin-bottom: 0.2em;
}
input.button {
	margin: 0;
}

input.text-box {
	border: 1px solid #000000;
	margin: 5px 0 6px 0;
	padding: 2px 0 3px 0;
}
input.form-field, textarea.form-field {
	background: #fff url(images/bg_formfield.gif) no-repeat bottom right;
	border: 1px solid #C5C5C5;
	width: 200px;
	padding: 1px 2px;
}

input.form-field-plain, textarea.form-field-plain {
	border: 1px solid #C5C5C5;
	width: 200px;
	padding: 1px 2px;
}

input.form-field-plain-small, textarea.form-field-small
{
	border: 1px solid #C5C5C5;
	width: 20px;
	padding: 1px 2px;
	text-align: center;
}

span.required {
	color: #22589D;
	font-size: .9em;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: normal;
}
/* ============  MAIN PAGE BLOCKS ================= */

#mainblockfull {
	width: 100%;
	background: #fff;
}
#mainblockcentre {
	float: left;
   background: red;
   width: 49.9%;
}
#mainblockside {
	float: left;
   background: #fff;
   width: 620px;
}
#sidebarright, #sidebarlLeft {
   float: left;
   width: 280px;
}
#sidebarleft {
	background: orange;
}
#sidebarright {
	background: #fff;
}
#pagebodycontent {
	background: #fff;
	margin: 0;
	
}
div#banner {
	padding: 0;
	background: #000000;
}
div#banner h1 {
	color: #666666;
}
div#banner-left {
	float: left;
	width: 154px;
	padding: 20px 0;
}
div#banner-left img {
	margin-left: 24px;
}
div#banner-middle {
	width: 566px;
	float: left;
	text-align: center;
	padding: 20px 0;
}
div#banner-middle img {
	margin-top: 14px;
}
div#banner-right {
	float: left;
	width: 180px;
	padding: 20px 0;
}
div#banner-right img {
	margin: 0 20px 0 auto;
}

div#banner img {
	display: block;
}
div.clear-it {
	background: transparent;
	clear: both;
	height: 1px;
}
div.clear-it img {
	display: none;
}

/* ============  HOME PAGE ElEMENTS ================= */
div#page-header {
	background: #fff url(images/bg_page_header.gif) no-repeat bottom right;
	width: 595px;
	padding-right: 20px;
}
div#page-header img {
	display: block;
	float: left;
	border-top: 1px solid #7f7f7f;
	padding-bottom: 1px;
	margin-right: 20px;
}
div#page-header h2 {
	padding-top: 10px;
	letter-spacing: 1px;
}
div#page-header h3 {
	color: #666666;
	font-style: italic;
	letter-spacing: 1px;
	margin: 8px 0 0 0;
}
div#page-header p {
	color: #666666;
	margin: 8px 0 0 0;
}

div#home-main-story {
	background: #fff url(images/bg_page_header.gif) no-repeat bottom right;
	width: 595px;
	padding-right: 20px;
}
div#home-main-story img {
	display: block;
	float: left;
	border-top: 1px solid #7f7f7f;
	padding-bottom: 1px;
	margin-right: 20px;
}
div#home-main-story h2 {
	padding-top: 10px;
	letter-spacing: 1px;
}
div#home-main-story h3 {
	color: #666666;
	font-style: italic;
	letter-spacing: 1px;
	margin: 8px 0 0 0;
}
div#home-main-story p {
	color: #666666;
	margin: 8px 0 0 0;
}




div.page-heading {
	background: url(images/bg_h2header.gif) no-repeat bottom right;
	margin-bottom: 1em;
	padding: 20px 0;
	width: 580px;
}
div.page-heading h2 {
	letter-spacing: 1px;
}
div.page-heading h3 {
	color: #FF6600;
	font-style: italic;
	font-size: 1.2em;
	margin: 9px 0 0 0;
}



p.more-link a {
	background: url(images/bullet_circle_orange.gif) no-repeat 0 0.6em;
	padding: 6px 0 5px 22px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
p.more-link a:link, p.more-link a:visited {
	color: red;
} 
p.more-link a:active, p.more-link a:hover {
	color: #000000;
} 


div#section-box-container {
	margin: 11px 0 11px 0;
	padding: 0 0 0 10px;
	background: transparent;
}
div.section-box {
	background: url(/images/bg_sectionbox.gif) no-repeat bottom left;
	width: 200px;
	float: left;
	margin: 0 5px 0 0;
	padding-bottom: 4px;
}
div.section-box h3 {
	background: url(/images/bg_sectionbox_heading.gif) no-repeat top left;
	font-size: 1.2em;
	color: #fff;
	padding: 8px 18px 7px 18px;
	margin: 0;
}
div.section-box h3 a {
	font-weight: bold;
	text-decoration: none;
}
div.section-box h3 a:link, div.section-box h3 a:visited {
	color: #fff;
}
div.section-box h3 a:active, div.section-box h3 a:hover {
	color: red;
}
img.section-pic {
	display: block;
	margin: 0 auto;
	border-top: 1px solid #fff;
}
div.section-box p {
	font-size: 0.9em;
	width: 172px;
	margin: 10px auto;
}

div.section-box input {
	font-size: 0.9em;
	width: 72px;
	margin: 10px auto;
}


div#section-box-brown {
	width: 615px;
	background: url(images/bg_sectionbox-brown.gif) repeat-y top left;
	clear: both;
	margin: 0;
	padding: 0 0 16px 0;
}
div#section-box-brown h3 {
	color: #fff;
	font-size: 1.1em;
	padding: 6px 0 6px 0;
	letter-spacing: 1px;
}
div#section-box-brown h3 a {
	text-decoration: none;
	font-weight: bold;
}
div#section-box-brown h3 a:link, div#section-box-brown h3 a:visited {
	color: #fff;
}
div#section-box-brown h3 a:active, div#section-box-brown h3 a:hover {
	color: #D9CF96;
}
div#section-box-brown-inner {
	background: url(images/bg_sectionbox-brown-inner.gif) repeat-y top left;
	padding: 10px 0;
}
div.section-box-left {
	float: left;
	width: 420px;
}
div.section-box-left img {
	float: left;
	margin: 0 9px 0 10px;
}
div.section-box-left p {
	margin: 2px 20px 0 0;
	line-height: 1.2em;
}
div.section-box-right {
	float: left;
	width: 195px;
}
div.section-box-right p {
	margin: 0;
	line-height: 1.2em;
}
div.section-box-right h4 {
	color: #b62f30;
	font-size: 1.1em;
	margin: 7px 0 4px 0;
}
div.section-box-right input.text-box {
	width: 135px;
	margin-right: 5px;
}




div#footerbarunder {
	font-size: 0.9em;
	color: #999;
	padding: 1em;
	background: url(images/line_dotted.gif) repeat-x top;
	margin-top: 12px;
}

div#bottom-nav {
	width: 500px;
	float: right;
	text-align: right;
	color: #000;
	margin-top: 5px;
}
div#bottom-nav ul {
	list-style: none;
}
div#bottom-nav ul li {
	display: inline;
	padding: 0 10px 0 0;
}
div#bottom-nav a {
	text-decoration: none;
	padding-right: 9px;
}
div#bottom-nav a:link, div#bottom-nav a:visited {
	color: #000;
}
div#bottom-nav a:active, div#bottom-nav a:hover {
	color: #22589d;
}


/* side boxes */
div.side-box {
	background: url(images/bg_sidebox.gif) no-repeat right bottom;
	width: 270px;
	padding-bottom: 12px;
}
div.side-box h4 {
	margin: 0 0 6px 0;
	/*text-transform: uppercase;*/
	padding-top: 6px;
	line-height: 1.1em;
	font-size: 1.1em;
	color: #7f7f7f;
	background: url(images/line_dotted_sidebox.gif) no-repeat top left;
}
div.side-box h4 a {
	text-decoration: none;
	/*font-size: 0.9em;*/
}
div.side-box h4 a:link, div.side-box h4 a:visited {
	color: #7f7f7f;
}
div.side-box h4 a:active, div.side-box h4 a:hover {
	color: #000;
}
div.side-box ul {
	list-style: none;
	margin: 0 18px 0 20px;
}
div.side-box ul li {
	padding-bottom: 10px;
}


/* tabpage boxes */
div.tabpage-box {
	background: url(images/bg_sidebox.gif) no-repeat right bottom;
	width: 370px;
	padding-bottom: 12px;
}
div.tabpage-box h4 {
	margin: 0 0 6px 0;
	padding-top: 6px;
	line-height: 1.1em;
	font-size: 1.1em;
	color: #7f7f7f;
	background: url(images/line_dotted_sidebox.gif) no-repeat top left;
}
div.tabpage-box h4 a {
	text-decoration: none;
	/*font-size: 0.9em;*/
}
div.tabpage-box h4 a:link, div.side-box h4 a:visited {
	color: #7f7f7f;
}
div.tabpage-box h4 a:active, div.side-box h4 a:hover {
	color: #000;
}
div.tabpage-box ul {
	list-style: none;
	margin: 0 18px 0 20px;
}
div.tabpage-box ul li {
	padding-bottom: 10px;
}



p.news-teaser {
	font-size: 0.9em;
}

div.more-news {
	background: url(images/line_dotted_sidebox.gif) no-repeat top left;
	margin-left: 20px;
	padding-top: 10px;
}

div.more-news p {
	margin: 0;
	font-family: 'trebuchet ms', Arial, sans-serif;
}
div.more-news a {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	background: url(images/bullet_circle_sidebox.gif) no-repeat 0 0.3em;
	padding: 3px 0 3px 25px
}
div.more-news a.rss {
	padding: 0;
	background: none;
}
div.more-news a:link, div.more-news a:visited {
	color: #fe6e05;
}
div.more-news a:active, div.more-news a:hover {
	color: #000;
}








div.tab {
	margin: 10px 0 0 6px;
	background: url(images/bg_sidebox_top.gif) no-repeat bottom left;
	padding-bottom: 4px;
}
div.tab img {
	float: left;
}
div.tab h3 {
	padding-top: 8px;
	font-size: 1.1em;
	margin: 0;
}

div.tab span {
	padding-top: 8px;
	font-size: 1.1em;
	margin: 0;
}

div.tab a {
	text-decoration: none;
	font-weight: bold;
	background: url(images/tab_background.gif) no-repeat top right;
	padding: 8px 22px 10px 2px;
}
div.tab a:link, div.tab a:visited {
	color: #fff;
}
div.tab a:active, div.tab a:hover {
	color: #ff6b00;
}

/* ============ nav bar content =================== */
div#navbarh {
	padding: 0.2em;
	background: #000 url(images/bg_navbar.gif) repeat-x top;
	border-top: 1px solid #7f7f7f;
}
#navbarh ul {
	padding: 9px 0 10px 24px;
	margin: 0;
}
#navbarh ul li {
	display: inline;
	padding: 0 31px 0 0;
	font-size: 1.0em;
}
#navbarh ul li a {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
} 
#navbarh a:link, #navbarh a:visited {
	color: #fff;
}
#navbarh a:active, #navbarh a:hover {
	color: #82b2f5;
}
#navbarh ul li#current a {
	color: #82b2f5;
}
/* ============ fixtures =============== */

table.fixtures-table {
	width: 563px;
	margin-top: 1em;
}
table.fixtures-table td {
	vertical-align: top;
}


table.fixtures-table th {
	text-align: left;
	padding: 10px 5px;
	border-bottom: 1px solid #22589D;
	background: #F9F9F9;
	color: #1C4983;
	border-top: 1px solid #EEEEEE;
}
table.fixtures-table tr td {
	padding: 10px 5px;
	border-bottom: 1px solid #22589D;
}


table.lotto-table {
	width: 563px;
	margin-top: 1em;
}
table.lotto-table td {
	vertical-align: top;
}
table.lotto-table th {
	text-align: left;
	padding: 10px 5px;
	border-bottom: 1px solid #22589D;
	background: #F9F9F9;
	color: #1C4983;
	border-top: 1px solid #EEEEEE;
}

table.playlotto-table {
	width: 363px;
	margin-top: 1em;
}
table.playlotto-table td {
	vertical-align: top;
}
table.playlotto-table th {
	text-align: left;
	padding: 10px 5px;
	border-bottom: 1px solid #22589D;
	background: #F9F9F9;
	color: #1C4983;
	border-top: 1px solid #EEEEEE;
}
table.playlotto-table tr td {
	padding: 10px 5px;
	border: 1px solid #22589D;
}




/* ============ video player =============== */
div.video-container {
	background: url(images/bg_videobox.gif) no-repeat bottom left;
	width: 580px;
}
div.video-container h3 {
	background: url(images/bg_videobox_heading.gif) no-repeat top left;
	color: #fff;
	padding: 7px 15px 6px 15px;
}
div.video-container p {
	margin-right: 10px;
}
div.video-surround {
	width: 352px;
	padding: 5px 15px 15px 15px;
	float: left;
}
ul.video-list {
	padding-top: 10px;
}
ul.video-list li {
	background: url(images/bullet_circle_sidebox.gif) no-repeat 0 0.2em;
	padding: 3px 0 0 25px;
}
ul.video-list li#current {
	background: url(images/bg_videonav_on.gif) repeat-y right;
	padding-top: 7px;
	padding-left: 0;
}
ul.video-list li#current a {
	background: url(images/bullet_circle_orange_reverse.gif) no-repeat 0.1em 0.3em;
	padding: 3px 0 6px 25px;
	font-weight: bold;
	color: #000;
}
ul.video-list a {
	text-decoration: none;
}
ul.video-list a:link, ul.video-list a:visited {
	color: #22589D;
}
ul.video-list a:active, ul.video-list a:hover {
	color: #FE6E05;
}

/* video thmbnail page */
div.video-thumb {
	background: url(images/bg_videothumb.gif) no-repeat bottom left;
	width: 172px;
	float: left;
	margin: 0.5em 0;
}
div.video-thumb h3 {
	background: url(images/bg_videothumb_heading.gif) no-repeat top left;
	color: #fff;
	padding: 7px 10px 5px 15px;
	margin: 0;
	font-size: 1.1em;
}
div.video-thumb img {
	margin: 0 0 0 6px;
	display: block;
	border-top: 1px solid #fff;
}
div.video-thumb ul {
	list-style: none;
	margin: 3px 10px;
}
div.video-thumb ul li {
	background: url(images/bullet_circle_sidebox.gif) no-repeat 0 0.2em;
	padding: 3px 0 10px 25px;
}
div.video-thumb ul a {
	text-decoration: none;
}
div.video-thumb ul a:link, div.video-thumb ul a:visited {
	color: #22589D;
}
div.video-thumb ul a:active, div.video-thumb ul a:hover {
	color: #FE6E05;
}

/* video next and previous links */
div.video-links {
	width: 100%;
	margin-top: 1em;
	font-weight: bold;
	color: #CCCCCC;
}
div.video-links ul {
	list-style: none;
}
div.video-links ul li {
	display: inline;
	float: left;
	width: 49.9%;
	padding: 0 0 10px 0;
}
div.video-links ul li.previous a {
	background: url(images/bullet_circle_orange_reverse.gif) no-repeat 0 0.6em;
	padding: 7px 0 10px 22px;
}
div.video-links ul li.next {
	margin-left: auto;
	text-align: right;
}
div.video-links ul li.next a {
	background: url(images/bullet_circle_orange.gif) no-repeat 100% 0.6em;
	padding: 7px 22px 10px 0;
}
div.video-links a {
	font-weight: bold;
	text-decoration: none;
}

/* ============ side column navigation =============== */
div.side-nav ul {
	list-style: none;
}
div.side-nav ul li.main {
	background: url(images/bullet_circle_sidebox.gif) no-repeat 0 0.6em;
	padding: 8px 0 4px 24px;
	border-top: 1px dashed #22589D;
	margin-bottom: 0.6em;
}
div.side-nav ul li#active {
	background: url(images/bullet_circle_orange_reverse.gif) no-repeat 0.2em 0.6em;
}

div.side-nav ul ul {
	margin: 0.6em 0 0 0;
}
div.side-nav ul ul li {
	padding: 1px 0 8px 9px;
	background: url(images/bullet_arrow_orange.gif) no-repeat 0 0.4em;
}
div.side-nav ul ul li#current {
	padding: 4px 0 6px 0;
	background: url(images/bg_videonav_on.gif) repeat-y right;
}
div.side-nav ul ul li#current a {
	background: url(images/bullet_arrow_orange_reverse.gif) no-repeat 0 0.35em;
	padding: 0 0 0 9px;
	font-weight: bold;
	letter-spacing: 1px;
}
div.side-nav a {
	text-decoration: none;
}
div.side-nav a:link, div.side-nav a:visited {
	color: #22589D;
}
div.side-nav a:active, div.side-nav a:hover {
	color: #FF9900;
}

/* ============ ROLL OF HONOUR =============== */
div.honour-thumb {
	background: #e8e8e8;
	margin: 12px 10px 5px 0;
	width: 86px;
	padding: 10px 0 1px 0;
	border: 1px solid #999999;
	float: left; 
}
div.honour-thumb img {
	display: block;
	margin: 0 10px;
}
div.honour-thumb p {
	font-size: 0.9em;
	color: #22589D;
	margin: 0;
	text-align: center;
}

/* ============ DATA TABLE =============== */
table.data-table {
	background: #f6f6f6;
	margin-top: 1em;
	width: 100%; 
}
table.data-table td {
	vertical-align: top;
	font-size: 0.9em;
}
table.data-table th {
	text-align: left;
	padding: 7px 5px 8px 5px;
	background: #000000 url(images/bg_blackfade.gif) repeat-x top;
	color: #fff;
}
table.data-table tr td {
	padding: 5px;
	background: #f6f6f6;
}
table.data-table tr.dark td {
	background: #e6e6e6;
}
img.flag {
	display: block;
	/*border: 1px solid #878787;*/
	margin: 0 auto;
}

/* ============ IMAGE GALLERY STYLES =============== */
span.img-count {
	font-size: 0.9em;
}
div.gallery-nav {
	background: #f4f4f4;
}
div.gallery-nav ul {
	list-style: none;	
	padding: 1.7em 0 0 14px;
}
div.gallery-nav ul li {
	display: inline;
	background: url(images/bullet_arrow_orange_reverse.gif) no-repeat 0 0.8em;
	padding: 0.4em 20px 0 10px;
}
div.gallery-nav ul li a {
	text-decoration: none;
	font-weight: bold;
}
div.gallery-nav ul li a:link, div.gallery-nav ul li a:visited {
	color: #22589D;
}
div.gallery-nav ul li a:active, div.gallery-nav ul li a:hover {
	color: #FF9900;
}
div.gallery-nav-dropdown {
	width: 240px;
	float: right;
	padding-bottom: 1em;
	background: #E1E1E1;
	border-left: 12px solid #fff;
	padding-left: 14px;
}

/* ============ misc content styles =============== */
div#content-padding {
	width: 580px;
	padding: 0 20px;
}
div#content-padding h3 {
	margin-top: 1em;
}
div#content-padding ul {
	list-style: none;
}
div#content-padding ul li {
	padding-top: 6px;
	padding-bottom: 5px;
}
ul.question li {
	background: url(images/bulet_question.gif) no-repeat 0 0.7em;
	padding-left: 14px;
}
div.img-float-right {
	float: right;
	margin: 1em 0 1em 1em;
}
div.img-float-left {
	float: left;
	margin: 1em 1em 1em 0;
}
div.img-float-right img, div.img-float-left img {
	display: block;
}
div.img-float-right p {
	font-size: 0.9em;
	margin: 0;
	text-align: right;
	color: #22589D;
}
div.img-float-left p {
	font-size: 0.9em;
	margin: 0;
	text-align: left;
	color: #22589D;
}
table.montage {
	width: 100%;
	margin-top: 1em;
}
table.montage p {
	color: #22589D;
	font-size: 0.9em;
	margin-top: 0;
	margin-bottom: 1em;
}

ul.recollections-link  {
	list-style: none;
	margin: 3px 10px;
}
ul.recollections-link li {
	background: url(images/bullet_circle_sidebox.gif) no-repeat 0 0.2em;
	padding: 3px 0 10px 25px;
}


h3.headerbar {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #fff #ccc #ccc #ccc;
	padding: 0;
}
div.hr {
	border-top: 1px dashed #22589D;
	margin: 1.2em 0;
}
div.hr hr {
  display: none;
}
p.newsarticledate {
	font: normal 0.9em 'lucida console', courier, monospace;
	color: #22589D;
	margin: 0 0 1em 0;
}
div.usermessage {
	border: 1px solid #eee;
	padding: 0.8em;
	background: #f9f9f9;
	color: #22589D;
	font: 0.9em 'ludica console', courier, monospace;
	margin-bottom: 1em;
}

h3.news-headline {
	font-weight: bold;
}

/* ============ SITE MAP ========================= */
div#site-map {
	/*padding-left: 1em;*/
}

div#site-map ul {
	list-style: none;
}
div#site-map ul ul {
	margin: 0 0 0 0.5em;
}
div#site-map ul ul ul {
	margin: 0 0 0 0.5em;
}


div#site-map ul li {
	padding: 1em 0 0.3em 1.9em;
	background: url(images/bullet_circle_sidebox.gif) no-repeat 0 0.9em;
	letter-spacing: 1px;
}
div#site-map ul ul li {
	padding: 0.6em 0 0.3em 0.7em;
	background: url(images/bullet_arrow_orange.gif) no-repeat 0 0.9em;
	letter-spacing: normal;
}
div#site-map ul ul ul li {
	padding: 0.5em 0 0 0.7em;
	background: url(images/bullet_arrow_orange.gif) no-repeat 0 0.8em;
	letter-spacing: normal;
}


/* ============ button ========================= */


a.button-red
{
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
}

a.button-red:link, a.button-red:visited 
{
	color: white;
} 

a.button-red:active, a.button-red:hover 
{
	color: black;
} 

a.button
{
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
}

a.button:link, a.button:visited 
{
	color: black;
} 

a.button:active, a.button:hover 
{
	color: red;
} 


/* ============ signature ========================= */
A.qdk:link, A.qdk:visited, A.qdk:active	{	
	text-decoration: underline;	
	color: #ccc;	
}
A.qdk:hover	{ 
	text-decoration: underline; 
	color: #f60;  
}
.sig {
	color: #ccc;
	font: 0.8em arial, helvetica, sans-serif;
	margin: 1em 0 0 0;
}




#column_gray_top { background: transparent url('/images/common/column_bg_e3e3e3_top.png') top right no-repeat; height: 20px; }
#column_gray_bot { background: transparent url('/images/common/column_bg_e3e3e3_bottom.png') bottom right no-repeat; height: 20px; }
#column_gray_mid { background: transparent url('/images/column_bg_e3e3e3_mid.png') top center repeat-y; border: 1px solid #000000; border-width: 0 1px 0; padding: 10px; font-size: 11px; }





.box .sidebox {
	margin-bottom: 1em;
}
div.box, div.box-top, div.box-top-left, div.box-top-right, 
div.box-right, div.box-left, div.box-bottom, div.box-bottom-left, div.box-bottom-right,
div.sidebox, div.sidebox-top, div.sidebox-top-left, div.sidebox-top-right, 
div.sidebox-right, div.sidebox-left, div.sidebox-bottom, div.sidebox-bottom-left, div.sidebox-bottom-right
 {
	
	position:relative; 
	width: 100%
}


.docs {
	background-color: #ebebeb;
	
}
.docs .boxheader, .docs .box-content h1 {
	border-bottom-color: #a9a9a9;
	
}
a.docs:link, a.docs:visited, a.docs:active {
	color: #4d4d4d;
	text-decoration: underline;
}
a.docs:hover {
	color: #d92a14;	
	text-decoration: underline;
}


* html .box-content { height: 1%; }
/* */
.box-bottom-left {
	background-image: url(/images/box-bottom-left.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.box-top-left {
	background-image: url(/images/box-top-left.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.box-top-right {
	background-image: url(/images/box-top-right.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
.box-bottom-right {
	background-image: url(/images/box-bottom-right.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.box-bottom {
	background-image: url(/images/box-bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	
}
.box-left {
	background-image: url(/images/box-left.gif);
	background-repeat: repeat-y;
	background-position: top left;
}
.box-top {
	background-image: url(/images/box-top.gif);
	background-repeat: repeat-x;
	background-position: top left;
}
.box-right {
	background-image: url(/images/box-right.gif);
	background-repeat: repeat-y;
	background-position: top right;
}


.sidebox-bottom-left {
	background-image: url(/images/sidebox-bottom-left.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.sidebox-top-left {
	background-image: url(/images/sidebox-top-left.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.sidebox-top-right {
	background-image: url(/images/sidebox-top-right.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
.sidebox-bottom-right {
	background-image: url(/images/sidebox-bottom-right.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.sidebox-bottom {
	background-image: url(/images/sidebox-bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	
}
.sidebox-left {
	background-image: url(/images/sidebox-left.gif);
	background-repeat: repeat-y;
	background-position: top left;
}
.sidebox-top {
	background-image: url(/images/sidebox-top.gif);
	background-repeat: repeat-x;
	background-position: top left;
}
.sidebox-right {
	background-image: url(/images/sidebox-right.gif);
	background-repeat: repeat-y;
	background-position: top right;
}




.box-divider {
	background-image: url(/images/box-divider.gif); 
	background-position: top; 
	background-repeat: repeat-x;
	/* hack to stop IE7 from showing the box-left
	background below divided boxes on short pages  */
	position: relative;
}
.box .info {
	/* hack to stop IE7 from showing the info
	background color below divided boxes on short pages  */
	position: relative;
}
.box-content {
	padding: 8px 13px 19px 13px;
	text-align: left;
}
.boxtop .box-content {
	padding-bottom: 6px;
}



/* ----- tool tip specific styles ----- */
#theToolTip{
position: absolute;
left: -300px;
width: 200px;
border: 2px solid #C0C09F;
padding: 6px 0px 0px 10px;
background-color: #FFFFCC;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,strength=4);
}

#ToolTipPointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

#theToolTip p{
font-size: 0.9em;
color: #333333;
line-height:1.4em;
margin-right:10px;
margin-top:0;
}


#theToolTip a
{
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
}

#theToolTip a:link, a:visited 
{
	color: red;
	text-decoration: none;
} 

#theToolTip a:active, a:hover 
{
	color: black;
	text-decoration: none;
} 


#ToolTipTextWrap {
font-weight:bold;
font-size: 1.2em;
color: #592C16;
margin-right:10px;
}






