﻿/*------XJTip-----------------*/
#xjTip
{
	background:url(images/app/titles_bg.gif) repeat-x center top;
	padding:3px 7px;
	border:solid 1px #767676;
	position:absolute;
	left:0px;
	top:0px;
	display:none;
	z-index:20000;
	background-color:#e5e6f1;
	}
/*-------------------->>>>Loader<<<<------------------------------------*/
#jqueryplusin_loader
{
	position:absolute;
	width:180px;
	border:3px double #A9C9E2;
	height:30px;	
	width:100px;
	z-index:999999;
	line-height:30px;
	padding:10px 10px;
	text-indent:40px;
	margin:2px;
	top:50px;
	display:none;
	}
.jqueryplusin_loaderload
{
	background:#E8F5FE url(images/load/loader3.gif) no-repeat 5px center;	
	}
.jqueryplusin_loaderdone
{
	background:#E8F5FE url(images/manage/accept.png) no-repeat 16px center;	
	}
.jqueryplusin_loadererror
{
	background:#E8F5FE url(images/manage/exclamation.png) no-repeat 16px center;	
	}
#jqueryplusin_loaderBG
{
	background-color:White;
	z-index:150;
	position:absolute;
	left:0px;
	top:0px;
	margin:0px;
	display:none;
	}
.loaddata
{	
	background:url(images/load/loader2.gif) no-repeat 2px center;
	padding:0px 20px;
	}
/*-----tip info--------------*/
.tipInfo
{
	padding:12px 0 12px 50px;
	background:url(images/manage/tipinfo.png) no-repeat 8px center;
	background-color:#FFF5FA;
	border:1px solid #F8B3D0;
	margin-left:5px;
	margin-right:5px;
	}
.tipInfo_app
{
	padding:12px 10px 12px 50px;
	background:url(images/manage/tipinfo.png) no-repeat 8px center;
	background-color:#E8F5FE;
	border:1px solid #A9C9E2;
	}
/*--------checkbox---------------------------------*/
.sp_xjCheckBox
{
	height:16px;
	line-height:16px;
	text-indent:20px;
	background:url(images/checkbox/checkbox.png) no-repeat left 0px;
	display:block;
	cursor:pointer;
	float:left;
	clear:both;
	}
/*--------select-------------------*/
.jselect_outer
{
	padding:2px;
	height:auto;
	float:left;
	clear:both;
	cursor:pointer;
	}
.jselect_dropdown ul
{
	list-style:none;
	}
.jselect_outer .jselect_content
{
	height:18px;
	line-height:18px;
	border:solid 1px #A8C1DB;
	border-right:0;
	display:block;
	padding-left:3px;
	padding-right:7px;
	margin-top:3px;
	float:left;
	}
.jselect_outer .jselect_arrow
{
	height:29px;
	width:24px;
	background:url(images/select/select.png) center 0px;
	display:block;
	margin-left:-5px;
	float:left;
	}
/*---------------->>Rating<<------------------*/
.star-rating, .star-rating a:hover, .star-rating a:active, .star-rating a:focus, .star-rating .current-rating, .star-rating a.sel
{
	background: url(images/rate/star.gif) left -1000px repeat-x;
}
.star-rating
{
	position: relative;
	width: 125px;
	height: 25px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	background-position: left top;
}
.star-rating li
{
	display: inline;
}
.star-rating a, .star-rating .current-rating
{
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -1000em;
	height: 25px;
	line-height: 25px;
	outline: none;
	overflow: hidden;
	border: none;
}
.star-rating a:hover, .star-rating a:active, .star-rating a:focus
{
	background-position: left center;
}
 .star-rating a.sel
 {
	background-position: left bottom;
}
.star-rating .current-rating
{
	z-index: 1;
	background-position: left center;
}

.inline-rating
{
	display: -moz-inline-block;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: middle;
}
.star-rating a.disabled
{	
	background-position: left top;
	}
.small-star
{
	width: 50px;
	height: 10px;
}
.small-star, .small-star a:hover, .small-star a:active, .small-star a:focus, .small-star .current-rating
{
	background-image: url(images/rate/star_small.gif);
	line-height: 10px;
	height: 10px;
}
.star-rating-result
{
	color: Red;
}
#rateResult
{
	background-color:#FFF9ED;border:1px solid #FFDD99;padding:2px 5px;display:none;width:200px;
	}
/*-------------validate------------------------*/
.validate
{
    position: relative;
}
.validate_bg
{
    font-size: 12px;
    position: absolute;
    top: -2px;
    left: -2px;
    background: url(images/validate/validate_bg.gif) no-repeat left top;
    font-weight: normal;
    border-right:#000000 1px solid;
    height:22px;
     z-index:100;
}
.validate_content
{
    font-size: 12px;
    background: url(images/validate/validate_leftbg.gif) no-repeat left top;
    padding: 6px 2px 4px 4px;
    white-space: nowrap;
    color: #000;
    line-height: 100%;
     
}
.validate_left
{
    font-size: 12px;
    background: url(images/validate/validate_left.gif) no-repeat left top;
    padding: 4px 2px 6px 17px;
    white-space: nowrap;
    color: #000;
    line-height: 100%;
    
}
.validate_content a
{
    font-size: 12px;
    text-decoration: none;
    color: #000;
}
