.border-box {
    border: 1px solid #333;
    padding: 3px;
}
.row {
    position: relative;
    margin-left: -5px;
    margin-right: -5px;
    clear: both;
    overflow: hidden;
}
.column {
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -weblkit-box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
}
.column.half {
    width: 50%;
}
.small-padding {
    padding: 5px;
}
.vertical-padding {
    padding-top: 15px;
    padding-bottom: 10px;
}
.small-hr {
    margin-top: 7px;
    margin-bottom: 7px;
}
.web-parts {
    margin-top: 30px;
    margin-bottom: 30px;
}
.clearfix {
    display: block;
    clear: both;
}
.Normal, .Normal p, .Normal ul li {
    font-size: 14px;
    color: #3c3c3c;
}
.Normal h1, .Normal h2, .Normal h3, .Normal h4, .Normal h5, .Normal h6 {
    font-family: Calibri, Verdana, Tahoma, sans serif !important;
    font-weight: bold;
    color: #003188;
    line-height: 120%;
}
.Normal h2 {
    font-size: 28px;
}
.Normal h3 {
    font-size: 24px;
}
.Normal h4 {
    font-size: 18px;
}
.Normal img {
    max-width: 100%;
    height: auto;
}
.Normal ul {
    list-style: disc outside;
}
.Normal a:hover {
    opacity:0.6;
}
.light-blue {
    color: #01A1DF;
}
#bottom-sidebar {
    margin-top: 30px;
}
/***** Font Family (since font-family is specified in many OOTB styles, override them here so that it's easier to change font-family in the future *****/

#s4-workspace, #s4-workspace input, #s4-workspace textarea, .link-item a, .headertitle a, .level-item a, .link-item a:link, .headertitle a:link, .level-item a:link, .ms-WPTitle, .ms-WPBody, .ms-WPBody td, .srch-WPBody, .ms-searchref-main, .srch-stats {
    font-family: Calibri, Verdana, Tahoma, sans serif !important;
}
/***** Outer Structure (body, #s4-workspace, .s4-workspace, #s4-bodyContainer) *****/

/* Use .s4-workspace for lower rule weighting so that it's easier to override, unless you are overriding OOTB rules that uses #s4-workspace. */

html, body .s4-workspace {
    /*background: #00338E;*/
}
body {
    width: 100%;
    height: 100%;
    font-size: 14px;
}
body #s4-bodyContainer {
    width: 100%;
    margin: 0 auto;
    background: #fff url('../images/bg_gradient.png') repeat-x top;
}
body #s4-workspace {
    overflow: visible;
}
.width-wrapper {
    min-width: 960px;
}
.width-wrapper > div {
    width: 960px;
    margin: 0 auto;
}
.s4-workspace, .s4-workspace input, .s4-workspace textarea, .ms-WPBody {
    color: #3c3c3c;
    font-size: 14px;
}
.s4-workspace hr {
    background-color: #c2c2c2 !important;
    color: #c2c2c2;
    height: 1px;
    border: 0;
}
.s4-workspace h1, .s4-workspace h2, .s4-workspace h3, .s4-workspace h4, .s4-workspace h5, .s4-workspace h6 {
    margin: 10px 0;
    /*   font-size: 14px;*/
}
.s4-workspace h1:first-child, .s4-workspace h2:first-child, .s4-workspace h3:first-child, .s4-workspace h4:first-child {
    margin-top: 0;
}
/* added 10/11/2013  */

/*   .s4-workspace .ms-rtestate-field
{
    line-height: 1.5em; 
}   commented out 10/08/2013  */

.s4-workspace p, .ms-rtestate-field div {
    margin: 0 0 10px;
}
.s4-workspace a, .s4-workspace a:link, .s4-workspace a:visited {
    color: #0581cb;
    /* changed from color: #01A1DF; 10/28/2013 */

text-decoration: none;
    font-weight: bold;
    /* added 11/18/2013 */
}
.s4-workspace img {
    border: 0;
}
.s4-workspace a:hover {
    text-decoration: underline;
}
/***** Header (Logo, Quick Links, Search) *****/

#header {
    position: relative;
}
#s4-titlerow {
    height: 91px;
}
#logo {
    width: 232px;
    height: 91px;
    float: left;
}
#logo a {
    display: block;
    width: 100%;
    height: 100%;
    /*text-indent: -9999px;
    background: url('../images/tbot-logo.png') no-repeat center center;*/
}
#logo a img {
    margin: 10px;
}
#header .DnnModule-MX-Security-Welcome .SecurityWelcomeAnonymousLink_MXDefault,
#header .DnnModule-MX-Security-Welcome .SecurityWelcomeLoggedIn_MXDefault {
    position:absolute;
    right:0px;
    top:0px;
    width: 370px;
    height: 45px;
    background: url('../images/user-info-bg.png') no-repeat 0 0;
}
#userInfo {
    float: right;
    width: 370px;
    height: 45px;
    background: url('../images/user-info-bg.png') no-repeat 0 0;
}
#header .DnnModule-MX-Security-Welcome .SecurityWelcomeAnonymousLink_MXDefault ul,
#userInfo ul {
    list-style: none;
    margin: 22px 0px 0px 15px;
    padding: 0;
}
#header .DnnModule-MX-Security-Welcome .SecurityWelcomeLoggedIn_MXDefault ul {
    list-style: none;
    margin: -4px 0px 0px -17px;
    padding: 0; 
}

#header .DnnModule-MX-Security-Welcome .SecurityWelcomeAnonymousLink_MXDefault ul li,
#header .DnnModule-MX-Security-Welcome .SecurityWelcomeLoggedIn_MXDefault ul li,
#userInfo ul li {
    display: inline-block;
    margin: 0px 0px 0px 10px;
    padding: 0px 0px 0px 10px;
    border-left: 1px solid #fff;
}
#header .DnnModule-MX-Security-Welcome .SecurityWelcomeAnonymousLink_MXDefault ul li:first-child,
#header .DnnModule-MX-Security-Welcome .SecurityWelcomeLoggedIn_MXDefault ul li:first-child,
#userInfo ul li:last-child {
    border-left: none;
}
#header .DnnModule.DnnModule-MX-Security-Welcome {
    position: static;
}

#header .DnnModule-MX-Security-Welcome .SecurityWelcomeAnonymousLink_MXDefault ul li a,
#userInfo ul li a {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}
#header .DnnModule-MX-Security-Welcome .SecurityWelcomeLoggedIn_MXDefault ul.action li a,
#header .DnnModule-MX-Security-Welcome .SecurityWelcomeLoggedIn_MXDefault ul.action li a:hover {
    padding:0px;
    background:none;
    color:#fff;
    font-weight: normal;
    font-size: 16px;
    margin:0px;
    text-shadow:none;
    text-transform: capitalize;
    border:none;
}

