
.footer {
   position: fixed;
   bottom: 0;
   left: 0;
   width: 100%;
   background-color: #dcdcdc;
   color: black;
   text-align: center;
   display: none;
   margin-left: auto;
   margin-right: auto;
}

.wrapper div {
   min-height: 10px;
   padding: 10px;
   
}
#one {
  float:left; 
}

#two {
  overflow:hidden;
  min-height:10px;
}

.rightInTheMiddle {
  position: fixed;
  left: 50%;
  top: 50%;
  /* bring your own prefixes */
  transform: translate(0, -50%);
}

.payPalCheckoutDiv {
    background-color: #eee;
    cursor: pointer;
    min-height: 40px;
    border-radius: 0px 0px 5px 5px;
}

.payPalCheckoutDiv:hover {
    background-color: #ddd
}


td.supportMenuItem {
    color: white;
    cursor: pointer;
	font-size: 14px;
}

td.supportMenuItem:hover {
    background-color: #2A2A2A;
}

@media screen and (max-width: 550px) {
   #one { 
    float: none;
    margin-right:0;
    width:100%;
    text-align: center;
  }
}


.iconTD {
	text-align: center;
	min-width: 40px;
    max-width: 65px;
}

#subMenu {
	background-color:#333333;
}

#productMenu {
	background-color:#f0f0f0f0;
}

a.noDecor {
	color: white;
}

td.subMenuLink {
	text-align: center;
	background-color: #4d4d4d;
	color: white;
	font-weight: bold;
	font: normal .8em/1.5em Arial, Helvetica, sans-serif;

    font-size: 14x;
    padding: 6px 8px;

}

a.subMenuLink {
	text-decoration: none;
	color: white;
    font-size: 14px;
}

@media screen and (max-width: 550px) {
    .subMenuLink { 
        font-size: 12px;
  }
}


table.topMenu { 
    
    position:relative;
    left: 50%;
    height:35px;
    z-index: 100;
    transform: translate(-50%, 0);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);
}

table.productMenu { 
    
    position:relative;
    left: 50%;
    height:35px;
    width:100%;
    z-index: 100;
    transform: translate(-50%, 0);
    font-size: 14px;
    max-width: 800px;
   
    background: -webkit-linear-gradient(rgba(240,240,240,255), rgba(217,217,217,255)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(240,240,240,255), rgba(217,217,217,255)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(240,240,240,255), rgba(217,217,217,255)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(240,240,240,255), rgba(217,217,217,255)); /* Standard syntax */
 
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);
}

@media screen and (max-width: 550px) {
    table.productMenu { 
        font-size: 12px;
  }
}


table.subMenu {
height:35px;
}

table.fixed-nav {
    position:fixed;
    top:0px;
    left: 50%;
    transform: translate(-50%, 0);
}

td.redy {
    cursor: pointer;
    border-bottom: 1px solid #ff0000;
}

td.blacky {
    cursor: pointer;
}


td.highlighted {
	background-color: #454545;
    cursor: pointer; 
}

td.selected {
	background-color: #404040;
     cursor: pointer; 
}

a.menuText {
    font-size: 0.9em;
    color: black;
}

a.selectedMenuText {
    font-size: 0.9em;
    color: red;
}

#login {
    font-size: 0.8em;
    color: black;
}

/* Use this to set the color of the text in the input section */
.login {
    font-size: 0.8em;
    color: #DCDCDC;
}

#infEmail {
    font-size: 0.7em;
    color: red;
}

#tableHeader {
    font-weight: bold;
}


#captchaError {
    font-size: 0.7em;
    color: red;
}


#fullheight{
    height:100%; 
    vertical-align:text-top;
    text-align:left;
    border-collapse: collapse;
    margin-top: 0px;
      
}

div.smallText {
    font-size: 0.7em;
}

a.smallText {
    font-size: 0.7em;
}

input.smallText {
    font-size: 0.7em;
}

#centeredCheckbox {
    padding: 0;
    margin:5;
    vertical-align: middle;
    position: relative;
    top: 0px;
    *overflow: hidden;
}


#paddingDiv{padding: 12px;} 

