/******************
HTML Tags
******************/
table {
	border: none;
	empty-cells: show;
	border-collapse: collapse;
}

img {
	border: none;
}



/******************
FORM STYLES
******************/

#content-container form {
	margin:20px 0px;
	padding:0px 0px 0px 0px;
	}

#content-container fieldset {
	margin:10px 0px 20px 0px;
	padding:0px 10px 10px 20px;
	}

/* a nested fieldset */
#content-container fieldset fieldset {
	margin:15px 0px 5px 0px;
	padding:0px 5px 5px 5px;
	}

#content-container legend {
	margin-bottom:0px;
	padding:0px 10px 5px 5px;
	color:#666666;
	font-weight:bold;
	}

/* a nested legend */
#content-container fieldset fieldset legend {
	margin-bottom:0px;
	padding:0px;
	font-weight:normal;
	}

#content-container label {
	display:block;
	padding-top:8px;
	}

#breadcrumb-right form {
	margin:0px;
	padding:0px;
	text-align:right;
	}

#breadcrumb-right form fieldset {
	margin:0px;
	padding:0px;
	border:none;
	}

#breadcrumb-right form legend {
	display:none;
	}

/******************
LINKS
******************/

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
#mainnav-container a:link {
	color:#FF0000;
	}

#mainnav-container a:visited {
	color:#FF0000;
	}

#mainnav-container a:hover {
	color:#FF6633;
	text-decoration:none;
	}

#mainnav-container a:active {
	color:#669966;
	}

/* All link states are selected with an "a" */
#header a {
	color:#FFFFFF;
	}

#breadcrumb-container a {
	color:#FF6600;
	}
	
.AllLeaguesLink:link, .AllLeaguesLink:active, .AllLeaguesLink:visited {
		font-family:Verdana;
		font-size:14px;
		font-weight:bold;
		color:#FFFFFF;
		text-decoration:none;
}
.AllLeaguesLink:hover {
		font-family:Verdana;
		font-size:14px;
		font-weight:bold;
		color:#000000;
		text-decoration:none;
		background-color:#FFFFFF;
}

.SingleLeagueLink:link, .SingleLeagueLink:active, .SingleLeagueLink:visited {
		font-family:Verdana;
		font-size:11px;
		font-weight:normal;
		color:#000000;
		text-decoration:none;
}
.SingleLeagueLink:hover {
		font-family:Verdana;
		font-size:11px;
		font-weight:normal;
		color:#000000;
		text-decoration:underline;
}




/******************
HEADINGS
******************/

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;	
}
	
	
/******************
LAYOUT STYLES
******************/

#mainnav-container {
	width:100%;
	padding:10px;
	border-bottom:2px solid #7F7F7F;
	border-right:1px solid #7F7F7F;
	border-left:1px solid #EDEDED;
	margin-bottom:1px;
	background: #FFFFFF url(images/bg-topnav.gif) repeat-x;
	table-layout:fixed;
	}

#mainnav-side {
	text-align:right;
	}


#slogan {
	font-size:.68em;
	margin:0px;
	font-weight:normal;
	padding-top:7px;
	}
	
#breadcrumb-container
{
    width: 100%;
    height: 30px;
    padding: 10px 10px 8px 10px;
    border-bottom: 2px solid #7F7F7F;
    border-right: 1px solid #7F7F7F;
    border-left: 1px solid #EDEDED;
    margin-bottom: 1px;
    background: #FFFFFF url(images/bg-topnav.gif) repeat-x;
    
}

#breadcrumb-left {
	vertical-align:top;
	}

#breadcrumb-right {
	text-align:right;
	}

#content-container {
	width:100%;
	border-bottom:2px solid #7F7F7F;
	border-right:1px solid #7F7F7F;
	padding:0px;
	margin:0px 0px 1px 0px;
	table-layout:fixed;
	}

#content-left {
	background-color:#F6F6F6;
	width:150px;
	padding:10px;
	vertical-align:top;
	}

#content-right {
	background-color:#F6F6F6;
	width:120px;
	padding:10px;
	vertical-align:top;
	}



