.txtTitleH2
{
	color: darkblue;
	/* text-shadow: 1px 1px 2px black, 0 0 25px grey, 0 0 5px darkgrey; */
	font-family:Cairo,Alegreya,Combo, Helvetica, Verdana, Arial;
	font-size:28px;f
	padding-bottom:20px;
}

.ratTitle22
{
	color:#ffffff;
	font-size: 70px;
	font-weight: bold;
	font-family: Helvetica, Arial, Verdana;
	text-shadow: 
    0 1px 0 #ccc, 
    0 2px 0 #c9c9c9, 
    0 3px 0 #bbb, 
    0 4px 0 #b9b9b9, 
    0 5px 0 #aaa, 
    0 6px 1px rgba(0,0,0,.1), 
    0 0 5px rgba(0,0,0,.1), 
    0 1px 3px rgba(0,0,0,.3), 
    0 3px 5px rgba(0,0,0,.2), 
    0 5px 10px rgba(0,0,0,.25), 
    0 10px 10px rgba(0,0,0,.2), 
    0 20px 20px rgba(0,0,0,.15);
}

/* Classes for displaying results start */

a.tip3 {
  position: relative;
  text-decoration: none;
}
a.tip3 span {display: none;}
a.tip3:hover span {
  display: block;
  position: absolute; 
  padding: .5em;
  content: attr(title);
  min-width: 120px;
  text-align: center;
  width: auto;
  height: auto;
  white-space: nowrap;
  top: -20px;
  left:-150px;
  background: rgba(0,0,66,.7);
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;    
  color: #ffffff;
  font-size: .90em;
  font-family: Helvetica,Verdana,Arial;
}

.ratResGen
{
	font-family:Helvetica,Arial,Verdana;
	font-size:14px;
	color:#333333;
	padding-top:0px;
	margin-top:0px;
}

.ratResPerc
{
	padding-right:5px;
	text-align:center;
}

.ratResName
{
	width:330px;
}

.ratResRat
{
	padding-left:3px;
	padding-right:5px;
	text-align:center;
}

.ratResAdj
{
	text-align:right;
	padding-right:3px;
}

.ratResSeed1
{
	padding-left:3px;
	padding-right:3px;
	text-align:right;
}

.ratResSeed2
{
	padding-left:3px;
	padding-right:15px;
	text-align:right;
}

.ratResPlace
{
	text-align:right;
	padding-right:5px;
}

/* Classes for displaying results end */

.ratFancyTitle
{
	font-weight: normal;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #1C4195;
	/* color: #666666;*/
	font-family: 'Coming Soon', 'Cantora One', Fertigo;
	text-shadow: 3px 3px 8px #c0c0c0;
	padding-top:0px;
	line-height: normal;
}

.ratTitleWithShadow
{
	font-weight: normal;
	font-size: 20px;
	//font-style: italic;
	font-weight: bold;
	color: #1C4195;
	/* color: #666666;*/
	font-family: Helvetica, 'Coming Soon', 'Cantora One', Fertigo;
	text-shadow: 3px 3px 8px #c0c0c0;
	padding-top:0px;
	line-height: normal;
}

.ratBold
{
	font-weight: bold;
	color: #dd1828;
}

