breadcrum/**** common ****/
body {
	background-color:#e5e3e3;
	font: 12px Arial, Helvetica, sans-serif;
	/*font-size:12px;
	font-weight:normal;*/
	color:#333333;
	padding:0px;
	margin:20px 0px;
}
* {
	margin: 0;
	font-family:tahoma, verdana, arial
}
section, header, nav, ul, li, footer, table, p {
	padding:0;
	margin:0
}
img {
	border:none;
}
a:link {
	color:#09a3d6;
}
a:hover, a:active {
	color:#09a3d6;
}
.clear {
	clear:both;
}
input, select, textarea {
	background-color:#fff;
	border:1px solid #c3c2c2;
	margin:5px 0px 0px 0px;
	padding:2px 2px;
	font-size:11px;
	width:170px;
}
.disabled {
	background-color:#e0dfe3;
}
.checkbox {
	width:auto;
	height:auto;
	padding:0px;
	margin:0px;
	border:0px;
	background-color:transparent;
}
.chkgroup {				/**** Used for checkbox/ radio group ***/
	border:1px solid #cccccc;
	margin:0px;
	padding:5px;
	width:175px;
}
.dashed {
	padding:10px 0px;
	background:url(../images/dashedLine.png) repeat-x left bottom;
}
.reqd {				/*** Mandatory fields ***/
	color:#ee0404;
	font-size:13px;
}
.button {
	background:url(../images/button_bg.jpg) no-repeat left top;
	border:0px;
	color:#484949;
	font-size:12px;
	text-align:center;
	width: 75px;
	height:24px;
}
.button_small {
	background:url(../images/button_Small_bg.jpg) no-repeat left top;
	border:0px;
	color:#484949;
	font-size:12px;
	text-align:center;
	width: 57px;
	height:24px;
}
.button_large {
	background:url(../images/button_Large_bg.jpg) no-repeat left top;
	border:0px;
	color:#484949;
	font-size:12px;
	text-align:center;
	width: 110px;
	height:24px;
}
form {
	font-size:11px;
	padding:5px 10px;
}
.smalltext {
	font-size:10px;
}
/**** common ends ****/

.mainDiv {
	width:950px;
	margin:0 auto;
	height:100%;
	background:#ffffff;
	border:1px solid #dedddd
}
.mainDivNew {
	width:950px;
	margin:0 auto;
	height:100%;
	background:#ffffff;
}
.header {
	height:113px;
	padding:10px 16px 0 16px;
	border-bottom:4px solid #00899C;
}
.logo {
	float:left;
}
.parentlogo {
	float:right;
	text-align:right;
	width:240px;
	height:30px;
	vertical-align:middle;
}
.globalLinks {
	clear:right;
	float:right;
	text-align:right;
	width:240px;
	height:14px;
	vertical-align:middle;
	color:#333333;
	font-size:11px;
	margin:5px 0px 0px 0px;
}
.globalLinks span {
	color:#075096;
	font-weight:bold;
	vertical-align:top;
}
.globalLinks img {
	vertical-align:middle;
}
/*.globalLinks li {
	display:inline;
	padding:0 0 0 16px
}*/
.mainNav {
	width:100%;
	list-style:none;
	margin:34px 20px 20px 0;
	padding:0px;
	float:left;
	height:7%;
}
.mainNav li {
	float:left;
	vertical-align:middle;
}
.mainNav li a {
	background:url("../images/mainNav_tab.png") no-repeat;
	list-style:none;
	text-align:center;
	display:block;
	text-decoration:none;
	height:21px;
	padding:2px 0;
	margin-right:6px;
	color:#000000;
	font-size:15px;
	font-weight: 500;
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
}
.mainNav li a:hover, .mainNav li a:active {
	background:url("../images/menu_hover.jpg") no-repeat;
	color:#FFFFFF;
}
.mainNav li a.selected {
	background:url("../images/menu_hover.jpg") no-repeat;
	color:#FFFFFF;
}