#header .DnnModule-MX-Security-Welcome .SecurityWelcomeLoggedIn_MXDefault > div > p {
    color:#fff;
    font-size:11px!important;
    margin-left:54px;
}
#header .DnnModule-MX-Security-Welcome .SecurityWelcomeLoggedIn_MXDefault > div > p strong {
    font-size:11px;
}

#searchBar {
    position: absolute;
    width: 238px;
    height: 21px;
    padding: 10px;
    right: 10px;
    bottom: 0;
    background: url('../images/search-bg.png') no-repeat center center;
    /* 278x21 */
}
#searchBar input[type="text"] {
    background: none;
    border: none;
    width: 214px;
    font-size:13px;
    padding-top:2px;
}
#searchBar input[type="text"]:focus {
    outline: none;
}
#searchBar .SearchButton {
    display:block;
    background:url('../images/search_icon.png') no-repeat center center;
    width:25px;
    height:25px;
    overflow:hidden;
    text-indent: -999px;
    position:absolute;
    right:5px;
    top:7px;
}
/***** Main (Top) Navigation *****/

#headerWrapper {
    background: #fff;
    width: 960px;
    margin: 0 auto;
}
#mainNavDropdownWrapper {
    margin-bottom: 5px;
    position: absolute;
    width: 100%;
    z-index: 1001;
}
#mainNavDropdown {
    background: url(../images/nav-submenu-bg.png);
    padding: 10px 0;
    font-size: 14px;
    display: none;
    color: #FFF;
}
#mainNavDropdown > div {
    font-size: 1.7em;
    font-weight: bold;
}
#mainNavDropdown > div > a {
    color: #fff;
}
#mainNavDropdown > div > a:hover {
    text-decoration: none;
}
#mainNavDropdown > div.submenu-left {
    padding: 0 10px;
    display: inline-block;
    width: 15%;
    vertical-align: top;
}
#mainNavDropdown > div.submenu-right {
    display: inline-block;
    width: 82.5%;
    font-size: 1em;
    padding-top: 25px;
}
#mainNavDropdown > div.submenu-right > ul.feature-separated:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    padding-left: 20px;
}
#mainNavDropdown > div.submenu-left > div.feature-area {
    color: #FFFFFF;
    font-size: 0.5em;
    font-weight: normal;
    margin-top: 5px;
    padding: 20px 5px 0 0;
}
#mainNavDropdown > div.submenu-left > div.feature-area img {
    width: 100%;
    height: auto;
}
#mainNavDropdown > div.submenu-left > div.feature-area a {
    color: #FFFFFF;
}
#mainNavDropdown ul {
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1.25em;
}
#mainNavDropdown ul a {
    color: #FFFFFF;
}
#mainNavDropdown ul ul {
    margin-left: 5px;
    font-size: 0.75em;
}
#mainNavDropdown > div > ul > li > ul > li {
    padding-top: 5px;
    padding-bottom: 5px;
}
#mainNavDropdown > div.submenu-right > ul > li {
    float: left;
    margin: 10px 0 0 0;
    padding-right: 10px;
    padding-bottom: 10px;
    width: 23%;
    display: block;
}
#mainNavDropdown > ul > li + li + li + li + li + li + li {
    display: none;
}
#mainNavDropdown > ul > li > div > a {
    font-weight: bold;
}
#mainNavDropdown > ul > li > div img {
    float: right;
    margin-left: 15px;
}
#mainNav {
    clear: both;
    /*height: 41px;*/
    font-size: 14px;
    background: #fff url('../images/nav-bg.gif') repeat bottom;
}
#mainNav ul {
    margin: 0;
    padding: 0;
}
#mainNav.expanded ul.root > li.selected {
    background-color: transparent;
}
#mainNav ul.root > li.selected, #mainNav ul.root > li.expanded, #mainNav.expanded ul.root > li.expanded {
    background: #001F55;
}
#mainNav ul.root > li > a.menu-item {
    line-height: 41px;
    padding-left: 17px;
    padding-right: 40px;
    color: #fff;
    background: url('../images/nav-arrow.png') no-repeat right top;
}
#mainNav ul.root > li.expanded > a {
    background-position: right bottom;
}
#mainNav ul.root > li > ul {
    display: none;
}
/***** TBOT Preview Table *****/

#listPreviewWrapper {
    display: none;
}
div.tbot-preview-list {
    font-size: 12px;
}
.tbot-preview-list-table {
    width: 100%;
    border-collapse: collapse;
    border: 0;
}
.tbot-preview-list-table tr {
    background: #transparent;
}
.tbot-preview-list-table th {
    text-align: left;
}
.tbot-preview-list-table th, .tbot-preview-list-table th a, .tbot-preview-list-table th a:link {
    color: #FFF;
}
.tbot-preview-list-table td {
    font-size: 11px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.tbot-preview-list-table td a {
    font-size: 13px;
}
/***** Breadcrumb *****/

.breadcrumb {
    display: block;
    overflow: auto;
    padding-left: 6px;
    color: #999;
    font-size: 12px;
    font-weight: bold;
}
.breadcrumb .path-separator {
    display: block;
    float: left;
    width: 5px;
    height: 7px;
    background: url('../images/breadcrumb-separator.png') no-repeat center;
    padding: 0 0 30px;
}
.breadcrumb span {
    display: block;
    float: left;
    padding: 10px;
}
.breadcrumb span a:link, .breadcrumb span a:visited {
    color: #00A1DE;
}
.breadcrumb img {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
/***** Body (#ctl00_MSO_ContentDiv, .s4-ca) *****/

#MSO_tblPageBody {
    position: relative;
}
#MSOTlPn_MainTD {
    position: absolute;
    right: -230px;
}
body.tbot-content-page #contentWrapper {
    background: url('../images/content-bg.png') no-repeat center 0;
}
.s4-ca {
    min-height: auto;
    width: 960px;
}
/***** Footer *****/

#contentSeparator {
    width: 960px;
}
#footerWrapper hr {
    width: 960px;
}
#sponsors-footer {
    font-size: 0;
    color: #fff;
    list-style: none;
}
#sponsors-footer ul {
    padding-left: 10px;
    /*changed for infusion 2014/06/27 */
}
#sponsors-footer li {
    display: inline;
    padding: 0 5px;
}
#sponsors {
    text-indent: 280px;
    /*  changed to 120px for infusion 2014/06/27, change to 280px for ryerson 2014/10/21  */