.ratLoginBodyPeople
{
	background: url("/play/img/burgundy_4.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.ratPeople
{
	background: url("/ratings/img/blue_5.jpg") no-repeat left top fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.ratLoginBodyClubs
{
	background: url("/ratings/img/purple_1.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.ratNormalMenuItem
{
	padding-top:2px;
	border:2px solid #c0c0c0;
	border-radius:3px;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:8px;
	padding-left:5px;
	padding-right:5px;
	font-family:Helvetica, Arial, Verdana;
	background-color:#ffffff;
	cursor: default;
}

.ratClickMenuItem
{
	padding-top:2px;
	border:2px solid #c0c0c0;
	border-radius:3px;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:8px;
	padding-left:5px;
	padding-right:5px;
	font-family:Helvetica, Arial, Verdana;
	color: #ee0000;
	background-color:#ffffff;
	cursor: pointer;
}
 
.ratHoverMenuItem
{
	padding-top:2px;
	border:2px solid #c0c0c0;
	border-radius:3px;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:8px;
	padding-left:5px;
	padding-right:5px;
	font-family:Helvetica, Arial, Verdana;
	background-color:#d9eafc;
	cursor: pointer;
}

.ratBody
{
    background-image: none;
    background-size: 100%;
}

.ratImgRotate
{
    -ms-transform: rotate(-5deg); /* IE 9 */
    -webkit-transform: rotate(-5deg); /* Safari */
    transform: rotate(-5deg); /* Standard syntax */
}

p
{
	font-family: Helvetica, Verdana, Arial;
	font-size: 16px;
}

input:-webkit-autofill {
    -webkit-text-fill-color: white !important;
	-webkit-box-shadow: 0 0 0 30px white inset;
}

.adm_GrayBorder
{
	border: 1px solid #d0d0d0;
}

.ratTitle
{
	font-family: Helvetica,Arial,Verdana;
	color: #0074d9;
	font-weight: normal;
	font-size: 1.3em;
	padding-top: 15px;
	padding-bottom: 10px;
}

///////////////
a:link, a:visited, a:active
{
	color: #b44a52;
}

a:hover
{
	color: #b44a52;
	font-weight:bold;
	//font-size:13px;
}

.admPlayerDetails
{
	font-size: 12px;
	text-align:right;
}

.gsInner
{
	position: absolute;
}

.gs_HandsMakableContracts
{
	font-size:8px;
	color:#000000;
	font-weight: bold;
	padding-top: 0px;
}

.gs_HandsSymbolsBlack
{
	padding-left: 2px;
	padding-right:2px;
	font-size:14px;
	color:#000000;
}

.gs_HandsContracts
{
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
	font-weight:bold;
	font-size:9px;
	color:#800000;
}

.gs_HandsSymbolsRed
{
	padding-left: 2px;
	padding-right:2px;
	font-size:14px;
	color:#cc0000;
}

.gs_HandsRowHeadings
{
	color:#444444;
	font-family:Verdana;
	font-size:9px;
}

.gs_TopCover
{
	background-color: #008000;
}

.gsSuit
{
	padding-top:0px;
	padding-right:3px;
	width:13px;
}

/* Some classes from website presentation */

.gs_Info
{
	color: #b00000;
	font-weight: bold;
	font-family:Helvetica,Verdana;
	font-size:12px;
}

.gs_FrontPageBoxBackgroundInv
{
	background: #ffffff; /* for non-css3 browsers */
	
	/* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#efefef), to(#ffffff));

    /* Safari 5.1, Chrome 10+ */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#efefef), to(#ffffff));

    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #efefef, #ffffff);

    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #efefef, #ffffff);
	
    /* IE 10 */
    background: -ms-linear-gradient(top, #efefef, #ffffff);

    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #efefef, #ffffff);	/* background: #d7f5d3; */ /* green */
	border:1px solid #b0b0b0;
	box-shadow: 5px 5px 5px #dadada;
}

.gs_FrontPageBoxBackground
{
	background: #ffffff; /* for non-css3 browsers */
	
	/* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#e5eefc));

    /* Safari 5.1, Chrome 10+ */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#e5eefc));

    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #ffffff, #e5eefc);

    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #ffffff, #e5eefc);
	
    /* IE 10 */
    background: -ms-linear-gradient(top, #ffffff, #e5eefc);

    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #ffffff, #e5eefc);	/* background: #d7f5d3; */ /* green */
}

.ratBoxBackground
{
	background: #ffffff; /* for non-css3 browsers */
	
	/* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#e0f1ff));

    /* Safari 5.1, Chrome 10+ */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#e0f1ff));

    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #ffffff, #e0f1ff);

    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #ffffff, #e0f1ff);
	
    /* IE 10 */
    background: -ms-linear-gradient(top, #ffffff, #e0f1ff);

    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #ffffff, #e0f1ff);	/* background: #d7f5d3; */ /* green */
}
.adm_PlayerName
{
	color: #b00000;
	font-size:0.9em;
	text-align:left;
}

.adm_GSPInfo
{
	font-family:Helvetica,Verdana;
	font-size:12px;
}

/* Zoom images */

.gs_zoomImg {
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -ms-transition: -ms-transform 0.2s;
    transition: transform 0.2s;
}
.gs_zoomImg:hover {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8);
}

a.tip2 {
  position: relative;
  text-decoration: none;
}
a.tip2 span {display: none;}
a.tip2:hover span {
  display: block;
  position: absolute; 
  padding: .5em;
  content: attr(title);
  min-width: 120px;
  text-align: center;
  width: auto;
  height: auto;
  white-space: nowrap;
  top: -60px;
  //top: -30px;
  //background: rgba(150,19,2,.7);
  //background: rgba(179,28,9,.7);
  //background: rgba(180,2,1,.7);
  background: rgba(0,0,66,.7);
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;    
  color: #ffffff;
  font-size: 1.00em; 
}

.button {
    background-color: #f0f0f0;
    border: none;
    color: white;
    padding: 4px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.button3 {
    background-color: #f0f0f0;
    color: black;
    border: 1px solid #cccccc;
	border-radius: 5px;
}

.button3:hover {
    //background-color: #f44336;
   background-color: #02378c;
   color: white;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

.button3c {
    background-color: #f0f0f0;
    color: black;
    border: 1px solid #cccccc;
	border-radius: 5px;
}

.button3c:hover {
    //background-color: #f44336;
   background-color: #660066;
   color: white;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

.button4 {
    background-color: #f0f0f0;
    color: black;
    border: 1px solid #cccccc;
	border-radius: 5px;
}

.button4:hover {
    //background-color: #f44336;
   background-color: #194fa8;
   color: white;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}


.button2:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

.admUsedVoucher
{
	width:65px;
	float:left;
	min-height:85px;
	background-color:#efefef;
	border:1px solid #c0c0c0;
	border-radius:5px;
}

.admOwingVoucher
{
	width:65px;
	float:left;
	min-height:85px;
	background-color:#4ac0ef;
	border:1px solid #c0c0c0;
	border-radius:5px;
}

.admNotUsedVoucher
{
	width:65px;
	float:left;
	min-height:85px;
	border:1px solid #c0c0c0;
	border-radius:5px;
}

.admGameNo
{
text-align:center;
font-size:0.85;
color:#808080;
}

.admGameNo_Owing
{
text-align:center;
font-size:0.85;
color:#000000;
}

.admGameName
{
	padding-top:3px;
	text-align:center;
	font-size:0.80em;
	font-weight:bold;
	color:#800000;
}

.admGameName_Owing
{
	padding-top:3px;
	text-align:center;
	font-size:0.80em;
	font-weight:bold;
	color:#ffffff;
}

.admPaidFor
{
	padding-top:4px;
	text-align:center;
	font-size:0.80em;
}

.admPaidFor_Owing
{
	padding-top:4px;
	text-align:center;
	font-size:0.80em;
}

.admLoginBody
{
    background: url("//www.grandslambooks.com/admin/img/admBackground_2.jpg");
    background-size: 100%;
}

.ksLoginBody
{
    background-image: url(//www.grandslambooks.com/admin/img/ksBackground_5.jpg);
    background-size: 100%;
}

.admBody
{
    background-image: none);
    background-size: 100%;
}

.admTitle
{
	text-align:center;
	font-family:Helvetica,Verdana;
}

.admBody
{
	background-image:none;
}

.admLoginPhoto
{
	width:120px;
	border:2px solid #c0c0c0;
	border-radius:50%;
	box-shadow: 7px 7px 5px #b0b0b0;
}

.admPhotoThumbnail
{
	width:80px;
	border:2px solid #c0c0c0;
	border-radius:50%;
	margin-left:100px;
}

.admLoginPhotoSelected
{
	width:120px;
	border:2px solid #a00000;
	border-radius:50%;
	box-shadow: 7px 7px 5px #b0b0b0;
}

.admPassword
{
	padding-top:40px;
	font-weight:bold;
	font-size:1.5em;
	padding-bottom:10px;
	color:#808080;
	font-family:Helvetica,Verdana;
}

.admUser
{
	padding-top:60px;
	font-weight:bold;
	font-size:1.5em;
	padding-bottom:30px;
	color:#808080;
	font-family:Helvetica,Verdana;
}

.admPasswordInput
{
	font-weight:bold;
	font-size:1.5em;
	padding-bottom:30px;
	color:#808080;
	font-family:Helvetica,Verdana;
}

.adm_PlayerInfo
{
	font-family:Helvetica,Verdana;
	//font-size:12px;
	font-size:0.85em;
	text-align:left;
}

.admMember
{
	width: 130px;
	font-size: 12px;
	color: #000000;
}

.admNonMember
{
	width: 130px;
	font-size: 12px;
	color: #0000f0;
}

.admCashMember
{
	color: #000000;
}

.admCashGuest
{
	color: #0000f0;
}

a.admTip {
  position: relative;
  text-decoration: none;
}
a.admTip span {display: none;}
a.admTip:hover span {
  display: block;
  position: absolute; 
  padding: .5em;
  content: attr(title);
  min-width: 120px;
  text-align: left;
  width: auto;
  height: auto;
  white-space: nowrap;
  top: -50px;
  background: rgba(0,0,66,.7);
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;    
  color: #ffffff;
  font-size: .90em;
}

.ks_BoxBackground
{
	background: #ffffff; /* for non-css3 browsers */
	
	/* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#e0dff5));

    /* Safari 5.1, Chrome 10+ */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#e0dff5));

    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #ffffff, #e0dff5);

    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #ffffff, #e0dff5);
	
    /* IE 10 */
    background: -ms-linear-gradient(top, #ffffff, #e0dff5);

    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #ffffff, #e0dff5);	/* background: #d7f5d3; */ /* green */
}


