/*.ui-widget { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
}
.ui-widget-content { 
	border: none; 
}
.ui-widget-header{
	background-image: none;
	background-color: #ffffff;
	border: none;
}
.ui-widget .ui-widget {
	font-size: 12px;
}
.ui-tabs .ui-tabs-nav li{
	margin: 0px !IMPORTANT;
	border: none !IMPORTANT;
	border-top: 1px solid #787878 !IMPORTANT;
	border-bottom: 1px solid #787878 !IMPORTANT;
	border-right: 1px solid #787878 !IMPORTANT;
	height: 42px;
	padding-left: 5px;
	padding-right: 5px;
}
.ui-tabs .ui-tabs-nav li:first-child{
	border-top: 1px solid #787878 !IMPORTANT;
	border-bottom: 1px solid #787878 !IMPORTANT;
	border-left: 1px solid #787878 !IMPORTANT;	
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;	
}
.ui-tabs .ui-tabs-nav li:last-child{
	border-top: 1px solid #787878 !IMPORTANT;
	border-bottom: 1px solid #787878 !IMPORTANT;
	border-right: 1px solid #787878 !IMPORTANT;	
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected{
	padding-bottom: 0px !IMPORTANT;
}
.ui-tabs .ui-tabs-panel { 
	display: block; 
	border: 1px solid #cccccc; 
	padding: 16px 20px; 
	background: none; 
	margin: 0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { 
	background: #AAAAAA;
	background-image: URL('/assets/images/generic/tab_off.png');
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { 
	color: #FFFFFF; 
	text-decoration: none; 
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { 
	background: #cccccc; 
	background-image: URL('/assets/images/generic/tab_over.png');
}
.ui-state-hover a, .ui-state-hover a:hover { 
	color: #FFFFFF; 
	text-decoration: none; 
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{ 
	background-color: #183cad; 
	background: URL('/assets/images/generic/tab_on.png') !IMPORTANT;
	color: #fff;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { 
	color: #FFFFFF; 
	text-decoration: none; 
}
.ui-widget :active { outline: none; }


.ui-corner-tr { -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; border-top-right-radius: 6px; }
.ui-corner-top { -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; border-top-right-radius: 6px; }
.ui-corner-right {  -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; border-top-right-radius: 6px;}

#ui-datepicker-div{
	border: 1px solid #CCCCCC !IMPORTANT;
}
#ui-datepicker-div .ui-datepicker-header{
	background: URL('/assets/images/generic/backgrounds/scanline_blue.gif') !IMPORTANT;
}
#ui-datepicker-div .ui-state-highlight{
	border: 1px dashed #183CAD;
}
#ui-datepicker-div .ui-state-active{
	background: URL('/assets/images/generic/backgrounds/scanline_red.gif') !IMPORTANT;
}
#ui-datepicker-div .ui-state-hover{
	color: #ffffff;
}
#ui-datepicker-div .ui-datepicker-prev{
	background-image: url('/assets/images/generic/arrow_left.gif');
	background-repeat: no-repeat;
	background-position: center center !IMPORTANT;
}
#ui-datepicker-div .ui-datepicker-next{
	background-image: url('/assets/images/generic/arrow_right.gif');
	background-repeat: no-repeat;
	background-position: center center !IMPORTANT;
}
.ui-button{
	-moz-border-radius: 0px  !IMPORTANT;
	-webkit-border-radius: 0px  !IMPORTANT;
	border-radius: 0px  !IMPORTANT;
	width: 80px;
	height: 26px;
	line-height: 26px;
}
.ui-button-active{
	background: URL('/assets/images/generic/backgrounds/scanline_green.gif') !IMPORTANT;
	width: 80px;
	color: #fff !IMPORTANT;
	height: 28px;
	font-weight: bold;
	line-height: 28px;
}
.ui-button-inactive{
	background: URL('/assets/images/generic/backgrounds/scanline_silver.gif') !IMPORTANT;
	color: #666666 !IMPORTANT;
	width: 80px;
	color: #666 !IMPORTANT;
	height: 28px;
	font-weight: bold;
	line-height: 28px;
}
.ui-button-disabled{
	background: URL('/assets/images/generic/backgrounds/scanline_white.gif') !IMPORTANT;
	width: 80px;
	color: #AAA !IMPORTANT;
	height: 28px;
	font-weight: bold;
	line-height: 28px;
	margin-left: 11px;
}
.ui-button-text{
	
}
.ui-tabs-nav LI{
	text-align: center;
	line-height: 14px;
}
.ui-tabs-nav LI A{
	padding-top: 3px !IMPORTANT;
}
.ui-dialog{
    border: 1px solid #CCCCCC;
    padding: 0px;
}
.ui-dialog-titlebar{
    background-image: URL('/assets/images/generic/backgrounds/greyFade.png') !IMPORTANT;
    color: #000000;
    height: 24px;
} */

/*
	Project Name : HTFR
	Developer Name : Prateek Sharma
*/