width: 950px;
    /*changed to 640px for infusion 2014/06/27, changed to 950px for ryerson 2014/10/21 */

display: inline-block;
    background: #fff url('../images/sponsors-text-2014.png') no-repeat 0 0;
    /* changed from ../images/ 2014/10/21 */
}
#sponsors ul {
    margin: 0;
    padding-top: 10px;
    /* changed from padding-top: 25px; for ryerson 2014/10/21 */

padding-bottom: 10px;
    /* added for ryerson 2014/10/21 */
}
#partners {
    /* display: inline-block;    comment out for new principal sponsor if going to 2 lines or another graphic    */

text-indent: 280px;
    /* added for ryerson 10/21/2014 */

width: auto;
    background: #fff url('../images/partners-text-2014.png') no-repeat 0 0;
    *//* changed from ../images/ */
}
#partners ul {
    /* display: inline-block; removed for ryerson 2014/10/21 */

padding-top: 15px;
    /* changed from padding-top: 25px; for ryerson 2014/10/21 */
}
#footerLinks {
    text-align: center;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    font-size: 0;
}
#footerLinks li {
    display: inline;
    font-size: 12px;
    border-right: 1px solid #666;
}
#footerLinks li:first-child {
    border-left: 1px solid #666;
}
#footerLinks a, #footerLinks a:link, #footerLinks a:visited {
    color: #656565;
    padding: 5px 10px;
}
#footerLinks a:hover {
    text-decoration: none;
}
/***** Misc *****/

/* popout breadcrumb menu (beside Site Actions menu) */

.s4-breadcrumb-menu {
    background: #F2F2F2;
    /* needs background color for firefox */
}
/* page status bar (put it on top so that it doesn't change the layout) */

#pageStatusBar {
    position: absolute;
    left: 100px;
    top: -1px;
    width: 540px;
    /* 1000 - left - left - leftborder - rightborder - leftpadding - rightpadding */

border: 1px solid #caac09 !important;
    border-top: 0 !important;
    padding: 0 0 0 5px !important;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
#pageStatusBar * {
    font-size: 11px;
}
/***** Page Layouts *****/

.edit-mode-panel {
    display: block;
    margin: 0;
}
.edit-helper {
    text-align: center;
    padding: 10px 0;
    clear: both;
}
.s4-wpcell .s4-wpTopTable, .s4-wpActive .s4-wpTopTable {
    border: 0;
}
.ms-WPHeader {
    /*background: #00338E;*/
}
.ms-WPHeader .ms-wpTdSpace {
    display: none;
}
.ms-WPHeader td, .s4-wpcell:hover .ms-WPHeader td, .s4-wpActive .ms-WPHeader td {
    border: 0;
    border-bottom: 1px solid transparent;
}
.ms-WPHeader .ms-WPTitle, .DNNContainer_Title_h3 h3, h3.special {
    margin: 0 0 10px 0;
    color: #003188;
    font-size: 24px;
    padding: 4px 0px 5px 0px;
    border-bottom: 1px solid grey;
    font-family: Calibri, Verdana, Tahoma, sans serif !important;
    font-weight: bold!important;
    white-space: nowrap;
    overflow: hidden;
}
.ms-WPHeader .ms-WPTitle img {
    padding-right: 5px;
    width: auto;
    height: auto;
}
.ms-WPHeader a:link, .ms-WPHeader a:visited {
    color: #eee;
}
.ms-WPBody {
    background: #fff;
}
.tbot-home-page, .tbot-landing-page, .tbot-content-page {
    padding-bottom: 10px;
    min-height: 450px;
}
.tbot-landing-page .tbot-header-text, .tbot-content-page .tbot-header-text {
    text-transform: uppercase;
}
.tbot-home-page .ms-WPBody, .tbot-landing-page .ms-WPBody, .tbot-minisite-page .ms-WPBody {
    padding: 0px;
}
.tbot-landing-page .web-parts .ms-WPBody > *, .tbot-minisite-page .web-parts .ms-WPBody > * {
    /*padding: 0 10px;*/

/*margin: 10px 0;*/
}
.tbot-landing-page .web-parts .ms-WPBody > img, .tbot-minisite-page .web-parts .ms-WPBody > img {
    padding: 0;
    margin: 0;
}
.tbot-home-page .web-parts .ms-WPBody > div: last-of-type a: last-of-type, .tbot-home-page .web-parts .ms-WPBody > div: last-of-type a:link: last-of-type, .tbot-home-page .web-parts .ms-WPBody > div: last-of-type a:visited: last-of-type {
    padding-right: 15px;
    background: url('../images/breadcrumb-separator.png') no-repeat right;
}
.tbot-landing-page .web-parts .ms-WPBody a, .tbot-landing-page .web-parts .ms-WPBody a:link, .tbot-landing-page .web-parts .ms-WPBody a:visited {
    color: #0581cb;
    /* changed from color: #00A1DE; 10/28/2013 */

font-weight: bold;
    /* added 10/28/2013 */
}
.tbot-landing-page .web-parts .ms-WPBody a:hover, .DNNContainer_Title_h3 a:hover, .link-hover-effect a:hover {
    text-decoration: none;
    zoom: 1;
    filter: alpha(opacity=40);
    opacity: 0.4;
}
.tbot-home-page .web-parts .ms-WPBody ul, .tbot-landing-page .web-parts .ms-WPBody ul, .tbot-minisite-page .ms-WPBody ul {
    padding-left: 15px;
    list-style-image: url('../images/breadcrumb-separator.png');
}
.tbot-home-page .web-parts .ms-WPBody li, .tbot-minisite-page .ms-WPBody li, /* removed 18/11/2013 .tbot-landing-page .web-parts .ms-WPBody li  */

