﻿@import url(print.css);

/* strip away browser defaults */
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input, table, tr, td {
    margin: 0; padding: 0; letter-spacing: normal;
}

ul, ol {
   list-style: none ;
}

#custom-gen ul li:before {
	content: "\00BB \0020";
	}

#inline-list ul, #inline-list li 
{
    list-style-type:disc ;
    list-style-position: inside;
	margin: 1;
	padding: 1;
	padding-bottom: 1em;
	padding-left: 2em;
	text-indent: -1em;
	font-family: Tahoma, Verdana, Geneva, Sans-Serif;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 1px;

	}


a img, :link img, :visited img {
    border: none; font-weight:normal;
}

a, a:hover {
    color: #3B6EA6;
}

address {
    font-style: normal;
}

p {
	padding-bottom: 15px;
	letter-spacing: 1px;
}

#OuterWrap {
    text-align: center;
    margin: 0 auto;
    /*background: url(../images/hex2.gif) no-repeat top center;*/
}

#wrap {
    background-color: Transparent;
	/*background: white;*/
	margin: 0 auto;
	width: 975px;
	padding: 0 2px 0 0;
	text-align: left;
}

html { height: 100%; }

body {
    min-width: 975px;
    font-family: Tahoma, Verdana, Geneva, Sans-Serif;
    font-size: 12px;
    /*background-image: url('../images/Background.png');
    background-repeat: repeat-x;*/
    background-image: url('../images/Background-Gradient.png');
    background-repeat: repeat-x;
    background-color: #C7C9C9;
    letter-spacing: 1px;
    line-height: 14px;
    min-height: 100%;
    height: 100%;
}

div {
    font-family: Tahoma, Verdana, Geneva, Sans-Serif;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 14px;
}

.HeaderLogo1 {
    background-image: url('../images/HeaderTop.png');
    background-repeat: no-repeat;
    height: 13px;
    background-position: bottom;
}

.HeaderLogoHomeLink {
	width: 250px;
	height: 75px;
	margin-left: 5px;
	z-index: 10001;
	cursor: pointer;
	position: absolute;
}

.HeaderLogo {
    /*height: 77px;*/
    width: 975px;
    background-color: Transparent;
    /*background-image: url('../images/TestLogo_2.png');
    background-image: url('../images/HeaderBackgound1.png');
    background-repeat: no-repeat;*/
}

.OuterMainContentContainer {
    background-image: url('../images/HeaderBackground_NEW.png');
    background-repeat: no-repeat;
    /*border: solid 0px Transparent;*/
    border-left: solid 1px #B4B4B4;
    border-right: solid 1px #B4B4B4;
    background-color: #FFFFFF;
    padding-bottom: 5px;
}

.ContainerTop {
    /*background-image: url('../images/HeaderTop.png');*/
    background-image: url('../images/logos/HeaderBackground_CureIsComing.png');
    background-repeat: no-repeat;
    /*height: 13px;*/
    height: 163px;
    background-position: bottom;
    /*border: solid 1px Purple;*/
}

#wrap .ContainerTop .BgdLink {
	/*border: solid 1px Red;*/
    display: block;
    width: 250px;
    height: 80px;
    position: relative;
    float: right;
    top: 60px;
    left: -10px;
}

#wrap .ContainerTop .BgdLinkHome {
	/*border: solid 1px Green;*/
    display: block;
    width: 165px;
    height: 105px;
    position: relative;
    float: left;
    top: 55px;
    left: 7px;
}

.OuterMainContentContainerNoLogo {
    background-image: url('../images/HeaderBackgroundNoLogo.png');
    background-repeat: no-repeat;
    /*border: solid 0px Transparent;*/
    border-left: solid 1px #B4B4B4;
    border-right: solid 1px #B4B4B4;
    background-color: #FFFFFF;
}

.MainContentContainer {
    /*width: 963px;*/
    width: 953px;
    /*border-left: solid 1px #B4B4B4;
    border-right: solid 1px #B4B4B4;*/
    min-height: 450px;
    /*padding-left: 5px;
    padding-right: 5px;*/
    padding-left: 10px;
    padding-right: 10px;
    clear: both;
    background-color: #FFFFFF;
    overflow: visible;
    height: 100%;
}

