@import url("share.css");

@import url("map.css");

@import url("search.css");

.gwt-TabLayoutPanelTab {
	background: #333333;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
	margin-right: 10px;
	padding: 4px;
	/*height:50px;*/
}

.gwt-TabLayoutPanelTab-selected {
	background: #CCCCCC;
	color: #000000;
}

.gwt-Label {
	color: #FFFFFF;
}

.quickFindPanel {
	float: right;
}

.tabWithPadding {
	padding: 10px;
}

/***GWT OVERRIDES****/
body,table td,select {
	/*font-family: Arial Unicode MS, Arial, sans-serif !important;
	font-size: small !important;
		color: #CCCCCC !important;*/
	
}

p { /*color: #bec7cc !important;
	color: #ffffff !important;*/
	
}

select {
	color: #000 !important;
}

body {
	margin: 0px;
	border: 0px;
	padding: 0px;
	/*background: #4d4d4d !important;*/
	direction: ltr;
}

a,a:visited {
	color: #FFFFFF !important;
}

a:hover {
	color: #ccf !important;
	color: #ccc !important;
	color: #ff2600 !important;
}

.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleCenter {
	color: white !important;
}

.gwt-DecoratedTabBar .tabMiddleCenter {
	color: #444444 !important;
}

/*****SUGGEST BOX POPUP GWT *****/
.gwt-SuggestBoxPopup .item {
	color: #424242 !important;
	cursor: default;
	padding: 2px 6px;
}

/******************************************************
*                        SuggestBox
******************************************************/
.traqmate-gwt-SuggestBox {
	border: 1px solid #666;
	text-align: left;
	width: 400px;
}

.traqmate-gwt-SuggestBoxPopup {
	text-align: left;
	cursor: pointer;
	cursor: hand;
	border: 1px solid #666;
	border-top: 0;
	background-color: #fff;
}

.traqmate-gwt-SuggestBoxPopup .item {
	border: 1px dotted #aaa;
	width: 398px;
}

.traqmate-gwt-SuggestBoxPopup .item-selected {
	background-color: #ffc;
}

#navContainer {
	margin-top: 10px;
	/*width: 904px;
	height:100px;*/
}

.clear {
	clear: both;
	margin-bottom: 10px;
}

#youtube {
	float: right;
	width: 432px;
	margin-left: 10px;
}

#display_search_box_input {
	margin-top: 10px;
}

/*GOOGLE MAPS*/
.gmnoprint a {
	color: #000000 !important;
}

.gmnoprint a:hover {
	color: #ff2600 !important;
}

#trackGoogleMap {
	position: relative;
	/*margin-top: 10px;*/
}

.contactDialogBox { /*margin: 0 auto;
	text-align:center;
	margin-top:50px;
	color: black;*/
	
}

/** OVERRIDING TAB STYLES **/
.gwt-TabPanelBottom {
	padding: 0px !important;
}

.gwt-TabBarItem .gwt-Label {
	color: #222222 !important;
}

.gwt-TabPanelBottom {
	color: #000000 !important;
}