﻿/*  ---------------------------------------- */
/*  Style sheet for Casino-To-Go             */
/*  Edition 2: Sept 2005                     */
/*  ---------------------------------------- */
html
{
margin:0;
padding: 0;
border: 0;
}

body
{
background-color:#ffffff;
width: 100%;
margin: 1 1 1 0;
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
}


/*   Menu design    */
A.menulink {
display: block;
width: 98%;
font-size:12px;
font-style: normal;
text-align: center;
text-decoration: none;
font-family:arial;
color: #000000;
border: outset;
/* border-width: 1px; */
background-color: #ffffff;
}

A.menulink:hover {
font-weight: bold;
font-size: 14px;
color: #000000;
border: inset;
border-width: 2px;
background-color:#F5311D;
}

/* - - - ADxMenu: BASIC styles - - - */

.menu {
	width: 20em;/* VERY IMPORTANT! Set this to appropriate value, either here on down in the design section */
}

.menu, .menu ul {	/* remove all list stylings */
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	left: 100%;	/* and move them to the right of the item */
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* sticky submenu: it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}


/* - - - ADxMenu: DESIGN styles - - - */

.menu, .menu ul li {
	color: #ffffff;
	background: #5565A9;
}

.menu {
	width: 154px;
}

.menu ul {
	width: 154px;
}

.menu a {
	text-decoration: none;
	font-size: medium;
	color: #D6CFE6;
	padding: .4em 1em;
	display: block;
}

.menu a:hover, .menu li:hover>a {
	color: #BFDEFF;
	background: #005AB8;
	font-size: large;
}

.menu li {	/* create borders around each item */
	border: 1px solid #ccc;
}
.menu>li + li, .menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

