/* new styles */
html, body{
    height:100%;
}
body{
    margin: 0;
    /*background: #ffffff url(../images/bgGrad.jpg) no-repeat center top; */
    background:url(../images/bodyBg.gif) repeat-x top center;
}
#tableNavHeaderNavigation{
    height:31px;
    vertical-align:top;
}
#tableNavHeaderNavigation td{
    vertical-align:top;
    
}
#tableNavHeaderNavigation td a{
   
    display:block;
    padding:2px 6px;
    white-space:nowrap;
}

#txtTopSearch{
    width:350px;
}



/*old styles */
/*  header nav */

.HeaderNav {
	font-family: Verdana, Arial, sans-serif;
	color: #ffffff;
	font-size: 10px;
}

a.HeaderNav:link, a.HeaderNav:visited {
	text-decoration:none;
	color: #ffffff;
}  

a.HeaderNav:hover, a.HeaderNav:active{
    background-color: #3185F1;
}

a.HeaderNav div{
    padding:0px;
}

.CSAjaxHome {
	font-family: Arial, sans-serif;
	color: #333333;
	font-size: 11px;
}

a.CSAjaxHome:link, a.CSAjaxHome:visited {
	font-family: Arial, sans-serif;
	color: #CC6600;
	font-size: 11px;
	text-decoration:none;
}  


a.CSAjaxHome:hover, a.CSAjaxHome:active{
	font-family: Arial, sans-serif;
	color: #993300;
	font-size: 11px;
	text-decoration:none;
}


table.ThinBorder
{
	border-right-width: 1px; 
	border-top-width: 1px; 
	border-left-width: 1px; 
	border-bottom-width: 1px; 
	border-collapse:collapse;
	
}

table.MediumBorder
{
	border-right-width: 2px; 
	border-top-width: 2px; 
	border-left-width: 2px; 
	border-bottom-width: 2px; 
	border-collapse:collapse;
	
}



.TabSelected {
	font-family: Arial, sans-serif;
	color: Black;
	font-size: 11px;
	padding-left:10px;
    padding-right:10px;
    padding-top:0px;
    padding-bottom:0px;
}

.TabUnselected {
	font-family: Arial, sans-serif;
	background-color:#e0e0e0;
	font-size: 11px;
	padding-left:10px;
    padding-right:10px;
    padding-top:0px;
    padding-bottom:0px;
	
}

.DimensionHeader {

	color: #000000;
	font-size: 10px;
	background-color:#C1DEFF;
	cursor:pointer;
}
.narrowOptions{
   
}
.LeftNavHeader {
	font-family: Myriad, Arial, sans-serif;
	font-size: 18px;
	font-weight: 900;
	color: #cccc99
}

.LeftNavItem {
	font-family: Myriad, Arial, sans-serif;
	font-size: 16px;
	color: White
}

.LeftNavSmall {
	font-family: Myriad, Arial, sans-serif;
	font-size: 11px;
	color: White
}

.CMAEdit
{
	font-weight: 900;
	font-size: 16px;
	background: #cff;
	text-indent: 2pt;
	font-family: Arial, sans-serif;
	letter-spacing: 1px;
}

.CMAHeader {
	font-family: Arial, sans-serif;
	font-size: 24px;
	font-weight: 900;
}

.CMASubheader {
	
	font-family: Arial, sans-serif;
	font-size: 18px;
	
}

.CMAFooter {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF
	
}
.CDASubheader {
	font-family: Arial, sans-serif;
	font-size: 11px;
	background : #0033cc;
	color : White;
	font-weight : normal;
	padding: 3px;
}

.CDASubheaderGray {
	font-family: Arial, sans-serif;
	font-size: 11px;
	background : #666666;
	color : White;
	font-weight : normal;
	padding: 3px;
	
}

.CDASubheaderRed {
	font-family: Arial, sans-serif;
	font-size: 11px;
	background : #EFEFEF;
	color : #0033cc;
	font-weight : normal;
	padding: 3px;
}

.CDASubheaderBlack {
	font-family: Arial, sans-serif;
	font-size: 11px;
	background : #000000;
	color : White;
	font-weight : normal;
	padding: 3px;
}

.LeftNav {
	font-family: Arial, sans-serif;
	color: #000000;
	font-size: 11px;
	line-height : 130%;
}

.Small {
	color: #000000;
	font-size: 90%;
	line-height:125%;
}

.SmallBlack {
	font-family: Arial, sans-serif;
	color: Black;
	font-size: 11px;
}





.Medium {
	font-family: Arial, sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 14px;
	line-height: 140%;
}

.MediumWhite {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	color: White;
	font-size: 14px;
	line-height: 140%;
}

.Large {
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #000000
}

.Required {
	color: Red;
	font-weight: bold;
	
}

.highlight {
  background-color: #FFFF99;
}

