
#footer_version {
	align: right !important;
	
	text-align: right !important;
}

.viewText {
	padding:0 0 4px 2px;
}

.viewLabel {
	color:#eca336;
	font-weight:bold;
	padding:0 0 4px 2px;
}

.viewLabel2 {
	display: block;
	color:#eca336;
	font-weight:bold;
	padding:0 0 4px 2px;
}

.viewLabel3 {
	display: block;
	color:#FFFFFF;
	font-weight:bold;
	padding:0 0 4px 2px;
}

.viewLabel4 {
  /*display: block;*/
  color:#eca336;
  font-weight:bold;
  padding:0 0 4px 2px;
  cursor: pointer;
  text-decoration: underline;
}

.thLists {
	display: block;
	color:#FFFFFF;
	font-weight:bold;
}

.viewError {
	color:#FF0000 !important;
	font-weight:bold;
	padding:0 0 4px 2px;
}

.viewHidden{
	color:#FFFFFF;
	background: transparent;
	border: 0;
	text-decoration:none;
}

/* Manage Item Type Properties */

.link {
  cursor: pointer;
}

tr.highlight:hover {
  background-color: #EE7621;
}

tr.highlight:hover * {
  opacity:.90;
  filter: alpha(opacity=90);
}

tr.clicked {
  background-color: #EE7621;
}

tr.clicked * {
  opacity:.90;
  filter: alpha(opacity=90);
}


tr.selected2 {
  background-color: #CDC8B1;
}

tr.selected2 * {
  opacity:.90;
  filter: alpha(opacity=90);
}

.submitLinkOn {
  background:transparent url(../images/layout_images/Bt6_BG.gif) no-repeat center center;
  cursor: pointer;
  padding:0;
  border:0;
  width:96px;
  height:24px;
  font-weight:bold;
  margin-right:10px;
  color:#fffffe;
}

.submitLinkOff {
  background:transparent url(../images/layout_images/SrchBnt.gif) no-repeat center center;
  padding:0;
  border:0;
  width:96px;
  height:24px;
  font-weight:bold;
  margin-right:10px;
  color:#fffffe;
}

.hidden {
  display: none;	
  visibility: hidden
}

.loading {
	visibility: visible;
	height:100px;
	background:transparent url(../images/lightbox/loading.gif) no-repeat center center; 
}

.loading * {
  display: none;
  visibility: hidden;
}

a.removeLink {
	color: red;
	cursor: pointer;
	text-decoration: underline;
}

ul.menu li {
  list-style-image: none;
  list-style-type: none;
}

div.menu_item_container { display:block; padding-left:5px; }
div.menu_item_container div { cursor: pointer !important; display: inline !important; background-repeat: no-repeat; background-color: transparent !important; }
div.menu_item_container a { display: inline !important; padding-left: 4px !important; }

li.expanded div div { background-image: url(../images/menu_expanded.png); }
li.expanded ul { display: block; visibility: visible;}

li.collapsed div div { background-image: url(../images/menu_collapsed.png) !important; }
li.collapsed ul { display: none !important; visibility: hidden !important;}

li.leaf div div { visibility: hidden; }
li.leaf ul { display: none !important; visibility: hidden !important;}

li.selectedMenu {text-shadow:black; font-weight: bolder;font-style: italic; background-color: #FFFFF2 !important; /*border-style:dotted; border-color: #333333 !important; border-width: thin; */ }

div.RightBanner {
  padding-bottom:20px;
}

div.linksRight {
  text-align:left; 
  width:100%; 
  display:block; 
  padding-top:10px;
  padding-left:10px;
}

div.linksRight a {
  color: #333333; 
  text-decoration: none;
}

div.linksRight a:hover {
  color: #ab99bc; 
  text-decoration: underline;
}

#image_outer {height: 90px; width: 90px; overflow: hidden; position: relative;}
#image_outer[id] {display: table; position: static;}

#image_middle {position: absolute; top: 50%;} /* for explorer only*/
#image_middle[id] {display: table-cell; vertical-align: middle; position: static;}

/*#image_inner {position: relative; top: -50%}*/  /* for explorer only */
/*#inner[id] {position: static;}*/ 

#image_outer {width: 100%;}
#image_middle {width: 100%; text-align: center;}
#image_inner {width: 90px; margin-left: auto; margin-right: auto;}


div.category_container {
	border-color: #ab99bc;
	border-style: dashed;
	border-width: thin;
	margin: 5px;
}

#total_fee {
	text-transform: capitalize;
	text-align: right;
	color: #333333;
}