{
    color: #019FDE;
}
.tbot-home-page .web-parts .ms-wpContentDivSpace, .tbot-landing-page .web-parts .ms-wpContentDivSpace {
    border-top: 1px solid #c2c2c2;
}
.ms-wpContentDivSpace {
    background: #fff;
    margin-left: 0 !important;
    margin-right: 0!important;
}
.tbot-page-layout {
    position: relative;
    overflow: hidden;
}
.tbot-page-layout .tbot-header-wrapper {
    background: #01A1DF;
    height: 70px;
}
.tbot-page-layout .tbot-header-text {
    padding-left: 40px;
}
.tbot-page-layout .tbot-header-text h1 {
    color: #FFF!important;
    font-size: 32px;
    font-weight: normal;
    line-height: 70px;
    margin: 0!important;
    display: inline-block;
    font-family: Calibri, Verdana, Tahoma, sans serif !important;
}
.tbot-page-layout .tbot-header-watermark {
    display: inline-block;
    float: right;
    padding-right: 300px;
    height: 100%;
}
.tbot-page-layout .ads {
    float: right;
    width: 160px;
    margin: 10px 40px 0 0;
}
.tbot-page-layout .page-content {
    margin: 0;
    padding: 0;
    background: #fff;
}
.tbot-content-page-with-ads .page-content {
    padding-right: 220px;
}
.tbot-content-page > * > .wpz-row > * > table:first-child {
    /*added 10/08/2013 */

table-layout: fixed;
    border-top: 0px solid #FFFFFF;
}
.tbot-page-layout .wpz-over-banner {
    position: absolute;
    top: 120px;
    width: 100%;
}
.wpz-over-banner .ms-wpContentDivSpace {
    margin: 0;
}
.wpz-over-banner .ms-WPBody, .wpz-news-ticker .ms-WPBody {
    background: transparent;
    padding: 0;
}
.wpz-news-ticker {
    padding-bottom: 10px;
}
.wpz-news-ticker .ms-SPZoneTitle {
    color: #ccc;
}
.tbot-page-layout .web-parts .ms-SPZoneLabel {
    padding-left: 45px;
}
.tbot-page-layout .web-parts .ms-wpContentDivSpace {
    margin: 0;
}
.tbot-minisite-page .web-parts, .tbot-content-page .web-parts {
    background: #fff;
}
.tbot-page-layout.tbot-content-page, .tbot-page-layout.tbot-webpart-page {
    /*padding-bottom: 45px;*/
}
.tbot-page-layout h2 {
    /*added 10/08/2013 */

margin: 0px!important;
}
.wpz-row {
    overflow: hidden;
    /*margin-top: 20px;*/
}
.wpz-row:first-child {
    margin: 0;
}
.wpz-row > * {
    margin: 0 10px 0 10px;
    width: 940px !important;
    float: left;
    margin-bottom: -1000px;
    padding-bottom: 1000px;
    background: #fff;
}
.wpz-row .ms-WPBody img {
    padding: 10px 0 10px 0;
}
.wpz-row > * > table:first-child {
    table-layout: fixed;
    padding-top: 10px;
}
.wpz-row:first-child > * > table:first-child {
    padding-top: 0;
}
.wpz-2-column > *, .wpz-3-column > * {
    width: 300px !important;
}
.wpz-2-column > *:first-child {
    width: 620px !important;
}
.wpz-2-columnALT > * {
    width: 480px !important;
}
.wpz-2-columnALT > *:first-child {
    width: 480px !important;
}
.tbot-my-profile-page .wpz-2-column > *:first-child {
    width: 300px !important;
}
.tbot-my-profile-page .wpz-2-column > *:first-child + * {
    width: 620px !important;
}
.tbot-my-profile-page .tabs {
    background: #01A1DF;
}
.tbot-my-profile-page .tabs a {
    color: #fff;
    display: block;
    float: left;
    padding: 5px 10px;
}
.tbot-my-profile-page .tabs a:first-child {
    padding-left: 35px;
}
.tbot-my-profile-page .tabs a.selected {
    background: #00338E;
}
.web-parts .ms-SPZoneLabel {
    background: #B7E2F2;
}
.wpz-row > * > table > tbody > tr + tr > td.s4-wpcell-plain, .wpz-row > * > table + table {
    /*border-top: 10px solid #B8E1F3;*/

/* TODO: why is this here? */
}
.wpz-row > * > table > tbody > tr + tr > td.s4-wpcell-plain {
    border-top: 0px solid #000000!important;
    /* added 10/08/2013 */
}
.tbot-my-profile-page .wpz-row > div > table:first-child > tbody > tr + tr > td.s4-wpcell-plain {
    border-top: 0;
}
.tbot-my-profile-page .ms-PartSpacingVertical, .tbot-my-profile-page .wpz-row > div > table:first-child .ms-WPHeader {
    display: none;
}
.tbot-my-profile-page-edit .wpz-row > div > table:first-child .ms-WPHeader {
    display: table-row;
    *display: block;
}
.tbot-minisite-page .ms-WPHeader {
    background: #01A1DF;
}
.tbot-minisite-page .web-parts {
    padding-bottom: 10px;
}
.tbot-minisite-page .web-parts .ms-wpContentDivSpace {
    border: 1px solid #909090;
    border-top: 0;
}
.tbot-minisite-page .wpz-row > * {
    margin-left: 0;
    width: 1000px !important;
    background: transparent;
}
.tbot-minisite-page .wpz-row > * + * {
    margin-left: 10px;
}
.tbot-minisite-page .wpz-2-column > *, .tbot-minisite-page .wpz-3-column > * {
    width: 400px !important;
}
.tbot-minisite-page .wpz-2-column > *:first-child {
    width: 590px !important;
}
/***** Pager *****/

.newsReleaseList-title {
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #666;
}
.newsReleaseList-archiveLink {
    float: left;
    margin-left: 130px;
    padding-right: 15px;
    background: url('../images/breadcrumb-separator.png') no-repeat right;
    font-size: 12px;
}
.newsReleaseList-archiveLink:hover {
    text-decoration: none;
    opacity: 0.2;
}

.tbot-pager,
.ModDNNNewsC table table {
    display: block;
    text-align: right;
    margin: 2px 0;
}
.tbot-pager > *,
.ModDNNNewsC table table > * {
    /*border: 1px solid #01A1DF;*/
    padding: 5px 10px;
}
.tbot-pager > span,
.ModDNNNewsC table table span {
    background: transparent url('../images/banner_switcher_selected.png') no-repeat center center;
    color: #FFF;
    margin-left:5px;
}
.tbot-pager > a,
.ModDNNNewsC table table a {
    background: transparent url('../images/banner_switcher_normal.png') no-repeat center center;
    color: #00A1DE;
    margin-left:5px;
}
.tbot-landing-page .web-parts .ms-WPBody .tbot-pager > a:hover {
    background: transparent url('../images/banner_switcher_hover.png') no-repeat center center;
    color: #FFF;
    text-decoration: none;
    opacity: 1;
}

.ModDNNNewsC table table {
    margin-left:-40px;
    float:right;
    width:auto;
} 
.ModDNNNewsC table table span,
.ModDNNNewsC table table a {
    display:block;
    width:25px;
    line-height:25px;
    text-align:center;
}
/***** Table *****/

