/* TIKIWIKI CSS - DEFAULT FILE - EDITED FOR LILLY USE BY ADAM K. WATTS */

/* MAIN TAGS */

.bodymain {
	background-color: #E9ECEF;
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px; 
	}

body {
	background-color: #ffffff;
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px; 
	}

h6 {
	font-size: 18px;
        font-family: Arial, Helvetica, sans-serif; 
        font-weight: bold;
	color: #CC0000;	
	margin-bottom: 20px;
	margin-top: 15px;
	margin-left: 5px;
	}

.td {   
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 12px;
        }

.RedBoldText {  
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 24px; 
        font-weight: bold; 
        color: #FF0000;
        }
        
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0033FF;
	text-decoration: none;
	}
	
.OneWordHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: oblique;
	font-weight: bolder;
	text-transform: capitalize;
	color: #CC0000;
	font-variant: normal;
	text-decoration: overline blink;
	}
	
.DocumentDescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
	}
	
.SectionHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	}

.SectionIntro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: capitalize;
	color: #800000;
	}
	
.nonlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #000000;
	}
	
.roletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	}
	
.DarkBackgroundText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
	}
	
.LillyBackground {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000;
	}
	
.GreyBackground {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #CCCCCC;
	font-size: 13px;
	font-weight: bold;
	}
	
.contentheader {
	FONT-SIZE: 18pt; COLOR: black; 
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	}
	
.redcontentheader {
	FONT-SIZE: 18pt; 
	COLOR: red; 
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	}
	
.smalllink {
	FONT-SIZE: 7pt; 
	COLOR: red; 
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	}
	
.linktext {
	FONT-SIZE: 10pt; 
	COLOR: red; 
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	}
	
.smalltext {
	FONT-SIZE: 7pt; 
	COLOR: black; 
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	}
	
.regulartext {
	FONT-SIZE: 10pt; 
	COLOR: black; 
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	}
	
.heading1 {
	FONT-SIZE: 11pt; 
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	}
	
.heading2 {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 10pt; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: underline;
	}
	
a       {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #CC0000;
	}

A:hover {
	TEXT-DECORATION: underline;
	}







/* PAGEMENU :: A simple single line menubar   */	

#pagemenu {
	background-image: url(../images/red-bar.gif);
	height: 23px;
	text-align: left;
	white-space : nowrap;
	}
	
#pagemenu ul {
	list-style: none;
	padding: 0;
	margin: 0px;
	}
	
#pagemenu ul li {
	display: inline;
	margin: 2px 0px 0px 0px;
	vertical-align: middle;
	}
	
#pagemenu a {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	border-bottom: 0px solid #000033;
	text-decoration: none;
	padding: 2px 6px 5px 6px;
	}
	
#pagemenu a:hover {
	background-color: #424F63;
	color: #EEEEFF;
	}


/* PAGEBODY :: Main Content Area of the Page */	

#pagebody {
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin-left: 15px;
	margin-right: 15px;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-right: 4px;
	}
	html>body #centercontent {
	margin-right: 4px;
	}

#pagebody h1 {
	margin-top: 0px;
	font-size: 16px;
	}
	
#pagebody h2 {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #CC0000;
	margin-bottom: 0px;
	margin-top: 0px;
	}

#pagebody h3 {
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px dotted #9999CC;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	}

#pagebody p {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 6px;
	padding-top: 6px;
	padding-left: 0px;
	padding-bottom: 6px;
	line-height: 150%;
	}
	
#pagebody li {
	font-size: 12px;
	margin-top: 0px;
	padding-top: 2px;
	padding-left: 10px;
	padding-bottom: 0px;
	line-height: 150%;
	}
	
#pagebody .published {
	float: right;
	font-size: 11px;
	border: 2px solid #46596f;
	background-color: #46596f;
	color: #FFFFFF;
	margin-left: 5px;
	padding: 1px 5px 1px 5px;
	-moz-border-radius: 0px 0px 4px 4px;
	}

#pagebody .download {
	float: right;
	font-size: 11px;
	font-weight: bold;
	border: 2px solid #CC0000;
	background-color: #CC0000;
	color: #FFFFFF;
	margin-left: 5px;
	padding: 1px 5px 1px 5px;
	-moz-border-radius: 0px 0px 4px 4px;
	}
	
.download a {
	color: #FFFFFF;
	border-bottom-width: 0px;
	}
	
/* PAGEBAR :: Bar on Right Side of Page */

#pagebar {
	position: absolute;
	left: 770px;
	right: 10px;
	top: 120px;
	border: 1px solid #666;
	width: 200px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	}	

#pagebar h1 {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	border-top: 1px dotted #9999CC;
	margin-top: 10px;
	margin-bottom: 5px;
	}
	
	
	
#pagebar h2 {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #CC0000;
	margin-bottom: 0px;
	margin-top: 0px;
	}

#pagebar p {
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 6px;
	}

#pagebar a {
	border-bottom: 0px solid #333366;
	color: #CC0000;
	text-decoration: none;
	}

#pagebar a:hover {
	border-bottom: 0px solid #333366;
	color: #333366;
	text-decoration: underline;
	}


/* TABS */

div.tabs {
	font-size: 11px;
	line-height: 23px;
	position: absolute;
	top: 101px;
	white-space: nowrap;
	font-family: Verdana, Arial, sans-serif;
	cursor: default !important;
	font-weight: 700 !important;
	z-index: 100;
	}

.content {
	position: relative;
	top: 30px;
	font-family: Veranda, Arial, sans-serif;
	border: 1px solid #666;
	width: 725px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-bottom: 25px;
	z-index: 80;
	background-color: #ffffff;
	-moz-border-radius: 0px 4px 4px 4px;
	}
	
.tab {
	border: 1px solid #347;
	padding: 2px 5px 1px 5px;
	background-color: #bcd;
	color: #303036;
	z-index: 100;
	border-bottom-width: 0;
	-moz-border-radius: 4px 4px 0px 0px;
	}

.tabHover {
	background-color: #46596f;
	color:#fff;
	z-index: 90;
	border-bottom-width: 0;
	}

.tabActive { 
	padding: 3px 5px 2px 5px;
	color: #060610 ;
	background-color: #ffffff;
	z-index: 100;
	}
      
div.tabsClone .tab, div.tabsClone .tabActive {
	border-top-width: 0 !important;
	border-bottom-width: 1px !important;
	}

div.tabsClone .tabActive{
	top: -2px;
	}

a.removeTab{
	font-size: smaller;
	text-decoration: none;
	}


/* ASSORTED  */

#clear {
	clear:both;
	}
	
#pageupdate {
	position: absolute;
	left: 770px;
	top: 790px;
	width: 200px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	}