.shadetabs{
float:left;
font-size:12px;
line-height:normal;
text-align: left; /*set to left, center, or right to align the menu as desired*/
margin-top:10px;
}
* html #shadetabs{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 1em;
}
.shadetabs a {
margin:0;
text-decoration:none;
}
.shadetabs a span {
float:left;
display:block;
background:url(../img/tabright.gif) no-repeat right top;
padding:3px 14px 3px 5px;
font-weight:bold;
color:#ffffff;
}
.shadetabs  ul {
list-style-type: none;
margin:0;
margin-left: 1px;
padding:0;
}
.shadetabs li {
float:left;
background:url(../img/tableft.gif) no-repeat left top;
margin:0;
padding:0 0 0 9px;
text-decoration:none;
}
.shadetabs  a:active {
background-position:0% -125px;
}
.shadetabs a:active span {
background-position:100% -125px;
color: #177b57;
}
.shadetabs a:hover {
background-position:0% -125px;
}
.shadetabs a:hover span {
background-position:100% -125px;
color: #177b57;
text-decoration: underline;
}
.shadetabs li.selected {
background-position:0% -125px;
}

.shadetabs li.selected span { /*selected main tab style */
background-position:100% -125px;
color: #177b57;
}

.shadetabs li.hover {
	background-position:0% -125px;
	cursor: pointer; 
	cursor: hand;
}
.shadetabs li.hover a span {
	background-position:100% -125px;
	cursor: pointer; 
	cursor: hand;
}

.shadetabs_sm {
float:left;
font-size:12px;
line-height:normal;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}
* html #shadetabs_sm { /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 1em;
}
.shadetabs_sm a {
margin:0;
text-decoration:none;

}
.shadetabs_sm a span {
float:left;
display:block;
background:url(../img/tabright.gif) no-repeat right top;
padding:3px 14px 3px 5px;
font-weight:bold;
color:#ffffff;
}
.shadetabs_sm  ul {
list-style-type: none;
margin:0;
margin-left: 1px;
padding:0;
}

.shadetabs_sm li {
float:left;
background:url(../img/tableft.gif) no-repeat left top;
margin:0;
padding:0 0 0 9px;
text-decoration:none;
}

.shadetabs_sm  a:active {
background-position:0 -125px;
}
.shadetabs_sm a:active span {
background-position:100% -125px;
color: #177b57;
}
.shadetabs_sm a:hover {
background-position:0% -125px;
}
.shadetabs_sm a:hover span {
background-position:100% -125px;
color: #177b57;
text-decoration: underline;
}

.shadetabs_sm li.selected {
background-position:0% -125px;
}

.shadetabs_sm li.selected span{ /*selected main tab style */
background-position:100% -125px;
color: #177b57;

}

.tabcontentstyle { /*style of tab content oontainer*/
 border: 1px solid #e2e2e2; 
/* background: #fbfbfb; url(../img/bottom2.gif) bottom repeat-x;*/
 border-top: #ffffff;
}

.tabcontentstyle_sm { /*style of tab content oontainer*/
/*background: #fbfbfb; url(../img/bottom2.gif) bottom repeat-x;*/
width: 396px;
float:left;
overflow:auto;
height:197px;
}

.tabcontent{
padding: 8px 5px 5px 5px;
}

.tabcontentpractice{
padding: 8px 5px 5px 12px;
}

.tabcontentcampus{
padding: 8px 5px 5px 5px;
width: 630px;
}

.tabcontent_sm {
	width: 350px;
/*	height:225px; */
  min-height:195px;
  height:auto !important;
  height:195px;
}

/* CAREERS MEET BCGER's - tab width varies based on optional fourth question */
.tabcontentstyle_sm_advice { /*style of tab content oontainer*/
/*background: #fbfbfb; url(../img/bottom2.gif) bottom repeat-x;*/
width: 421px;
float:left;
overflow:auto;
height:197px;
}

.tabcontentstyle_sm_moment { /*style of tab content oontainer*/
/*background: #fbfbfb; url(../img/bottom2.gif) bottom repeat-x;*/
width: 410px;
float:left;
overflow:auto;
height:197px;
}

.tabcontentstyle_sm_sabbatical { /*style of tab content oontainer*/
/*background: #fbfbfb; url(../img/bottom2.gif) bottom repeat-x;*/
width: 420px;
float:left;
overflow:auto;
height:197px;
}

.tabcontent_sm_meetbcger {
	width: 364px;
/*	height:225px; */
  min-height:195px;
  height:auto !important;
  height:195px;
}

.tabcontenth3 {
	font-size: 12px;
	/*color: #177b57;*/
	font-weight: bold;
	padding: 0;
	margin: 0;
}
