﻿.ui-tabs .ui-tabs-nav li a {
    font-size: 12px;
}

.libraryLinksList ul
{
    list-style-type: none;
    width: 90%;
}
.libraryLinksList li
{
    border-top: 1px dotted #e9d3e9;
    border-width: 1px 0;
    margin: 5px 0;
}
.libraryLinksList li a
{
    color: #C00C00;
    display: block;
    font: bold 125% Georgia;
    padding: 5px;
    text-decoration: none;
}
.libraryLinksList a:hover
{
    background-color: #efefef;   
}
.libraryLinksList a em
{
    color: #333;
    display: block;
    font-size: 100%;
    font: Verdana;
    font-weight: normal;
    line-height: 125%;
}
.libraryAZList ul
{
    list-style-type: none;
    background-color: #C00C00;
    height: 40px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 0;
    margin: 0;
}
.libraryAZList li
{
    list-style-type: none;
    float: left;
    width: 3.7%;
    text-align: center;
    height: 100%;
}
.libraryAZList ul a, .libraryAZList ul a:visited
{
    padding-right: 5px;
    padding-left: 5px;
    color: #fff !important;
    line-height: 37px;
    display: block;
    height: 100%;
    text-decoration: none;
}
.libraryAZList ul a:hover
{
    font-size: 30px;
    text-decoration: none;
}
.ui-combobox {
	position: relative;
	display: inline-block;
}
.ui-combobox-toggle {
	position: absolute;
	top: 0;
	bottom: 0;
	margin-left: -1px;
	padding: 0;
	/* adjust styles for IE 6/7 */
	*height: 1.7em;
	*top: 0.1em;
}
.ui-combobox-input {
	margin: 0;
	padding: 0.3em;
	width: 600px;
}
.ui-autocomplete
{
    height: 220px;
    overflow: auto;
    -webkit-box-shadow:  0px 4px 10px 1px rgba(0, 0, 0, 0.5);
    box-shadow:  0px 4px 10px 1px rgba(0, 0, 0, 0.5);
}
#library_tabs input[type=button], #library_tabs input[type=submit] {
    font-size: 10px;
}