.tablinks a, .tablinks a:visited{
color:blue
}
.tablinks a:hover{
color:brown
}

.myColor {background-image:url(images/left1.jpg)}

.mybackground-bg-header {background-image:url(../images/bg-header-gamblingtemplatesdotnet.jpg)}
.mybackground-bg-top {background-image:url(../images/bg-top-nav-gamblingtemplatesdotnet.jpg)}

A.menulink {
display: block;
width: 198px;
text-align: left;
text-decoration: none;
font-family:verdana;
font-size:12px;
color: #000000;
BORDER: none;
border: solid 1px #FFFFFF;
}

A.menulink:hover {
border: solid 1px #6100C1;
background-color:#FFFF99;
color:#FF0000

}

.Stile10 {color: #EBEBEB}
.Stile11 {color: #000000}
.Stile12 {
	color: #FFFFFF;
	font-weight: bold;
}
.Stile13 {color: #0000FF}
.Stile15 {color: #000000; font-style: italic; }

.t11  {font-size: 11px;}
	.t12 {font-size: 12px;}
	.t17 {font-size: 17px; color:#990000; font-weight:bold;}
	.t17header {font-size: 17px; color:#FFFFCC; font-weight:bold;}
	.links {font-size: 12px; color: #CCCC66;}
	#myID3 {text-decoration:none;color:#0000ff; font-size: 12px;}
	#myID3:active {text-decoration:none;color:#0000ff; font-size: 12px;}
	#myID3:hover {text-decoration:none;color:#0033ff; font-size: 12px;} 
	#myID {text-decoration:none;color:#E6D99B; font-size: 12px;}

	#myID2 {text-decoration:none;color:#E6D99B; font-size: 12px;}
	#myID:active {text-decoration:none;color:#E6D99B; font-weight:bold; font-size: 12px;}
	#myID:hover {text-decoration:underline;color:#E6D99B; font-weight:bold;font-size: 12px;} 
	#links {text-decoration:none;color:#0000ff; font-size: 13px;}
	#links:active {text-decoration:none;color:#0000ff; font-size: 13px;}
	#links:hover {text-decoration:none;color:#ff0000; font-size: 13px;}
	
	#links2 {text-decoration:none;color:#ff0000; font-size: 15px;}
	#links2:active {text-decoration:none;color:#ff0000; font-size: 15px;}
	#links2:hover {text-decoration:none;color:#0000ff; font-size: 15px;} 
.Stile1 {color: #CCCC66}
    .Stile2 {font-size: 10px}
.Stile3 {font-size: 10px; color: #CCCC66; }

.Stile9 {
	color: #000000;
	font-size: 3px;
}

.copyright-txt {
	color: #C5E4A1;
	font-size: 11px;
	font-family: Tahoma;
}
.grey-normal-txt {
	color: #A1A1A1;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.yellow-bold-txt {
	color: #FFCC00;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.black-normal-txt {
	color: #333333;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.orange-heading {
	color: #DB7425;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.green-heading-txt {
	color: #1A5505;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.white-normal-txt {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:link {
	color: #FF7700;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF7700;
}
a:hover {
	text-decoration: none;
	color: #51A400;
}
a:active {
	text-decoration: none;
	color: #51A400;
}
.black-links:link {
	color: #000000;
	text-decoration: none;
}
.black-links:visited {
	text-decoration: none;
	color: #000000;
}
.black-links:hover {
	text-decoration: none;
	color: #FF3300;
}
.black-links:active {
	text-decoration: none;
	color: #FF3300;
}
.grey-links:link {
	color: #A1A1A1;
	text-decoration: none;
}
.grey-links:visited {
	text-decoration: none;
	color: #A1A1A1;
}
.grey-links:hover {
	text-decoration: none;
	color: #E7C81B;
}
.grey-links:active {
	text-decoration: none;
	color: #E7C81B;
}
body {
	background-color: #535353;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
    
.animatedtabs{
border-bottom: 1px solid gray;
overflow: hidden;
width: 100%;
font-size: 14px; /*font of menu text*/
}


.animatedtabs ul{
list-style-type: none;
margin: 0;
margin-left: 10px; /*offset of first tab relative to page left edge*/
padding: 0;
}

.animatedtabs li{
float: left;
margin: 0;
padding: 0;
}

.animatedtabs a{
float: left;
position: relative;
top: 5px; /* 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
background: url(../media/tab-blue-left.gif) no-repeat left top;
margin: 0;
margin-right: 3px; /*Spacing between each tab*/
padding: 0 0 0 9px;
text-decoration: none;

}

.animatedtabs a span{
float: left;
position: relative;
display: block;
background: url(../media/tab-blue-right.gif) no-repeat right top;
padding: 5px 14px 3px 5px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
font-weight: bold;
color: black;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.animatedtabs a span {float:none;}
/* End IE5-Mac hack */


.animatedtabs .selected a{
background-position: 0 -125px;
top: 0;
}

.animatedtabs .selected a span{
background-position: 100% -125px;
color: black;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

.animatedtabs a:hover{
background-position: 0% -125px;
top: 0;
}

.animatedtabs a:hover span{
background-position: 100% -125px;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}