
/* Home page Stylesheet */

#organize-main { position: absolute; left: 0px; top: 1px; width: 149px; height: 199px; z-index: 1000; }
#organize-left { position: relative; left: 330px; top: 47px; width: 440px; height: auto; margin: 0px; padding: 0px; }

#right-title { display: block; position: relative; width: auto; height: auto; }
#right-copy { display: block; position: relative; width: 442px; height: auto; }

#organize-content { position: relative; left: 17px; top: 50px; width: auto; height: auto; }

#organize-label { display: block; position: relative; width: 156px; height: 24px; }

#organize-menu { display: block; position: relative; width: auto; height: 53px; border-collapse: collapse; margin: 0px; padding: 0px; border: none; }
#organize-menu td { vertical-align: top; margin: 0px; padding: 0px; }

#organize-copy { display: block; position: relative; width: 442px; height: auto; }

#th-left { position: absolute; left: -6px; top: 160px; width: 425px; height: auto; margin: 0px; padding: 0px; font-weight: bold; color:#0673D0; }
#th-right { position: absolute; left: 220px; top: 160px; width: 425px; height: auto; margin: 0px; padding: 0px; font-weight: bold; color:#0673D0; }
.th-row { display: block; width: auto; height: auto; margin-bottom: 10px; padding: 0px; }

#th-create { position: absolute; left: 335px; top: 355px; width: auto; height: auto; margin: 0px; padding: 0px; z-index: 1000; }
#th-label { position: absolute; left: 505px; top: 355px; width: auto; height: auto; margin: 0px; padding: 0px; z-index: 1001; }
#th-time { position: absolute; left: 675px; top: 355px; width: auto; height: auto; margin: 0px; padding: 0px; z-index: 1002; }

#add_this{
    position: absolute;
    top: 457px;
    left: 235px;
	font-size: 9px;
    z-index: 1500;}
	#add_this a { color: #333333;}
	#add_this a:hover { color: #333333; text-decoration:none;}
	
#pdf_div
{
    position: absolute;
    top: 475px;
    left: 239px;
    z-index: 1500;
	}
#pdf_div{
	background: url("/global/pix/pdf-logo.gif") left no-repeat;
	padding-left: 18px;
}
#pdf_copy
{
    display: inline;
    font-size: 9px;
    color: #333333;
    position: relative;
    top: -2px;
    text-decoration: none;
    z-index: 1500;
}