.menu li:hover>ul {	/* inset submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}

/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
	placed here to clarify the terminology I use when referencing submenus in posts */
/* .menu>li:first-child>a, .menu li + li + li li:first-child>a {
	color: #567;
} */

/* Testimonial quote formats */

blockquote.testimonial {
	margin: 2em 10em 0em 10em;
	padding: 12 10 10 10;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url('images/papertexture.gif');
	background-repeat: repeat;
}

p.testimonial  {
	margin: 0em 10em 2em 10em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #00248F;
}

/* Footer links */
A.footer
{
font-size: 9px;
text-align: right;
text-decoration: none;
font-family: arial;
color: #C0C0C0;
}

A.footer:link
{
font-size: 9px;
text-align: right;
text-decoration: none;
font-family: arial;
color: #C0C0C0;
}

A.footer:hover
{
color: #003399;
}

A.footer:visited
{
color: #6633CC;
}

A.footer:active
{
color: #000000;
}



/*   Header formats   */
h1,h2,h3
{
font-family: "arial rounded mt bold", arial, 'sans serif'; 
}

/* individual header format changes */
h1
{
font-size: 180%;
margin: 4px;
text-align: left;
}

h2
{
margin: 2%;
font-size: 130%;
}

h3
{
margin: 0px 2% 5px 30px;
font-size: 100%;
color: #6633CC;
font-style: italic;
}

/*   Paragaraph, table and list Item formats     */

p, table,td, textarea
{
font-family: "verdana", arial, 'sans serif'; 
color: black;
font-size: 100%;
}

.centreblock
{
	margin-left: auto;
	margin-right: auto;
	background-color: #c9c9c9;
	text-align:	right;
	font-size: small;
}

.centreblock
{
	font-size: 95%;
	color: #990000;
}

table.Def
{
font-size:90%;
}

td
{
font-size: 95%;
color: #990000;
}

td.Title
{
font-size: 130%;
font-weight: bold;
text-align: right;
color: #FF0000;
vertical-align: top;
}

h1,h2,hr {color:#483d8b;}

h2.bloghead
{
	padding: 0 20 10 0px;
	background: url(images/greyscale-ul.jpg);
	font-size: 130%;
}

p.blogright
{
	float: right;
}

p.calltoa
{
	font-size: 170%;
	font-family: 'Trebuchet', 'Arial', sans-serif;
	color: #FFFFFF;
	margin: 8px 12px 8px 12px;
	padding: 12px 16px 12px 16px;
	background-image: url(images/bgpad.gif);
	backround-repeat: repeat;
}

A.calltoal {color: #ffffff;}
A.calltoal:hover {color: #000000;}
A.calltoal:active {color: #F9F9F9;}
A.calltoal:visited {color: #fffff5;}

p.emphasized
{
font-family: "gill sans MT", arial,  sans-serif;
text-align: right;
color: #0000F0;
font-size: 120%;
font-weight: bold;
background-color: #ffffd0;
}

p.blogentry
{
font-family: "gill sans MT", arial,  sans-serif;
text-align: right;
color: #0000F0;
font-size: 120%;
font-weight: bold;
background-color: #ffffd0;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

A.terms
{
font-size: 80%;
font-weight: normal;
}

p.Question
{
font-size: 120%;
font-weight: bold;
color: #000000;
background-color: #99CCFF;
}

ul, li, dd 
{
font-size: 100%;
list-style-position: outside;
}

ul.chipped
{
font-size: 120%;
list-style-image: url(images/smallredchips.gif);
}

li.chipped
{
margin-left: 10px;
}


th
{
font-family: "verdana", arial, 'sans serif'; 
font-size: 110%;
font-weight: bold;
color:#483d8c;
}

dt
{
margin-top: 8px;
font-family: "verdana", arial, 'sans serif'; 
font-size: 130%;
font-weight: bold;
color:#483d8c;
}

/*          General class effectors          */

.Answer
{
font-weight: normal;
color: #000000;
background-color: #DDCCFF;
}

.eyecatchhead
{
color: #e80000; 
font-size: 120%;
font-weight: bold;
}

.notehead
{
color: #FF0000;
font-size: 100%;
font-weight: bold;
text-align: right;
font-weight: bold;
}

.quiet
{
color: #c1c1c1;
}

.fixed
{
font-size: 90%;
}

.smaller
{
font-size: 80%;
}

.larger
{
font-size: 125%;
}

.quoted
{
	font-style: italic;
	font-family: "Bookman Old Style", "BodoniPS", "Garamond", serif;
	font-size: 110%;
}

/* used to initially hide images when preoloading for performance */
.hideimage
{
width: 0px;
height: 0px;
}

.leftalign
{
margin: 2px;
float:	left;
}

/*         drop shadow box system       */

.shadowbox300
{
display: block;
width: 300px;
}

.shadowbox400
{
display: block;
width: 400px;
}

.shadowbox500
{
display: block;
width: 500px;
}

.shadowbox600
{
display: block;
width: 600px;
}

.shadowbox660
{
display: block;
width: 660px;
}

.shadowbox700
{
display: block;
width: 700px;
}

.shadow-tl
{
background-image: url(images/bgsq-topleft.jpg);
width: 100%;
height: 30px;
float: left;
}

.shadow-tr
{
background-color: #fff;
background-image: url(images/bgsq-topright.jpg);
background-repeat: no-repeat;
background-position: 100% 0;
width:47px;
height:30px;
float: right; 
}

.shadow-centreright
{
background-image: url(images/bgsq-centre-right.jpg);
background-repeat: repeat-y;
background-position: 100% 0;
width: 100%;
height: 100%;
float: right;
}

.shadow-bl
{
background-image: url(images/bgsq-bottomleft.jpg);
background-repeat: no-repeat;
width: 100%;
float: left;
}

.shadow-br
{
background-image:  url(images/bgsq-bottomright.jpg);
background-repeat: no-repeat;
background-position: 100% 0;
background-color: #fff;
width: 47px;
height: 40px; 
float: right;
}

.content
{
margin-right: 25px;
margin-left: 25px;
}

.clear
{
clear: both;
}