




/*
     FILE ARCHIVED ON 2:48:46 Sep 15, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 5:16:37 Oct 23, 2015.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*@font-face {
    font-family: 'TitilliumText22LBold';
    src: url('../portals/_default/skins/bluerdinfo/Fonts/TitilliumText22L005-webfont.eot');
    src: url('../portals/_default/skins/bluerdinfo/Fonts/TitilliumText22L005-webfont.eot') format('embedded-opentype'),
         url('../portals/_default/skins/bluerdinfo/Fonts/TitilliumText22L005-webfont.ttf') format('truetype'),
         url('../portals/_default/skins/bluerdinfo/Fonts/TitilliumText22L005-webfont.woff') format('woff'),         
		 url('../portals/_default/skins/bluerdinfo/Fonts/TitilliumText22L005-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/

/*Home page css is in RDInfo_RDStats/module.css*/

html
{
    height: 100%;
}
#Body
{
    height: 100%;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #000;
	margin:0 auto;
	background-color: #002b49;
    margin-bottom: 40px;
}
#Form
{
    height: 100%;
}
a
{
    outline: 0;
    border: 0;
}
p, ul, ol
{
    margin: 0;
    padding: 0 0 1em 0;
}
#DNN6
{
    width: 1000px;
    position: relative;
    z-index: 1;
    min-height: 20%;
    background-color: #fcfcfc;
	margin:0 auto ;

}
#Background
{
    position: absolute;
    height:200px;
    z-index: -1;
}

h1
{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 54px;
}
h2
{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 22px;
}
h3
{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
}
h4
{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #ff3;
}

#Header
{
    width: 100%;
    background: url(../portals/_default/skins/bluerdinfo/images/header1.png) repeat-x center bottom;
    position: relative;
    z-index: 10;
	background-color: #002b49;
	margin: 0, auto;
}
#Header .Content
{
    position: relative;
    width: 1000px;
    height: 115px;
    margin: 0 auto;
}
#Header #ContentBG
{
    width: 960px;
    margin: 0 auto;
}
/*  WAM - removed z-index*/
#Header #Nav
{
    width: 820px;
    height: 32px;
    position: relative;
    top: 25px;
    left: 175px;
}
#Header .SearchContainer
{
    position: absolute;
    z-index: 22;
    bottom: 19px;
    right: 0px;
    width: 232px;
    height: 32px;
    background: url(../portals/_default/skins/bluerdinfo/images/search.png);
}
#Header .SearchContainer .SearchBorder
{
    border: 0;
    background: none;
}
#Header .SearchContainer .SearchIcon
{
    float: left;
    width: 40px;
    padding: 3px;
    background-position: 9px 6px;
}
#Header .SearchContainer .SearchTextBox
{
    float: left;
    background: none;
    width: 140px;
    margin: 3px;
    color: #000;
}
#Header .SearchContainer .SearchButton
{
    float: left;
    text-indent: -9999px;
    display: block;
    height: 32px;
    width: 30px;
    padding: 0;
}

#Content
{
    min-height: 0px;
    position: relative;
    left:0px;
    z-index: 1;
	margin: 0px auto;
}

#Panes
{
    width: 960px;
    margin: 0 auto;
}

/* LOGIN GROUP STYLES */
#LogoRow
{
    min-height: 55px;
    position: relative;
    margin:20px;
    width: 960px;
	background-color: #002b49;
	top:0px;
}

#LogoRow #Nav
{
    width: 700px;
    height: 55px;
    position: relative;
    top: 10px;
    margin: 175px;
}

/* Company Logo */
 #LogoRow > a
{
    display: block;
    float: left;
    }

/* Login & Social */
#LogoRowLeft
{
 position:absolute;
 top:0px;
 left:0px;
 width:200px;
background-color: #002b49;
}

#LogoRowLeft img {
	width: 174px;
	background-color: #002b49;
	
}

#LogoRowMiddle
{
 position:absolute;
 left:200px;
 width:640px;
 background-color: #002b49;
}

#LogoRowRight
{
 position:absolute;
 top:7px;
 left:840px;
 width:200px;
 background-color: #002b49;
}

/* LOGIN ROW STYLES */
#LoginRow
{
    min-height: 33px;
	margin-bottom: 15px;
    position: relative;
    width: 100%;
    top:0px;
	background-color: #002b49;
  }

