@charset "utf-8";
/* CSS Document */

/*
140d09 - black
f2f2e2 - light tan color on logo background
caa576 - dark tan
2c2946 - dark purple
0d0c2c - dark purple #2
002863 - navy
286300 - submit button dark green
4CBD00 - submit button light green
*/


body{
	width:100%;
	font-family:Verdane, Arial, Geneva, sans-serif;
	font-size:12px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
}

 /* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
} 

/* end of switch */

.subnavtable table{
   text-align:right;
}

.subnavtable td{
   background-color: #f2f2e2;
   border:2px solid #002863;
   padding-left:5px;
   padding-right:5px;
   padding-top:2px;
   padding-bottom:2px;
}

.rr{
    width:100px;
}
.rabbv{
    width:20%;
    text-align:left;
    padding-right:5px;
    float:left;
}
.rnum{   
    width:70%;
    text-align:right;
    float:left;
}
    
.announcer {
	font-size:1.3em;
}

.announcer table {
	font-size:1.2em;
}

.ascript {
    width:75%;
    margin:0 auto;
    font-size:1.1em;
    font-face:500;
    border:solid 3px #B02B2D;
    background-color: #E9E7E7;
    padding:5px;
}

.daytable{
	margin:0 auto;
	font-size:11px;
	min-width:280px;
	font-size:7px;
}
.daytable th {
	background-color:#d2d3d4;
	color:#256cb6;
	font-weight:700;
}
.daytable td{
	background-color:#F7FBFB;
	border:1px solid #660; 
	font-size:7px;
}

.daytablenewevent{
	margin-top:10px;
	padding-top:10px;
	background-color:#DFDFDF;
	font-weight:bold;
	border:1px solid #660; 
}

.participants input[type=checkbox] {
	width:30px; 
	height:30px;
}

.box50{
	float:left;
	width:45%; 
	height:auto;
	margin:2%;
}

.box50center{
	margin:0 auto;
    width:45%; 
	height:auto;
	padding:2%;
}
.box75center{
	margin:0 auto;
    width:73%; 
	height:auto;
	padding:2%;
}

.box100ropingentry{
	float:left;
	width:95%; 
    min-width:280px;
    padding:5px;
	height:auto;
	margin:2%;
    border:3px solid #9B6E41;
}
.box100thinropingentry{
	float:left;
	width:95%; 
    min-width:280px;
    padding:5px;
	height:auto;
	margin:2%;
    border:1px solid #C8AF0B;
}
.box50ropingentry{
	float:left;
	width:45%; 
    min-width:150px;
    padding:5px;
	height:auto;
	margin:5px;
    border:1px solid #9B6E41;
}
.box50ropingevents{
	float:left;
	width:45%; 
    min-width:280px;
    padding:15px;
	height:auto;
	margin:2%;
    border:1px solid #9B6E41;
}

.box25innerropingevents{
	float:left;
	width:21%; 
    min-width:100px;
    padding:3px;
	height:auto;
	margin:1%;
    border:1px solid #9B6E41;
}
.box50innerropingevents{
	float:left;
	width:45%; 
    min-width:140px;
    padding:3px;
	height:auto;
	margin:1%;
    border:1px solid #9B6E41;
}
.box75innerropingevents{
	float:left;
	width:72%; 
    min-width:140px;
    padding:3px;
	height:auto;
	margin:1%;
    border:1px solid #9B6E41;
}

.box30{
	float:left;
	width:25%; 
	height:auto;
	margin:1%;
}

.header{
	width:100%;
	min-width:320px;
	/*background-color:#CEB786;*/
	background-image:url(../images/rodeo-producer-bg.jpg);
	text-align:center;
}
.content{
	margin:0 auto;
	width:100%;
	min-width:320px;
	max-width:1080px;
	min-height:500px;
	background-color:#fff;
	padding:2px;
}
.max50 {
	max-width:50%;
	min-width:50%;
	margin:0px auto;
	float:left;
}
.admincontent{
	width:100%;
	min-width:320px;
	min-height:400px;
	background-color:#fff;
	padding:2px;
	margin:5px;
	border:1px solid #660;
}

.spacer{
	width:100%;
	min-width:320px;
	height:50px;
}
	