.banner {
	padding:0px;
	margin:0px;
	float:none;
	/*clear:both;*/
	width:950px;
	border-bottom:4px solid #D6D0D0
}
#slider {
	background:url(../images/slider_bg.png) no-repeat right top;
	width:91px;
	height:20px;
	float:right;
	position: relative;
	z-index:1000;
	margin:-20px 10px 10px 0px;
	padding:0px;
	text-align:right;
}
/**** Banner style for all inner pages ****/
.banner_inside {
	width:920px;
	height:50px;
	border-bottom:4px solid #D6D0D0;
	color:#0099cf;
	background: url(../images/banner_inside_1.jpg) no-repeat left top;
	padding:60px 20px 0px 10px;
	vertical-align:bottom;
	text-transform: uppercase;
	font-weight: normal;
	font: 22px "Myriad Pro", Arial, Helvetica, sans-serif;
}
.banner_inside div {
	text-align:left;
	float:right;
}
/*** Banner for pages after login ***/
.banner_Login_internal {
	width:920px;
	height:30px;
	border-bottom:4px solid #D6D0D0;
	color:#0099cf;
	background: url(../images/banner_internal.jpg) no-repeat left top;
	padding:70px 20px 0px 10px;
	vertical-align:bottom;
	text-transform: uppercase;
	font-weight: normal;
	font: 22px "Myriad Pro", Arial, Helvetica, sans-serif;
}
.banner_Login_internal div {
	text-align:right;
	float:right;
}
/*** Banner for pages after login ends ***/

 /*** Banner for market profile ***/
.banner_marketpro {
	width:920px;
	height:50px;
	border-bottom:4px solid #D6D0D0;
	color:#0099cf;
	background: url(../images/banner_marketpro.jpg) no-repeat left top;
	padding:60px 20px 0px 10px;
	vertical-align:bottom;
	text-transform: uppercase;
	font-weight: normal;
	font: 22px "Myriad Pro", Arial, Helvetica, sans-serif;
}
.banner_marketpro div {
	text-align:right;
	float:right;
}
/*** Banner for market profile ***/

 
 
.container {
	margin:0px;
	padding:0px;
}
.container_details {
	padding:0px;
	margin:10px 36px 0px 36px;
}
.container_details h1 {
	margin:0px;
	padding:0px;
	color:#0078a8;
	font-weight: normal;
	font: 22px "Myriad Pro", Arial, Helvetica, sans-serif;
}
.container_details p {
	margin:0px;
	padding:5px 20px 0px 0px;
	font-size:13px;
	color:#333333;
	line-height:19px;
	text-align:justify;
}
.loginBox {
	width:267px;
	height:130px;
	background:url("../images/loginBox.gif") no-repeat left top;
	text-align:left;
	margin:20px 5px 0px 0px;
	padding:40px 0px 0px 15px;
	font-size:11px;
	font-weight:normal;
}
.loginBox a {
	color:#02b2d8;
	font-size:11px;
	font-stretch: wider;
}
/*.loginBox table td {
	padding:2px
}*/

/***** Highlighted Box in Grey ****/

.boxGrey {
	background:url("../images/grey_box.gif") no-repeat;
	width:286px;
	height:259px;
	margin:4px;
}
.boxGrey h2 {
	font: 19px "Myriad Pro", Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:center;
	padding:14px 0 10px 0;
}
.boxGrey ul {
	list-style:none;
	padding:15px 15px;
}
.boxGrey ul li {
	background:url("../images/icon2.gif") no-repeat;
	padding:2px 2px 10px 28px;
	font-size:12px;
	text-align:left;
}
.boxGrey ul li a {
	color:#333333;
	text-decoration:none;
}
.boxGrey ul li a:hover, .boxGrey ul li a:active {
	text-decoration:underline;
}
/***** Highlighted Box in Blue ****/

.boxBlue {
	background:url("../images/blue_box.jpg") no-repeat;
	width:286px;
	height:259px;
	margin:4px;
}
.boxBlue h2 {
	font: 19px "Myriad Pro", Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:center;
	padding:14px 0 10px 0;
	color:#0385A5;
}
.boxBlue ul {
	list-style:none;
	padding:15px;
}
.boxBlue ul li {
	background:url("../images/icon1.gif") no-repeat;
	padding:2px 2px 10px 28px;
	font-size:12px;
	text-align:left;
}
.boxBlue ul li a {
	color:#333333;
	text-decoration:none;
}
.boxBlue ul li a:hover, .boxBlue ul li a:active {
	text-decoration:underline;
}
#CbtnLeft {
	background:url("../images/courosal_grey_left.gif") no-repeat;
	width:31px;
	height:32px;
	display:block;
	text-decoration:none
}
#CbtnLeft:hover {
	background:url("../images/courosal_orange_left.gif") no-repeat;
}
#CbtnRight {
	background:url("../images/courosal_grey_right.gif") no-repeat;
	width:31px;
	height:32px;
	display:block;
	text-decoration:none
}
#CbtnRight:hover {
	background:url("../images/courosal_orange_right.gif") no-repeat;
}
/**** Footer section ****/