.Title {
	font-family: Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	font-weight : bold;
	line-height: 140%;
}

.MediumTitle {
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	font-weight : bold;
	line-height: 140%;
}

.TitleWhite {
	font-family: Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	font-weight : bold;
	line-height: 140%;
}

.MediumTitleWhite {
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight : normal;
	line-height: 140%;
}

.ChunkHeader {
	font-size: 18px;
	font-weight: bold;
	color: #1c146a;
	line-height:24px;
	text-decoration:none;
	display:block;
}

.ChunkHeaderRed {

	font-size: 16px;
	font-weight: bold;
	color: red;
}

.ChunkHeaderNoBoldBlack {

	font-size: 16px;
	font-weight: normal;

}

.ChunkHeaderBlack {

	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.AboutChunkHeader {
	font-family:  Arial, sans-serif;
	font-size: 14px;
	letter-spacing : 1px;
	font-weight:bold;
	color: #FFFFFF;
	background-color:#0033cc;
	
}


.StoryType {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #0066CC;
	letter-spacing : 3px;
	text-transform: uppercase;
	
}

a:link {
    color : #003399;

} 

a:active {
    color : #CC0000;
    text-decoration : none;
  
} 

a:visited {

}

a:hover {
    color:#ff6600;
}

a.LinkButton:link {
    color : #0033cc;
    text-decoration : none;
	font-weight :  bold;
} 

a.LinkButton:active {
    color : #0033cc;
    font-weight :  bold;
text-decoration : none;
  
} 

a.LinkButton:visited {
  color: #0033cc;
  font-weight :  bold;
	text-decoration : none;
}

a.LinkButton:hover {
  color: #0033cc;
  font-weight :  bold;
  text-decoration : underline;
  
  
}

a.Merch:link {
    color : #FF6600;
    text-decoration : none;
	font-weight :  bold;
  
 
} 

a.Merch:active {
    color : #0033cc;
    font-weight :  bold;
text-decoration : none;
  
} 

a.Merch:visited {
  color: #FF6600;
  font-weight :  bold;
	text-decoration : none;
}

a.Merch:hover {
  color:#660000;
  font-weight :  bold;
  text-decoration : underline;
  
  
}

a.CDASubheaderGray:link {
	color: white;
	text-decoration: none;
}

a.CDASubheader:link {
  color: white;
  text-decoration: none;
  
}

a.CDASubheaderBlack:link {
  color: white;
  text-decoration: none;
  
}

a.CDASubheaderGray:visited {
	color: white;
	text-decoration: none;
}

a.CDASubheader:visited {
  color: white;
  text-decoration: none;
  
}

a.CDASubheaderBlack:visited {
  color: white;
  text-decoration: none;
  
}

a.CDASubheaderGray:hover {
	color: white;
	text-decoration: none;
}

a.CDASubheader:hover {
  color: white;
  text-decoration: none;
  
}

a.CDASubheaderBlack:hover {
  color: white;
  text-decoration: none;
  
}

a.LeftNavItem:link {
  color: white;
  text-decoration: none;
  
}

a.LeftNavItem:visited {
  color: white;
  text-decoration: none;
}

a.LeftNavItem:hover {
  color: #efefef;
  text-decoration: none;
}

.SmallUnenabled{
  color: #999999;
}

a.Small:link, a.Small:visited, a.Small:hover, a.Small:active  {
}

a.SmallWhite:link, a.SmallWhite:visited {
  color: #FFFFFF;   
  font-weight:normal;  
  font-family: Verdana, Helvetica, Sans-Serif;
}

.NavType {
	font-family:  Arial, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #000000;
}

a.NavType:link {
	font-family:  Arial, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #0033cc;
}

a.NavType:visited {
  font-family:  Arial, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #0033cc;
  
}

a.NavType:hover {
  font-family:  Arial, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #0033cc;
  
}

.BreadCrumb {
	font-family: Verdana, sans-serif;
	color: #999999;
	font-size: 11px;
	font-weight:normal;
}

a.BreadCrumb:link {
	font-family:  Verdana, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration : none;
	font-weight:normal;
}

a.BreadCrumb:visited {
  font-family:  Verdana, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration : none;
	font-weight:normal;
  
}

a.BreadCrumb:hover {
  font-family:  Verdana, sans-serif;
	font-size: 11px;
	color: #0033cc;
	text-decoration : none;
	font-weight:normal;

}

.KAHome1a {
	font-family:  Arial, sans-serif;
	font-size: 12px;
	letter-spacing : 2px;
	font-weight:bold;
	color: #1c146a;
	border-bottom:1px solid #3390FF;
	padding:0;
}
.KAHome1b {
	font-family:  Arial, sans-serif;
	font-size: 12px;
	letter-spacing : 2px;
	font-weight:bold;
	color: #1c146a;
	border-bottom:1px solid #3390FF;
	padding:0;
	
}
.KAHome2a {
	font-family:  Arial, sans-serif;
	font-size: 12px;
	letter-spacing : 2px;
	font-weight:bold;
	color: #FFFFFF;
	background-color:#3366cc;
	
}
.KAHome2b {
	font-family:  Arial, sans-serif;
	font-size: 12px;
	letter-spacing : 2px;
	font-weight:bold;
	color: #FFFFFF;
	background-color:#cc9966;
	
}

.KAHome3a {
	font-family:  Arial, sans-serif;
	font-size: 12px;
	letter-spacing : 2px;
	font-weight:bold;
	color: #FFFFFF;
	background-color:#cc9933;
}

.KAHome3b {
	font-family:  Arial, sans-serif;
	font-size: 12px;
	letter-spacing : 2px;
	font-weight:bold;
	color: #FFFFFF;
	background-color:#666666;
	
}
.KAHome4a {
	font-family:  Arial, sans-serif;
	font-size: 12px;
	letter-spacing : 2px;
	font-weight:bold;
	color: #FFFFFF;
	background-color:#669966;
	
}
.KAHome4b {
	font-family:  Arial, sans-serif;
	font-size: 12px;
	letter-spacing : 2px;
	font-weight:bold;
	color: #FFFFFF;
	background-color:#648CAF;
	
}
.KAHome5a {
	font-family:  Arial, sans-serif;
	font-size: 12px;
	letter-spacing : 2px;
	font-weight:bold;
	color: #FFFFFF;
	background-color:#666699;
	
}
.KAHome5b {
	font-family:  Arial, sans-serif;
	font-size: 12px;
	letter-spacing : 2px;
	font-weight:bold;
	color: #FFFFFF;
	background-color:#777777;
	
}

.KAHomeRightSide {
	font-size: 11px;
	color: #1c146a;
}

a.KAHomeRightSide {
    color:#1c146a;
}
a.KAHomeRightSide:link {
	text-decoration : none;
}

a.KAHomeRightSide:visited {
	text-decoration : none;  

}

a.KAHomeRightSide:hover {
	text-decoration:underline;
	color: #ff6600;
}

a.KAHomeRightSideHeader {
	font-size: 12px;
	padding:4px;
	display:block;
	background:#1C166D url(../images/subnavBg.gif) 0px 0px repeat-x;
	margin:10px 0 0 0;
}
a.KAHomeRightSideHeader:link {
    color:#ffffff;
}

a.KAHomeRightSideHeader:visited {
	color:#ffffff;
}

a.KAHomeRightSideHeader:hover {
	color: #ff6600;
}


/* additional html style definitions */
 
b  {
 font-weight: bold;
 }
 

html, body{
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 12px;
	line-height: 140%;
	
	
}
 
td {

	color: #000000;
	font-size: 12px;
	line-height: 140%;
}
p {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 12px;
	line-height: 140%;
}

hr 
{
    height:1px;
    color:Silver;
}

.interviewImg
{
    margin:4px 4px 4px 4px;
}

.Warning
{
    font-weight: bold;
    font-size: 12px;
    color: #ff2000;
}


.subnavActive a.SmallWhite:link,.subnavActive a.SmallWhite:visited{
 color:#1c146a;
 font-weight:bold;
}
#outerWrap{
   background: url(../images/bgGrad.jpg) no-repeat center 111px;
}
#wrapper{
   
}
.mainBody{
 width:770px;
 background: #C7DCFB url(../images/mainBodyBg.jpg) no-repeat top center;
 padding:10px;
 margin:0;
}
#topBar{
  height:112px;
}
#secondnav{
   background: #C7DCFB url(../images/mainBodyBg.jpg) no-repeat top center;
}
#subnav td{ 
    background: #1C166D url(../images/subnavBg.gif) repeat-x top center;
    height:30px;
    border-right:2px solid #9dc9ff; border-top:2px solid #9dc9ff;
    padding:0 6px;
}
#subnav a{
    color:#ffffff;
    text-decoration:none;
}
#subnav a:hover{
    text-decoration:underline;
}
#subnav td.subnavActive{
 background: none;
}
#subnav td.subnavActive a{
 color:#1C146A;
}
#bodyText{
    padding:10px;
    background-color:#ffffff;
    display:block;
}