#three-column-container {
	width:100%;
	margin:10px 0px;
	text-align:justify;
	table-layout:fixed;
	}

#three-column-left {
	width:30%;
	padding-right:3%;
	vertical-align:top;
	}

#three-column-middle {
	width:30%;
	vertical-align:top;
	}

#three-column-right {
	width:30%;
	padding-left:3%;
	vertical-align:top;
	}


/******************
MENU ITEMS
******************/

#mainnav-container ul {
	margin:0px;
	padding:0px;
	}

#mainnav-container li {
	padding:0px;
	list-style:none;
	display:inline;
	margin:5px 10px 5px 0px;
	}

#mainnav-side li {
	padding:0px;
	margin:5px 0px 5px 10px;
	}

/******************
LISTS - IN THE CONTENT DIV
******************/

#content ul.list, #content ul.link-list-vertical {
	margin:0px 0px 15px 15px;
	padding:0px;
	}

#content ul.list li {
	list-style:none;
	padding:2px 0px 2px 12px;
	margin:0px;
	background: url(images/bullet.gif) no-repeat;
	background-position:0 .6em;
	}

#content ul.link-list-vertical li {
	list-style:none;
	margin:0px;
	padding:2px 0px;
	}

#content ul.link-list-vertical li a:link {
	padding:2px 0px 2px 12px;
	background: url(images/bullet-link.gif) no-repeat;
	background-position:0 .6em;
	}

#content ul.link-list-vertical li a:visited {
	padding:2px 0px 2px 12px;
	background: url(images/bullet-link-visited.gif) no-repeat;
	background-position:0 .6em;
	}

#content ul.link-list-vertical li a:hover {
	padding:2px 0px 2px 12px;
	background: url(images/bullet-link-hover.gif) no-repeat;
	background-position:0 .6em;
	}

#content ul.link-list-vertical li a:active {
	padding:2px 0px 2px 12px;
	background: url(images/bullet-link-active.gif) no-repeat;
	background-position:0 .6em;
	}
	

/******************
CLASSES
******************/
.center
{ 
    text-align: center;
}

.clear {
	clear:both;
	}

.button-big {
	margin-top:8px;
	}

img.photobig, img.photosmall {
	border-top:1px solid #CCCCCC;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	border-left:1px solid #CCCCCC;
	background: #E0E0E0 url(images/background_table_04.gif) repeat-x;
	padding:8px;
	}

img.photosmall {
	margin-right:10px;
	margin-bottom:2px;
	float: left;
	}
	
.searchbox {
	height:13px;
	margin:0px;
	padding:0px;
	width:8em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	}

.button-search {
	height:18px;
	margin:0px;
	padding:0px 0px 0px 0px;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	border-left:1px solid #CCCCCC;
	background: url(images/bg-button-search.gif) repeat-x;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FF0000;
	}

.none {
	display:none;
	}	

/******************
LISTS - IN THE RIGHT OR LEFT COLUMNS
******************/

#content-right ul.list, #content-right ul.link-list-vertical,
#content-left ul.list, #content-left ul.link-list-vertical {
	margin:0px 0px 15px 0px;
	padding:0px;
	}

#content-right ul.list li,
#content-left ul.list li {
	list-style:none;
	padding:2px 0px 2px 12px;
	margin:0px;
	background: url(images/bullet-right.gif) no-repeat;
	background-position:0 .6em;
	}

#content-right ul.link-list-vertical li,
#content-left ul.link-list-vertical li {
	list-style:none;
	margin:0px;
	padding:2px 0px;
	}

#content-right ul.link-list-vertical li a:link,
#content-left ul.link-list-vertical li a:link {
	padding:2px 0px 2px 12px;
	background: url(images/bullet-link.gif) no-repeat;
	background-position:0 .6em;
	}

#content-right ul.link-list-vertical li a:visited,
#content-left ul.link-list-vertical li a:visited {
	padding:2px 0px 2px 12px;
	background: url(images/bullet-link-visited.gif) no-repeat;
	background-position:0 .6em;
	}