.userguide{
	margin:5px;
	/*top-margin:75px;*/
	padding:5px;
}
.adminmenubox{
	width:32%;
	min-width:320px;
	float:left;
}
.adminmenuheader{
	padding-left:30px;
	border:1px solid #660;
	background-color:#ceb786;}
.adminmenulist{
	background-color:#E4D8BE;
}

.adminmenulist li{
	//display:inline;
	font-size:13px;
	height:14px;
	padding:2px;
	background-color: #E1DAC8; 
}
		
.newimage{
   margin: 0 auto;
   width:55%;
	min-width:320px;
   border:1px solid #CCC;
}

.footer{
	width:100%;
	min-width:320px;
	background-color:#CEB786;
	text-align:center;
}

/* rodeo entry form formats - start*/
.entry{
	margin:0 auto;
	border:1px solid #d2d3d4;
	font-size:12px;
	width:100%;
	max-width:800px;
	min-width:328px;
	background-color:#DFDFDF;
}
.entry_review{
	margin:0 auto;
	border:1px solid #d2d3d4;
	font-size:12px;
	width:100%;
	min-width:328px;
	background-color:#DFDFDF;
}

.entry_header_main{
	background-color:#d2d3d4;
	color:#256cb6;
	font-weight:700;
	font-size:16px;
	text-align:center;
}
.entry_header{
	background-color:#d2d3d4;
	color:#256cb6;
	font-weight:700;
	font-size:16px;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}
.entry_box{
	margin:0 auto;
	/*padding-top:100px;*/
	width:100%;
	min-width:320px;
	max-width:620px;
}
.entry_box_buddy{
	/*float:left;*/
	margin:0 auto;
	width:100%;
	min-width:320px;
	max-width:520px;
	padding:5px;
}
.entry_box_junior{
	/*float:left;*/
	margin:0 auto;
	width:100%;
	min-width:320px;
	max-width:520px;
	padding:5px;
}
/* rodeo entry form formats - end*/

.memberpage{
	width:45%;
   min-width:300px;
	float:left;
}

.clearfloat{
	clear:both;
}

.grey{
	color:#DDDDDD;
	font-weight:400;
	font-size:10px;
   display:none;
}

.announce{
	width:100%;
	text-align:center;
	color:#99002f;
	font-weight:900;
	font-size:14px;
}

.blueannounce{
	width:100%;
	text-align:center;
	color:blue;
	font-weight:700;
	font-size:14px;
}

.orangeannounce{
	width:100%;
	text-align:center;
	color:#C38B00;
	font-weight:700;
	font-size:14px;
}

table {
	margin:0 auto;
	border:1px solid #d2d3d4;
	font-size:12px;
   overflow-x: auto;
}

table .col_id_name{
   left: 5px;
   position: sticky;
}

.entrytable {
	margin:0 auto;
	border:3px solid #d2d3d4;
	font-size:12px;
	vertical-align:top;
}


th {
	background-color:#f2f2e2;
	color:#002863;
	font-weight:700;
}

td{
	background-color:#EFEFEF;
}

.table_no_style {
	margin: 0 0;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
   border:none;
}
.table_no_style th{
	backgroung-color: #fff;
   border:none;
}
.table_no_style td{
	background-color:#fff;
   border:none;
}

.table_border_only {
	margin: 0 auto;
	border:medium #666;
}
.table_border_only th{
	backgroung-color: #fff;
	border:solid #666 1px;
}
.table_border_only td{
	background-color:#fff;
	border:solid #666 1px;
}

.blankrow{
	background-color:#fff;
	height:10px;
}

.mail {
	color:#630;
	font-family:Tahoma, Geneva, sans-serif;
}
.mailheader{
   width:100%;
   background-color:#caa576;  
   text-align:center;
   border-top:2px solid #000;
   border-bottom:2px solid #000;
   margin-bottom:10px;
}
.mailfooter{
   width:100%;
   background-color:#caa576;  
   text-align:center;
   border-top:2px solid #000;
   border-bottom:2px solid #000;
   margin-top:10px;
}

.drawtable{
	margin:0 auto;
	font-size:11px;
	width:90%;
   min-width:375px;
   display: block;
   overflow-x: auto;
   white-space: nowrap;
   
}
.drawtable th {
	background-color:#f2f2e2;
	color:#002863;
	font-weight:700;
}
.drawtable td{
    background-color:#faf9f8;
    height:20px;
}

.drawtable tr td:nth-child(odd) {
   background-color: #b8d1f3;
}
.drawtable tr td:nth-child(even) {
   background-color: #dae5f4;
}

.drawtable .col_id_no{
   left: 0;
   position: sticky;
}
.drawtable .col_id_fname{
   left: 0px;
   position: sticky;
}
.drawtable .col_id_lname{
   left: 60px;
   position: sticky;
}
.drawtable .col_id_name{
   left: 5px;
   position: sticky;
}

.drawtablenooverflow{
	margin:0 auto;
	font-size:11px;
	min-width:280px;
    display: block;
}

.drawtablenewevent{
	margin-top:10px;
	padding-top:10px;
	background-color:#DFDFDF;
	font-weight:bold;
}

.drawtableBR{
	margin:0 auto;
	font-size:11px;
	min-width:280px;
}
.drawtableBR th {
	background-color:#F0F0F0;
	color:#256cb6;
	font-weight:700;
}
.drawtableBR td{
	/*background-color:#F7FBFB;*/
    background-color:#F3F3F3;
    height:20px;
}

.middlebox{
	margin:0 auto;
	width:60%;
}

.announce_green{
	color:#063;
	font-weight:700;
	font-size:larger;
}

.myButton {
	-moz-box-shadow: 0px 0px 0px 2px #9fb4f2;
	-webkit-box-shadow: 0px 0px 0px 2px #9fb4f2;
	box-shadow: 0px 0px 0px 2px #9fb4f2;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7892c2), color-stop(1, #476e9e));
	background:-moz-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-webkit-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-o-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-ms-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7892c2', endColorstr='#476e9e',GradientType=0);
	background-color:#7892c2;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #4e6096;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Helvetica,Arial;
	font-size:15px;
	padding:4px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #283966;
}
a.myButton:link {
    color:#FFFFFF;
}
a.myButton:visited {
    color:#ffffff;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #476e9e), color-stop(1, #7892c2));
	background:-moz-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-webkit-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-o-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-ms-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#476e9e', endColorstr='#7892c2',GradientType=0);
	background-color:#476e9e;
}
.myButton:active {
	position:relative;
	top:1px;
}

.myButtonSubmit {
	-moz-box-shadow: 0px 0px 0px 2px #caa576;
	-webkit-box-shadow: 0px 0px 0px 2px #caa576;
	box-shadow: 0px 0px 0px 2px #caa576;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #4CBD00), color-stop(1, #286300));
	background:-moz-linear-gradient(top, #4CBD00 5%, #286300 100%);
	background:-webkit-linear-gradient(top, #4CBD00 5%, #286300 100%);
	background:-o-linear-gradient(top, #4CBD00 5%, #286300 100%);
	background:-ms-linear-gradient(top, #4CBD00 5%, #286300 100%);
	background:linear-gradient(to bottom, #4CBD00 5%, #286300 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4CBD00', endColorstr='#286300',GradientType=0);
	background-color:#4CBD00;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	/*display:inline-block;*/
	cursor:pointer;
	color:#ffffff;
	font-family:Helvetica,Arial;
	font-size:15px;
	padding:4px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #283966;
   border-radius:10px;
	border:1px solid #caa576;
}
a.myButtonSubmit:link {
    color:#FFFFFF;
}
a.myButtonSubmit:visited {
    color:#ffffff;
}
.myButtonSubmit:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #286300), color-stop(1, #4CBD00));
	background:-moz-linear-gradient(top, #286300 5%, #4CBD00 100%);
	background:-webkit-linear-gradient(top, #286300 5%, #4CBD00 100%);
	background:-o-linear-gradient(top, #286300 5%, #4CBD00 100%);
	background:-ms-linear-gradient(top, #286300 5%, #4CBD00 100%);
	background:linear-gradient(to bottom, #286300 5%, #4CBD00 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#286300', endColorstr='#4CBD00',GradientType=0);
	background-color:#286300;
   /*border:1px solid #caa576;*/
}
.myButtonSubmit:active {
	position:relative;
	top:1px;
}

.myButtonThin {
	-moz-box-shadow: 0px 0px 0px 2px #9fb4f2;
	-webkit-box-shadow: 0px 0px 0px 2px #9fb4f2;
	box-shadow: 0px 0px 0px 2px #9fb4f2;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7892c2), color-stop(1, #476e9e));
	background:-moz-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-webkit-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-o-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-ms-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7892c2', endColorstr='#476e9e',GradientType=0);
	background-color:#7892c2;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #4e6096;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Helvetica,Arial;
	font-size:13px;
	padding:2px 6px;
	text-decoration:none;
	text-shadow:0px 1px 0px #283966;
}
.myButtonThin:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #476e9e), color-stop(1, #7892c2));
	background:-moz-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-webkit-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-o-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-ms-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#476e9e', endColorstr='#7892c2',GradientType=0);
	background-color:#476e9e;
}
a.myButtonThin:link {
    color:#FFFFFF;
}
.myButtonThin:active {
	position:relative;
	top:1px;
    color:#F7EFEF;
}
a.myButtonThin:visited {
    color:#ffffff;
}


.myButtonBrown {
	-moz-box-shadow: 0px 0px 0px 2px #8a7008;
	-webkit-box-shadow: 0px 0px 0px 2px #8a7008;
	box-shadow: 0px 0px 0px 2px #8a7008;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b09256), color-stop(1, #473c1f));
	background:-moz-linear-gradient(top, #b09256 5%, #473c1f 100%);
	background:-webkit-linear-gradient(top, #b09256 5%, #473c1f 100%);
	background:-o-linear-gradient(top, #b09256 5%, #473c1f 100%);
	background:-ms-linear-gradient(top, #b09256 5%, #473c1f 100%);
	background:linear-gradient(to bottom, #b09256 5%, #473c1f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b09256', endColorstr='#473c1f',GradientType=0);
	background-color:#b09256;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #140b02;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:19px;
	padding:4px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #66625d;
}
.myButtonBrown:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #473c1f), color-stop(1, #b09256));
	background:-moz-linear-gradient(top, #473c1f 5%, #b09256 100%);
	background:-webkit-linear-gradient(top, #473c1f 5%, #b09256 100%);
	background:-o-linear-gradient(top, #473c1f 5%, #b09256 100%);
	background:-ms-linear-gradient(top, #473c1f 5%, #b09256 100%);
	background:linear-gradient(to bottom, #473c1f 5%, #b09256 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#473c1f', endColorstr='#b09256',GradientType=0);
	background-color:#473c1f;
}
.myButtonBrown:active {
	position:relative;
	top:1px;
}

.myButtonBrownThin {
	-moz-box-shadow: 0px 0px 0px 2px #8a7008;
	-webkit-box-shadow: 0px 0px 0px 2px #8a7008;
	box-shadow: 0px 0px 0px 2px #8a7008;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b09256), color-stop(1, #473c1f));
	background:-moz-linear-gradient(top, #b09256 5%, #473c1f 100%);
	background:-webkit-linear-gradient(top, #b09256 5%, #473c1f 100%);
	background:-o-linear-gradient(top, #b09256 5%, #473c1f 100%);
	background:-ms-linear-gradient(top, #b09256 5%, #473c1f 100%);
	background:linear-gradient(to bottom, #b09256 5%, #473c1f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b09256', endColorstr='#473c1f',GradientType=0);
	background-color:#b09256;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #140b02;
	display:inline-block;
	cursor:pointer;
	color:#DFDE0A;
	font-family:Arial;
	font-size:12px;
	padding:1px 2px;
	text-decoration:none;
	text-shadow:0px 1px 0px #66625d;
}
.myButtonBrownThin:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #473c1f), color-stop(1, #b09256));
	background:-moz-linear-gradient(top, #473c1f 5%, #b09256 100%);
	background:-webkit-linear-gradient(top, #473c1f 5%, #b09256 100%);
	background:-o-linear-gradient(top, #473c1f 5%, #b09256 100%);
	background:-ms-linear-gradient(top, #473c1f 5%, #b09256 100%);
	background:linear-gradient(to bottom, #473c1f 5%, #b09256 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#473c1f', endColorstr='#b09256',GradientType=0);
	background-color:#473c1f;
    color:#ffffff;
}
.myButtonBrownThin:active {
	position:relative;
	top:1px;
}

.myButtonBrownThin:visited {
	position:relative;
	top:1px;
    color:#ffffff;
}


	
	