#footer{
    background:#ffffff url(../images/footBg.gif) top repeat-x;
    width:100%;
    padding-top:10px;
    bottom:0px;
}
#footer td td{
    text-align:center;
}
#footer a{
    text-decoration:none;
    color:#666666;
}
#footer .notgreyed a{
    color:#000000;
}
#footer .notgreyed a:hover{
    text-decoration:underline;
}

#tableNavHeaderTop{
    height:80px;
}


.shadow{
border:1px solid #84A4CA;
position:relative;

background:white;
padding:10px;
z-index:100;
margin:10px 5px 0 0px;
height:100%;
}

.shadow_inner{
overflow:hidden;
position:absolute;
top: -1000px;
filter:alpha(Opacity=10); /*modify to change the shade solidity/opacity, same as below*/
opacity:0.1; /*firefox 1.5 opacity*/
-moz-opacity:0.1; /*mozilla opacity*/
-khtml-opacity:0.1; /*opacity*/
z-index:10
}
.knockout{
    background-color:#D0E5FF;
    padding:0px 5px;
    border:1px solid #ACD2FF;
}

#rightSide td{
   padding:1px;
}
#rightSide td td{
    padding:0 15px;
}
#ctl00_cphContent_hlMoreMM{

}

#rightSide td td.videoText{
    padding:0;
    vertical-align:middle;
}