#content-right ul.link-list-vertical li a:hover,
#content-left ul.link-list-vertical li a:hover {
	padding:2px 0px 2px 12px;
	background: url(images/bullet-link-hover.gif) no-repeat;
	background-position:0 .6em;
	}

#content-right ul.link-list-vertical li a:active,
#content-left ul.link-list-vertical li a:active {
	padding:2px 0px 2px 12px;
	background: url(images/bullet-link-active.gif) no-repeat;
	background-position:0 .6em;
	}


/******************
TABLE STYLES
******************/

.table
{
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    border: 1px solid #D0D0BF;
    border-collapse: collapse;
    text-align: left;
}
	


thead th, tfoot th {
	background-color:#E8E8E8;
	border-bottom:2px solid #D0D0BF;
	border-top:2px solid #D0D0BF;
	padding:10px;
	font-weight:normal;
	font-variant:small-caps;
	}
	

/******************
LIVE Lines
*******************/
#menuLiveLines
{
    list-style-type: none;
    padding-left: 0px;
    margin-left: 0px;
}
#menuLiveLines ul
{
    list-style-type: none;
    position: relative;
    color: gray;
    padding-left: 5px;
    margin-left: 5px;
}
#menuLiveLines a
{
    text-decoration: none;    
}
#menuLiveLines ul a
{
    color: #999933;
    text-decoration: none;
}

#menuLiveLines ul a:hover
{
    text-decoration: underline;
}

/******************
LEAGUE REGION
******************/
.Region
{
    list-style-type: none;
    padding-left: 0px;
    margin-left: 0px;
}
.Region ul
{
    list-style-type: none;
    position: relative;
    color: gray;
    padding-left: 5px;
    margin-left: 5px;
}
.Region a
{
    text-decoration: none;    
}
.Region ul a
{
    color: #999933;
    text-decoration: none;
}
.Region ul a:hover
{
    text-decoration: underline;
}

/******************
RACING
******************/
.tblRaceSelections {
    border: 1px solid #336699; 
    /*background-color:#F6F6F6;*/
    width:99%;
}

.TrackName {
	padding: 10px 0 5px 8px;
	font-family: Verdana;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
}
.TrackDateHeader {
	font-family: Verdana;
	font-size: 13px;
	text-decoration: none;
	padding: 5px 0 5px 8px;
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
	width: 100%;
	vertical-align: middle;
	height: 30px;
	letter-spacing: 1px;
}
.TblTrackRaces
{
    border-right: #636363 1px solid;
    border-left: #636363 1px solid;
    border-bottom: #636363 1px solid;
}
.TblTrackRaces td
{
    border-top: #FFF 1px solid;
    border-bottom: #B8C2C4 1px solid;
    padding-top: 2px;
    padding-bottom: 3px;
    padding-left: 5px;
    background-color: #efefef;
    height: 10px;
}

#race-menu  {
}

#race-menu .branch-open,
#race-menu .branch-closed {
    padding-bottom:1px;    
}

#race-menu .branch-open .title, #race-menu .branch-closed .title {
	cursor: pointer;
	/*background: url(images/back-gray.gif) repeat-x !important;*/
	font-family: Verdana;
	font-size: 12px;
	height: 29px !important;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
	/*border-bottom: 1px solid #CCCCCC;*/
	padding-top: 2px;
	padding-left: 12px;
}

#race-menu .branch-open .title .sign {
    background: url(images/minus.gif) top left no-repeat;
    float:left;
    width: 23px;
    height: 11px;
}

#race-menu .branch-closed .title .sign{
    background: url(images/plus.gif) top left no-repeat;
    float:left;
    width: 23px;
    height: 11px;
}

#race-menu .branch-open table  {
    padding:0px 0px 4px 0px;
}

#race-menu .branch-closed table{
    display:none;
}


#left-menu  {
}

#left-menu .branch-open,
#left-menu .branch-closed {
    padding-bottom:1px;
}

