﻿/* CSS Document */

/* Standard tags*/

body{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
    margin:0px;
}
body a{
    text-decoration: none;
    color: #000e78;
}
body a:hover{
    text-decoration: underline;
}

/* General layout */

.window{
    float: left;
    width: 440px;
    display:inline;
    overflow:hidden;
}
.box{
    float: left;
}
.box_fullwidth{
    float: left;
    width: 100%;
}
.window_screenshots{
    float: left;
    width: 540px;
    margin:9px;
    display:inline;
    overflow:hidden;}
.topbar_ntrglobal{
    float: left;
    width: 100%;
    margin-bottom: 20px;
    background-color:#000e78;
}

.ntrglobal_topbar{
    float: left;
    width: 100%;
    height:75px;
    margin-bottom: 10px;
    background-color:#444444;
    background-image:url('/images/pop-up-global.gif');
    background-repeat:no-repeat
}
.ntradmin_topbar{
    float: left;
    width: 100%;
    height:75px;
    margin-bottom: 10px;
    background-color:#444444;
    background-image:url('/images/pop-up-admin.gif');
    background-repeat:no-repeat}

.ntrsupport_topbar{
    float: left;
    width: 100%;
    height:75px;
    margin-bottom: 10px;
    background-color:#444444;
    background-image:url('/images/pop-up-ult.gif');
    background-repeat:no-repeat
}

.ntrsupportpro_topbar{
    float: left;
    width: 100%;
    height:75px;
    margin-bottom: 10px;
    background-color:#444444;
    background-image:url('/images/pop-up-pro.gif');
    background-repeat:no-repeat
}


.ntrmeeting_topbar{
    float: left;
    width: 100%;
    height:93px;
    margin-bottom: 5px;
    background-color:#444444;
    background-image:url('/images/pop-up-meeting.gif');
    background-repeat:no-repeat
}
.ntrconnect_topbar{
    float: left;
    width: 100%;
    height:75px;
    margin-bottom: 10px;
    background-color:#444444;
    background-image:url('/images/pop-up-connect.gif');
    background-repeat:no-repeat
}
.freecloud_topbar{
    float: left;
    width: 100%;
    height:75px;
    margin-bottom: 10px;
    background-color:#444444;
    background-image:url('/images/pop-up-freecloud.gif');
    background-repeat:no-repeat
}

.helpdesk_topbar{
    float: left;
    width: 100%;
    height:75px;
    margin-bottom: 10px;
    background-color:#444444;
    background-image:url('/images/pop-up-Help-Desk.gif');
    background-repeat:no-repeat
}


.truste{
    float:right;
    padding-right:30px;
    padding-bottom:9px;
}
.ntrsupportpro_topbar_screenshots{
    float: left;
    width: 100%;
    margin-bottom: 9px;
    background-color:#00abc9;
    background-image:url('/images/pop-up-screnshots-pro.gif');
    background-repeat:no-repeat
}


.content_container{
    float: left;
    display:inline;
    margin-left: 20px;
}
.twocolums{
    float:left;
    width: 194px;
    margin-right:9px;    
    overflow: hidden;
}
.twocolumns_last{
    float:left;
    width:194px;
    overflow: hidden;
}
.footercontainer{
    float: left;
    width: 100%;
    margin-top: 20px;
    background-color: #464545;
    display:inline
}

.footercontainer-screenshots{
    float: left;
    width: 100%;
    margin-top: 9px;
    background-color: #464545;
    display:inline
}
.footerleft{
    float: left;
    background-color: #464545;
    padding: 9px;
    color: #ffffff;
    display:inline
}
.footerleft a{
    color: #ffffff;
}
.closetext{
    float: right;
    padding-top: 12px;
    margin-right: 5px;
}
.closetext a{
    color:#ffffff;
}
.closebutton{
    float:right;
    padding-top: 13px;
    padding-right: 6px;
    
}

/* Layout tools */

.image{
    float: left;
    width: 100%;
    min-width: 500px;
}
.greybar_dark{
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
    border-top-width: 9px;
    border-top-style: solid;
    border-top-color: #e6e6e6;
}
.greybar_dark_top{
    float: left;
    width: 100%;
    margin-bottom: 1px;
    display:inline;
    border-top-width: 9px;
    border-top-style: solid;
    border-top-color: #e6e6e6;
}
.greybar_light{
    float: left;
    width: 100%;
    font-size:0px;
    display:inline;
    margin-top: 10px;
    margin-bottom: 5px;
    border-top-width: 9px;
    border-top-style: solid;
    border-top-color: #f0f0f0;
}
.greybar_light_top{
    float: left;
    width: 100%;
    height: 0px;
    overflow:hidden;
    margin-bottom: 1px;
    font-size: 0px;
    display:inline;
    border-top-width: 9px;
    border-top-style: solid;
    border-top-color: #f0f0f0;
}

/* Text layout */
h1 {
    margin: 0px;
    padding: 0px;
}

.h1_popup{
    float: left;
    font-size: 24px;
    font-weight:normal;
    width: 100%;
    margin-top:0px;
    margin-bottom: 15px;
    color:#000e78;
}



