/* ================================
    Default styles FOR DotNetNuke
   ================================
*/   

/* background color for the content part of the pages */
Body
{
    background-color: white;
	
}

.ControlPanel, .PagingTable {
    width: 100%;
    height: 64px;
    background-color: #FFFFFF;
    BORDER-RIGHT: #003366 1px solid; 
    BORDER-TOP: #003366 1px solid; 
    BORDER-LEFT: #003366 1px solid; 
    BORDER-BOTTOM: #003366 1px solid; 
}

.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #003366;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#003366;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#003366;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#003366;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#003366;
}

/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

/* styles used by TreeMenu Skin Object */
.TreeMenu_Node 
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.TreeMenu_NodeSelected
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
	background-color: #dcdcdc; 
}

A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link {
    text-decoration:    none;
    color: #003366;
}

A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited  {
    text-decoration:    none;
    color: #003366;
}

A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active   {
    text-decoration:    none;
    color: #003366;
}

A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover    {
    text-decoration:    none;
    color: #ff0000;
}

/* styles used in the FileManager */
.FileManager
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height:400px;
}
.FileManager_ToolBar
{
	border-bottom: black 1px solid;
	height:25px;
}
.FileManager_Explorer
{
	height:100%;
	border: dimgray 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
}

.FileManager_FileList 
{
	height:100%;
	border: dimgray 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
	overflow: auto;
}

.FileManager_MessageBox 
{
	text-align: center;
	vertical-align: middle;
	background-color: White;
	padding: 25px 25px 25px 25px;
}

.FileManager_Header
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #E7E7FF;
    background-color: #9EBFF6;
    border-bottom: dimgray 1px solid;
    height: 25px;
}

.FileManager_Pager
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    background-color: #EEEEEE;
    border-top: dimgray 1px solid;
    height: 25px;
}

.FileManager_StatusBar
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    background-color: #dedfde;
    height: 25px;
	margin: 2px 2px 2px 2px;
}

.FileManager_Item
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #F8F8F8;
    border-top: black 1px dashed;
    border-bottom: black 1px dashed;
}

.FileManager_AltItem
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #EEEEEE;
    border-style: none;
}
.FileManager_SelItem
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: White;
    background-color: #99ffff;
    border-style: none;
}

.FileManagerTreeNode 
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

.FileManagerTreeNodeSelected 
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	background-color: #dcdcdc; 
}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited  {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active   {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover    {
    text-decoration:    none;
    color: #ff0000;
}

/* styles used in the Wizard Framework */
.Wizard
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height:400px;
	width:650px;
}
.WizardButton
{
	border-right: dimgray 1px solid;
	padding-right: 2px;
	border-top: dimgray 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: dimgray 1px solid;
	padding-top: 2px;
	border-bottom: dimgray 1px solid;
	background-color: gainsboro;
}
.WizardHeader
{
	background: #ffffcc;
	border-bottom: black 1px solid;
	height:40px;
}
.WizardFooter
{
	border-top: black 1px solid;
	background: #ccffcc;
	height: 25px;
	text-align: right;
}
.WizardBody
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 325px;
}
.WizardHelp
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 9pt;
	padding-bottom: 5px;
	border-left: black 1px solid;
	width: 180px;
	padding-top: 5px;
	background-color: #ccffff;
}
.WizardHelpText
{
	overflow: auto;
	font-size: 8pt;
	width: 180px;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	height: 300px;
}
.WizardText
{
	font-size: 9pt;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}


/* text style used for help text rendered by modules */
.Help
{
  border-right: black 1px solid;
  padding-right: 2px;
  border-top: black 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size: 11px;
  padding-bottom: 2px;
  border-left: black 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: black 1px solid;
  font-family: Tahoma, Arial, Helvetica;
  background-color: #ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #dddddd;
	color: #000000;
	font-family: Verdana, sans-serif;
}

    
/* GENERIC */
H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

A:link  {
    text-decoration:    none;
    color:  #003366;
}

A:visited   {
    text-decoration:    none;
    color:  #003366;
}

A:active    {
    text-decoration:    none;
    color:  #003366;
}

A:hover {
    text-decoration:    underline;
    color:  #ff0000;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;

	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Main Menu */
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}
.MainMenu_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* LEGACY STYLES from DNN 1-2 */
.HeadBg {
    background-color: #CCCCCC;
}

.TabBg {
    background-color: black;
}

.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: #FFFFFF;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SelectedTab:link {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:#cccccc;
}

