﻿/*=========== School Search ==============*/

.whubTabContainer
{
    float:left;
    width:100%;
}

.whubTabContainer .ActiveTab 
{
    position:relative;
    top:1px;
    float:left;
    line-height:20px;
    text-align:center;
    background: url(../Images/tab-on.jpg) no-repeat left top;
    width:200px;
    margin-right:10px;
    height:20px;
    float:left;
}

.whubTabContainer .Tab
{
    position:relative;
    top:0;
    float:left;
    line-height:20px;
    text-align:center;
    background: url(../Images/tab-off.jpg) no-repeat left top;
    width:200px;
    margin-right:10px;
    height:20px;
    float:left;
}

.whubTabContainer .Tab a{display:block;}

.whubTabContainer .GreyBox
{
    width:98%;
    float:left;
    border:#CCC 1px solid;
    background: #EEEEEE;
    padding:5px;
    z-index:-1;
}

.whubFieldset label
{
    float: left;
    width: 12em;
    position: relative;
    top: 4px;
}
.whubFieldset .spacer /*moves the terms of use aligned with label css*/
{
    margin-left:12em;   
}

.whubFieldset .error
{
    background-color:#FFE1E1;   
}

.whubFieldset .errortxt
{
    color:#CC0000;
    font-weight:bold;
}

.whubFieldset .divAcceptTerms 
{
    background:#FFF;
    border:#7F9DB9 solid 1px;
    width: auto;
    padding:3px;
    height:120px;
    overflow:auto;   
}

#Template_ctl13_ctl00_DDPropertyList
{
	width: 250px;
}

/*=========== Profile Page ==============*/

.DivSchoolProfile .leftcolumn, .DivSchoolProfile .rightcolumn
{
    float:left;
    width:357px;
}

.DivSchoolProfile .leftcolumn 
{
    margin-right:10px;
    margin-bottom:5px; 
}

.DivSchoolProfile .tblBgWhiteCenter 
{
    text-align:center;
    background:#FFF;
}

.DivSchoolProfile .SmallGreyBorder
{
    border:1px solid #CCC;   
}

.DivSchoolProfile .FloatLeft /*used for Award Stars - school-profile.ascx*/ 
{
    float:left;   
    padding:0 2px;
}

.DivSchoolProfile #UsefulLinks ul
{
    margin:0;
    padding:0;
    list-style:none;
}

.DivSchoolProfile #UsefulLinks li 
{
    padding:4px;
    display:inline;
}

.DivSchoolProfile #UsefulLinks li img 
{
    border:none;   
}

.dudmap 
{
    background:url(../Images/dudmap.jpg) no-repeat left top; 
    line-height:350px;
    text-align:center;
    font-weight:bold;
}