.boxTitle, .shadow h1{
    font-family:  Arial, sans-serif;
	font-size: 12px;
	letter-spacing : 2px;
	font-weight:bold;
	color: #1c146a;
	border-bottom:1px solid #3390FF;
	padding:0;
}
	
.boxTitle a, .shadow h1 a{
    text-decoration:none;
}
.topStoryBoxes{

}
.topStoryBoxes table{
    background:#2975cf url(../pageComponents/headers/images/h1bg.gif) repeat-x top center;
    padding:5px;
}
.topStoryActive table{
    background:#ffffff;
}


#homeInsights, #homeEvents, #homeQuicklinks{
    margin-left:462px;
    _margin-left:462px;
    font-size:90%;
}

#homeInsights{
    width:273px;
   _width:268px;
    height:109px;
    background:white;
    padding:0;
}
#homeInsights div{
    margin:30px 0 0 120px;
}
#homeInsights p{
    margin:10px 0;
}

#homeQuicklinks ul, ul#quickLinksDrop{
    list-style-type:none;
    margin:0;
    padding:0;
    height:20px;
    overflow:hidden;
    border:1px solid #3390FF;
}
ul#quickLinksDrop a{
    height:16px;
    display:block;
    padding:2px 10px;
    background:#eeeeee;
    width:232px;
    text-decoration:none;
}
ul#quickLinksDrop a:hover{
    text-decoration:underline;
}
ul#quickLinksDrop:hover, ul#quickLinksDrop.over {
    overflow:visible;
    z-index:99999;
}
#quickLinksDrop{
    position:absolute;
    z-index:200;
}
#qlMarker li{
    display:none;
}
.clearer{
    clear:both;
}

#BottomContent a{
    text-decoration:none;
    font-weight:bold;
    color:#1c146a;
}

#BottomContent a:hover{
    text-decoration:underline;
    color:#FF6600;
}

#homePurchase{
    font-size:90%;
}

.halfie{
    width:48%;
    float:left;
    margin-right:2%;
}

#ctl00_cphContent_TopGroupControl_lblTopStoryAbstract, #lblTopStoryAbstract{
    font-size:90%;
    line-height:130%;
}
#lblTopStoryAbstract p{
    font-size:100%;
}
#newsHome a, #dgrdInfoList a, #ctl00_cphContent_GuidedNav1_lblNav a{
    text-decoration:none;
}
#newsHome a:hover, #dgrdInfoList a:hover, #ctl00_cphContent_GuidedNav1_lblNav a:hover{
    text-decoration:underline;
}

#authorBio{
   font-size:90%;
   line-height:140%;
}

.pageNumbers{
    background: #1C166D url(../images/subnavBg.gif) repeat-x top center;
    color:#ffffff;
}

.pageNumbers a{
    color:#ffffff;
}
#ctl00_cphContent_TopGroupControl_dlstTopStories a.topStoryLink, #dlstTopStories a.topStoryLink{
    text-decoration:none;
    color:#ffffff;
    display:block;
    min-height:45px;
    padding:5px;
    font-size:12px;
    line-height:14px;
}

#ctl00_cphContent_TopGroupControl_dlstTopStories a:hover, #dlstTopStories a:hover{
    color:#003399;
    background:#a0ddf6 url('../pageComponents/images/topStory_active.gif') repeat-x bottom;
}
#ctl00_cphContent_TopGroupControl_dlstTopStories .topStoryActive a:hover, #dlstTopStories .topStoryActive a:hover{
    color:#ffffff;
    background:#ffffff;
}
.topStoryActive a.topStoryLink{
    color:#003399 !important;
    
}
table#ctl00_cphContent_dlstAuthors a{
    text-decoration:none;
}
#figureList td{
    line-height:110%;
}
#figureList a{
    text-decoration:none;
}
#figureList a:hover{
    text-decoration:underline;
}
.pageNumbers .ChunkHeader {
    display:inline;
}

#currentTopStory{
    padding:10px;
}