.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
    
A.OtherTabs:link {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:#cccccc;
}
.PagingTable {
    height: 33px;
}

.LabelEditOverClass
{	
	cursor: pointer;
	text-decoration: underline overline;
}

.LabelEditTextClass
{
	border: solid 1px red;
	background-color: Transparent;
}

.LabelEditWorkClass
{
	/*background: url(/DotNetNuke/images/dnnanim.gif) no-repeat right;*/
	border: solid 0px red;
	background-color: Transparent;
}



















/*----------------------------------------------------------------------------------------------*/

/*49s*/
.49sDrawResults{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#01619D;
	background:transparent;
	font-size:14px;
	padding-top:0px;
}
.49sDraw{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#01619D;
	background:transparent;
	font-size:18px;
	padding-bottom:5px;
	padding-top:25px;
}
.49sDrawHot{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#01619D;
	background:transparent;
	font-size:18px;
	padding-bottom:0px;
	margin:20px 0px 5px 0px;
	padding-top:0px;
}
.49sDrawCold{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#01619D;
	background:transparent;
	font-size:18px;
	padding-bottom:0px;
	margin:10px 0px 5px 0px;
	padding-top:0px;
}



div.49sText{
	margin-top:25px;
	width:386px;
	color:#010101;
	backbround:transparent;
	font-size:12px;	
	letter-spacing:1px;
}

div.49sText p{
	margin:0px 0px 10px 0px;	
	padding:0px;
}






















div.SITEtext{
	width:400px;
	margin:0px 0px 0px 0px;
}
div.SITEtext p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:10px 0px 0px 0px;
	
}
div.SITEtext h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:140%;
	color:#025D94;
	font-weight:bold;
}





div.SITEtext table {
	margin-top:20px;
	width:400px;
}
div.SITEtext table tr td{
	font-size:75%;
}



/*49s*/
div.SITEtext table.49sRules{
	border-bottom:solid 1px #025D94;
	margin-bottom:20px;
}
div.SITEtext table.49sRules tr th{
	font-size:75%;
	background:#025D94;
	color:#ffffff;
	text-align:left;
	padding:5px;
}
div.SITEtext table.49sRules tr.heading td{
	color:#025D94;
	padding:5px;
	border-bottom:solid 1px #025D94;
	
}
div.SITEtext table.49sRules tr td{
	padding:3px;
	
}

/*irish Lotto*/
div.SITEtext table.ILRules{
	border-bottom:solid 1px #006600;
	margin-bottom:10px;
	margin-top:10px;
}
div.SITEtext table.ILRules tr th{
	font-size:75%;
	background:#006600;
	color:#ffffff;
	text-align:left;
	padding:5px;
}
div.SITEtext table.ILRules tr.heading td{
	color:#006600;
	padding:5px;
	border-bottom:solid 1px #006600;
	
}
div.SITEtext table.ILRules tr td{
	padding:3px;
	
}







/*49s*/
.49sPrevious{
	margin-bottom:10px;
	border:1px #cccccc solid;
}
.49sPrevious tr td{
	font-weight:bold;
	padding-left:5px;
}
.49sDrawPrevious{
	font-size:11px;
	padding-top:5px;
	color:#025D94;
}
.49sbooster{
	color:#025D94;
}
.49sDrawResultsPrevious{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#025D94;
}

.49sPrevBalls td{
	text-align:center;
}

/*49s hotnumbers*/
table.49sHotNumbers{
	border-bottom:solid 1px #025D94;
	margin-top:20px;
	width:400px;
}
table.49sHotNumbers tr th{
	font-size:75%;
	background:#025D94;
	color:#ffffff;
	text-align:center;
	padding:5px;
}
table.49sHotNumbers tr th a, table.49sHotNumbers tr th a:link, table.49sHotNumbers tr th a:active, table.49sHotNumbers tr th a:visited{
	color:#ffffff;
}
table.49sHotNumbers tr th a:hover{
	color:#ffffff;
}
table.49sHotNumbers tr td{
	padding:3px;	
	border-bottom:solid 1px #cccccc;
}







/*Irish lotto hot numbers*/
table.ILHotNumbers{
	border-bottom:solid 1px #006600;
	margin-top:0px;
	width:400px;
}
table.ILHotNumbers tr th{
	font-size:75%;
	background:#006600;
	color:#ffffff;
	text-align:center;
	padding:5px;
}
table.ILHotNumbers tr th a, table.ILHotNumbers tr th a:link, table.ILHotNumbers tr th a:active, table.ILHotNumbers tr th a:visited{
	color:#ffffff;
}
table.ILHotNumbers tr th a:hover{
	color:#ffffff;
}

