/* 
    Document   : box
    Created on : 2012-04-20, 02:32:24
    Author     : jarek
    Description:
        Purpose of the stylesheet follows.
*/

.boxBody
{
   //text-align: center;
   font-family: Calibri;
   background-color: beige;
}

.boxTop
{
   background-color: beige;
   position: fixed;
   top: 0;
   left: 0;
   border: 0;
   margin: 0;
   padding: 0;
   width: 100%; 
   z-index: 100;
}

.boxMain 
{
   background-color: transparent;
   //margin-left: 15px;
   margin-left: auto;
   margin-right: auto;
   min-height: 700px;
   float: none;
}

.boxHeader
{
   /*background-color: #c0F0c0;*/
   width: auto;
   height: 45px;
   background-color: transparent;
}

.boxHorMenu 
{
   /*background-color: #f6f6f6;*/
   width: auto;
   height: 45px;  
   float: left;
   text-align: center;
}

.boxVerMenu 
{
   /*background-color: #fcefa1;*/
   width: 70px;
   float: right;
   padding-top: 20px;
   padding-bottom: 20px;
   position: fixed; right: 0px;
}

.boxContent 
{
   /*background-color: #ffffff;*/
   //width: 94%;
   width: 100%;
   min-height: 630px;
   float: left;
   overflow: hidden;
}

.boxStatus 
{
   /*background-color: #ff6c6c;*/
   width: auto;
   height: 0px;  
   clear: both;
}

.boxFooter
{
   /*background-color: #c189c1;*/         
   width: auto;
   height: 0px;  
   clear: both;
}     

.boxRounded
{
   -moz-border-radius: 19px;
   -khtml-border-radius: 19px;
   -webkit-border-radius: 19px;
   border-radius: 19px;
   behavior: none;
}

.boxFramed
{
   border-color: #b3bead;
   border-width: 2px;
   border-style: solid;
}