@charset "UTF-8";
body,td,th {
	color: #666666;
}
body {
	background-color: #CCCCCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.text {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	color: #666666;
}

.base_text {
	font-family: Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #666666;
}
.headine_text {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #788941;
}

.address {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #666666;
}

INPUT,SELECT { 
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
border-top-width:1px;
border-left-width:1px;

}

.WhiteText {color: #FFFFFF}
a:link {
	color: #414141;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #414141;
}
a:hover {
	text-decoration: underline;
	color: #788941;
}
a:active {
	text-decoration: none;
	color: #414141;
}

/*---------------------------------------------------------------
 | Vertical Submenu
 +-------------------------------------------------------------*/

#subnav {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	}

#subnav li {
	display: block;
	width: 150px;
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	border-bottom: 1px solid #e5e5e5;
	text-align: left;
	}

#subnav li a, 
#subnav li a:visited {
	width: 140px;
	display: block;
	line-height: 15px;
	color: #333;
	padding: 3px 5px;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	background: #fff;
	}

#subnav li a:hover {
	color: #333;
	background: #e5e5e5;
	}

#subnav li a:active {
	color: #fff;
	background: #000;
	}

/*-- Tab Nav Selected --*/

#subnav li.current a, 
#subnav li.current a:visited, 
#subnav li.current {
	font-weight: bold;
	color: #fff !important;
	background-color: #5e5e6a !important;
	}

#subnav li.current a:hover {
	color: #fff;
	background-color: #43424d;
	}

#subnav .edit {
  color: gray;
  float: right;
  padding: 2px 0;
  text-align: center;
  width: 40px;
  }
.WhiteTextSmall {
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
}



.tooltip{
width: 200px; color:#000;
font:lighter 11px/1.3 Arial,sans-serif;
text-decoration:none;text-align:center}

.tooltip span.top{padding: 30px 8px 0;
    background: url(http://www.paravelsolutions.com/images/popup/bt.gif) no-repeat top}

.tooltip b.bottom{padding:3px 8px 15px;color: #548912;
    background: url(http://www.paravelsolutions.com/images/popup/bt.gif) no-repeat bottom}