#mainContentDiv{padding: 12px;} 



table.dspmenu { 
    background: url("<? echo $server; ?>dspBar.png") no-repeat; 
}




/* NAVIGATION MENU ------------------------------------------------------------------- */
#nav {
    font: normal .8em/1.5em Arial, Helvetica, sans-serif;
    
    /*
    color: #666; /* This color seems to have no effect */

    top: 0px;
    position:relative;
    margin: 0;
    padding: 3px 5px 0;
    line-height: 100%;

}



#nav a:hover {
    background: #000;
    color: #fff;
}

/* main level link hover */
#nav .current a, #nav li:hover > a {
	
    /* this adjusts the color of the highlight */
    background: #FFCC00 url(img/gradient.png) repeat-x 0 -40px;
    
    color: #444;

    -webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
    box-shadow: 0 1px 1px rgba(0,0,0, .2);

    text-shadow: 0 1px 0 rgba(255,255,255, 1);
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
    background: none;
    border: none;
    color: #666;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}


/* dropdown */
#nav li:hover > ul {
    display: block;
}

/* level 2 list */
#nav ul {
    display: none;
    z-index: 200;

    margin: 0;
    padding: 0;
    width: 160px;
    position: absolute;
    top: 24px;
    left: 0;
    background: #ddd url(img/gradient.png) repeat-x 0 0;
    border: solid 1px #b4b4b4;
    

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    -webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
    box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
#nav ul li {
    float: none;
    margin: 0;
    padding: 0;
    z-index: 200;
}

#nav ul a {
    font-weight: normal;
    text-shadow: 0 1px 0 #fff;
    z-index: 200;
}

/* level 3+ list */
#nav ul ul {
    left: 181px;
    top: -3px;
    z-index: 200;
}


/* clearfix */
#nav:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#nav {
    display: inline-block;
} 
html[xmlns] #nav {
    display: block;
}
 
* html #nav {
    height: 1%;
}

input.rounded {
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 2px 2px 3px #666;
    -webkit-box-shadow: 2px 2px 3px #666;
    box-shadow: 2px 2px 3px #666;
    font-size: 12px;
    padding: 2px 5px;
    outline: 0;
    -webkit-appearance: none;
    background:#E0E0E0;	
}
input.rounded:focus {
    border-color: #FF9900;
    background:#F0F0F0;
}

::-webkit-input-placeholder {
    color: #707070;
}

:-moz-placeholder { /* Firefox 18- */
    color: #707070;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #707070;
}

:-ms-input-placeholder {  
   color: #707070;
}

.video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.roundedTable {
    border-radius: 5px; color: black; background-color: #dddddd; border: 1px solid #aaaaaa;
}
    
.roundedTable.table {
    width: 100%;
    border: 0px;
    padding: 4px 10px;
}

.roundedTableLight {
    border-radius: 5px; 
    color: black; 
    background-color: #f5f5f5; 
    border: 1px solid #aaaaaa;
    margin-bottom: 8mm;
}
    
.roundedTableLight.table {
    width: 100%;
    border: 0px;
    padding: 10px;
    
}


.highlight {
    transition: 0.15s;

}

span.highlight {
    cursor: pointer; 
    cursor: hand;
    padding: 5px;
    padding-bottom: 2px;
    opacity: 0.8;
    background-color: transparent;
}

span.highlight:hover {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.3);
}

td.mainMenuTd {
    vertical-align:middle;
    background-color: #444444;
    
}

td.mainMenuTd:hover {
    vertical-align:middle;
    background-color: #404040;
}

table.mainMenu {
    background-color:#555555;
    border-collapse: collapse;
    position:relative;
    width: 100%;
}

#divDemo {
    width: 100%;
    cursor: pointer;
}

@media screen and (max-width: 550px) {
    #divDemo { 
        padding-top: 8px;
        padding-bottom: 8px;
    }
}


#imgFix {
    position: relative;
}

#centering {
    border-collapse: collapse;
    padding:0 0 0 0;
    border:0 0 0 0;
}

.boxsizingBorder2 {
        -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    width: 100%;
    }

.osIcon {
    margin-right: 5px;
    height: 32px;
}