/* BEGIN DIRECTIONS */
#txtWhere {
	width: 294px;
	margin-bottom: 7px;
}

input#find {
	/*float: right;*/
}
/* END DIRECTIONS */
/* BEGIN TABS */
/* root element for tabs  */
ul.tabs { 
	list-style: none; 
	margin: 0 !important; 
	padding: 0;	
	border-bottom: 1px solid #666;	
	height: 30px;
	width: 624px;
}

/* single tab */
ul.tabs li { 
	float: left;	 
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a {
	background: url(/images/visitors/blue-tab-smaller.png) no-repeat 0px 0;
	font-size: 0.9em;
	display: block;
	height: 30px;  
	line-height: 30px;
	width: 124px;
	text-align: center;	
	text-decoration: none;
	color: #333;
	padding: 0px;
	margin: 0px;	
	position: relative;
	top: 1px;
}

ul.tabs a:active {
	outline: none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: 0px -31px;	
	color: #ffffff !important;
	text-decoration: none;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: 0px -62px;		
	cursor: default !important; 
	color: #000 !important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */
/* width 1 */
ul.tabs a.s 			{ background-position: -553px 0; width: 81px; }
ul.tabs a.s:hover 	{ background-position: -553px -31px; }
ul.tabs a.s.current  { background-position: -553px -62px; }

/* width 2 */
ul.tabs a.l 			{ background-position: -248px -0px; width: 174px; }
ul.tabs a.l:hover 	{ background-position: -248px -31px; }
ul.tabs a.l.current  { background-position: -248px -62px; }


/* width 3 */
ul.tabs a.xl 			{ background-position: 0 -0px; width: 248px; }
ul.tabs a.xl:hover 	{ background-position: 0 -31px; }
ul.tabs a.xl.current { background-position: 0 -62px; }

/* initially all panes are hidden */ 
div.panes {
	width: 624px;
}

div.panes div.pane {
	display: none;
}

/* tab pane styling */
div.panes div {
	display: none;
	padding: 15px 10px;
	border: 1px solid #999;
	border-top: 0;
	background-color: #fff;
	font-size: 1.1em;
}
/* END TABS */

/* BEGIN CAMPUS MAP */
.mapTable {
	background-color: #FFF;
	text-align: left;
}

.mapTable td {
	padding: 5px;
	background-color: #F5F5F5;
}

.mapTable tr.extraPadding td {
	padding: 10px;
}

.mapTable .tableHeader {
	background-color: #CCCCCC;
	height: 30px !important;
	vertical-align: middle;
	text-align:center;
	font-weight: bold;
	text-transform: uppercase;

}

table.blockBG td {
	background-color: #CCCCCC;
}

.mapTable .emptyCells {
	background-color: #FFF;
	height: 30px !important;
}

#Bar {
	background-color: #d2d3d5;
}
/* END CAMPUS MAP */
/* BEGIN DIRECTIONS */
#holder {
	margin-left:40px;
	margin-top:25px;/*background:#556699;*/
}

#COL1 {
	width: 30%;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}

#COL2 {
	width: 30%;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}

#COL3 {
	width: 33%;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}

#VerticalBar {
	height: 200px;
	width: 7px;
	background-image: url(images/VerticalBar.jpg);
	background-repeat: no-repeat;
	float: left;
	padding-left: 3px;
	padding-right: 3px;
}

#container #main #ContentWide1 {
	width: 960px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

#theMenu {
	background-color: #1c4c8c;
	width: 175px;
}

#TopSectionLeft {
	width: 175px;
	height: 50px;
	background-color: #cfdbeb;
	float: left;
	border-top: 5px #ffffff solid;
	border-bottom: 5px #ffffff solid;
}

#TopSectionRight {
	width: 800px;
	float: right;
	height: 50px;
	border-left: 5px #ffffff solid;
	border-top: 5px #ffffff solid;
	border-bottom: 5px #ffffff solid;
	background-color: #cfdbeb;
}