#LoginRow > a
{
 /*   display: block; */
    float: right;
   
}

/* Login & Social */

#LoginRowLeft
{
 /* position:absolute;
 top:0px;
 left:450px;
 float: left; */  
    float: right; 
    position:relative;
 width:200px; 


}

#LoginRowRight
{
 /* position:absolute; */
    float: right; 
 top:0px;
 right:0px;
 width:600px; 
}

#LoginPane
{
/* position:absolute; */
 top:0px;
 right:800px;
 width:400px;
}


#Login
{
     position:absolute;
     top: 0px;
     right: 0px;
    padding-right: 0;
    height: 33px;
    background: #eee;
}

#Login .registerGroup, #Login .registerGroup *, #Login .loginGroup, #Login .loginGroup *
{
    display: block;
}


#Login .registerGroup, #Login .loginGroup
{
    float: left;
    padding: 0;
    margin: 0;
}

#Login .registerGroup li:last-child
{
    border-right: none;
}
/* Register Group Styles */
#Login .registerGroup li
{
    float: left;
    height: 33px;
    border-right: 1px solid #0a5f9a; 
}
#Login .registerGroup .buttonGroup
{
    margin-right: 0;
}

#Login .registerGroup a, #Login .loginGroup a
{
    position: relative;
    display: block;
    padding: 11px 15px;
    min-width: 15px;
    min-height: 11px;
    font-weight: bold;
    font-size: 11px;
    vertical-align: middle;
    line-height: 1em;
    background-color: #003255;
	color: #fff;
}

#Login .registerGroup a:hover, #Login .loginGroup a:hover
{
    background: #f32836;
    color: #ddd;
}
#Login .registerGroup a:active, #Login .loginGroup a:active
{
    color: #fff;
}

#Login .registerGroup a:hover, #Login .loginGroup a:hover, #Login .loginGroup a:visited
{
    text-decoration: none;
	color: #fff;
}

#Login .registerGroup a strong, #Login .loginGroup a strong 
{
    pposition: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 11px;
    font-weight: regular;
    vertical-align: baseline;
    overflow: hidden;
}

.registerGroup .userMessages strong, .registerGroup .userNotifications strong
{
    background: url() no-repeat 15px 12px;
}
.registerGroup .userNotifications strong
{
    background-position: -85px 10px;
}
.registerGroup .userMessages strong:hover
{
    background-position: 15px -40px;
}
.registerGroup .userNotifications strong:hover
{
    background-position: -85px -42px;
}
.registerGroup .userMessages strong:active
{
    background-position: 15px -91px;
}
.registerGroup .userNotifications strong:active
{
    background-position: -85px -92px;
}

