/* Stylesheet: C:/Inetpub/wwwroot/vectrix/shared/css/global.css */
* {
	margin:0;
	padding:0;
}
a:focus { outline: none; }
a img {
	border:0;
}

body {
	background:#000;
	color: #888;
	font-family: Arial, sans-serif;
	text-align: center;
}

#content {
	width: 950px;
	margin:0 auto;
	text-align: left;
}

#header {
	padding:0 30px;
}

.toplogo {
	padding:17px 0 13px 0;
}
.toplogolink:focus {
	outline: none;
}

/* Top Nav */
#header ul {
	list-style-type:none;
	float:right;
	padding:83px 0 0 0;
	line-height:1em;
}

#header ul li {
	display:inline;
	padding:0 0 0 20px;
}

#header ul li a {
	color:#fff;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}

#header ul li.active a {
	color:#a7a9ac;
}

/* Footer */
#footer {
	background: url("/img/console/footer-bkgd.jpg");
	width:950px;
	height:100px;
	text-align:center;
	color:#646464;
	float:left;
}

#footer ul {
	list-style-type:none;
	font-size:11px;
	padding:17px 0 13px 0;
	border-top:2px solid #646464;
	margin:0 12px;
}

#footer ul li {
	display:inline;
	padding:0 12px 0 0;
}

#footer ul li a {
	color:#646464;
	font-size:10px;
	text-decoration:none;
}

#footer p.copyright {
	font-size:9px;
	margin:15px 0 0 0;
}

#isite {
	float:right; 
	position:relative; 
	top: -28px; 
	right:26px;
}


/* Stylesheet: C:/Inetpub/wwwroot/vectrix/shared/css/tip.css */
.tooltip_tip .tl {
	width: 20px;
	height: 20px;
	font-size: 1px;
	background-image: url('/img/widgets/tip/tl.png');
	#background-image: url('/img/widgets/tip/tl.gif');
}
.tooltip_tip .top {
	height: 20px;
	font-size: 1px;
	background-image: url('/img/widgets/tip/top.png');
	#background-image: url('/img/widgets/tip/top.gif');
}
.tooltip_tip .tr {
	width: 39px;
	height: 20px;
	font-size: 1px;
	background-image: url('/img/widgets/tip/tr.png');
	#background-image: url('/img/widgets/tip/tr.gif');
}
.tooltip_tip .left {
	width: 20px;
	font-size: 1px;
	background-image: url('/img/widgets/tip/left.png');
	#background-image: url('/img/widgets/tip/left.gif');
}
.tooltip_tip .right {
	height: 39px;
	font-size: 1px;
	background-image: url('/img/widgets/tip/right.png');
	#background-image: url('/img/widgets/tip/right.gif');
}
.tooltip_tip .bl {
	width: 20px;
	height: 39px;
	font-size: 1px;
	background-image: url('/img/widgets/tip/bl.png');
	#background-image: url('/img/widgets/tip/bl.gif');
}
.tooltip_tip .bottom {
	height: 20px;
	font-size: 1px;
	background-image: url('/img/widgets/tip/bottom.png');
	#background-image: url('/img/widgets/tip/bottom.gif');
}
.tooltip_tip .br {
	width: 39px;
	height: 39px;
	font-size: 1px;
	background-image: url('/img/widgets/tip/br.png');
	#background-image: url('/img/widgets/tip/br.gif');
}
.tooltip_tip .call {
	/* position: relative;
	top: 0;
	left: 0; */
}
.tooltip_tip .call div {
	background-image: url('/img/widgets/tip/call.png');
	#background-image: url('/img/widgets/tip/call.gif');
	background-position: 100% 50%;
	background-repeat: no-repeat;
	width: 35px;
	height: 35px;
	position: relative;
	left: 2px;
}
.tooltip_tip {
	color: #333333;
	font: 8pt Arial;
	z-index: 200;
}
.tooltip_tip h1 {
	color: #55B948;
	font: 8pt Arial bold;
	margin: 0;
	padding: 0 0 0.25em;
	text-transform: uppercase;
}
.tooltip_tip .tip {
	width: 200px;
	background-color: white;
}
.tooltip {
	cursor: pointer;
	#cursor: hand;
	text-transform: uppercase;
}