#left-menu .branch-open .title,
#left-menu .branch-closed .title  {
	padding: 3px 2px 4px 18px;
	/*width:100%;*/
	color: #000000;
	font-weight: bold;
	cursor: pointer;
	font-family: Verdana;
	font-size: 13px;
}

#left-menu .branch-open .title {
background:url(images/icon-minus.gif) top left no-repeat;
}

#left-menu .branch-closed .title {
background:url(images/icon-plus.gif) top left no-repeat;
}

#left-menu .branch-open .children  {
    display:block;
    padding:0px 0px 4px 0px;
}

#left-menu .branch-closed .children  {
    display:none;
}

#left-menu div.leaf {
    
}

#left-menu div.leaf-selected {
    padding:1px 2px 1px 18px;
    background:#C7D3D9;
	font-weight:bold;
}

#left-menu div.leaf-disabled {
    padding:1px 2px 1px 14px;
    color:#A1ACB3;
}

#left-menu div.leaf a:link,
#left-menu div.leaf a:visited {
    text-decoration:none;
    display:block;
    padding:1px 2px 1px 18px;
}

#left-menu div.leaf a:hover {
    text-decoration:underline;
    /*background-color:#F4FCFF;*/
}

#left-menu  div.leaf div.race-info {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	padding-left: 10px;
	padding-bottom: 10px;	
}

.RaceTrackListRow {
	width: 33%;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid #CCCCCC;
	padding: 3px 0 3px 3px;
	text-align:left;
}


/******************
SPORTS CLASSES
******************/
	
.WagerContainer
{
    color:#333333;
    background-color:#F7F6F3;
    border-color:#E6E2D8;
    border-width:1px;
    border-style:Solid;
}	
.WagerTable
{
    font-size: 12px;      
    background-color: #ffffff;
    padding: 15px;
    border-right: #dcdcdc 1px solid;
    border-top: #dcdcdc 1px solid;
    border-left: #dcdcdc 1px solid;
    border-bottom: #dcdcdc 1px solid;
    
}
.WagerTable2
{
    font-family: Arial;
    background-color: #f1efee;
    border-right: #dcdcdc 1px solid;
    border-top: #dcdcdc 1px solid;
    border-left: #dcdcdc 1px solid;
    border-bottom: #dcdcdc 1px solid;
}

.bold 
{
    color: #770000;
    font-weight:bolder;
}

.ReportHeader {
	font-family:Verdana;
	font-size:13px;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
	background-color:#336699;
	text-align:left;
	vertical-align:bottom;
}

.ChooseTeaserLink:Link, .ChooseTeaserLink:active, .ChooseTeaserLink:visited {
		font-family:Verdana;
		font-size:12px;
		color:#000000;
		text-decoration:none;
		border:1px solid #707070;
		height:20px;
		text-align:center;
		vertical-align:middle;
		background-image:url(../../graphics/ButtonBG.gif);
		padding:3px;
}
.ChooseTeaserLink:hover {
		font-family:Verdana;
		font-size:12px;
		color:#000000;
		text-decoration:none;
		border:1px solid #707070;
		height:20px;
		text-align:center;
		vertical-align:middle;
		background-image:url(../../graphics/ButtonBG_OVER.gif);
		padding:3px;
}





