html {
  min-height: 100%;
  height: 100%;
  overflow-y: scroll;
}

body { 
  margin: 0px; 
  padding: 0px; 
  color: #000; 
  min-width: 992px;
  min-height: 100%;
  height: 100%;
  text-align: center; 
  font: 83%/1.4 verdana, sans-serif;
  background: #dad9d6 url(http://www.misec.net/images/bg.gif) repeat-y 50% 0; 
}

td {
  font: 10pt Verdana;
}

.product {
  font: bold 16pt Arial, Helvetica, sans-serif;
}

.producticon {
  width: 60px;
  vertical-align: top;
}

.productbuttons {
  width: 340px;
}

.trojaninfo table { border-collapse: collapse }
.trojaninfo td { border-bottom: solid 2px gray }
.trojaninfo h2 { padding-bottom: 8px }
.trojaninfo li { line-height: 190% }
.border { border-bottom: solid 2px gray }

.rounded { border-radius: 1.6em; border: solid 2px gray }

a {
  color: #3F4DD9; 
  text-decoration: none; 
}

code { font-size: 10pt }

h1 { font: bold 20px Arial, sans-serif; color: #333 }

h2 { font: bold 12pt Arial, sans-serif; color: #000; margin-top: 28px; margin-bottom: 2px }
  
#container {	
	min-width: 992px;
	min-height: 100%; 
  height: auto;
  _height: 100%; /* For IE */
  background: #dad9d6 url(http://www.misec.net/images/bg.gif) repeat-y 50% 0;
  position: relative;
  width: 994px; 
  text-align: left;
  margin: 0 auto; 
}

#inner {
  margin: 0 1px 0 1px;
  padding-bottom: 40px;
}

#logo {
  background: #215DDA;
}

#left { 
  width: 666px;
  float: left;	
}

#right {
  width: 310px; 
  float: right;
}

#footer {
  width: 964px;
  clear: both; 
  position: absolute;
  bottom: 0; 
  text-align: left;
  line-height: 145%;
  padding: 10px 14px 10px 14px;
  margin-left: 1px;    
  font-family: Verdana, sans-serif;
  font-size: 8pt;
  color: #FFF;
  filter: alpha(opacity=75);
  background-color: #676767;
  opacity: 0.75;
}

#content {
  width: 700px;
  padding: 30px;
}

.frontpagelink {
  font: bold 16pt Arial, sans-serif;
  color: #ffffff;
  border-bottom: solid 2px #ffae00;
}

.frontpagelink:hover {
  border-bottom: solid 2px #ff6161;
}


.abox {
  display: block;
  width: 270px;
  height: 40px;
  cursor: hand;
  margin-top: 15px;
  color: #000;
}

.box {
  background: #E5E5E5;
  width: 270px;
  padding: 6px;
  border: solid 1px #DDD;
}

.box:hover {
  color: #3366FF;
  background-color: #EDEDFF;
}

ul {
  list-style-type: square;
}

ol li {
  line-height: 190%;
}

.imgbox { width: 40px; height: 32px; float: left; clear: left; vertical-align: middle }

.forumtop { height: auto; width: 270px; background: #F7F7F7; float: left }

.forumtop a:hover { background: #EDEDFF; }

.wide { width: 400px; }

.narrow { width: 160px; height: auto; margin-left: auto; margin-right: auto; float: right; background: #f7f7f7; }

.date { font-size: 8pt; font-weight: bold; clear: both; color: #888; margin: 20px 0 0 0 }

#forum {
  position: absolute;
  left: 0;
  top: 100;
}

#navlist {
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  width: auto;
  clear: both;
  height: 24px;
  background: url(http://www.misec.net/images/navbg.gif) repeat-x #767676;
  text-decoration: none;
  padding-left: 24px;
}

#navlist ul 
{ 
  margin: 0; /* Removes indent IE and Opera */
  padding: 4px 0 2px 0; /* Removes indent Mozilla and NN7 */  
  list-style-type: none; /* Turns off display of bullet */
  white-space: nowrap;
  background: transparent; /* url(/images/navbg.png) top left repeat-x; */
}

#navlist li 
{ 
  margin: 0 30px 0 0; /* Padding between items */    
  display: inline; 
}

#navlist a 
{
  /*/*/
  padding: 0 14px 0 16px;
  text-align: middle;
  /* */
}

#navlist a:link, #navlist a:visited 
{
  color: #000000;
  /*/*/
  color: #EEE;
  text-decoration: none; 
  /* */
}

#navlist a:hover, #navlist a:active
{  
  /*background-color: #767676;*/
  /*padding: 3px 14px 3x 14px;*/
  padding-top: 4px;
  padding-bottom: 3px;
  border-bottom: solid 3px #C2C2C2;
}


#selected a:link, #selected a:visited, #selected a:hover
{
  background-color: #A2A2A2;
/*  padding: 3px 14px 3x 14px; */
  padding-top: 5px;
  padding-bottom: 6px;
}

#selected a:hover
{
  border-bottom: 0px;
}


.graysmall
{ font-family: Tahoma, sans-serif; font-weight: bold; font-size: 8pt; color: #AAA; }

a.graysmall:link { color: #AAA; padding-right: 10px; padding-left: 10px }

a.graysmall:visited { color: #AAA; padding-right: 10px; padding-left: 10px }

.award { margin: 30px 0 20px 0 }


/* BUTTONS */

.buttons a, .buttons button, .buttons input {
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button {
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}



