﻿.go {
	height: 23px;
	background-color: #264da7;
	opacity: 1.0;
}
#profileshome:link {
	color:#FFF;
	text-decoration: none;
	font-weight : bold;
}
#profileshome:hover {

	text-decoration: underline;
	font-weight : bold;
}
#statewideReports:link {
	color: #001f6a;
	text-decoration: none;
	font-weight : bold;
}
#statewideReports:hover {
	color: #003366;
	text-decoration: underline;
	font-weight : bold;
}
.typeahead, .tt-query, .tt-hint {
	width: 300px;
	height: 27px;
	padding: 0px 10px;
	font-size: 10px;
  /*line-height: 30px;*/
	border: 0px solid #ccc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	outline: none;
	font-size:small; 
}
.typeahead {
	background-color: #fff;
}
.typeahead:focus {
	border: 1px solid #002fcf;
}
.tt-menu {
	width: 300px;
	margin: 12px 0;
	padding: 10px 0;
	background-color: #fff;
	/*border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);*/
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
	text-align: left;
	position: absolute;
	/*-webkit-position:absolute;
   -moz-position:absolute;
   -ms-position:relative;*/
	z-index: 9002;
	align-content: flex-start;
}
.tt-suggestion {
	/*padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;*/
	display: block;
	font-size: 14px;
}
#directories:link {
	color: #001f6a;
	text-decoration: none;
	font-weight : bold;
}
#directories:hover {
	color: #003366;
	text-decoration: underline;
	font-weight : bold;
}
.tt-suggestion:hover {
	cursor: pointer;
	color: #fff;
	background-color: #0097cf;
}
.tt-suggestion.tt-cursor {
	color: #fff;
	background-color: #0097cf;
}
.tt-suggestion p {
	margin: 0;
}
html {
	overflow-y: scroll;
 *overflow-x: hidden;
}
.container {
	max-width: 750px;
	margin: 0 auto;
	text-align: center;
}
/*.tt-menu
    {
        text-align: left;
        position:absolute;
        z-index: 9002;
        align-content:flex-start;
    }*/
.gist {
	text-align: left;
}
.table-of-contents li {
	display: inline-block;
 *display: inline;
	zoom: 1;
}
.table-of-contents li a {
	font-size: 16px;
	color: #999;
}
p + p {
	margin: 30px 0 0 0;
}
#custom-templates .empty-message {
	padding: 5px 10px;
	text-align: center;
}
#multiple-datasets .league-name {
	margin: 0 20px 5px 20px;
	padding: 3px 0;
	border-bottom: 1px solid #ccc;
}
#scrollable-dropdown-menu .tt-menu {
	max-height: 150px;
	overflow-y: auto;
}
#rtl-support .tt-menu {
	text-align: right;
}
/*Submenu */
#submenusearch {
	background-color: #264da7;
	height: 30px;
	width: 100%;
	text-align: left;
	background: url(/images/submenu_bg.gif) repeat-x;
}
/*#submenusearch ul{
list-style-type: none;
margin: 8px 0 0 80px;
font-size: 1.1em;
float:left;
}
#submenusearch ul li{
display: inline;
margin-right: 40px;
color: #ffffff;
font-weight : bold;
white-space:nowrap;
}
#submenusearch ul li a {
color: #ffffff;
font-weight : bold;
text-decoration: none;
}
#submenusearch ul li a:hover{
font-weight : bold;
text-decoration: underline;
}*/
#submenusearch #search {
	float: left;
	margin-top: 5px;
	padding-left: 120px;
}
#submenusearch1 {
	background-color: #264da7;
	height: 47px;
	width: 100%;
	text-align: left;
	/*background: url(/images/submenu_bg.gif) repeat-x;*/
}
#submenusearch1 #search {
	float: left;
	margin-top: 8px;
	padding-left: 120px;
}

.watermark {
	opacity: 1.0;
	color: white;
}
#stateprofile:link {
	color: #001f6a;
	text-decoration: none;
	font-weight : bold;
}
#stateprofile:hover {
	color: #003366;
	text-decoration: underline;
	font-weight : bold;
}
#help:link {
	color: #001f6a;
	text-decoration: none;
	font-weight : bold;
}
#help:hover {
	color: #003366;
	text-decoration: underline;
	font-weight : bold;
}
.profilesmenu {
	width: 100px;
	padding-left: 0px;
	padding-right: 40px;
	vertical-align: top;
	text-wrap: avoid;
	white-space: nowrap;
	color:#FFF;

}
.profilesmenu a {
	font-size: .8em;
	font-weight: bold;
	color: white;
	width: 120px;
	text-decoration: none;
}

.profilesmenu a:hover {
	color: white;
	text-decoration: underline;
	font-weight : bold;
}

.submenu:hover {
    background-color: #264da7;
}


.submenu-content {
    display: none;
    position: absolute;
    background-color: #264da7;
    max-width:300px;
    box-shadow: 0px 8px 10px 10px rgba(0,0,0,0.2);
    color: white;
    font-size: 16px;
    font-weight:bold;
}


.submenu-content a:hover {background-color: #264da7}

.submenu-content a {
    color: white;
    padding: 8px 10px 10px;
    text-decoration: none;
    display: block;
}


.submenu:hover .submenu-content {
    display: block;
}


.submenu {
    position: relative;
    display: inline-block;
    font-weight:bold;
    font-size: 13px;
    max-width:300px;
}