.introtext{
    float:left;
    width: 391px;
    margin-bottom: 15px;

}

.ntrglobal {

    color: #000e78;
}

.content_container ul{
     margin: 0px;
     padding:0px;
 }
.content_container li{
    float:left;
    width:346px;
    margin-top: 3px;
    padding-left: 10px;
    background-image:url(/images/li_arrow.gif);
    background-repeat:no-repeat;
    background-position:0 5px;
    
}

/* Forms */
form {
    margin: 0px;
    padding: 0px;
}
input{
    font-size: 100%;
    color: #666666;
}
.formline{
    float: left;
    width: 100%;
    margin-bottom: 3px;
}
.input_twocolumns{
    float:left;
    width: 193px;
    padding-left: 2px;
    display:inline;
}
select{
    font-size: 100%;
    color: #666666;
}
.button{
    float: right;
  }

.horizontalline{
    float: left;
    height: 1px;
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d2d3d2;
    font-size: 0px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.horizontaldottedline{
    float: left;
    height: 1px;
    width: 100%;
    font-size: 0px;
    background-image: url('/images/dottedline.gif');
    background-repeat: repeat-x;
    background-position: left;
    margin-top: 3px;
    margin-bottom: 7px;
}
.formtitle{
    float: left;
    width: 100%;    
    padding-top: 3px;
    margin-bottom:5px;
}
.formtitle_twocolumns{
    float: left;
    width: 193px;    
    padding-top: 3px;
    margin-bottom:5px;
}
.dropdown{
    width: 174px;
    margin-bottom: 2px;
}
.smallexclamationmark_on{
    float: left;
    width: 9px;
    height: 20px;
    background-image: url('/images/Error_exclamationmark_small.gif');
    background-repeat: no-repeat;
    background-position: left;
}
.smallexclamationmark_off{
    float: left;
    width: 9px;
    height: 20px;
}
.textarea{
    float: left;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: #666666;
    width: 392px;
    padding: 3px;
    margin-bottom: 5px;
}


.errorexplanationbox{
    float: left;    
    min-height: 25px;
    width: 365px;
    margin-top: 10px;
    margin-bottom: 9px;
    padding-left: 37px;
    padding-top: 8px;
    padding-bottom: 10px;
    background-color: #f0f0f0;
    background-image: url('/images/Error_exclamationmark.gif');
    background-repeat: no-repeat;
    background-position: left top;
}


/* Screenshots */

.screenshots-buttons{
    float:right;
    width: 135px;
    height: 30px;
    margin-right:9px;
    margin-bottom:4px;
    margin-top:3px;    
}
.screenshots-close{
    float:right;
    height: 30px;
    width: 33px;
    display:block;
    overflow:hidden;
}
.screenshots-close a{
    float:right;
    height: 30px;
    width: 33px;
    display:block;
    overflow:hidden;
    background-image:url(/images/screenshots-close.gif);
    background-position:0px 0px;
    background-repeat:no-repeat;
    text-decoration:none;
}
.screenshots-close a:hover {
    background-position:0px -30px;
    cursor:pointer;
    text-decoration:none;
}
.screenshots-previous{
    float:left;
    height: 30px;
    width: 50px;
    display:block;
    overflow:hidden;
}
.screenshots-previous a{
    float:left;
    height: 30px;
    width: 50px;
    display:block;
    overflow:hidden;
    background-image:url(/images/screenshots-prev.gif);
    background-position:0px 0px;
    background-repeat:no-repeat;
    text-decoration:none;
}
.screenshots-previous a:hover {
    background-position:0px -30px;
    cursor:pointer;
    text-decoration:none;
}
.screenshots-next{
    float:left;
    height: 30px;
    width: 52px;
    display:block;
    overflow:hidden;
}
.screenshots-next a{
    float:left;
    height: 30px;
    width: 52px;
    display:block;
    overflow:hidden;
    background-image:url(/images/screenshots-next.gif);
    background-position:0px 0px;
    background-repeat:no-repeat;
    text-decoration:none;
}
.screenshots-next a:hover {
    background-position:0px -30px;
    cursor:pointer;
    text-decoration:none;
}


.screenshots-next-grey {
     float:left;
     height: 30px;
     width: 52px;
     display:block;
     overflow:hidden;
     background-image:url('/images/screenshots-next-grey.gif');
     background-position:0px 0px;
     background-repeat:no-repeat;
}
.screenshots-previous-grey {
     float:left;
     height: 30px;
     width: 50px;
     display:block;
     overflow:hidden;
     background-image:url('/images/screenshots-prev-grey.gif');
     background-position:0px 0px;
     background-repeat:no-repeat;
     text-decoration:none;
}

/*  ********   */
/* sIFR Styles */
/*  ********   */

/* These are standard sIFR styles... do not modify */
.sIFR-flash {
    visibility: visible !important;
    margin: 0;
}
.sIFR-replaced {
    visibility: visible !important;
}
span.sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
}
/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}
/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */
.sIFR-hasFlash h1 {
    visibility: hidden;
    }