/* Table */
table {
	font: 1em helvetica, arial, sans-serif;
	border-bottom: 1px solid #C9C2A0;
	border-top: 1px solid #C9C2A0;
	border-right: 1px solid #C9C2A0;
	border-left: 1px solid #C9C2A0;	
}
tr {
    color: rgb(88, 77, 77);
}
th {
    color: rgb(88, 77, 77);
	border-bottom: 1px solid #C9C2A0;
	border-top: 1px solid #C9C2A0;
	border-right: 1px solid #C9C2A0;
	border-left: 1px solid #C9C2A0;
}
td {
    color: rgb(88, 77, 77);
	border-bottom: 1px solid #C9C2A0;
	border-top: 1px solid #C9C2A0;
	border-right: 1px solid #C9C2A0;
	border-left: 1px solid #C9C2A0;
}
/* end table  */



/* global css for features pages */
.formInfo a, .formInfo a:active, formInfo a:visited{
	color: blue;
	text-decoration: underline;	
}

	
.formInfo a:hover{
	color: blue;
	text-decoration: underline;	
}



#JT_arrow_left{
	background-image: url(../images/arrow_left.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:0px;
}

#JT_arrow_right{
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:0px;
}

#JT {
	position: absolute;
	z-index:100;
	background: transparent url(../images/back_color.png) top left repeat;
	padding: 7px;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#315E74;
	background: #fff;
	text-align: left;
}


#JT_copy p{
	padding:4px 0;
	color:#333333;
	line-height: 15px;
	font-size: 14px;
}

#JT_copy h3{
	padding:0px 0;
	color:#333333;
	line-height: 12px;
	font-size: 16px;
	font-weight: bold;
}

.JT_loader{
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: transparent;
	text-align: left;
	padding-bottom: 8px;
	font-weight:bold;
	color: #fff;
}

#JT_close_right{
	background-color: transparent;
	text-align: left;
	padding-bottom: 8px;
	font-weight:bold;
	color: #fff;
}


#JT_copy img{
	padding: 5px;
	border: 5px solid #315E74;
}

.jTip{
cursor:help;
}

/* End Global CSS for Features Pages */

