    .ajaxtooltip
        {
            position: absolute; /*leave this alone*/
            display: none; /*leave this alone*/
            width: 460px;
            min-width: 460px;
            left: 0; /*leave this alone*/
            top: 0; /*leave this alone*/
            background: #ffffff;
            border: 2px solid gray;
            border-width: 1px 2px 2px 1px;
            padding: 5px;
        }
        .pw_link 
        {
        	border-bottom: 2px dotted blue;
        	padding-bottom:1px;
        	cursor:pointer;
        	
        }
        .pw_link:hover
        {
        	border-bottom: 2px dotted blue;
        	padding-bottom:1px;
        	text-decoration:none;
        	cursor:pointer;
        	
        }
        .ddnlist li
        {
            display: inline;
            float: left;
            margin-left: 0px;
            margin-bottom: 2px;
            width: 700px;
            height: 30px;
            position: relative;
            top: -2px;
            left: -10px;
        }
        .productlist li
        {
            display: block;
            float: left;
            margin-right: 5px;
            background-image: url('../images/Slidebgsmall.gif' );
            background-repeat: no-repeat;
            width: 118px;
            height: 120px;
            padding-left: 0px;
            padding-right: 0px;
            overflow: hidden;
            font-size: 0.7em;
        }
        .ToolButton
        {
            position: relative;
            top: -10px;
            left: 10px;
        }
        .datapager
        {
            display: block;
            text-align: center;
            clear: both;
            font-size: small;
            position: absolute;
            top: 357px;
            left: 350px;
        }
        .clear
        {
            clear: both;
            display: block;
            height: 1px;
            overflow: hidden;
            margin: 0;
            padding: 0;
        }
        .FolderList li
        {
            display: inline;
            float: left;
            list-style-type: circle;
            margin-left: 10px;
        }
        div.fileinputs
        {
        }
        div.fakefile
        {
            position: absolute;
            top: 40px;
            left: 0px;
            z-index: 1;
        }
        input.file
        {
            position: relative;
            text-align: right;
            display: none;
            z-index: 100;
            width: 130px;
        }
        .dp_current
        {
            font-size: 0.8em;
            border-bottom: solid 1px #333333;
        }
        .dp_link
        {
            font-size: 0.8em;
            color: blue;
            text-decoration: none;
        }
        .dp_link:hover
        {
            font-size: 0.8em;
            text-decoration: underline;
        }
        .ClipboardList
        {
            font-size: 1em;
            list-style-type: none;
            list-style-position: outside;
        }
        .ClipboardList ul
        {
            list-style-type: none;
            margin-left: 10px;
            margin-right: 5px;
        }
        .ClipboardList li
        {
            margin-bottom: 5px;
        }
        .ClipboardList a:hover
        {
            text-decoration: underline;
            color: Blue;
        }
        .ClipboardList a
        {
            text-decoration: none;
            color: #000;
        }
        #Clear_clip
        {
            margin-bottom: 5px;
            padding-left: 5px;
            color: Blue;
        }
        /* social tags*/
        #social_pop 
        {
			background:transparent url('../images/social tags/bg-shareBox.gif') no-repeat scroll left top;
			border-bottom:1px solid #B9C2CE;
			padding:10px;
			position:absolute;
			top:42px;
			width:188px;
			margin-left:-5px;
			z-index:9999;
        }
        #social_pop ul 
        {
        	float:left;
			margin:0 0 0 1px;
			padding:0;
			background-position:0 0;
			background-repeat:no-repeat;
			border:medium none;
			float:left;
			margin:0 0 0 1px;
			padding:0;
			list-style-type:none;
        }
       #social_pop ul li 
       {
       	float:left;
		border:medium none;
		display:inline;
		height:20px;
		margin:3px 4px;
		overflow:hidden;
		}
#social_pop ul li a {
		background:transparent none repeat scroll 0 0;
		text-decoration:none;
		display:block;
		height:20px;
		width:82px;
		}
#social_pop ul li .tweet {
		background-image:url('../images/social tags/bg-share-twitter.gif');
		}
#social_pop ul li .digg {
		background-image:url('../images/social tags/bg-share-digg.gif');
		}
#social_pop ul li .yahoo {
		background-image:url('../images/social tags/bg-share-buzz.gif');
		}
#social_pop ul li .facebook {
		background-image:url('../images/social tags/bg-share-facebook.gif');
		}
#social_pop ul li .google {
		background-image:url('../images/social tags/bg-share-google.gif');
		}
#social_pop ul li .delicious {
		background-image:url('../images/social tags/bg-share-delicious.gif');
		}
#social_pop ul li .stumble {
		background-image:url('../images/social tags/bg-share-stumble.gif');
		}
#social_pop ul li .reddit {
		background-image:url('../images/social tags/bg-share-reddit.gif');
		}
#social_pop ul li .newsvine {
		background-image:url('../images/social tags/bg-share-newsvine.gif');
		}
#social_pop ul li .technorati {
		background-image:url('../images/social tags/bg-share-technorati.gif');
		}
#social_pop ul li .linkedin {
		background-image:url('../images/social tags/bg-share-linkedin.gif');
		}
		
		
		