.footer_panel {
	background-color:#0196b4;
	font-size:11px;
	color:#fff;
	padding:8px 10px;
	margin:5px 0px 0px 0px;
}
.footer_panel h4 {
	margin:0px;
	padding:0px 0px 0px 0px;
	text-align:right;
	font-size:10px;
	font-weight: normal;
	color:#ffffff;
}
.footer_panel h4 span {
	font-size:11px;
	font-weight:normal
}
.footer_panel p {
	margin:0px;
	padding:0px;
	float:left;
	color:#ffffff;
}
.footer_panel p a {
	color:#fff;
	text-decoration:none;
	padding: 0px 10px;
	font-size:10px;
}
.footer_panel p a:hover {
	text-decoration:underline;
}
/**** Footer section ends ****/


/**** Inner Pages section ****/

.dataholder {
	margin:15px 10px;
	padding:0px;
	width:930px;
}
.dataholder_2levelmenu {
	margin:7px 10px;
	padding:0px;
	width:930px;
}
#lpanel {
	margin:10px;
	padding:0px;
	width:240px;
}
#lpanel_top {
	background:url(../images/panel_ls_top.jpg) no-repeat left top;
	width:235px;
	height: 52px;
}
#lpanel_top h1 {
	color:#0762a8;
	font: 16px "Myriad Pro", Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:center;
	padding:14px 0 10px 0px;
}
#lpanel_bg {
	background:#f7fbfe url(../images/panel_ls_bg.jpg) no-repeat center bottom;
	border-left:1px solid #abdbf2;
	border-right:1px solid #abdbf2;
	width:223px;
	padding:10px 5px 2px 5px;
}
#lpanel_bg ul {
	list-style:none;
	padding:0px 10px;
}
#lpanel_bg ul li {
	background:url("../images/icon1.gif") no-repeat;
	padding:4px 2px 3px 28px;
	font-size:12px;
	text-align:left;
}
#lpanel_bg ul li div {
	border-bottom:1px solid #d2effc;
	width:180px;
	margin:5px 0px 3px 0px;
	padding:0px;
}
#lpanel_bg ul li a {
	color:#333333;
	text-decoration:none;
}
#lpanel_bg ul li a:hover, .lpanel_bg ul li a:active {
	color:#09a3d6;
	text-decoration:none;
}
/*** Sub(2nd) Level menu ***/

#lpanel_bg ul li ul {
	list-style:none;
	padding:5px 0px;
}
#lpanel_bg ul li ul li {
	background:url("../images/list1-marker.gif") no-repeat left 40%;
	padding:1px 5px 2px 10px;
	font-size:11px;
	text-align:left;
}
/* #lpanel_bg ul li ul li a {
	color:#09a3d6;
	text-decoration:none;
} */
#lpanel_bg ul li ul li a:hover, .lpanel_bg ul li ul li a:active {
	color:#09a3d6;
	text-decoration:none;
}
/*** Sub Level menu ends ***/
#lpanel_bottom {
	background:url(../images/panel_ls_bottom.jpg) no-repeat left top;
	width:235px;
	height:15px;
}
.rpanel {
	margin:5px 10px 0px 5px;
	padding:0px;
}
.rpanel h1 {
	color:#0099cf;
	font: 18px "Myriad Pro", Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:left;
	padding:0px 0px 10px 0px;
	margin:0px;
}
.rpanel h3 {			/*** heading for result list ***/
	color:#0762a8;
	font-size:13px;
	font-weight:bold;
	text-align:left;
	padding:10px 0px 5px 0px;
	margin:0px;
}
.rpanel p {
	color:#333333;
	text-align:justify;
	padding:0px;
	margin:0px;
}
/**** Listing used with 'square" bullets ****/
ul.section {
	list-style-type:square;
	color:#666666;
	font-size:12px;
}
ul.section li {
	color:#444444;
	font-size:12px;
	padding:4px 0px;
}
/**** Listing used with 'square" bullets / ****/

