#nav, #errors {
	display: none;
	z-index: 30;
}

#input {
	width: 713px;
	height: 250px;
	font-family: "courier new", courier;
	font-size: 1em;
}

td.infotable {
	border-right:solid 1px black;
	padding: 0 0.6em;
}

#divteams {
	display: none;
	border: 2px green solid;
}

#divresults {
     width: 800px;
     margin: 10px auto;
     background-color: #fff;
     border: 1px solid #000;
     padding: 1px;
     text-align: center;
     height: 95%;
}
#overlay {
     visibility: hidden;
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     text-align: center;
     z-index: 10;
     background-color:transparent !important;
     background-image/**/: url("maskBG.png") !important; // For browsers Moz, Opera, etc.
     background-image:none;
     background-repeat: repeat;
}


ul#tabnav {
font: bold 11px verdana, arial, sans-serif;
list-style-type: none;
padding-bottom: 24px;
border-bottom: 1px solid #ccc;
margin: 0;
margin-top: 10px;
}


ul#tabnav li {
padding: 0px;
	float: left;
	height: 21px;
background-color: #ccc;
margin: 2px 2px 0 2px;
border: 1px solid #999;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4 {
border-bottom: 1px solid #fff;
background-color: #fff;
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a {
	color: #000;
}

#tabnav a  {
	float: left;
	display: block;
	color: #666;
	text-decoration: none;
	padding: 4px;
}

.subtabselected {
	background-color: white !important;
	border-bottom: 3px solid white;
}

#tabnav a:hover {
	background: #fff;
}

#tabnav .right {
margin-left: 100px;
background-color: pink;
}
#problematic a {color: red !important;}

#saved a, #publish a {color: lightblue !important; background-color: green;}

#tab_border {
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
border-left: 1px solid #ccc;
padding: 8px;
width: 715px;
min-height: 450px;
}

#lastpublished {
border:1px solid #CCCCCC;
float:right;
height:110px;
margin-top:-30px;
overflow-x:hidden;
overflow-y:auto;
padding-left:10px;
padding-top:5px;
width:340px;
}

/*
#history_saved {
display:block;
//height:16px;
//margin:0pt -600px 0pt 0px;
}
*/
#history_ {
	display:block;
	height:16px;
	margin-bottom:0pt;
	margin-left:0pt;
	margin-right:-600px;
	margin-top:0pt;
}

#searchdiv {
	background-color: #398ACB;
	/*background-color: #4AA2DE;*/
	color:white;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	text-decoration:underline;
	margin-left: -10px;
}




.hint {
	font-size:8px;
}

.nonactive {
	color: grey;
}
#instructions, #moreevents{
	display: none;
}
#summary {
	border:1px solid #DCDCDC;
	padding-left:10px;
	margin-top: 5px;
	width: 700px;
	_width: 695px;
}

#divcodetxt {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

#EPISports_Results_Maincontainer #EPISports_Logo {
	display: none;
}