#Login .registerGroup a span
{
    position: absolute;
    right: 5px;
    top: -7px;
    display: inline-block;
    padding: 2px 4px;
    min-width: 7px;
    text-align: center;
    margin-right: 3px;
    background: rgb(31,152,241); /* Old browsers */
    font-size: 9px;
    color: #fff;
    text-shadow: 0px 1px 0px #333333; /*CSS3*/
    background: -moz-linear-gradient(top, rgba(31,152,241,1) 0%, rgba(2,111,196,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(31,152,241,1)), color-stop(100%,rgba(2,111,196,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(31,152,241,1) 0%,rgba(2,111,196,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(31,152,241,1) 0%,rgba(2,111,196,1) 100%); /* Opera 11.10+ */
    background: linear-gradient(top, rgba(31,152,241,1) 0%,rgba(2,111,196,1) 100%); /* W3C */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 0px 0px #222222;
    -moz-box-shadow: 0px 1px 0px 0px #222222;
    box-shadow: 0px 1px 0px 0px #222222;
}


#Login .registerGroup .userProfileImg a
{
    padding: 0;
    background: none;
    min-width: 25px;
    
}
#Login .registerGroup a img
{
    height: 33px;
    width: 33px;
}
/* Login Group Styles */
#Login .loginGroup
{
    border-left: 1px solid #0a5f9a; /*light*/
}
#Login .loginGroup a
{
    padding: 11px 20px;
    font-weight: bold;
}

/* Login Language Group */
#Login .language-object
{
    float: left;
    display: block;
    margin: 0;
    padding: 0;
}
#Login .language-object span
{
    padding: 8px 0;
    padding-right: 8px;
    margin: 0;
    float: left;
}
#Login .language-object span:first-child
{
    padding-left: 8px;
    border-left: 1px solid #fcfcfc; /*light*/
}
#Login .language-object span img
{
    height: 12px;
    width: 20px;
    opacity: 0.2;
}
#Login .language-object span:hover img
{
    opacity: 1;
}
#Login .language-object .Language.selected img
{
    opacity: 1;
    border-color: #999;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
}


#fb-root
{
    display: none;
}
.fb-like
{
    float: left;
}
#dnn_SocialMediaPane
{
   /* clear: both; */
    float: right;
}

#Breadcrumb
{
    height: 25px;
    width: 960px;
    line-height: 20px;
    margin: 0 0 5px 0;
    font-size: 11px;
}
#Breadcrumb span
{
    display: inline-block;
    height: 30px;
    float: left;
    font-weight: bold;
    color: #666;
    font-size: 11px;
}
#Breadcrumb .Intro
{
    text-transform: uppercase;
    padding: 0 0px 0 0px;
    margin: 0 15px 0 0;
    font-size: 10px;
}
#Breadcrumb .SkinObject
{
    display: inline-block;
    color: #944e4e;
    height: 200px;
    float: left;
}
#Breadcrumb .SkinObject:hover
{
    text-decoration: underline;
}
#Breadcrumb span.Sep
{
    width: 6px;
    background: url(../portals/_default/skins/bluerdinfo/images/RDINFO_sep_blue.png) no-repeat 0 0;
    margin: 5px 2px 0px 2px;
}



#dnn_ContentPane, #dnn_BottomPane
{
    clear: both;
    background-color: #fcfcfc;
}

#DNN6.Home #dnn_LeftPane, #DNN6.TwoColRight #dnn_LeftPane
{
    float: left;
    width: 630px;
    margin: 0 30px 0 0;
    min-height: 1px;
}
#DNN6.Home #dnn_RightPane, #DNN6.TwoColRight #dnn_RightPane
{
    float: left;
    width: 300px;
}

#DNN6.ThreeCol #dnn_LeftPane
{
    float: left;
    width: 200px;
    margin: 0 30px 0 0;
}
#DNN6.ThreeCol #dnn_CenterPane
{
    float: left;
    width: 470px;
    margin: 0 30px 0 0;
}
#DNN6.ThreeCol #dnn_RightPane
{
    float: left;
    width: 220px;
}

#DNN6.TwoColLeft #dnn_LeftPane
{
    float: left;
    width: 300px;
    margin: 0 30px 0 0;
}
#DNN6.TwoColLeft #dnn_RightPane
{
    float: left;
    width: 630px;
}

#Footer
{
    padding-bottom: 20px;
    width: 1000px;
    margin: 0 auto 20px;
}
#FooterContent{

    background: #fff url(../portals/_default/skins/bluerdinfo/images/Footer-BG.jpg) repeat-x 0 0;
}
#Footer .Content
{
    margin: 0 auto;
    padding: 4px 0 0px 0;
}
#Footer .Content .Panes
{
    padding: 0 0 0px 0;
}
#Footer #dnn_Footer_LeftPane
{
    width: 470px;
    float: left;
    margin: 20px 20px 0 20px;
}
#Footer #dnn_Footer_RightPane
{
    width: 470px;
    float: left;
}
#Footer #dnn_Footer_BottomPane
{
    clear: both;
}
#Footer #Copyright
{
    clear: both;
    width: 960px;
    margin-left:20px;
}
#Footer .Normal
{
    color: #000;
}
#Footer span.SkinObject
{
    font-weight: normal;
    color: #002b49;
}
#Footer a.SkinObject
{
    float: right;
    font-weight: normal;
    text-decoration: underline;
}
#Footer a.SkinObject:link, #Footer a.SkinObject:active, #Footer a.SkinObject:visited, #Footer a.SkinObject:hover
{
    color: #002b49;
    padding: 0 0 0 15px;
}

/* Content */
.Social-Links
{
    text-align: left;
    padding: 2px 0 0 0;
}
#dnn_SocialMediaPane .fb-like
{
    margin-top: 0px;
    margin-left: 0px;
    position: absolute;
}
.Social-Links a
{
    margin: 0 0 0 10px;
}
.icoIN
{
    width: 32px;
    height: 32px;
    background: url(../portals/_default/skins/bluerdinfo/images/SocialMedia.png) no-repeat -192px 0;
}
.icoFacebook
{
    width: 32px;
    height: 32px;
    background: url(../portals/_default/skins/bluerdinfo/images/SocialMedia.png) no-repeat 0 0;
}
.icoTwitter
{
    width: 32px;
    height: 32px;
    background: url(../portals/_default/skins/bluerdinfo/images/SocialMedia.png) no-repeat -32px 0;
}
.icoTwitter2
{
    width: 32px;
    height: 32px;
    background: url(../portals/_default/skins/bluerdinfo/images/SocialMedia.png) no-repeat -576px 0;
}
.icoMySpace
{
    width: 32px;
    height: 32px;
    background: url(../portals/_default/skins/bluerdinfo/images/SocialMedia.png) no-repeat -64px 0;
}
.icoStumbleUpon
{
    width: 32px;
    height: 32px;
    background: url(../portals/_default/skins/bluerdinfo/images/SocialMedia.png) no-repeat -96px 0;
}
.icoDigg
{
    width: 32px;
    height: 32px;
    background: url(../portals/_default/skins/bluerdinfo/images/SocialMedia.png) no-repeat -128px 0;
}
.icoFlickr
{
    width: 32px;
    height: 32px;
    background: url(../portals/_default/skins/bluerdinfo/images/SocialMedia.png) no-repeat -160px 0;
}
.icoLinkedIn
{
    width: 32px;
    height: 32px;
    background: url(../portals/_default/skins/bluerdinfo/images/SocialMedia.png) no-repeat -192px 0;
}
.icoYouTube
{
    width: 32px;
    height: 32px;
    background: url(../portals/_default/skins/bluerdinfo/images/SocialMedia.png) no-repeat -224px 0;
}
.icoDelicious
{
    width: 32px;
    height: 32px;
    background: url(../portals/_default/skins/bluerdinfo/images/SocialMedia.png) no-repeat -256px 0;
}
.icoBlogger
{
    width: 32px;
    height: 32px;
    background: url(../portals/_default/skins/bluerdinfo/images/SocialMedia.png) no-repeat -288px 0;
}
.icoRSS
{
    width: 32px;
    height: 32px;
    background: url(../portals/_default/skins/bluerdinfo/images/SocialMedia.png) no-repeat -320px 0;
}
.icoEmail
{
    width: 32px;
    height: 32px;
    background: url(../portals/_default/skins/bluerdinfo/images/SocialMedia.png) no-repeat -352px 0;
}
.icoTumblr
{
    width: 32px;
    height: 32px;
    background: url(../portals/_default/skins/bluerdinfo/images/SocialMedia.png) no-repeat -384px 0;
}
.icoFourSquare
{
    width: 32px;
    height: 32px;
    background: url(../portals/_default/skins/bluerdinfo/images/SocialMedia.png) no-repeat -416px 0;
}
.icoReddit
{
    width: 32px;
    height: 32px;
    background: url(../portals/_default/skins/bluerdinfo/images/SocialMedia.png) no-repeat -448px 0;
}
.icoVimeo
{
    width: 32px;
    height: 32px;
    background: url(../portals/_default/skins/bluerdinfo/images/SocialMedia.png) no-repeat -480px 0;
}
.icoWordPress
{
    width: 32px;
    height: 32px;
    background: url(../portals/_default/skins/bluerdinfo/images/SocialMedia.png) no-repeat -512px 0;
}
.icoBebo
{
    width: 32px;
    height: 32px;
    background: url(../portals/_default/skins/bluerdinfo/images/SocialMedia.png) no-repeat -544px 0;
}

/* Right Hand Links */
#RightLinks
{
    margin: 0;
    padding: 0;
}
#RightLinks li
{
    height: 50px;
    clear: both;
    list-style-type: none;
    background: url(../portals/_default/skins/bluerdinfo/images/Horizontal-Sep.jpg) repeat-x left bottom;
    padding: 1em 0;
    margin: 0;
}
#RightLinks li img
{
    float: left;
    height: 50px;
    width: 56px;
    margin: 0 15px 0 0;
}
#RightLinks li a:link, #RightLinks li a:visited
{
    color: #000;
    text-decoration: none;
}
#RightLinks li a:active, #RightLinks li a:hover
{
    color: #D0171E;
    text-decoration: none;
}
#RightLinks li p
{
    margin: 0;
    line-height: 14px;
}
#RightLinks li p span
{
    display: block;
    color: #000;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 0 2px;
    font-family: TitilliumText22LBold;
    font-size: 14px;
    text-shadow: #f7f7f7 1px 1px 1px;
}
#RightLinks li.icoMarketplace
{
    background: none;
}
#RightLinks li.icoCommunity img
{
    background: url(../portals/_default/skins/bluerdinfo/images/Icons.png) no-repeat -192px 8px;
}
#RightLinks li.icoManuals img
{
    background: url(../portals/_default/skins/bluerdinfo/images/Icons.png) no-repeat -250px 0;
}
#RightLinks li.icoTraining img
{
    background: url(../portals/_default/skins/bluerdinfo/images/Icons.png) no-repeat -316px 2px;
}
#RightLinks li.icoConferences img
{
    background: url(../portals/_default/skins/bluerdinfo/images/Icons.png) no-repeat -376px 0;
}
#RightLinks li.icoMarketplace img
{
    background: url(../portals/_default/skins/bluerdinfo/images/Icons.png) no-repeat -444px 0;
}

/* Password Information */
#Passwords
{
    margin: 2em 0;
    padding: 0;
}
#Passwords li
{
    display: inline-block;
    height: 62px;
    width: 305px;
    background: url(../portals/_default/skins/bluerdinfo/images/Icons.png) no-repeat -256px -64px;
    margin: 0 15px 0 0;
    padding: 0;
    list-style-type: none;
}
#Passwords li.Host
{
    margin: 0;
}
#Passwords span.SubHead
{
    display: block;
    color: #FFF;
    font-size: 14px;
    padding: 11px 0 8px 15px;
}
#Passwords span.Password
{
    color: #FFF;
    padding: 0 0 0 15px;
}
p.Disclaimer
{
    clear: both;
    color: #666666;
    font-size: 11px;
    line-height: 14px;
}

/* Default Over-rides */

#ControlPanelWrapper #dnnCPWrap
{
    filter: none !important;
}

/* Modules */
.DnnModule
{
    margin: 0 0 2em 0;
}
.DnnModule ul, ol
{
    padding: 0 0 0 24px;
}
/* Panes - In Layout Mode */
.paneOutline
{
    border: 0;
}
.paneOutline span.SubHead center
{
    border: 1px #ccc dotted;
    border-left: 0;
    border-right: 0;
    line-height: 2.5em;
}

#iPopUp
{
    display: none;
}
.eipbackimg
{
    z-index: 1000;
}

/* Fonts */
.Normal
{
    font-size: 12px;
    line-height: 16px;
}
.SubHead
{
    color: #333;
}

/* Language Object */
.language-object
{
    display: inline-block;
    margin-left: 5px;
}
#dnn_ctr652_View_tblRSSFeeds {
    margin: 0 auto;
}
#dnn_ctr652_View_tblRSSFeeds td {
    background-color: #004e85;
    color: #fff;
}

/*Infographic page*/

#innercontent {
    width:800px;
    height:100%;
    background-color: #f22836;
    margin: 0 auto;
}
#welcomepic {
    width:800px;
    height:390px;
}
#grantsleft {
    float: left;
    width: 400px;
    height:200px;
    background-color: #002c49;
}
#granttext, #granttext h4{
    color: #fff;
    float: left;
    position: absolute;
    margin-left: 60px;
    width:200px;
}
#totalright {
    float:left;
    width: 400px;
    height:200px;
    background-color: #001f34;
}
#totaltext, #totaltext h4 {
    color: #fff;
    float: right;
    position: absolute;   
    margin-left: 280px;
    width:200px;
}
#institutionrow {
    clear: both;
    width: 800px;
    height: 100px;
    background-color: #fff;
    position: relative; 
    overflow: auto; 
}
#institutionrow li { 
    list-style: none; 
}
#institutionrow ul li { 
    float: left; 
}
}
#infodata {
    width: 800px;
    height: 920px;
}


