/* Estilos para la cabecera de Classora */

#header {
	height: 64px;
	background: #4e73a8 url(http://static.classora.com/files/images/header/header_deep.png) bottom left repeat-x;
	text-align: left;
}

#headerLogo {
	position: absolute;
}

#headerUp {
	height: 36px;
	text-align: right;
	color: white;
}

#headerDown {
	position: relative;
}

#headerUp form {
	display: inline;
	/* margin-right: 100px; */
}

#headerUp .formTextField {
	width: 240px;
        padding: 3px 0;
}

#languageLinks {
	display: inline;
	margin-left: 50px;
}

#loginLinks {
	display: inline;
	margin-left: 40px;
	margin-right: 10px;
	min-width: 150px;
	font-size: 0.8em;
}

#loginLinks a {
	color: white;
	margin-left: 10px;
}

#headerUp  img {
	vertical-align: middle;
	margin: 6px 0;
}

#headerMenu {
	margin-top: 4px;
	margin-right: 10px;
	height: 24px;
	text-align: right;
	float: right;
}

#headerMenu li {
	float: left;
	padding: 3px 10px;
	border-right: 1px dotted #a4a4a4;
	height: 18px;
}

#headerMenu .last {
	float: left;
	padding-right: 0;
	border-right: none;
}

#headerMenu a {
	color: #4d4d4d;
	text-decoration: none;
	font-size: 0.8em;
}

#headerMenu a:hover {
	color: blue;
	text-decoration: none;
}

#headerMenu  img {
	vertical-align: middle;
}

#findRankingsDropDown {
	visibility: hidden;
	position: absolute;
	top: 27px;
	right: 0;
	padding: 5px;
	border: 1px solid #7e7e7e;
	background-color: #e0e0e0;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	width: 650px;
	z-index: 10;
}

#findRankingsDropDown span {
	display: block;
	color: #4d4d4d;
	font-size: 18px;
	margin: 5px;
	width: 350px;
}

#findRankingsDropDown ul {
	width: 280px;
	float: right;
	padding: 5px;
}

#findRankingsDropDown ul li {
	width: 130px;
	float: left;
	font-size: 12px;
	padding: 5px;
}

#findRankingsDropDown a {
	color: #727272;
}

/* Autosuggest */
.ui-autocomplete-loading {
    background: white url('http://static.classora.com/files/images/header/ui-anim_basic_16x16.gif') right center no-repeat;
}

ul.ui-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 400px;
    background-color: #A0A0A0;
    border: 1px solid #919191;
    text-align: left;
    box-shadow: #888 5px 10px 10px;
    -webkit-box-shadow: #888 5px 10px 10px;
    -moz-box-shadow: #888 5px 10px 10px;
}

li.ui-menu-item {
    background-color: white;
    margin: 0;
    min-height: 48px;
    padding: 0;
}

li.ui-menu-item a {
    background-color: white;
    border: 1px solid white;
    color: #6A6A6A;
    display: block;
    padding: 3px 3px 3px 50px;
    text-decoration: none;
    min-height: 40px;
}

li.ui-menu-item a:hover {
    cursor: pointer;
}

li.ui-menu-item a#ui-active-menuitem {
    background-color: #6f99cb;
    border: 1px solid #4F74A9;
    color: white;
}

li.ui-menu-item a img {
    border: 0 none;
    display: block;
    height: 40px;
    left: 6px;
    position: absolute;
    width: 40px;
    margin: 0;
}

li.ui-menu-item a span.text {
    display: block;
    padding: 3px 0;
    font-size: 14px;
    font-weight: bold;
}

li.ui-menu-item a span.category {
    display: block;
    font-size: 0.7em;
    padding: 2px 0;
}

#cookieAlert {
    background-color: #41547c;
    text-align: center;
    font-size: 8pt;
    color: white;
    padding: 5px;
}

#cookieAlert a {
    color: #fff0a9;
}