.MainContentContainerBottom {
    background: url('../images/MainContentBottom.png') no-repeat;
}

.Clear {
    clear: both;
}

input {
    font-family: Tahoma, Verdana, Geneva, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-variant: inherit;
}

.GreenTextBox {
    border-style: solid;
    border-color: #54820E;
    border-width: thin;
    font-family: Tahoma, Verdana, Geneva, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
}

/*.WatermarkTextBox input {*/
.WatermarkTextBox {
    color: #B4B6B7;
    font-family: Tahoma, Verdana, Geneva, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
}
.NormalWatermarkTextBox {
    color: #000000;
    font-family: Tahoma, Verdana, Geneva, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
}
/*
input {
    font-family: Tahoma;
    color: #B4B6B7;
    font-size: small;
}
*/

/*
div.SectionText:before {
    content: url('../images/HexIcon.png');
}
*/

div.SectionText {
    text-align: left;
    font-family: Arial;
    font-size: 18px;
    color: #3B6EA6;
    /*color: #296D8D;*/
}

div.SectionTextSmall {
    text-align: left;
    font-family: Arial;
    font-size: 12px;
    color: #3B6EA6;
}

div.SectionTextBlue {
    text-align: left;
    font-family: Arial;
    font-size: large;
    color: #FFFFFF;
}

div.Footer {
    font-family: Arial;
    font-size: 9px;
    color: #3B6EA6;
}

div.Footer a {
    font-family: Arial;
    /*font-size: 9px;*/
    color: #3B6EA6;
    text-decoration: none;
}

div.Footer a:hover {
    text-decoration: underline;
}

.StandardLists {
    padding-left: 20px;
    list-style-type: disc;
    /*font-size: 12px;
    font-family: Tahoma, Verdana, Geneva, Sans-Serif;*/
    white-space: normal;
    letter-spacing: 1px;
    line-height: 14px;
}

.StandardLists li {
    padding-bottom: 6px;letter-spacing: 1px;
    line-height: 14px;
}

.StandardSubLists { list-style-type: circle; }

.Paragraph {
    color: #000000; 
    white-space: normal; 
    text-align: left;
    font-family: Tahoma, Verdana, Geneva, Sans-Serif;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 14px;
}

hr.PageHeader {
    color: #3B6EA6; 
    background-color: #3B6EA6;
    height: 1px; 
    border: none;
}

#GlossaryHeader {
	background-color: #FFFFFF;
}

#GlossaryNavWrapper {
	margin: 0 auto;
	width: 532px;
}

#GlossaryNav {
	/*background-color: #EEEEEE;*/
	width: 550px;
}

#GlossaryNav li {
	margin: 0px 5px;
	float: left;

}

#GlossaryTerms {
	height: 330px;
	overflow: auto;

}

#GlossaryTerms div {
 	color: #000000;
	font-weight: bold;
}

#GlossarySource {
	padding-left: 15px;
}

.Bold {
	font-weight: bold;
}

.Italic {
	font-style: italic;
}

.ResourcesList {
	list-style-type: disc; list-style-position: outside; padding-left: 25px;
}

.ResourcesList li {
	padding-bottom: 10px;
}

.FormFieldLabel {
	font-weight: bold;
	white-space: nowrap;
}

.FormFieldTable {
    margin: 0 auto;
    text-align: left;
}

.FormFieldTable td {
    vertical-align: top;
        padding: 4px;
}

.FormFieldTable select, input, label {
    font-family: Tahoma, Verdana, Geneva, Sans-Serif;
    font-size: 11px;
    letter-spacing: 1px;
}

.FormFieldTable input[type="radio"] {
    /*padding: 1px 2px 0px 2px;*/
    padding: 0 auto;
    vertical-align: middle;
}

.FormFieldTable input[type="checkbox"] {
    vertical-align: middle;

}

.FormFieldTable textarea {
    /*overflow-y: scroll;*/
    font-family: Tahoma, Verdana, Geneva, Sans-Serif;
    font-size: 11px;
    letter-spacing: 1px;
}

.FormFieldTable input[type="submit"] {
    background-color: #3B6EA6;
    color: #FFFFFF;
    font-weight: bold;
}

