﻿/*tag*/
a:link, a:active, a:visited, .sview { color: #1C5899; }
a:hover, .sview:hover { color: #177BE5; }
hr, .hrtxt { background:rgba(23,123,229,0.7); background: -webkit-linear-gradient(left, rgba(23,123,229,.1), rgba(23,123,229,0.7), rgba(23,123,229,.1)); background: -moz-linear-gradient(left, rgba(23,123,229,.1), rgba(23,123,229,0.7), rgba(23,123,229,.1)); background: -ms-linear-gradient(left, rgba(23,123,229,.1), rgba(23,123,229,.7), rgba(23,123,229,.1)); background: -o-linear-gradient(left, rgba(23,123,229,.1), rgba(23,123,229,0.7), rgba(23,123,229,.1)); }
input[type=button], input[type=submit], .button { color:#FFF; background: #87b044; /* Old browsers */ background: linear-gradient(to bottom,  #87b044 0%,#163c03 100%); /* W3C */ background: -moz-linear-gradient(top,  #87b044 0%, #163c03 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#87b044), color-stop(100%,#163c03)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #87b044 0%,#163c03 100%); /* Chrome10+,Safari5.1+ */ background: -ms-linear-gradient(top,  #87b044 0%,#163c03 100%); /* IE10+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87b044', endColorstr='#163c03',GradientType=0 ); /* IE6-9 */ text-shadow: 0px -1px 0px rgba(000,000,000,1),0px 1px 0px rgba(255,255,255,0.2); }
.button:hover { text-decoration:none; }

/*class*/
.menu li a { color:#FFF; background: #5196c6; /* Old browsers */ background: linear-gradient(to bottom,  #5196c6 0%,#04215e 100%); /* W3C */ background: -moz-linear-gradient(top,  #5196c6 0%, #04215e 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5196c6), color-stop(100%,#04215e)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #5196c6 0%,#04215e 100%); /* Chrome10+,Safari5.1+ */ background: -ms-linear-gradient(top,  #5196c6 0%,#04215e 100%); /* IE10+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5196c6', endColorstr='#04215e',GradientType=0 ); /* IE6-9 */ text-shadow: 0px -1px 0px rgba(000,000,000,1),0px 1px 0px rgba(255,255,255,0.2); }
.menu li a:hover { text-decoration:none; background: #46b1f2; /* Old browsers */ background: linear-gradient(to bottom,  #46b1f2 0%,#033dd0 100%); /* W3C */ background: -moz-linear-gradient(top,  #46b1f2 0%, #033dd0 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#46b1f2), color-stop(100%,#033dd0)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #46b1f2 0%,#033dd0 100%); /* Chrome10+,Safari5.1+ */ background: -ms-linear-gradient(top,  #46b1f2 0%,#033dd0 100%); /* IE10+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46b1f2', endColorstr='#033dd0',GradientType=0 ); } 
.loading { background:url('//s3.amazonaws.com/cloud.globalgolf.com/images/loading.gif') center 10px no-repeat; background-color:rgba(255,255,255,.9); }
.chnlcolor { color:#1C5899; }
a.button { color:#FFF; text-align:center; }

@media all and (max-width: 730px),(max-device-width:730px) and (orientation: portrait) { 
	.hrtxt.header { background:#1C5899; }
}