table.ILHotNumbers tr td{
	padding:3px;	
	border-bottom:solid 1px #cccccc;
	font-size:75%;
}



p.paraHotCold{
	margin:0px;
	padding:0px;
}
span.hotcold{
	position:relative;
	top:-18px;
	left:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
}
.49sAlldraws a, .49sAlldraws a:link, .49sAlldraws a:active, .49sAlldraws a:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:110%;
	color:#025D94;
	font-weight:bold;
	text-decoration:underline;
}
.49sAlldraws a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:110%;
	color:#025D94;
	font-weight:bold;
	text-decoration:none;
}

.listXHeadingHot{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#025D94;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:5px;
}
.listXHeading{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#025D94;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:5px;
}
















.scrollPara{
	margin-top:10px;
}

.title{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#025D94;
	font-weight:bold;
	padding-left:30px;
}
.ILtitle{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#006600;
	font-weight:bold;
}


div.invMenu{
	position:absolute;
	text-align:right;
	top:5px;
	right:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	width:430px;
}




















/*HOW TO PLAY*/
table.howtoPlayDemo{
	width:453px;
	margin:5px 0px 20px 0px;
}
table.howtoPlayDemo tr td.playLeft{
	padding-left:0px;
}
table.howtoPlayDemo tr td a, table.howtoPlayDemo tr td a:link, table.howtoPlayDemo tr td a:active, table.howtoPlayDemo tr td a:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#025D94;
}
table.howtoPlayDemo tr td a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	color:#025D94;
}




table.howtoPlayDemoBottom{
	width:453px;
	margin:15px 0px 0px 0px;
}
table.howtoPlayDemoBottom tr td.playLeft{
	padding-left:100px;
}
table.howtoPlayDemoBottom tr td a, table.howtoPlayDemoBottom tr td a:link, table.howtoPlayDemoBottom tr td a:active, table.howtoPlayDemoBottom tr td a:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#025D94;
}
table.howtoPlayDemoBottom tr td a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	color:#025D94;
}





table.howtoPlayDemoBottom tr td.RapidoLinks{
	width:453px;
	margin:15px 0px 20px 0px;
	padding-bottom:20px;
}
table.howtoPlayDemoBottom tr td.RapidoLinks a, table.howtoPlayDemoBottom tr td.RapidoLinks a:link, table.howtoPlayDemoBottom tr td.RapidoLinks a:active, table.howtoPlayDemoBottom tr td.RapidoLinks a:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
}
table.howtoPlayDemoBottom tr td.RapidoLinks a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	color:#ffffff;
}

/*reporting*/
table.reporting tr th{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
table.reporting tr td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
}
table.controls tr td{
	
}

/*syndicates*/
table.syndicates{
	width:440px;
	margin-top:20px;
}
table.syndicates tr td{
	font-size:70%;
}
table.syndicates tr td p{
	margin:0px 0px 10px 0px;
}
table.mainTitle{

}






/*animations view video*/
p.VRviewVideo{
	text-align:right;
	padding-right:30px;
}
p.VRviewVideo a, p.VRviewVideo a:link, p.VRviewVideo a:visited, p.VRviewVideo a:active{
	background:transparent;
	color:#ffffff;
	text-decoration:underline;
}
p.VRviewVideo a:hover{
	background:transparent;
	color:#ffffff;
	text-decoration:none;
}











div.SITEtextRapido{
	color:#ffffff;
	width:450px;
	border-top:
}
table.rapdioPlay{
	color:#ffffff;
	width:480px;
}
table.rapdioPlay tr td{
	color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border-bottom:solid 1px #241C4B;
	text-align:center;
	
}
table.rapdioPlay tr td.left{
	font-weight:bold;
	background:#241C4B;
	text-align:center;
	
	
}
table.rapdioPlay tr td.top{
	font-weight:bold;
	
	background:#E7221A;
	text-align:center;
}







div.SITEtextVHRbet{
	color:#ffffff;
}
div.SITEtextVHRbetRules{
	color:#ffffff;
	width:460px;
}


td.VRbetLinks{
	padding-bottom:4px;
}

.titleWhite{
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
}