.ModDNNNewsC table,
.tbot-table {
    width: 100%;
    border-collapse: collapse;
    border: 0;
}
.tbot-table .tbot-pager,
.ModDNNNewsC table table {
    margin-right: 30px;
}
.tbot-table tr,
.ModDNNNewsC table tr,
.tbot-table tr:hover,
.ModDNNNewsC table tr:hover  {
    background: #FAFAFA;
    border:none;
}
.ModDNNNewsC table tr.dnnGridItem {
    background:#fff;
}
.tbot-table tr.alt,
.ModDNNNewsC table tr.dnnGridAltItem,
.tbot-table tr.alt:hover,
.ModDNNNewsC table tr.dnnGridAltItem:hover {
    background: #F0F0F0;
}
.tbot-table tfoot tr td,
.ModDNNNewsC table tfoot tr td {
    border-top: 1px solid #D8E4F0;
    padding-top: 5px;
}
.tbot-table th,
.ModDNNNewsC table th {
    padding: 10px 10px;
    background: #D4E4EE;
    text-align: left;
    font-size: 12px;
    color: #333;
}

.tbot-table td,
.ModDNNNewsC table td {
    font-size: 13px;
    color: #666;
    border:none!important;
}
.tbot-table th:first-child, .tbot-table td:first-child,
.ModDNNNewsC table th:first-child, .ModDNNNewsC table tr.dnnGridItem td:first-child, .ModDNNNewsC table tr.dnnGridAltItem td:first-child {
    padding-left: 40px;
}
.tbot-table th, .tbot-table th a, .tbot-table th a:link,
.ModDNNNewsC table th, .ModDNNNewsC table th a, .ModDNNNewsC table th a:link{
    color: #656565;
}
.tbot-table tbody > tr,
.ModDNNNewsC table tbody > tr {
    height: 30px;
}
.ModDNNNewsC tr.dnnGridHeader {
    height:36px;
}
.ModDNNNewsC table tr.dnnGridItem,
.ModDNNNewsC table tr.dnnGridAltItem  {
    height: 50px;
}

.ModDNNNewsC table tr.dnnGridItem td,
.ModDNNNewsC table tr.dnnGridAltItem td {
    text-align: left;
}

.ModDNNNewsC .dnnGridHeader th {
    border:none!important;
}

.tbot-table thead > tr, .tbot-table tfoot > tr,
.ModDNNNewsC table thead > tr, .ModDNNNewsC table tfoot > tr {
    background: #FAFAFA;
}
.tbot-table thead tr:first-child > td:first-child, .tbot-table tfoot tr:first-child > td:first-child,
.ModDNNNewsC table thead tr:first-child > td:first-child, .ModDNNNewsC table tfoot tr:first-child > td:first-child {
    height: 30px;
    padding-bottom: 5px;
}
/***** File Actions *****/

.file-actions {
    float: right;
    margin-right: 20px;
    padding: 15px 0;
    overflow: hidden;
}
.file-actions-hidden > a {
    display: none;
}
.file-actions a {
    display: block;
    float: left;
    width: 27px;
    height: 20px;
    margin-right: 10px;
    text-indent: -999px;
    overflow: hidden;
    background-repeat: no-repeat;
}
.file-actions.large a {
    width: 29px;
    height: 29px;
    margin-right: 5px;
}
/*.file-actions .view { background-image: url('../images/action-dark-18-view.png'); }*/

.file-actions .print {
    background-image: url('../images/icon_print.png');
}
.file-actions .download {
    background-image: url('../images/icon_download.png');
}

.ModDNNNewsC a.download {
    background-image: url('../images/icon_download.png');
    display: block;
    float: none;
    width: 27px;
    height: 20px;
    margin: 0 auto;
    text-indent: -999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

/*.file-actions.large .view { background-image: url('../images/action-dark-29-view.png'); }*/

.file-actions.large .print {
    background-image: url('../images/action-dark-29-print.png');
}
.file-actions.large .download {
    background-image: url('../images/action-dark-29-download.png');
}
/***** Compact News List WebPart *****/

.compactNewsList {
    font-size: 13px;
    color: #666;
}
.compactNewsList > div.compactNewsList-itemLinkText:first-child {
    padding-top: 15px;
}
.compactNewsList-itemLinkText {
    padding-top: 5px;
    font-weight: bold;
}
.compactNewsList-itemDate {
    font-size: 12px;
}
.compactNewsList-itemDescription {
    padding-bottom: 10px;
    font-size: 12px;
}
.compactNewsList-archiveLink {
    padding-right: 15px;
    background: url('../images/breadcrumb-separator.png') no-repeat right;
}
/***** Rotating Banner *****/

.banner-backdrop-bg {
    position: absolute;
    height: 350px;
    /*width: 100%;*/

/*background: #00338E;*/

left: 50%;
    margin-left: -480px;
    /*960px banner*/
}
.banner-backdrop {
    position: absolute;
    height: 341px;
    width: 960px;
    /*100%*/

background-repeat: no-repeat;
    /*background-position: top center;*/

left: 50%;
    margin-left: -480px;
    /*960px banner*/
}
#landingPageHeader {
    position: relative;
    height: 340px;
    visibility: hidden;
}
#landingPageHeader ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#landingPageHeader > a.banner-link {
    height: 100%;
    width: 100%;
    top: 0px;
}
/* style the banner with a border when hovered */

/*
#landingPageHeader a.banner-link:hover
{
    width: -moz-calc(100% - 6px);
    width: -webkit-calc(100% - 6px);
    width: calc(100% - 6px);
    height: -moz-calc(100% - 6px);
    height: -webkit-calc(100% - 6px);
    height: calc(100% - 6px);
    border: 3px solid #01A1DF;
}
*/

