@CHARSET "UTF-8";
* {
	padding: 0px;
	margin: 0px;	
}
body {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	font: 79% Tahoma, Arial, Helvetica, sans-serif;
	overflow: hidden;
}
#esOsmToolbar {
	position: relative;
	top: 0px;
	left: 0px;
	height: 40px;
	width: 100%;
	background: transparent url(../images/toolbar/bg.jpg) repeat-x top left;
	z-index: 1;
	white-space: nowrap;
	min-width: 1000px;
}
#esOsmTimer {
	position: relative;
	float: left;
	margin: 8px 10px 0px 10px;
	width: 101px;
	height: 23px;
	background: transparent url(../images/toolbar/time.png) no-repeat top left;
	color: #444444;
	font-size: 14px;
	padding-top: 4px;
	padding-right: 4px;
	text-align: right;
	z-index: 6;
}
#esOsmAddressBar {
	position: relative;
	top: 8px;
	margin-right: 10px;
	margin-top: 0px;	
	padding-left: 52px;
	padding-right: 21px;
	overflow: hidden;
}
#esOsmURL {
	position: absolute;
	float: left;
	margin-left: -53px;
	height: 23px;
	width: 70px;
	background: transparent url(../images/toolbar/url.png) no-repeat top left;
	z-index: 3;
}
#esOsmWebAddr {
	position: relative;
	float:left;
	width: 100%;
	z-index: 2;
	border-top: 2px solid #cacaca;
	border-bottom: 2px solid #cacaca;
	overflow: hidden;
}
#webaddress {
	position: relative;
	width: 99%;
	height: 19px;
	border-left: 0;
	top: 0px;
	padding-left: 18px;
	padding-right: 20px;
	border: 0;
}
#esOsmGo {
	position: relative;
	float: right;
	background-image: url(../images/toolbar/arrow.png);
	background-repeat: no-repeat;
	width: 21px;
	height: 23px;
	margin-right: -13px;
	margin-top: -23px;
	z-index: 3;
	cursor: pointer;
}

#mailIcon {
	background-image: url(http://portal.onsiteconcierge.com/images/mail_icon.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width:40px;
	height:40px;
	cursor: pointer;
	margin-left: 115px;
	margin-top: 2px;
}
#internetsFy{
background-image: url(http://portal.onsiteconcierge.com/images/internet_fy_button.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width:131px;
	height:41px;
	float:left;
	cursor: pointer;
	margin-left: 230px;
	margin-top: -41px;
}
/** RIGHT SIDE BUTTONS **/

#esOsmBtns {
	text-align: right;
	float: right;
	position: relative;
	margin-top: 8px;
	martin-left: 5px;
}
#esOsmBtns li {
	display: block;
	float:left;
	margin-right: 5px;
	position: relative;
}
.esOsmBut {
	cursor: pointer;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-attachment: top left;
}
.esOsmBut:hover {
	background-position: 0px -23px;	
}
.esOsmBut:active {
	background-position: 0px 0px;	
}
.esOsmBut:inactive {
	background-position: 0px -46px;	
}
#esOsmEmailBut {
	background-image: url(../images/toolbar/email.png);
	width: 61px;
	height:23px;
}
#esOsmPrintBut {
	background-image: url(../images/toolbar/print.png);
	width: 61px;
	height:23px;
}
#esOsmFilterBut {
	background-image: url(../images/toolbar/filter.png);
	width: 61px;
	height:23px;
}
#esOsmSpeedBut {
	background-image: url(../images/toolbar/speed.png);
	width: 61px;
	height:23px;
}
#esOsmVPNBut {
	background-image: url(../images/toolbar/vpn.png);
	width: 48px;
	height:23px;
}
#esOsmLogoffBut {
	background-image: url(../images/toolbar/logoff.png);
	width: 72px;
	height:23px;
}
#esOsmHelpBut {
	background-image: url(../images/toolbar/help.png);
	width: 51px;
	height:23px;
}
#esOsmWeather {
	width: 118px;
	height: 23px;
	background: transparent url(../images/toolbar/blank.png) no-repeat top left;
	color: #444444;
	font-size: 18px;
	padding-left: 2px;
	padding-top: 2px;
	overflow:hidden;
}
.osmWIcon {
	position: absolute;
	top: 0px;
	left: 8px;
	width: 29px;
	height: 21px;
}
#esOsmWeatherText {
	position: relative;
	width: 106px;
	height: 21px;
	font-weight: bold;
	text-align: right;
}
#esOsmMaxBut {
	background: transparent url(../images/toolbar/fullscreen.png) no-repeat top left;
	width: 25px;
	height:23px;
}

/** CONTENT IFRAME **/

#esOsmToolbarContent {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;	
}

#esOsmIframe {
	position: relative;
	width: 100%;
	height: 100%;
}
#bottomframe {
	position: relative;
	top: -5px;
	left: 0px;
	border: 0px solid #ffffff;	
}

/** TOOLBAR FOOTER **/
#footer {
	display:none;
	position: relative;
	left: 0px;
	width: 100%;
	height: 0px;
	white-space: nowrap;
	background: transparent url(../images/toolbar/toolbar.png) repeat-x top left;
}
#esOsmFooter {
	display:none;
	position: relative;
	left: 0px;
	width: 100%;
	height: 0px;
	white-space: nowrap;
	background: transparent url(../images/toolbar/toolbar.png) repeat-x top left;
}
#esOsmLogo {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 380px;
	height: 44px;
	background: transparent url(../images/logo.png) no-repeat top left;
	cursor: pointer;
}

/** OSM INTERFACE LAYOUT **/

a img {
	border: none;
}
ul.osmMainMenu {
	position: relative;
	list-style-type: none;
	top: 0px;
	width: 100%;
	min-width: 800px;
	padding: 4px;
	padding-top: 0px;
	margin: 0px;
	margin-top: 0px;
	margin-left: 380px;
	text-align: center;
}
ul.osmMainMenu li {
	position: relative;
	display: block;
	width: auto;
	float: left;
}
ul.osmMainMenu li img {
	vertical-align: middle;	
}
ul.osmMainMenu li .catButton {
	width: 100px;
	height: 55px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-family: Arial;
	font-size: 10pt;
	cursor: pointer;
}
ul.osmMainMenu li .ico {
	width: 48px;
	height: 48px;
	vertical-align: middle;
	background-position: 0px -48px;
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}
ul.osmMainMenu li .title {
	margin-top: -20px;
	font-family: Arial;
	font-size: 7pt;
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}
ul.osmMainMenu li:hover .title{
	color: #FF0000;
	font-weight: bold;
}
ul.osmMainMenu li .sep {
	width: 0px;
	height: 0px;
}
#tagLine {
	position: absolute;
	top: 8px;
	left: 157px;
	width: 75px;
	height: 34px;
	background: transparent url(/images/OSC_0010_Toolbar_MessageText_Trans_1.0.0.png);
}