.FormFieldTable input[type="submit"][disabled] {
    background-color: #EDEDED;
    color: #000000;
    font-weight: bold;
}

.FormFieldTableButton {
    cursor: pointer;
    border: outset 1px #ccc;
    background: #999;
    color: #666;
    font-weight: bold;
    padding: 1px 2px;
    background: url(../images/formbg.gif) repeat-x left top;
}

.x-form-field {
    font-size: 11px;
}
.x-combo-list-item {
    font-size: 11px;
}
.x-field-note {
    font-size: 11px!important;
}
.x-form-item {
    font-size: 11px;
}
.x-form-check-wrap, .x-form-radio-wrap {
    /*line-height:18px;*/
    padding:0;
}

/*  
input[disabled], input[readonly], select[disabled], select[readonly], checkbox[disabled], checkbox[readonly], textarea[disabled], textarea[readonly]
{
     background-color: #dcdcdc;
     border: #7F9DB9 1px solid;
     color: #000000;
     cursor: default;
}*/

.ValidationSummary {
    background-color: #FCFAB8;
    border: solid 1px #B34040;
    padding: 3px;
    color: #B34040!important;
}

.NumberedList {
    list-style-type: decimal;
    list-style-position: outside;
    margin-left: 15px;
}

.NumberedList li 
{
	margin-left: 25px;
}

p {
    padding-bottom: 15px;
}

h3 {
    font-size: 13px;
}

h2 {
    font-size: 14px;
}

blockquote {
    margin-top: 5px;
    margin-left: 15px;
    margin-bottom: 5px;
}

.ThreeOneColumFour {
    text-align:left;
    white-space: normal;
    margin-left: 6px;
    margin: 0, 2px, 0, 4px;
}

.Justify {
	text-align: justify;
}

#WhatWeDoList {
	list-style: disc outside;
}

#WhatWeDoList li {
	margin-left: 25px;
}

.OddRow {
	background: #DDDDDD;
}

.EvenRow {
	background: #FFFFFF;
}

#ThreeOneLeft {
	float: left; margin: 0 auto; width: 713.25px; padding: 25px 8px 0 0;
	white-space: normal; text-align: left; height: 100%; min-height: 100%;
}

#ThreeOneRight {
	float: right; width: 240.75px; margin: 0 auto; /*padding-top: 25px; */
	/*background: #EEEEEE url(../images/utils/hex-bg.png) no-repeat scroll bottom;*/
	height: 100%; min-height: 450px;
}

.AskResearcherImage {
	background: url(../images/askResearcher.png);
}

.AddThisHeader
{
	width: 224px;
	text-align: center;
	background: url(../images/ShareAndBookmark_Background.png);
	cursor: pointer;
}

.AddThisFooter
{
	width: 100%;
	height: 19px;
	margin: 0 auto;
	background: url(../images/ShareFooter.png);
}

.AddThisPanelContent
{
	width: 224px;
	display: none;
	position: absolute;
	background-color: #FFF;
}

.AddThisHeaderExpand
{
	/*float: right;*/
	width: 18px;
	height: 20px;
	background: url(../images/AddThisCollapse.png);
}

.AddThisHeaderCollapse
{
	/*float: right;*/
	width: 18px;
	height: 20px;
	background: url(../images/AddThisExpand.png);
}