/******************
SCHEDULE CLASSES
******************/
.LeagueTitle {
	font-family: Verdana;
	font-size: 15px;
	color: #006699;
	font-weight: bold;
	text-decoration: none; 
	white-space: nowrap;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 1px;
	vertical-align: top;
	text-align: left;
}
.WagerDateTime {
	font-family: Verdana;
	font-size: 12px;
	color: #006699;
	text-decoration: none; 
	white-space: nowrap;
	vertical-align: top;
	text-align: right;
}
.OpenSpots {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #006699;
	text-decoration: none;
	vertical-align: middle;
	text-align: left;
	text-decoration: none;
	white-space: nowrap;
}
.GameHeader {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #336699;
	text-align:left;

}
.GameBanner {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	vertical-align: top;
	text-align: center;
	background-color: #9C9A9A;
	text-transform: uppercase;
}
.GameBannerAuto {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
	vertical-align: top;
	text-align: center;
	background-color: #E5E5E5;
	text-transform: uppercase;
}
.TrTntDetail
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	vertical-align: top;
	background-color: #FFFFFF;
	border-bottom: 1px solid #AAAAAA;
}
.TrGameOdd {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}
.TrGameEven {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	background-color: #D6DCEA;
}
.TrGameOddHm {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border-bottom: 1px solid #AAAAAA;
}
.TrGameEvenHm {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	background-color: #D6DCEA;
	border-bottom: 1px solid #AAAAAA;
}
.TrGameOddVs {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}
.TrGameEvenVs {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	background-color: #D6DCEA;
}
.TntHeader
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	vertical-align: top;
	text-align: center;
	background-color: #CCCCCC;
	text-transform: uppercase;
}
/******************
SIGNUP CLASSES
******************/
.SignUpHeader
{
    background-color: #b44040;
    color: #ffffff;
    font-weight: bold;
    font-family: Arial, Verdana;
    font-size: 14px;
}
.SignUpOuter
{
    background-color: #c2bfc2; 
}
.SignUpInner
{
    background-color: #F6F6F6;
    color: #000088;
    font-family: Arial, Verdana;
    text-align: left;
}
.SignUpPasswordFont
{
    color: #880000;
    font-weight:bolder;
}
.SignUpPasswordField
{
    background-color: yellow;
}
/******************
LINE CHANGE CLASSES
******************/
.LineChange 
{
    color: #ff0000;
    font-weight:bolder;
}

/******************
TRACK MENU IDS
******************/
.AnimTree
{
    
}

#nav {
	position: relative;
	left: 0;
	top:0;	
	width: 100%;	
	overflow: auto;
	margin: 0;
	white-space: nowrap;
}

.menuNode {
	font-family:Geneva, Arial, Helvetica, sans-serif;		
	font-size: 12px;
	height: 17px;
	padding-left: 10px;
}

.menuNode a
{
   color:#CC6600;
}
.menu .menu, .menu .menu .menu{ /* submenus & submenus' submenus  */
	border-left: 1px solid #BBBBBB;
	padding-left: 10px;
 }	
 
.buttonlabel{
	height: 14px;
	cursor: default;
}

.labelHover
{
    text-decoration: underline;    
    color: #aa0000;    
}

.labelDown
{
   color: #ff0000;
}

.labelHover, .labelDown    
{
}

/******************
UPCOMING RACES IDS
******************/
.Header
{
  background: url(images/header_bg.gif);
  background-color: #F6F6F6;
  
  border: #c0c0c0 1px solid; 
  border-bottom-width: 0px; 
  font-family: tahoma; 
  font-size: 11px;
  font-weight: bold; 
  padding: 5px; 
  cursor: default; 
}

.Rotator 
{
  border:solid 1px #c0c0c0; 
  width:450px; 
  height:30px; 
  padding:3px;
  font-family:verdana; 
  font-size:11px; 
  background-color:white; 
  cursor:default;
}

.RotatorFrame 
{
  border:solid 1px white; 
  font-family:verdana; 
  font-size:11px; 
  background-color:white; 
  cursor:default;
}

.RotatorFrameOver 
{
  border:solid 1px darkgray; 
  border-bottom-color:Black;
  border-right-color:Black;
  font-family:verdana; 
  font-size:11px; 
  background-color:white; 
  cursor:default;
}

.NewsTitle
{
  font-family:Verdana;
  font-size:10px;   
  font-weight:bold; 
  text-decoration:underline; 
  color:Black;
}

.NewsText
{
  font-family:Verdana;
  font-size:10px;   
  color:Black;
}

.NewsDate
{
  font-family:Verdana;
  font-size:10px;   
  color:gray; 
}

/******************
FILL OPEN CLASSES
******************/