/*news releases*/
table.49sNews{
	width:500px;
	border-bottom:1px solid #cccccc;
	margin:0px;
	padding:0px;
}
table.49sNews tr td{
	
}
table.49sNews{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.DateAdded{
	font-weight:bold;
	margin:0px;
	padding:10px 0px 5px 0px;
}
.newsImage{
	vertical-align:top;
	padding-right:0px;
}

.newsTitle{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	margin:10px 0px 0px 0px;
}

.newsSummary{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.newsSummaryDetail{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:italic;
	font-weight:bold;
	padding:10px 0px 0px 0px;
	margin-bottom:20px;
}

.DetailLink{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
	font-weight:bold;
	padding:10px 0px 10px 0px;
}
.newsPublished{
	padding-top:20px;
}

/*news admin*/
.newsEdit{
	border-right:1px solid #000000;
	padding-right:10px;
}
.newsDelete{
	padding-left:10px;
}














/*splashContainer*/
/*orange - #FF6109*/
table.splashContainer{
	border:solid 1px #000000;
	padding:20px 0px 20px 20px;
}
.titleSplash{
	color:#FF6109;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


.iconImg{
	position:relative;
	top:3px;
}















.noResults{
	font-size:11px;
}



td.rapDraw{
	color:#000000;
}


/*Irish Lotto*/
table.IrishLotto{
	margin-bottom:0px;
	width:510px;
}
/*heading*/
table.IrishLotto tr td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#006600;
	padding-bottom:5px;
}
table.IrishLotto tr td.IrishLottoResults{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding-bottom:5px;
	padding-top:10px;
}
table.IrishLotto tr td.IrishLottoBonus{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}
/*draw days*/
table.IrishLotto tr td.IrishLottoDraw{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	
}
/*hot and cold headings*/
.listXHeadingHotIL{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#006600;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:5px;
	margin-left:5px;
}
.listXHeadingColdIL{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#006600;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:5px;
}

/*il links*/
.ILAlldraws a, .ILAlldraws a:link, .ILAlldraws a:active, .ILAlldraws a:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#025D94;
	font-weight:bold;
	text-decoration:underline;
}
.ILAlldraws a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#025D94;
	font-weight:bold;
	text-decoration:none;
}



/*IL previous*/
.ILyear{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#006600;
	padding-top:10px;
}




.IrishLottoDrawResultsPrev{
	margin-top:20px;
	border:1px #cccccc solid;
	background:#ffffff;
}
.irishDrawResults{
	color:#006600;
	font-weight:bold;
}
.IrishLottoDrawResultsPrev tr td{
	padding:5px;
	font-size:11px;
	color:#006600;
}
.IrishLottoDraw{
	font-weight:bold;
	color:#000000;
}


	






/*bookies*/

/*toolbars*/
.bookiesSearch{
	margin-top:20px;
	margin-bottom:10px;
	width:400px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

.bookiesSearchWhite{
	margin-top:20px;
	margin-bottom:10px;
	width:400px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
}

.bookiesGoTable{
	position:relative;
	left:-80px;
	width:80px;
	vertical-align:bottom;
}
.bookiesGoTable tr td{
	padding-top:50px;
	text-align:left;
	vertical-align:bottom;
}

bookiesGoTable49s{
	position:relative;
	left:-30px;
	width:80px;
	vertical-align:bottom;
}
.bookiesGoTable49s tr td{
	padding-top:30px;
	text-align:left;
	vertical-align:bottom;
}
bookiesGoTableVR{
	position:relative;
	left:-70px;
	width:80px;
	vertical-align:bottom;
}
.bookiesGoTableVR tr td{
	padding-top:32px;
	text-align:left;
	vertical-align:bottom;
}
bookiesGoTableRap{
	width:80px;
	vertical-align:bottom;
	text-align:left;
}
.bookiesGoTableRap tr td{
	padding-top:32px;
	
	text-align:left;
	vertical-align:bottom;
}
.bookiesGoTableRap tr td img{
	position:relative;
	left:-60px;
}

/*Irish Lotto*/
.ILbookies{
	
	background:#ffffff;
}
.ILbookies tr th{
	text-align:left;
	background:#006600;
	color:#ffffff;
	padding:5px;
}
.ILbookies tr th a, .ILbookies tr th a:link, .ILbookies tr th a:active, .ILbookies tr th a:visited, .ILbookies tr th a:hover {
	text-align:left;
	background:#006600;
	color:#ffffff;
	padding:5px;
}
.ILbookies tr.bookiesRows{
	border-bottom:1px solid #006600;
}
.ILbookies tr.bookiesRows td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:5px;
	vertical-align:top;	
}