ul.banner-items {
    background: transparent url('../images/banner-bg-1.png') no-repeat;
    display: none;
}
ul.banner-items.count-2 {
    background-image: url('../images/banner-bg-2.png');
}
ul.banner-items.count-3 {
    background-image: url('../images/banner-bg-3.png');
}
ul.banner-items.count-4 {
    background-image: url('../images/banner-bg-4.png');
}
ul.banner-items.count-5 {
    background-image: url('../images/banner-bg-5.png');
}
ul.banner-items.count-6 {
    background-image: url('../images/banner-bg-6.png');
}
ul.banner-items li {
    height: 79px;
    vertical-align: middle;
    padding: 10px 10px 10px 55px;
    margin: 0;
    display: none;
}
ul.banner-items .image {
    float: left;
    position: relative;
    top: -10px;
    left: -10px;
}
ul.banner-items h3 {
    font-size: 20px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 5px;
}
ul.banner-items div {
    margin: 0;
}
ul.banner-items p {
    margin-bottom: 5px;
}
ul.banner-switchers {
    position: absolute;
    right: 20px;
    top: 300px;
}
ul.banner-switchers li {
    border: 1px;
    float: left;
    /*margin-left: -4px;*/

background: transparent url('../images/banner_switcher_normal.png') no-repeat center center;
    color: #FFF;
}
ul.banner-switchers li.selected {
    background-image: url('../images/banner_switcher_selected.png');
}
ul.banner-switchers li.hover {
    background-image: url(../images/banner_switcher_hover.png);
}
ul.banner-switchers li a {
    width: 27px;
    height: 25px;
    display: block;
    overflow: hidden;
}
ul.banner-switchers li a span.switcher-count {
    position: relative;
    left: 10px;
    top: 4px;
    color: #01A1DF;
    font: bold 12px Arial, Helvetica, sans-serif;
}
ul.banner-switchers li.selected span.switcher-count {
    color: #FFF;
}
ul.banner-switchers li.hover span.switcher-count {
    color: #FFF;
}
#landingPageHeader > a {
    position: absolute;
    top: 150px;
    height: 25px;
    width: 25px;
}
a.banner-chevron-left {
    left: 10px;
    background-image: url('../images/banner_chevron_left_off.png');
}
a.banner-chevron-right {
    right: 10px;
    background-image: url('../images/banner_chevron_right_off.png');
}
/***** Get Connected *****/

#getConnectedWrapper {
    /*background: transparent url('../images/get-connected-bg.png') no-repeat;*/
    height: 46px;
    position: relative;
    margin-top: 45px;
    margin-right:10px;
    float:right;
    font-size: 14px;
    display: table;
}
#getConnected {
    display: table-cell;
    vertical-align: middle;
}
#getConnectedText {
    display: inline;
    font-size: 16px;
    vertical-align: middle;
    color: #00A1DE;
}
#getConnected ul {
    list-style: none;
    margin: 0;
    padding: 0;
    /*padding: 8px 0 0;
    text-align: center;
    white-space: nowrap;*/

display: inline-block;
}
#getConnected ul li {
    display: inline;
    margin: 0;
    padding: 0;
    height: 45px;
}
#getConnected ul li a {
    vertical-align: center;
    color: #fff;
}
#getConnected ul li a img {
    vertical-align: middle;
    /*margin-right: 5px;*/
}
.tbot-content-page #getConnected, .tbot-webpart-page #getConnected {
    position: absolute;
    bottom: 0px;
}
/***** Search *****/

.srchctr_leftcell, .srchctr_mainleftcell, .srchctr_rightcell {
    background: #fff;
}
.srchctr_leftcell, .srchctr_rightcell {
    display: none;
}
.srch-maintop, .srch-results, .srch-Description2, .srch-Metadata1, .srch-URL2 {
    max-width: none;
}
.srch-maintop {
    padding: 15px 15px 0;
    overflow: hidden;
}
.srch-maintop2 {
    padding-bottom: 10px;
}
p.srch-Metadata1 {
    margin-left: 24px;
}
.srch-Icon {
    margin-top: 20px;
}
#newsTicker {
    background: url('../images/news-ticker-bg.png') no-repeat right;
    line-height: 35px;
    overflow: hidden;
}
#newsTicker .header-link {
    float: left;
    margin-right: 20px;
    height: 35px;
    overflow: hidden;
    min-width: 216px;
    text-align: center;
}
#newsTicker .header-link img {
    vertical-align: middle;
}
#newsTicker ul {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
}
#newsTicker li {
    display: none;
}
#newsTicker li:first-child {
    display: block;
}
#newsTicker a, #newsTicker a:link, #newsTicker a:visited {
    color: #fff;
}
/***** Poll *****/

body #s4-bodyContainer .ESP-box {
    padding: 0;
    margin: 0;
}
body #s4-bodyContainer .ESP-question-top {
    margin: 0 0 10px;
}
body #s4-bodyContainer .ESP-answer {
    font-size: 14px;
}
body #s4-bodyContainer .ESP-answer br {
    display: none;
}
body #s4-bodyContainer .ESP-answer input {
    float: left;
}
body #s4-bodyContainer .ESP-answer label {
    display: block;
    padding: 1px 0;
    line-height: 15px;
    margin-left: 25px;
    margin-bottom: 5px;
}
body #s4-bodyContainer .ESP-answer .divResults label {
    margin: 5px 0 0 0;
}
body #s4-bodyContainer .ESP-vote {
    margin-top: 15px;
    position: relative;
    border: 1px solid #fff;
    overflow: hidden;
}
body #s4-bodyContainer .ESP-vote br {
    display: none;
}
body #s4-bodyContainer .ESP-votebutton {
    font-size: 14px;
    width: 120px;
    height: 25px;
    background: #00338E;
    font-weight: normal;
}
body #s4-bodyContainer .ESP-viewResult, body #s4-bodyContainer .ESP-viewResult:hover, body #s4-bodyContainer .ESP-viewResult:visited {
    line-height: 25px;
    padding: 0 10px;
    margin: 0 0 0 5px;
    width: auto;
    font-size: 14px;
    color: #666;
}
body #s4-bodyContainer .ESP-esurveyPro {
    display: none;
}
body #s4-bodyContainer .ESP-vote div[id^="loader"] {
    width: 300px !important;
    padding: 8px 0 !important;
    border: 0 !important;
    text-align: center;
    left: 0;
}
body #s4-bodyContainer .ESP-returnToPoll, body #s4-bodyContainer .ESP-returnToPoll:hover, body #s4-bodyContainer .ESP-returnToPoll:visited {
    font-size: 12px;
}
/***** Content Rotator *****/

.tbot-content-rotator-container {
    position: relative;
}
.tbot-content-rotator-container .controls {
    kposition: relative;
}
.tbot-content-rotator-container .controls a {
    position: absolute;
    height: 100%;
    width: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    text-indent: -999px;
}
.tbot-content-rotator-container .controls a.prev {
    left: 0;
    background-image: url('../images/content-rotator-prev.png');
}
.tbot-content-rotator-container .controls a.next {
    right: 0;
    background-image: url('../images/content-rotator-next.png');
}
.tbot-content-rotator-container .tbot-content-rotator {
    list-style: none;
    padding: 0 20px !important;
    margin: 0;
}
.tbot-content-rotator-container .tbot-content-rotator li {
    display: none;
}
.tbot-content-rotator-container .tbot-content-rotator li:first-child {
    display: block;
}
/***** Rich Text Editor Styles *****/