/* Accordion */
.accordionHeader {
		border:1px solid #336699;
		color:#FFFFFF;
		background-color:#B0C4DE;
		font-family:Verdana;
		font-size:13px;
		font-weight:normal;
		text-decoration:none;
		padding:5px;
		margin-top:5px;
		cursor:pointer;
}

.accordionHeader a {
		color:#FFFFFF;
		background:none;
		text-decoration:none;
}

.accordionHeader a:hover {
		background:none;
		text-decoration:none;
}

.accordionHeaderSelected {
		border:1px solid #336699;
		color:#FFFFFF;
		background-color:#336699;
		font-family:Verdana;
		font-size:13px;
		font-weight:normal;
		padding:5px;
		margin-top:5px;
		cursor:pointer;
}

.accordionHeaderSelected a {
		color:#FFFFFF;
		background:none;
		text-decoration:none;
}

.accordionHeaderSelected a:hover {
		background:none;
		text-decoration:none;
}

.accordionContent {
		border:1px solid #336699; 
		background-color:#EEEEEE;
		border-top:none;
		text-align:left;
}

.accordionContent ul {
		list-style-type:none;
		color:#000000;
		font-weight:normal;
		vertical-align:middle;
		text-align:left;
		padding:5px;
}



/******************
BetCapri Styles
******************/