p.stext {
	font-size:11px;
}
.rpanel_table td {
	padding:10px;
	background:url(../images/dashedLine.png) repeat-x left bottom;
}
.rpanel_table td ul {
	list-style-type:square;
	color:#666666;
	font-size:13px;
}
.rpanel_table td ul li {
	color:#333333;
	font-size:12px;
	padding:2px 0px;
}
.heading {
	color:#ff8900;
	font-size:13px;
	font-weight:bold;
}
.panelHeading {						/*** Used for headings of pages after login - Blue text color ***/
	color:#0762a8;
	font-size:13px;
	font-weight:bold;
}
.hd1_blue {
	color:#0762a8;
	font-size:14px;
	font-weight:bold;
}
.hd2_orange {
	color:#ee7903;
	font-size:14px;
	font-weight:bold;
}
.hd3_green {
	color:#6cb502;
	font-size:14px;
	font-weight:bold;
}
.hd4_teal {
	color:#009899;
	font-size:14px;
	font-weight:bold;
}
.hd5_brown {
	color:#c58027;
	font-size:14px;
	font-weight:bold;
}
.hd6_radish {
	color:#d8644e;
	font-size:14px;
	font-weight:bold;
}
.row_Grey {
	background-color: #f6f7f7;
}
.row_Blue {
	background-color: #e2f1f8;
}   /*for background color*/
.top {
	background:url(../images/ico_top.gif) no-repeat right top;
	color:#079eda;
	font-size:10px;
	height:22px;
	text-align:right;
	padding:5px 10px;
	margin:10px 0px 0px 0px;
	text-decoration:underline;
}
ul.notes {
	list-style-type:square;
	color:#666666;
	font-size:13px;
}
ul.notes li {
	color:#444444;
	font-size:11px;
	padding:4px 0px;
}
/**** Breadcrum ****/
.breadcrum2Level {
	margin:0px 20px;
	padding:0px;
	height:14px;
	font-size:11px;
	text-decoration:none;
}

.breadcrum1Level {
	margin:0px 20px;
	padding:0px;
	height:21px;
	font-size:12px;
	background:url(../images/mainNav_tab_bedcrmp.gif) repeat-x left top;
}

.breadcrum {
	margin:0px 20px;
	padding:0px;
	height:26px;
}
.breadcrum_lhs {
	background:url(../images/brdcrm_lhs.gif) no-repeat left top;
	height:26px;
	width:8px;
	margin:0px;
	padding:0px;
	float:left;
}
.breadcrum_bg {
	background:url(../images/brdcrm_bg.gif) repeat-x left top;
	font-size:11px;
	height:26px;
	width:893px;
	margin:0px;
	padding:0px;
	float:left;
}
.breadcrum_rhs {
	background:url(../images/brdcrm_rhs.gif) no-repeat left top;
	height:26px;
	width:8px;
	float:left;
	margin:0px;
	padding:0px;
}
/**** Bullets points listing shown with arrow (image) ****/
ul.noindent {
	LIST-STYLE-POSITION: outside;
	padding: 10px 0px;
	LIST-STYLE-TYPE: none;
	list-style-image:url(../images/list1-marker.gif);
	MARGIN: 0px 10px 0px 25px;
	color:#444444;
}
ul.noindent li {
	padding: 2px;
	MARGIN: 0px;
}
h2.subheading {
	background:url(../images/subheading_bg.jpg) repeat-x left top;
	color:#ff8900;
	font-size:13px;
	font-weight:bold;
	padding:10px 25px;
	margin:0px;
}
h3.subheading_blue {				/**** Used for sub heading in blue font color ****/
	background:url(../images/subheading_bg.jpg) repeat-x left top;
	color:#0762a8;
	font-size:13px;
	font-weight:bold;
	padding:10px 25px;
	margin:0px;
}
.rtop_bg {
	background:url(../images/rbox_top_bg.jpg) repeat-x left top;
	height:37px;
}
.rcontent {
	border-left:1px solid #dddddd;
	border-right:1px solid #dddddd;
	color:#444444;
}
.rbottom {
	margin:0px;
	padding:0px;
}
.rbottom_bg {
	background:url(../images/rbox_bottom_bg.jpg) repeat-x left top;
	height:15px;
}
/*** Data Table ***/
.data_table td {
	padding:6px 10px;
	background:url(../images/dashedLine.png) repeat-x left bottom;
	font-size:11px;
	color:#666666;
}
.data_table th {
	padding:10px;
	background:url(../images/dashedLine.png) repeat-x left bottom;
	color:#ff8900;
	font-size:13px;
	font-weight:bold;
	text-align:left;
}
.data_table td.noborder {
	background:none;
}
.dataLegend {
	text-align:right;
	font-size:10px;
}
/*** Pagination ****/
.paging {
	color:#666666;
	font-size:12px;
	margin:10px;
}
.paging span {
	font-size:16px;
}
.button_pg_bg {
	background:url(../images/button_pg_bg.jpg) no-repeat left top;
	color:#740404;
	font-weight:normal;
	text-align:center;
	width:30px;
	height:20px;
	border:0px;
}
/* .button refresh{
 background:url(../images/button_pg_bg.jpg) no-repeat left top;
    border: 0 none;
    color: #484949;
    font-size: 12px;
    height: 24px;
    text-align: center;
} */
/**** Light Grey large box ****/
.lightGrey_box {
	background:url(../images/lightGrey_box.jpg) no-repeat left top;
	width:619px;
	height:128px;
	margin:10px 5px;
	padding:10px 20px;
}
.message_box {
	background:url(../images/Message_box.jpg) no-repeat left top;
	width:619px;
	height:113px;
	margin:10px 5px;
	padding:10px 20px;
}
.lightBlue_box {
	background:url(../images/lightBlue_box.jpg) no-repeat left top;
	width:619px;
	height:115px;
	margin:10px 5px;
	padding:10px 20px;
}
.hd_Grey {
	font: 18px "Myriad Pro", Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:left;
	margin:0px;
	padding:5px 0px;
}
/*** Map ***/
.map_bg {
	background:url(../images/map_bg.gif) no-repeat left top;
	width:882px;
	height:365px;
	padding:20px;
	margin:20px auto 10px auto;
	text-align:center;
}
/*** Map ***/

