﻿@charset "utf-8";

.tTip div.tipcontent{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #f1f1f1;
	text-align:center;
	}

.omniTip {
	height: 20px;
	background: url("../images/tinyTip-top.png") top center no-repeat;
	padding-top:20px;
	margin:50px 0 0 0;
	text-align:center;
	}

.omniTip .tipcontent {
	width: 100px;
	padding: 0 15px;
	background: url("../images/tinyTip-content.png") top center repeat-y;
	color: #020202;
	}
	
.omniTip .bottom {
	background: url("../images/tinyTip-bottom.png") top center no-repeat;
	height:20px;
	display:block;
	}

.navTip {
	height: 17px;
	background: url("../images/tinyTip-top2.png") top center no-repeat;
	padding-top:17px;
	margin-top:-30px;
	}

.navTip .tipcontent {
	width: 110px;
	padding: 0 15px;
	background: url("../images/tinytip-content.png") top center repeat-y;
	color: #020202;
	text-align:center;
	}
	
.navTip .bottom {
	background: url("../images/tinytip-bottom2.png") top center no-repeat;
	height:20px;
	}