.addthis_toolbox .two_column 
{
	width: 216px;
	padding: 10px 0 10px 0px;
	border: 3px solid #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.addthis_toolbox .two_column a 
{
	padding: 4px 0 4px 34px;
	position: relative;
	width: 66px;
	display: block;
	text-decoration: none;
	color: blue;
}

.addthis_toolbox .two_column a:hover
{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #B4D3F8;
	text-decoration: none;
}

.addthis_toolbox .two_column span
{
	position: absolute;
	left: 14px;
	top: 4px;
}

.addthis_toolbox .two_column  .top
{
	padding: 0 0 10px 0;
	border-bottom: solid 1px #eee;
	margin-bottom: 10px;
	margin: 0 20px 10px 20px;
}

.addthis_toolbox .two_column  .more
{
	border-top: solid 1px #eee;
	padding: 10px 0 0 0;
	margin: 10px 20px 0 20px;
	text-align: center;
}

.addthis_toolbox .two_column  .more a
{
	padding: 4px 0;
	width: auto;
}

.addthis_toolbox .two_column .more span
{
	display: none;
}

.addthis_toolbox .two_column .column1
{
	width: 100px;
	float: left;
}

.addthis_toolbox .two_column .column2
{
	width: 100px;
	float: left;
}

.addthis_toolbox .two_column .clear
{
	clear: both;
	padding: 0;
	display: block;
	height: 0;
	width: 0;
}

.LeftDropTab {
    height: 20px;
    float: left;
    clear: both;
    padding: 4px 15px 0 15px;
    color: #FFFFFF;
    font-weight: bold;
    margin-left: -10px;
}

.LeftDropTabActive {
    background-image: url('../images/utils/drop-tab.png');
    background-position: right bottom;
    background-repeat: no-repeat;
}

.LeftDropTab a {
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
}

.LeftDropTab a:hover {
    text-decoration: underline;
    color: #FFFFFF;
    font-weight: bold;
}

.RightDropTab {
    height: 20px;
    float: right;
    padding: 4px 15px 0 15px;
    color: #FFFFFF;
    font-weight: bold;
    margin-right: -10px;
}

.RightDropTabActive {
    background-image: url('../images/utils/drop-tab-right.png');
    background-position: left bottom;
    background-repeat: no-repeat;
}

.RightDropTab a {
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
}

.RightDropTab a:hover {
    text-decoration: underline;
    color: #FFFFFF;
    font-weight: bold;
}

.SectionTitle {
    /*color: #15428B;*/
    color: #3B6EA6;
}

.HeaderContainer {
    float: right;
    margin-top: -27px;
    clear: none;
}

#ThreeOneRightTop {
    height: 14px; 
    background-image: url('../images/utils/RightColumn/RightColumnTop.png'); 
    background-position: left; 
    background-repeat: no-repeat;
}

#ThreeOneRightContentOuter {
    background-image: url('../images/utils/RightColumn/RightColumnBackground.png');
    background-position: left; 
    background-repeat: repeat-y;
}

#ThreeOneRightContent {
    background-image: url('../images/utils/RightColumn/RightColumnHex.png');
    background-position: bottom;
    background-repeat: no-repeat;
    min-height: 450px;
}

#ThreeOneRightBottom {
    height: 42px; 
    background-image: url('../images/utils/RightColumn/RightColumnBottom.png');
    background-position: left; 
    background-repeat: no-repeat;
}

.ErrorText {
	color: #FF0000;
	font-weight: bold;
}

#OneThreeLeftTop {
    height: 14px; 
    background-image: url('../images/utils/RightColumn/LeftColumnTop.png'); 
    background-position: right; 
    background-repeat: no-repeat;
}

#OneThreeLeftContentOuter {
    background-image: url('../images/utils/RightColumn/LeftColumnBackground.png');
    background-position: right; 
    background-repeat: repeat-y;
}

#OneThreeLeftContent {
    background-image: url('../images/utils/RightColumn/RightColumnHex.png');
    background-position: bottom;
    background-repeat: no-repeat;
    min-height: 450px;
}

#OneThreeLeftBottom {
    height: 42px; 
    background-image: url('../images/utils/RightColumn/LeftColumnBottom.png');
    background-position: right; 
    background-repeat: no-repeat;
}

.ContainerMiddle {
    border-left: solid 1px #B4B4B4;
    border-right: solid 1px #B4B4B4;
}

.ContainerBottom {
    background: url('../images/MainContentBottom.png') no-repeat;
}

.ContainerTop {
    /*background-image: url('../images/HeaderTop.png');*/
    background-image: url('../images/logos/HeaderBackground_CureIsComing.png');
    background-repeat: no-repeat;
    /*height: 13px;*/
    min-height: 115px;
    background-position: bottom;
    margin-top: -50px;
}

#OneThreeRight {
	float: left; margin: 0 auto; width: 713.25px; padding: 25px 0 0 8px;
	white-space: normal; text-align: left; height: 100%; min-height: 100%;
}

#OneThreeLeft {
  	float: left; width: 240.75px; margin: 0 auto;
	height: 100%; min-height: 450px;
}