h3.ms-rteElement-tbot-H3 {
    -ms-name: "TBOT Heading 1 (H3)";
    font-family: Georgia;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
}
h4.ms-rteElement-tbot-H4 {
    -ms-name: "TBOT Heading 2 (H4)";
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
}
h5.ms-rteElement-tbot-H5 {
    -ms-name: "TBOT Heading 3 (H5)";
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
}
h6.ms-rteElement-tbot-H6 {
    -ms-name: "TBOT Heading 4 (H6)";
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
}
.ms-rteElement-P {
    color: inherit;
}
div.ms-rteElement-tbot-CO-Left {
    -ms-name: "TBOT Callout Left";
    float: left;
    padding: 10px;
    margin: 10px;
    color: #00338E;
    min-width: 300px;
    border: 1px solid #00338E;
}
div.ms-rteElement-tbot-CO-Right {
    -ms-name: "TBOT Callout Right";
    float: right;
    padding: 10px;
    margin: 10px;
    color: #00338E;
    min-width: 300px;
    border: 1px solid #00338E;
}
div.ms-rteElement-tbot-CO-Left-Dark {
    -ms-name: "TBOT Callout Left (Dark)";
    float: left;
    padding: 10px;
    margin: 10px;
    background: #00338E;
    color: #fff;
    min-width: 300px;
    border: 1px solid #00338E;
}
div.ms-rteElement-tbot-CO-Right-Dark {
    -ms-name: "TBOT Callout Right (Dark)";
    float: right;
    padding: 10px;
    margin: 10px;
    background: #00338E;
    color: #fff;
    min-width: 300px;
    border: 1px solid #00338E;
}
div.ms-rteElement-tbot-CO-Heading {
    -ms-name: "TBOT Callout Heading";
    position: relative;
    left: -10px;
    top: -10px;
    padding: 6px 10px;
    width: 100%;
    font-size: 14px;
    margin-bottom: 0;
}
div.ms-rteElement-tbot-CO-Left div.ms-rteElement-tbot-CO-Heading, div.ms-rteElement-tbot-CO-Right div.ms-rteElement-tbot-CO-Heading {
    background: #00338E;
    color: #fff;
    font-size: 14px;
}
div.ms-rteElement-tbot-CO-Left-Dark div.ms-rteElement-tbot-CO-Heading, div.ms-rteElement-tbot-CO-Right-Dark div.ms-rteElement-tbot-CO-Heading {
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}
/***** Wide Image *****/

.tbot-content-page a.wide-image-link, .tbot-content-page img[src$="wide.png"], .tbot-content-page img[src$="wide.gif"], .tbot-content-page img[src$="wide.jpg"] {
    display: block;
    position: relative;
    width: 960px !important;
    height: auto;
}
.tbot-landing-page a.wide-image-link, .tbot-landing-page img[src$="wide.png"], .tbot-landing-page img[src$="wide.gif"], .tbot-landing-page img[src$="wide.jpg"] {
    display: block;
    position: relative;
    width: 960px !important;
    height: auto;
    margin-left: -10px !important;
}
a.wide-image-link img[src$="wide.png"], a.wide-image-link img[src$="wide.gif"], a.wide-image-link img[src$="wide.jpg"], div.ms-rtestate-write img[src$="wide.png"], div.ms-rtestate-write img[src$="wide.gif"], div.ms-rtestate-write img[src$="wide.jpg"] {
    position: static;
}
/***** Form *****/

.tbot-form {
    margin: 20px 40px;
}
.tbot-form .form-header, .tbot-form .form-footer {
    margin: 10px 0 10px 130px;
}
.tbot-form > div {
    margin: 5px 0;
}
.tbot-form .label {
    float: left;
    line-height: 25px;
}
.tbot-form .required {
    color: #e00;
}
.tbot-form .field {
    margin-left: 130px;
}
.tbot-form input[type="text"], .tbot-form input[type="button"], .tbot-form textarea {
    border: 1px solid #00338E;
    width: 200px;
    padding: 2px 5px;
}
.tbot-form textarea {
    width: 400px;
    height: 200px;
}
.tbot-form input[type="button"], .tbot-form input[type="submit"], .tbot-form input[type="reset"] {
    border: 1px solid #00338E;
    background: #00338E;
    color: #fff;
    min-width: 90px;
    padding: 2px 5px;
}
.tbot-form .error {
    margin-left: 10px;
}
/***** Product Grid *****/

#productGrid {
    float: left;
}
#productGrid ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background: url('../images/product-grid-bg.png');
    overflow: hidden;
}
#productGrid li {
    float: left;
    width: 155px;
    /*changed from 115px  */

padding: 4px 15px 0;
    margin: 10px 0 0 13px;
    /*changed left from 10 to 13  */

text-align: center;
    vertical-align: middle;
    /* added 10/08/2013 */
}
ul#productCategory {
    background: #fff;
    padding-bottom: 10px;
}
ul#productCategory li {
    font-weight: bold;
}
ul#productCategory li.active a {
    color: #00338E;
}
ul#productList {
    padding-bottom: 10px;
}
ul#productList li {
    background: url('../images/product-grid-item-bg.png') no-repeat!important;
    height: 33px;
    text-align: center;
    overflow: hidden;
    line-height: 15px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5;
}
ul#productList li.spacer {
    visibility: hidden;
}
ul#productList li.active {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
ul#productList a, ul#productList a:link, ul#productList a:visited, ul#productList a:hover {
    color: #00338E;
}
/* added by TRBOT 10/08/2013 */

.big-button a, a >.big-button/*, .big-button input[type="submit"], .big-button input[type="reset"], .big-button input[type="button"] */

