@charset "utf-8";
/* ==========================================================================
	ASI.CSS Styles
	--------------------------
 	ASI Project specific style 	- ASI -
	Author: Shun & Feng
============================================================================== */
.ygtvitem a:link, .tree-panes a:visited {color:#666; border-bottom: none;}
.ygtvitem a:hover 						{color:#f47b20; text-decoration:none; border-bottom: none;}
.nodeSelected {color:#FF1E00 !important;}

ul.yui-nav 								{width:464px;margin:0 !important;padding:0;height:30px;border-bottom:1px solid #cdcecd;}
/* single tab */
.three-col #main-content ul.yui-nav li 	
										{float:left; padding:0; margin:0 5px 0 0; list-style-type:none;}
/* link inside the tab. uses a background image */
ul.yui-nav a 							{float:left; font-size:13px; display:block; padding:5px 30px; text-decoration:none; border:1px solid #d1d2d4; border-bottom:0px; height:18px; background-color:#e4e4e4; color:#58585a; margin-right:2px; position:relative; top:1px;}
ul.yui-nav a:hover 						{background-color:#36587a;color:#fff;}
/* selected tab */
ul.yui-nav li.selected 	a				{background-color:#36587a;border-bottom:1px solid #ddd;color:#fff;cursor:default;}

/* Member number retrieval page */

#membernumber-left{padding:3px 0 0 5px;}
#membernumber-right{padding-top:3px;}
#member-container p {padding-left:10px;}
#username-label{width:100px;}
/*classification page style*/
#classification-description {height:175px;overflow-y: scroll; overflow-x:hidden}
#classification-description p{padding-left:0; margin-left:0;}
#display-view {margin-left:60px; font-size:9pt}

#classification-synopsis {height:175px;overflow-y: scroll; overflow-x:hidden}
#classification-synopsis p{padding-left:0; margin-left:0;}
/*report page style*/

.report-dropdown{width:50px}
.report-dropdown-year{width:70px}


/*YUI page style*/

.icon-unclassified{ background:transparent url(/asi/app_templates/coretemplates/images/treeView/status/unclassified.gif) 0 1px no-repeat; padding-left:18px; cursor:pointer; display:block; height:16px;}
.icon-classified{ background:transparent url(/asi/app_templates/coretemplates/images/treeView/status/classified.gif) 0 1px no-repeat;   padding-left:18px; cursor:pointer; display:block; height:16px;}
.icon-published{ background:transparent url(/asi/app_templates/coretemplates/images/treeView/status/published.gif) 0 1px no-repeat;    padding-left:18px; cursor:pointer; display:block; height:16px;}
.icon-leaf{ background:transparent url(/asi/app_templates/coretemplates/images/layout/stuck.gif) 0 0px no-repeat; padding-left:14px; cursor:pointer; }
.ygtvcheck0 { background: url(/asi/app_templates/coretemplates/images/treeView/check/check0.gif) 0 0 no-repeat; width:16px; height:22px; cursor:pointer; border:1px solid;}
.ygtvcheck1{ background: url(/asi/app_templates/coretemplates/images/treeView/check/check1.gif) 0 0 no-repeat; width:16px; height:22px; cursor:pointer; }
.ygtvcheck2{ background: url(/asi/app_templates/coretemplates/images/treeView/check/check2.gif) 0 0 no-repeat; width:16px; height:22px; cursor:pointer; }
	
	
body {
        margin :0;
        padding:0;
    }
#myTaxonTreeDiv {
	float           :center;
	border          :1px solid #2647A0;
	background-color:#fff;
	overflow-y      :auto;
	overflow-x      :hidden;
	margin-left     :0px;
	margin-bottom   :9px;
}
#myAssetsDiv {
	float           :center;
	/*background-color:##2647A0;*/
	overflow-y      :auto;
	overflow-x      :hidden;
	margin-left     :6px;
	margin-right    :8px;
	margin-bottom   :0px;
	width           :520px;
}
#myPaginator {
	/*background-color:##2647A0;*/
	float           :center;
	margin-left     :6px;
	margin-right    :8px;
	margin-bottom   :9px;
	width           :520px;
	height          :22px;
	font-size       :10px;
}
.myGreedColumn {
	font-size  :12px;
	line-height:1em;
}
.icon-leaf {
	/*height      :12px;
	width       :12px;*/
	padding-left:14px;
	background  :transparent url(/asi/app_templates/coretemplates/images/layout/stuck.gif) 0 0px no-repeat;
}
	
#classification-description{padding-right:2px; margin-top:20px;}
#classification-synopsis{ padding:0; margin:0; width:210px; float:right}
#classification-synopsis p{margin-left:0; padding-left:0}
	
/* library listing page style */
#library-results {border:1px solid #CCCCCC; margin-top:10px;}	
#library-results tr {border:1px solid #CCCCCC;}
#library-results td {padding:5px 0 5px 3px;}
#library-results td.odd{background-color:#F2F3F4;}


#search-results .description		{min-height:5px;
  height:auto !important;
  height:5px;
}

#search-results .description p{
margin:0;
padding:0;
}

.red{color:red}

.three-col #container {min-height:400px;
  height:auto !important;
  height:400px;} 

#booklist{ margin-bottom:20px;}

#library-request td.left{ padding-left:10px;}

#library-request td {padding-bottom:0;}

#search-return{padding-top:10px}

#advance-intro{margin-top:20px;}
/* Book shop page  */
.item-preview .image{width:216px;/*height:270px !important; */border:1px solid #dbdcdb; float:left; margin-right:30px; background-color:#fff;}
/* End Added style */

#help-tip{ background-image:none!important; background-color:#999999; width:400px; margin-top:10px; height:170px; padding-right:10px; padding-top:15px;}

#help-tip p {width:380px !important;}

#email-tip a{color:#ffffff}