/*******************************************************************************************
 Styles for the Links global component
 Jeff Chew
 ******************************************************************************************/

table.linksTable {
	width									: 275px;
	background-color 						: #d7ecc0;
	border									: 5px solid #9ccf59;		
}

.linksTable td {
	padding									: 1px 1px 0px 1px;	
}

table.linksSubTable {
	width									: 100%; 	
	background-color						: #9ccf59;	 	
}

.linksSubTable td {
	padding									: 3px 0px 1px 3px;
}

div.linksContent {
    position                        		: absolute;
    visibility                      		: hidden;
    left                            		: 0;
    top                             		: 0;
    z-index                        			: 1;
    font-size								: 11px;
	font-weight								: normal;
}

A.linksContentURL:link,A.linksContentURL:active,A.linksContentURL:visited {
	text-decoration							: none;
	color									: #4678aa;	
	font-weight								: normal;
	display									: block; 
	padding-bottom							: 4px;
	line-height								: 120%;
    font-size                               : 11px;
}

A.linksContentURL:hover,A.linksContentURL:visited:hover {
	text-decoration							: none;
	color									: #558822;
	font-weight								: normal;
	display									: block; 
	padding-bottom							: 4px;
	line-height								: 120%;
    font-size                               : 11px;
}

/*******************************************************************************************
 BEGIN Quick Links styles
 ******************************************************************************************/
	 
	div.quickLinksLayer	{
	    position							: relative;
	    display								: none;
	    width                      			: 258px;
	    height                      		: 90px;	    
	    z-index                     		: 0;
	    margin								: 3px 0px 0px 5px;
	}
	
	div.quickLinksContainer	{
		position                    		: absolute;
		left                        		: 0px;
	    top                         		: 0px;
		width                       		: 240px;
	    height                      		: 90px; 
		clip                        		: auto; 
		overflow                    		: hidden;
	    z-index                     		: 1;
	}
	
	/* vertical scrollbar for wn1 */
	div.quickLinksScrollbar {
	    position                    		: absolute;
	    visibility                  		: hidden;
	    left                        		: 240px;
	    top                         		: 0;
	    width                       		: 16px;
	    height                      		: 90px;
	    font-size                   		: 1px;
	    z-index                  			: 2;
	}
	
	div.quickLinksTrack {
	    position                    		: absolute;
	    left                        		: 0;
	    top                         		: 17px;
	    width                       		: 16px;
	    height                      		: 56px;
	    background-color            		: #ffffff;
	    z-index                     		: 1
	}
	div.quickLinksDragBar {
	    position                   			: absolute;
	    left                        		: 1px;
	    top                         		: 1px;
	    width                       		: 14px;
	    height                      		: 20px;
	    background-color            		: #9ccf59;
	    z-index                     		: 1;
	}
	
	div.quickLinksUp {
	    position                    		: absolute;
	    left                        		: 0;
	    top                         		: 0;
	    z-index                     		: 2;
	}
	
	div.quickLinksDown {
	    position                    		: absolute;
	    left                        		: 0;
	    bottom                      		: 0;
	    z-index                     		: 3;
	}
	 
/*******************************************************************************************
 END Quick Links styles
 ******************************************************************************************/