/*49s*/
.49sbookies{
	width:400px;
	background:#ffffff;
}
.49sbookies tr th{
	text-align:left;
	background:#999999;
	color:#ffffff;
	padding:3px;
}
.49sbookies tr th a, .49sbookies tr th a:link, .49sbookies tr th a:active, .49sbookies tr th a:visited, .49sbookies tr th a:hover {
	text-align:left;
	background:#999999;
	color:#ffffff;
	padding:3px;
}
.49sbookies tr.bookiesRows{
	border-bottom:1px solid #999999;
}
.49sbookies tr.bookiesRows td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:5px 2px 5px 0px;
	vertical-align:top;	
}

/*VR*/
.VRbookies{
	width:470px;
	background:#000000;
}
.VRbookies tr th{
	text-align:left;
	background:#005200;
	color:#ffffff;
	padding:3px;
}
.VRbookies tr th a, .VRbookies tr th a:link, .VRbookies tr th a:active, .VRbookies tr th a:visited, .VRbookies tr th a:hover {
	text-align:left;
	background:#005200;
	color:#ffffff;
}
.VRbookies tr.bookiesRows{
	border-bottom:1px solid #005200;
}
.VRbookies tr.bookiesRows td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:5px 2px 5px 2px;
	vertical-align:top;	
	color:#ffffff;
}




/*VGR*/
.VGRbookies{
	width:480px;
	background:#000000;
}
.VGRbookies tr th{
	text-align:left;
	background:#814F50;
	color:#ffffff;
	padding:3px;
}
.VGRbookies tr th a, .VGRbookies tr th a:link, .VGRbookies tr th a:active, .VGRbookies tr th a:visited, .VGRbookies tr th a:hover {
	text-align:left;
	background:#814F50;
	color:#ffffff;
}
.VGRbookies tr.bookiesRows{
	border-bottom:1px solid #814F50;
}
.VGRbookies tr.bookiesRows td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:5px 2px 5px 2px;
	vertical-align:top;	
	color:#ffffff;
}



/*RAP*/
.RAPbookies{
	width:480px;
	background:#000000;
}
.RAPbookies tr th{
	text-align:left;
	background:#221C4A;
	color:#ffffff;
	padding:3px;
}
.RAPbookies tr th a, .RAPbookies tr th a:link, .RAPbookies tr th a:active, .RAPbookies tr th a:visited, .RAPbookies tr th a:hover {
	text-align:left;
	background:#221C4A;
	color:#ffffff;
	padding:3px;
}
.RAPbookies tr.bookiesRows{
	border-bottom:1px solid #FFFFFF;
}
.RAPbookies tr.bookiesRows td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:5px 4px 5px 2px;
	vertical-align:top;	
	color:#ffffff;
}









/*RAP latest*/
table.rapidoTable{
	background:#ffffff;
	width:380px;
	padding:10px;
	border:5px solid #E62119;
	margin-top:15px;
}
img.rapidoResult{
	margin-top:0px;
}
.RAPfirstdraw{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	padding-top:15px;
	padding-bottom:0px;	
}
.RAPselect{
	background:#E62119;
	color:#EDE431;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.goButtonRAP tr td img{
	position:relative;
	top:53px;
	left:-120px;
}

.RAPwhiteText{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#EDE431;
}

.RAPdropDownHeading{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#EDE431;
}

.RAPselectYear{
	padding-top:20px;
}





/*VHR prev*/
table.VHRprevTable{

}
table.VHRprevTable tr td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}



/*VHR racing day*/
.VHRlatestHeading{
	width:285px;
}
.racingDay{
	background:transparent;
	color:#50AC25;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
.VRlatest td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#0147A7;
}

.VGRlatest td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#0147A7;
	padding-bottom:5px;
}

.VGRlatest td.VGRlatestNumber{
	font-size:16px;
}








.VRtable{
	position:relative;
	top:-10px;
}


.goButtonReports{
	position:relative;
	top:18px;
}
.goButton49sPrev{
	position:relative;
	top:22px;
	left:-110px;
}

.goButtonILprev{
	position:relative;
	top:0px;
	left:-250px;
}

.LatestResultLink
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#0147A7;
	padding-bottom:5px;
	text-decoration:none;
}


.LatestResultLink:Hover
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#0147A7;
	padding-bottom:5px;
	text-decoration:underline;
}

.49sAdminEditTitle
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#0147A7;
	padding-bottom:5px;
	text-decoration:underline;
}