﻿.RadTabStrip .rtsLevel {
    width: auto;
}

.RadTabStrip .rtsLevel1 {
    overflow:visible;
}

/*.sf_pager a{ */
.sf_PagerItem {
	text-decoration:underline;
	color:#00933e;
}

/*.sf_pager a:hover { */
.sf_PagerItem:hover {
    text-decoration:none;
}

.sf_PagerSelItem {
    text-decoration:none;
    color: #7e7e7e;
}


#TB_closeWindowButton {
    padding-right: 22px;
}

.tblValidator {
	/*width: 200px !important;*/
	height: 35px;
	min-height: 35px;
	_height: 35px;
	*min-height: 35px;
	z-index: 100;
}
.msgError .tblValidator {
	_height: 25px;
}
.tblValidator tr {
	vertical-align:top;
	height: 100%;
}
.tblValidator td {
	padding: 0 !important;
}
.tblValidator .vld-arrow-img,
.tblValidator.left .vld-arrow-img-r {
	font-size: 1px; 
	position: relative; 
	top: 8px; 
	left: 1px;
	width: 16px;
	height: 15px;
	margin: 0;
	padding: 0 !important;
}

.tblValidator.left .vld-arrow-img,
.tblValidator .vld-arrow-img-r {
	display: none;
	background: none;
}
.tblValidator.left .vld-arrow-img-r {
	display: block;
	left: -2px;
}
.tblValidator .vld-content {
	width: 100%;		
	border-right: 0px solid;
	padding: 5px 3px 5px 35px !important;
}
.tblValidator .right-side {
	border-left: 0px solid;
	padding: 2px 5px 2px 2px !important;
	vertical-align: top; 
	text-align: right;
}
.tblValidator .right-side a {
	text-decoration: none;
	padding-right: 5px;
}

/* Custom validator */
.tblValidator .vld-arrow-img, /* Right arrow */
.tblValidator.left .vld-arrow-img-r {
 background: transparent url(images/arrow.gif) no-repeat 1px top;
}
.tblValidator.left .vld-arrow-img-r { /* Left arrow */
 background: transparent url(images/arrowL.gif) no-repeat 1px top;
}
.tblValidator .vld-content, /* Yellow rectagle */
.tblValidator .right-side {
 border: 1px solid #00923e;
 background-color: #fff !important;
}
.tblValidator .vld-content { /* Exclamation bg image */
 background-image: url(images/alert-small.gif) !important;
 background-repeat: no-repeat;
 background-position: 5px 5px;
 border-right: 0px solid;
}
.tblValidator .right-side {
 border-left: 0px solid;
}
.tblValidator .right-side a { /* Close button */
 background: url(images/btns/btn_close.gif) no-repeat top left !important;
}

/*
.validatorCalloutHighlight {
    color: #f00;
    border: 1px solid #f00;
    background-color: #ffbcbc;
}
*/