/**** Expandable Tables ****/
.folder {
	background: url(../images/plus.gif) no-repeat;
	float: left;
	height: 12px;
	width: 12px;
	padding-right:5px;
}
.doc {
	background: url(../images/file.giff) no-repeat;
	float: left;
	height: 1px;
	width: 1px;
	padding-right: 3px;
	margin-left: 10px;
}
.expandTable {
	height:100%;/*	font-size:11px;
	border:1px solid #CECFD1;
	width:870px;
	margin:0px auto 0 auto;*/
}
.expandTable th {
	padding:10px;
	background:url(../images/dashedLine.png) repeat-x left bottom;
	color:#ff8900;
	font-size:13px;
	font-weight:bold;
	text-align:left;
	/*	background-color:#007ea6;
	color:#ffffff;
	padding:3px 4px;
	border-right:1px solid #CECFD1*/
}
.expandTable td {
	padding:6px 10px;
	background:url(../images/dashedLine.png) repeat-x left bottom;
	font-size:11px;
	color:#666666;/*background-color:#f5f5f5;
	color:#000000;
	padding:3px 4px;
	border-right:1px solid #CECFD1;
	border-bottom:1px solid #CECFD1*/
}
.expandTable tr.alt td {
	background-color:#e2f1f8;
}
.expandTable tr.altrow td {
	background-color:#ffffff;
	font-weight:normal;
}
.expandTable td a {
	color:#09a3d6;
	text-decoration:none;
}
.level1 {
	padding:3px 0px;
	color:#0762a8;
	font-size:12px;
}
.level2 {
	padding:5px 15px;
	font-size:12px;
	color:#444444;
}
.level3 {
	padding-left:15px;
}
/**** Expandable Tables ****/


.searchBox {
	background:#fff url('../images/search_small.gif') no-repeat left;
	padding:2px 2px 2px 20px;
	margin:0;
	font-size:11px;
	color:#000;
	border:1px solid #7F9DB9;
}
.inner_table td {
	padding:0px 0px 6px 0px;
	/*background:url(../images/dashedLine.png) repeat-x left bottom;*/
	font-size:11px;
	color:#666666;
}
.inner_table th {
	padding:5px;
	/*background:url(../images/dashedLine.png) repeat-x left bottom;*/
	color:#ff8900;
	font-size:13px;
	font-weight:bold;
	text-align:left;
}
.inner_table td.noborder {
	background:none;
}