#sidebarTop {
	width: 175px;
	height: 50px;
	background-color: #cfdbeb;
	border-bottom: 1px solid #ffffff;
}

#sidebarBottom {
	width: 175px;
	min-height: 200px;
	height: auto;
	background-color: #cfdbeb;
}

#blueBar {
	height: 5px;
	width: 800px;
	float: right;
	background-color: #c9a23d;
	border-left: 5px solid #ffffff;
}

#blueBarInner {
	height: 5px;
	width: 756px;
	float: right;
	background-color: #c9a23d;
	border-left: 5px solid #ffffff;
}

div.panes div {
	display: none;
	width:  500 px;
	padding: 15px 10px;
	border: 1px solid #999;
	border-top: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #fff;
}

.tabs {
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#DirMap{
	width: 744px;
}

#DirectionsWrap {
	width: 445px;
	float: left;
}

#MapWrap {
	width: 260px;
	float: right;
}

#DirectionHeading {
	width: 422px; 
	padding-right: 10px; 
	padding-left: 10px; 
	color: #ffffff; 
	background: #0e4891;
	font-size: 1.1em; 
	padding-top: 5px; 
	padding-bottom: 5px;
	float: left;
}

#DirectionInput {
	width: 420px; 
	height: 95px;
	padding-top: 15px; 
	padding-right: 10px; 
	padding-left: 10px; 
	padding-bottom: 15px; 
	background: #cfdbeb; 
	border: 1px solid #0e4891; 
	float: left;
}

#MapHeading {
	width: 250px; 
	padding-right: 10px; 
	padding-left: 10px; 
	color: #ffffff; 
	background: #8a8182; 
	font-size: 1.1em; 
	padding-top: 5px; 
	padding-bottom: 5px;
	float: right;
}

#campusMap {
	width: 248px; 
	padding-right: 10px; 
	padding-left: 10px; 
	border: 1px solid #8a8182; 
	float: right;
	background: #ffffff;
}

.campusMapContact {
	border: 1px solid #d7d7d7;
}

.highlight:hover{
	background-color:#DBEAF5;	
}
/* END DIRECTIONS */

/* BEGIN CAMPUS MAP WITH JQUERY TOOLTIPS */
table.campusMap td img {
	display: block;
}

.tooltip {
	display: none;
	background: none;
	width: auto;
	height: auto;
	font-size: 12px;
	font-weight: normal;
	color: #BB131D;
}

.tooltip h4 {
	margin: 8px 0;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.tooltip a {
	padding-left: 0;
	color: #BB131D;
	text-decoration: underline;
}

.tooltip a:hover {
	color: #BB131D;
	text-decoration: none;
}

.tooltip .tooltipBody {
	padding: 0 6px 7px;
	background: url(/im-training/adam/tooltips/campus-map-tooltip-bg.png) repeat;
	border-top: white 1px solid;
	border-right: white 1px solid;
	border-left: white 1px solid;
	-webkit-box-shadow: 3px 3px 3px 3px rgba(000,000,000,.36);
	box-shadow: 3px 3px 3px 3px rgba(000,000,000,.36);
	min-width: 300px;
}

.tooltip .toolTipContent {
	padding: 8px;
	background: white;
}

.tooltip .tooltipArrow {
	height: 18px;
	background: url(/im-training/adam/tooltips/campus-map-tooltip-arrow.png) center top no-repeat;
}
/* END CAMPUS MAP WITH JQUERY TOOLTIPS */

/* places to stay */
.place, .hotel{
	width: 147px;
	border:1px solid #c9c9c9;
	margin-bottom:10px;
}

.place .name, .hotel .name{
	border-top:1px solid #c9c9c9;
	padding:3px;
	font-size:10px;
}

.hotel{
	float:left;
	margin-right:5px;
}

.place.right{
	float:right;
}

.place.left{
	float:left;
}



/* places to stay end*/
#searchBox, #searchResult {
width: 600px;
}