.submit {
	color: #FFFFFF;
	
	height: 18px;
	width: 48px;
}
.style1 {
	font-weight: bold;
	font-size: 14px;
}
.style2 {
	font-size: 13px;
}
.box {
	color: #FFFFFF;
	background-color: #333333;
	height: 18px;
	width: 87px;
	
}
.style3 {
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	color: #333333;
}
.style4bold {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
.style4 {
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 15px;
	padding-left: 15px;
}
.membertitle {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	background-color: #003366;
	line-height: 16px;
	text-transform: uppercase;
	padding: 2px;
	margin: 2px;
}




	
.parrafo {
	font-family: Arial, Verdana;
	font-style: normal;
	color: #FFFFFF;
	font-size: 11px;
}
	
	.parrafo2 {
	font-family: Arial, Verdana;
	font-style: normal;
	color: #5B5E66;
	font-size: 13px;}
	
	.parrafo3 {
	font-family: Arial, Verdana;
	font-style: normal;
	color: #ffffff;
	font-size: 11px;}

	.parrafo4 {
	font-family: Arial, Verdana;
	font-weight: bold;
	color: #ffffff;
	font-size: 11px;}



.Capri_menu {
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: 900;
}
A.menu:link { color: #ffffff;  text-decoration: none;   }
A.menu:hover { color: #FFFFFF;  text-decoration: underline; }
A.menu:visited { color: #ffffff;  text-decoration: none;   }
A.menu:visited:hover { color: #FFFFFF;  text-decoration: underline;   }

.botontexto {
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #FF6600;
	font-weight: bold;
}
A.botontexto:link { color: #FF6600;  text-decoration: none;   }
A.botontexto:hover { color: #FFFFFF;  background-color: #FF6600;  text-decoration: none; }
A.botontexto:visited { color: #FF6600;  text-decoration: none;   }
A.botontexto:visited:hover { color: #FFFFFF;  background-color: #FF6600; text-decoration: none;   }


.Texpeque_boton {
font-style: normal;
font-size: 9px;
color: #26822C;
font-family: Arial, Verdana;
text-align: center;}

A.Texpeque_boton:link { color: #26822C;    text-decoration: NONE;  font-weight: bold;    }
A.Texpeque_boton:hover { color: #55C60F;   text-decoration: NONE;  font-weight: bold;       }
A.Texpeque_boton:visited { color: #26822C;   text-decoration: NONE;  font-weight: bold;    }
A.Texpeque_boton:visited:hover { color: #55C60F;  text-decoration: NONE;   font-weight: bold;    }

.Titulos {
font-style: normal;
font-weight: bold;
font-size: 12px;
color: #FFFFFF;
	font-family: Arial, Verdana;
text-align: center;
}

.TitulosNewCalendar {
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	font-family: Arial, Verdana;
	text-align: center;
}

.welcome {
	font-size: 18px;
	color: #55C60F;
	font-family: Arial, Verdana;
	font-weight: bolder;
}

.tituloHEADER {
	font-size: 25px;
	color: #55C60F;
	font-family: Arial, Verdana;
	font-weight: bolder;
}

.baciados {
	font-size: 18px;
	color: #ffffff;
	font-family: Arial, Verdana;
	font-weight: bolder;
}

.TITULOSPG {
	font-size: 25px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 6px;
	background-image: url(file:///D|/TRABAJO/BETEZ/site/images/bg-titles.jpg);
	line-height: normal;
}

.caja_interna_paquetes {
	font-size: 14px;
	color: #010170;
	font-family: Arial, Verdana;
	font-weight: bold;
}

.about {
	font-size: 18px;
	color: #FF0000;
	font-family: Arial, Verdana;
	font-weight: bolder;
}

.about_SUBTITLES {
	font-size: 12px;
	color: #5B5E66;
	font-family: Arial, Verdana;
	font-weight: bolder;
	text-decoration:none
}




.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	font-weight: normal;
}

.textblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}

.textblackNewCalendar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	vertical-align: middle;
	text-align: left;
	border: 1px solid #CCCCCC;
}		


.text2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}

.text3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
}

.textsubtitle1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#003366;
	font-weight:bolder;
}

.textsubtitle2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #990000;
	font-weight: bolder;
}

.textsubtitle3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
}


.links1 {
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
}
A.links1:link { color: #FFFFFF;  text-decoration: none;   }
A.links1:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
A.links1:visited {
	color: #FFFFFF;
	text-decoration: none;
}
A.links1:visited:hover { color: #FFFFFF;  text-decoration: underline;   }


.links {
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #FD0100;
	font-weight: bolder;
}
A.links:link { color: #003366;  text-decoration: none; background-color: #fff;  }
A.links:hover { color: #003366;  text-decoration: underline;background-color: #fff;  }
A.links:visited { color: #003366;  text-decoration: none; background-color: #fff;   }
A.links:visited:hover { color: #003366;  text-decoration: underline; background-color: #fff;   }


.links2 {
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #999999;
	font-weight: bolder;
}
A.links2:link { color: #666666;  text-decoration: none;   }
A.links2:hover { color: #990000;  text-decoration: underline; }
A.links2:visited { color: #666666;  text-decoration: none;   }
A.links2:visited:hover { color: #666666;  text-decoration: underline;   }


.links3 {
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #003399;
	font-weight: bolder;
}
A.links3:link { color: #003399;  text-decoration: none;   }
A.links3:hover { color: #003366;  text-decoration: underline; }
A.links3:visited { color: #003399;  text-decoration: none;   }
A.links3:visited:hover { color: #003399;  text-decoration: underline;   }


.sitemap {
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #ffffff;
	font-weight: bolder;
}
A.sitemap:link { color: #ffffff;  text-decoration: none;   }
A.sitemap:hover { color: #FFFFFF;  text-decoration: underline; }
A.sitemap:visited { color: #ffffff;  text-decoration: none;   }
A.sitemap:visited:hover { color: #FFFFFF;  text-decoration: underline;   }

.login_input { font-family: Tahoma, Verdana, Arial; font-size: 12px; color: #FFFFFF; background-color: #333333; border: #999999; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}

.dummy_select { font-family: Tahoma, Verdana, Arial; font-size: 11px; color: #FFFFFF; background-color: #6699CC; border: #000099; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
.cr {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 1px;
	color: #AAAAAA;
}

.options, .options:link, .options:active, .options:visited {
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-size: 11px;
	color: #FFCC00;
	text-decoration: none;
	border: 1px solid #FFCC00;
	background-color: #000000;
}
.options:hover {
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	background-color: #000000;
}

.options2, .options2:link, .options2:active, .options2:visited  {
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.options2:hover {
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

.TimeAndDate {
	vertical-align: middle;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.WagerMenuLink:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFCC00;
	font-weight: bold;
	text-decoration: none;
}
.WagerMenuLink:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFCC00;
	font-weight: bold;
	text-decoration: none;
}
.WagerMenuLink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFCC00;
	font-weight: bold;
	text-decoration: none;
}
.WagerMenuLink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.WagerTypeMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #663333;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	padding: 10px 0 10px 0;
}
.Fr10White {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.SelectAllLeague:link {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}
.SelectAllLeague:active {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}
.SelectAllLeague:visited {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}
.SelectAllLeague:hover {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #663333;
	text-decoration: underline;
}
.TableLeagues {
	border: 1px solid #FFFFFF;
}
.LeagueName {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-decoration: text-transform: uppercase;
	vertical-align: top;
	text-align: left;
	padding: 0 0 7px 0;
}
.Title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006699;
}
.WagerTitle {
	font-family: Verdana;
	font-size: 13px;
	color: #006699;
	font-weight: bold;
	text-decoration: none; 
	white-space: nowrap;
	text-transform: uppercase;
}
.TeaserLink {
	font-family: Verdana;
	font-size: 12px;
	color: #CC3333;
	font-weight: bold;
	text-decoration: none; 
	white-space: nowrap;
}
.TeaserLink:link {
	font-family: Verdana;
	font-size: 12px;
	color: #CC3333;
	font-weight: bold;
	text-decoration: none; 
	white-space: nowrap;
}
.TeaserLink:active {
	font-family: Verdana;
	font-size: 12px;
	color: #CC3333;
	font-weight: bold;
	text-decoration: none; 
	white-space: nowrap;
}
.TeaserLink:visited {
	font-family: Verdana;
	font-size: 12px;
	color: #CC3333;
	font-weight: bold;
	text-decoration: none; 
	white-space: nowrap;
}
.TeaserLink:hover {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #663333;
	text-decoration: underline; 
	white-space: nowrap;
}
.WelcomeTable {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	border: #CCCCCC 1px solid;
	color: #333333;
	background-color: #E2EEF3;
}
.Link12pxBlack:link {
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.Link12pxBlack:active {
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.Link12pxBlack:visited {
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.Link12pxBlack:hover {
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
.FrontTextLink {
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}
.FrontTextLink:Link {
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}
.FrontTextLink:Active {
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}
.FrontTextLink:Visited {
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}
.FrontTextLink:Hover {
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
	text-transform: uppercase;
}

.SubTextLink {
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}
.SubTextLink:Link {
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}
.SubTextLink:Active {
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}
.SubTextLink:Visited {
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}
.SubTextLink:Hover {
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
	text-transform: uppercase;
}
.WagerLink2:Link {
	font-family: Verdana;
	font-size: 12px;
	color: #006699;
	font-weight: bold;
	text-decoration: none; 
	white-space: nowrap;
	text-transform: uppercase;
}
.WagerLink2:Active {
	font-family: Verdana;
	font-size: 12px;
	color: #006699;
	font-weight: bold;
	text-decoration: none; 
	white-space: nowrap;
	text-transform: uppercase;
}
.WagerLink2:Visited {
	font-family: Verdana;
	font-size: 12px;
	color: #006699;
	font-weight: bold;
	text-decoration: none; 
	white-space: nowrap;
	text-transform: uppercase;
}
.WagerLink2:Hover {
	font-family: Verdana;
	font-size: 12px;
	color: #006699;
	font-weight: bold;
	text-decoration: underline;
	white-space: nowrap;
	text-transform: uppercase;
}
.SportsRow {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}


/****************/
/* Wager.master */
/****************/

.wager_master_logo_table {
		width:100%;
		height:85px;
		background-color:#010101;
}		

/****************/
/* Racing.master */
/****************/

.racing_master_logo_table {
		width:100%;
		height:85px;
		background-color:#010101;
}		



@media print 
{

	body, p, li {
		font-family: Verdana;
		font-size: 12px;
		font-weight: normal;
		color: #000000;
		text-decoration: none;
	}

  .noprint 
  {
    display: none;    
  }