#linkBar {
	list-style:none;
	padding:0;
	margin:0;
	font-size:11px;
	border-top:1px solid #fff;
}
#linkBar li {
	padding:8px 20px;
	background:#ECECEC;
	margin:0;
	border:1px solid #fff;
	border-top:0;
	height:10px;
	width:60px;
}
#linkBar li a {
	padding:5px 0px;
	text-decoration:none;
	color:#000;
	height:10px;
	width:60px;
}

#linkBar li a:hover, #linkBar li a:active{
	padding:10px 0px;
	text-decoration:none;
	color:#0762a8;
	font-weight:bold;
	height:10px;
	width:60px;
}


#linkBarSelected{
	list-style:none;
	padding:10px 0px;
	margin:0;
	text-decoration:none;
	color:#0762a8;
	font-size:11px;
	font-weight:bold;
	height:10px;
	width:60px;
}

.simpleHyperlink{
	text-decoration:none;
}
.button_extra_large {
	background:url(../images/button_extra_Large_bg.jpg) no-repeat left top;
	border:0px;
	color:#484949;
	font-size:12px;
	text-align:center;
	width: 149px;
	height:24px;
}

.button_large {
	background:url(../images/button_Large_bg.jpg) no-repeat left top;
	border:0px;
	color:#484949;
	font-size:12px;
	text-align:center;
	width: 110px;
	height:24px;
}

#expList .expanded,
#expList1 .expanded
{
    background-image: url(../images/minus.gif);
}
#expList ul, li {
    list-style: none;
    margin:0;
    padding:0;
    /*cursor: pointer;*/
}
#expList li,#expList1 li {
    line-height:140%;
    
    
    text-indent:0px;
    background-position: 1px 6px;
    padding-left: 20px;
    background-repeat: no-repeat;
  
}
#expList .collapsed,
#expList1 .collapsed
{
    background-image: url(../images/plus.gif);
}
/* Expanded state for list element
/* NOTE: This class must be located UNDER the collapsed one */
#expList .expanded,
#expList1 .expanded
{
    background-image: url(../images/minus.gif);
}
#expList ul, li {
    list-style: none;
    margin:0;
    padding:0;
    /*cursor: pointer;*/
}
#expList li,#expList1 li {
    line-height:140%;
    
    
    text-indent:0px;
    background-position: 1px 6px;
    padding-left: 20px;
    background-repeat: no-repeat;
  
}
.button_medium {
	background:url(../images/button_Large_bg.jpg) no-repeat left top;
	border:0px;
	color:#484949;
	font-size:12px;
	text-align:center;
	width: 85px;
	height:24px;
}
.boxSpanMsg{
	color : red;
	font-weight : bold;
}
.boxMsg {
	position: fixed;
	left: 45%;
	top: 10px;
	background: none repeat scroll 0 0 #FFEEEE;
    border: 1px solid #AAAAAA;
    font-size: 0.9em;
   	padding-bottom: 10px; 
   	padding-top: 10px;
    /* width: 178px; */
    width: 200px;
    text-align: center;
    z-index: 10000;
	/*margin: 0 0 0 -370px;*/
}

a:link {
	color:#09a3d6;
}
a:hover, a:active, a:visited {
	color:#09a3d6;
}

.ui-widget-header {
    background: #5c9ccc url(../images/rbox_top_bg.jpg) repeat-x scroll 50% 50% !important;
    border: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.ui-dialog-title {
    color: #0762a8 !important;
    font-size: 13px !important;
    font-weight: bold !important;
}

.ui-widget-header .ui-icon {
    background-image: url(../images/ui-icons_217bc0_256x240.png) !important;
}
.folder2 {
    background: url(../images/minus.gif) no-repeat;
    float: left;
    height: 12px;
    width: 12px;
    padding-right: 5px;
}
.currently-loading {     
	opacity:0.45;     
	-moz-opacity:0.45;     
	filter:alpha(opacity=45);
	background-image:url('../images/ajax-loader.gif');     
	background-repeat: no-repeat;     
	position:absolute;     
	top:50%;    
	left:50%;
	height:48px;     
	width:48px;
	display:none;  
	z-index:10; 
}


.content{width:900px;margin:0 auto;padding-left:6px}
.pageTitle{font-size:18px;color:#1B4A66;font-weight:normal;padding:4px 14px;}
.subTitle{font-size:11px;color:#000;font-weight:bold;padding:0;margin:0}