{
    width: auto;
    margin: 10px -3px 0 0;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid transparent;
    background: #0581cb!important;
    color: #fff!important;
    text-transform: uppercase;
    font: bold 16px Calibri, Verdana, Tahoma, sans-serif;
    padding: 3px 10px 2px 10px;
    cursor: pointer;
    /* deprecated  text-shadow:1px 1px 2px #000; */

text-decoration: none!important;
    white-space: nowrap;
}
.big-button a:hover, a:hover>.big-button {
    color: #0581cb!important;
    border-color: #0581cb;
    background: #fff!important;
    text-shadow: none!important;
    text-decoration: none!important;
    white-space: nowrap;
}
.pagePopup .main {
    font-family: calibri, arial!important;
}
.title-h1 {
    color: #0581cb;
    /* can also try #01a1df or #003188 - 30/9/2013 alternates below*/

font-size: 24px;
    font-weight: bold;
}
.title-h2 {
    color: #01a1df;
    /* alternate - 30/9/2013 */

font-size: 24px;
    font-weight: bold;
}
.title-h3 {
    color: #003188;
    /* alternate - 30/9/2013 */

font-size: 24px;
    font-weight: bold;
}
.title-h4 {
    color: #003188;
    /* alternate - 30/9/2013 */

font-size: 18px;
    font-weight: bold;
}
.title-h5 {
    color: #003188;
    /* alternate - 30/9/2013 */

font-size: 14px;
    font-weight: bold;
}
.pad-text {
    margin: 20px!important;
    padding: 0px;
}
.landing-page-text, .content-text {
    margin: 10px 10px 0 10px!important;
}
.quotes {
    background-color: rgb(218, 233, 252);
    padding: 10px;
    display: block;
}
.tbot-table-alt {
    width: 100%;
    border-collapse: collapse;
    border: 0;
}
.tbot-table-alt .tbot-pager {
    margin-right: 30px;
}
.tbot-table-alt tr {
    background: #fff;
}
.tbot-table-alt tr.alt {
    background: #F0F0F0;
}
.tbot-table-alt tfoot tr td {
    border-top: 1px solid #D8E4F0;
    padding-top: 5px;
}
.tbot-table-alt th {
    padding: 10px 10px;
    background: #D4E4EE;
    text-align: left;
    font-size: 12px;
    color: #333;
}
.tbot-table-alt td {
    font-size: 13px;
    color: #666;
}
.tbot-table-alt th:first-child, .tbot-table td:first-child {
    padding-left: 40px;
}
.tbot-table-alt th, .tbot-table th a, .tbot-table th a:link {
    color: #656565;
}
.tbot-table-alt tbody > tr {
    height: 50px;
}
.tbot-table-alt thead > tr, .tbot-table tfoot > tr {
    background: #FAFAFA;
}
.tbot-table-alt thead tr:first-child > td:first-child, .tbot-table tfoot tr:first-child > td:first-child {
    height: 30px;
    padding-bottom: 5px;
}
/*** Uncomment following 3 blocks for 3-column navigation design ***/

/*
#mainNavDropdown > div.submenu-left
{
    width: 20%;
}

#mainNavDropdown > div.submenu-right
{
    width: 77.5%;
}

#mainNavDropdown > div.submenu-right > ul > li
{
    width: 30%;
    padding-right: 20px;
    padding-bottom: 20px;
}
*/

.visuallyhidden {
    position: absolute;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    height: 1px;
    width: 1px;
}
.picture-gallery {
    padding: 20px 10px;
}
.picture-gallery.slideshow {
    display: none;
}
.picture-gallery .header, .picture-gallery .footer {
    margin: 0 29px;
    color: #01A1DF;
}
.picture-gallery ul {
    list-style: none;
    margin: 0 0 32px 0;
    padding: 0;
    overflow: hidden;
}
.picture-gallery li {
    padding: 0;
    margin: 32px 0 0 32px;
    width: 205px;
    float: left;
    background: #01A1DF;
    position: relative;
}
.picture-gallery li .image {
    height: 150px;
    overflow: hidden;
    kborder: 1px solid #01A1DF;
    position: relative;
}
.picture-gallery li .image img {
    height: 200%;
    position: absolute;
    top: -20%;
    left: -50%;
}
.picture-gallery .date, .picture-gallery .title, .picture-gallery .desc, .picture-gallery .file-actions {
    color: #3c3c3c;
    min-height: 1.5em;
    margin: 10px;
    overflow: hidden;
}
.picture-gallery .file-actions {
    margin-bottom: 0;
}
.picture-gallery.detail .date, .picture-gallery.detail .title, .picture-gallery.detail .desc {
    padding-left: 5px;
    margin: 15px 0 0 0;
}
.picture-gallery .date, .picture-gallery.detail .date {
    margin-bottom: 0;
}
.picture-gallery .title, .picture-gallery.detail .title {
    margin-top: 0;
    white-space: nowrap;
}
.picture-gallery .desc {
    display: none;
}
.picture-gallery.detail li {
    width: auto;
    float: none;
    overflow: hidden;
    margin: 32px 32px 0 32px;
}
.picture-gallery.detail li .image {
    float: left;
    width: 200px;
    height: 150px;
    margin-right: 10px;
}
.picture-gallery.detail .title {
    white-space: normal;
}
.picture-gallery.detail .desc {
    display: block;
}
.picture-gallery.detail li .file-actions {
    position: absolute;
    bottom: 0;
    left: 200px;
}
.picture-gallery-stage {
    color: #D1D2D4;
    background: #363636;
    padding: 40px 0 10px;
}
.picture-gallery-stage .current {
    width: 800px;
    margin: 0 auto;
    position: relative;
}
.picture-gallery-stage .nav {
    text-indent: -999px;
    overflow: hidden;
    display: block;
    width: 80px;
    height: 100%;
    top: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
}
.picture-gallery-stage .current .previous {
    left: -90px;
    background-image: url('../images/gallery-stage-previous.png');
}
.picture-gallery-stage .current .next {
    right: -90px;
    background-image: url('../images/gallery-stage-next.png');
}
.picture-gallery-stage .current .image {
    text-align: center;
}
.picture-gallery-stage .current img {
    height: 531px;
    max-width: 800px;
}
.picture-gallery-stage .file-actions {
    float: right;
    margin: 0;
}
.picture-gallery-stage .file-actions.large .print {
    background-image: url('../images/action-light-29-print.png');
}
.picture-gallery-stage .file-actions.large .download {
    background-image: url('../images/action-light-29-download.png');
}
.picture-gallery-stage .title, .picture-gallery-stage .desc {
    padding: 7px;
}
.picture-gallery-stage .desc {
    min-height: 3em;
}
.picture-gallery-stage .list {
    background: #111;
    height: 90px;
    padding: 10px;
    margin: 30px 10px 0;
    position: relative;
}
.picture-gallery-stage .list .previous {
    left: 0;
    background-image: url('../images/gallery-stage-list-previous.png');
}
.picture-gallery-stage .list .next {
    right: 0;
    background-image: url('../images/gallery-stage-list-next.png');
}
.picture-gallery-stage .list div {
    width: 800px;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 auto;
    position: relative;
}
.picture-gallery-stage .list div a {
    margin-right: 9px;
}
.picture-gallery-stage .list div img {
    height: 90px;
    border: 1px solid transparent;
    filter: alpha(opacity=60);
    opacity: 0.6;
}
.picture-gallery-stage .list img.selected {
    filter: alpha(opacity=100);
    opacity: 1;
}

.ModDerekTraugerSiteMapC {
    padding-left:20px;
}
.ModDerekTraugerSiteMapC a {
    display:inline-block;
    vertical-align: middle;
    margin-left:10px;
}

.dnnSearchResultContainer > .dnnSearchResultItem-Subset > .dnnSearchResultItem-Title {
    display:none;
}