body
{
font: "Trebuchet MS", Verdana, sans-serif;
background-image: url('subtle_zebra_org.png');
background-repeat: true;
color: #696969;
}

div.small
{
    font: "Trebuchet MS", Verdana, sans-serif;
    background-color: #000000;
    color: #696969;
}

#logo
{
width: 100%;
}

#main
{
padding: 15px;
background-color: #ffffff;
border-radius: 15px 15px 15px 15px;
border: solid 1px #980000;
width: 250px;
margin: auto;
}

ul.horizontal
{
margin:0;
padding:0;
}

ul.horizontal li
{
display: block;
float: left;
padding: 10px;
}

ul.primary
{
    padding: 0px;
    list-style-type: none;
    color: black;
    width: auto;
    margin: auto;
    text-align: left;
}

ul.primary li a
{
    border:1px solid #980000;
    border-bottom:none;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    float: center;
    display: block;
    color: black;
}
ul.primary li.firstItem a
{
    border-top:1px solid #980000;
    border-radius: 8px 8px 0px 0px;
}

ul.primary li.lastItem a
{
    border-bottom:1px solid #980000;
    border-radius: 0px 0px 8px 8px;
}

ul.primary li a
{
    padding: 0 20px;
    color:black;
    text-align: center;
    text-decoration:none;
    display: block;
    float: center;
    font: bold 26px Arial;
    line-height: 35px;
}

ul.primary li a:hover
{
    background: #980000;
    color: #fff;
}


div.email
{
    width: 100%;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

div.email a
{
    height: 35px;
    border:1px solid #980000;
    border-radius: 8px 8px 8px 8px;
    padding: 0px;
    margin: 15px 0px 15px 0px;
    color: black;
    text-align: center;
    text-decoration: none;
    display: block;
    font: bold 26px Arial;
    line-height: 35px;
}

div.email a:hover
{
    background: #980000;
    color: #fff;
}

div.nagios
{
    width: 100%;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

div.nagios a
{
    height: 35px;
    border:1px solid #980000;
    border-radius: 8px 8px 8px 8px;
    padding: 0px;
    margin: 15px 0px 15px 0px;
    color: black;
    text-align: center;
    text-decoration: none;
    display: block;
    font: bold 26px Arial;
    line-height: 35px;
}

div.nagios a:hover
{
    background: #980000;
    color: #fff;
}

ul.secondary
{
    padding: 0px;
    list-style-type: none;
    color: black;
    width: auto;
    margin: 15px 0px 0px 0px;
    text-align: left;
    
}

ul.secondary li a
{
    border:1px solid #980000;
    border-bottom:none;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    float: center;
    display: block;
    color: black;
    border-radius: 0px 0px 0px 0px;
}
ul.secondary li.firstItem a
{
    border-top:1px solid #980000;
    border-radius: 8px 8px 0px 0px;
}

ul.secondary li.lastItem a
{
    border-bottom:1px solid #980000;
    border-radius: 0px 0px 8px 8px;
}



ul.secondary li a:hover
{
    background: #980000;
    color: #fff;
}