/** Style Overrides for Wordpress Integration **/
a {
    color: #002E60;
}
.playercontainer {	
	background-color: #C4C4C4;
	
}
.tabscontainer {
    background-color: #C4C4C4;
}
#colLeft ul li {display: inline; padding: 0px; }


.buttons li {
    height:  14px;  
    font-size: 1.2em;  
}

#tc ul.buttons li.tab a {
    height:  14px;
}

#tc a {
    color: #002E60;
}
.tabcontent {
    margin-top: auto;
    
}

.tabscontainer {
    padding: 0px;
    position: relative;
    padding-left: 10px;
}

.buttons {
    position: relative;
    left: 10px;
    top: -1px;
    padding-top: 15px;  
} 

.searchblock {
    clear: both;
    display: inline-block;
    margin-left: 20px;
}

.searchoptions {
    width: 460px;
    display: block;
    
}

#searchform {
    position: static;
    display: block;
}

.searchresultsspacer hr {
    border-color: whitesmoke;
    border-width: thin ;
    width: 85%;
    margin-left: 40px;
}

.loadtitlebutton img {width: 25px; height: 25px;}

#searchresults {
    height: 575px;
    overflow: scroll;
}


