
body{
    background: lightslategray;
   // background: url("../images/bg4.jpg") repeat;    //font-family: Arial;
    //font-size: 0.8em;
}

#container,footer{
    background: #fff;
    width:85%;
    margin:0 auto;
    padding:10px;
}
#incontainer{
    width:85%;
    margin:0 auto;
    padding:10px;
    padding-top:0px;
}

.table-bordered > tbody > tr:nth-child(odd) > td,
.table-bordered > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

header{
    /*width:1060px;
    padding:10px;
    margin:0 auto 10px auto;*/
    width:80%;
    margin:0 auto;
    padding:10px;
}

#container{
    min-height:500px;
    border-radius:  0;
}

footer{
    border-radius: 0 0 5px 5px;
}

.widget{
    margin-bottom:20px;
}
.widget h2{
    margin:0 0 10px 0;
    padding:0 5px;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
}
.widget .inner{
    margin:0 10px;
}


#header{
    margin: 0 auto;
    padding: 0;
    left: 0;
    right: 0;
    width: 85%;
    height: 50px;
    /*font-family: Verdana, Geneva, sans-serif;*/
    text-shadow: 1px 1px 1px black;
    border-radius: 5px 5px 0 0 ;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
    background: rgba(0,0,0,0.25);
   /* box-shadow:
                inset 0 10px 20px rgba(255,255,255,0.25),
                inset 0 -10px 20px rgba(255,255,255,0.25),
                inset 0 -15px 30px rgba(0,0,0,0.3),
                inset 0 15px 30px rgba(0,0,0,0.3);
     */           
              
}

 #header_menu{
        margin: 0px;
        padding: 0px;
        width: auto;
    }
    #header_menu li{
        list-style: none;
        float: left;
        font-size:16px;
        padding:14px 45px;
        border-right: 1px solid rgba(0,0,0,0.1);
        background: rgba(0,0,0,0.1);
        
    }
    #header_menu li:hover{
        background: rgba(0,0,0,0.3);
    }
    #header_menu li a{
        display:block;
        color:white;
        
        //color: #cccccc;
        text-decoration: none;
    }
    #header_menu li a:hover{
        color:white;
    }
   
    
   
    #header_menu li:hover li{
        float: none;
        background: none;
        border:none;
        border-bottom: 1px solid #111111;
        padding: 12px 10px 12px 10px;
    }
    #header_menu li:hover a{
        //color: #aaaaaa;
        color: white;
    }
    #header_menu li:hover a:hover{
        color: white;
    }
    #header_menu li:hover a.headerLinks{
        font-size:14px;
        text-decoration: underline;
        color: #cc0000;
        margin-top:10px;
        margin-left:10px;
    }
    #header_menu li:hover a.headerLinks:hover{
        color: white;
        cursor:pointer;
    }
    #header_menu .right{
        float:right;
        right: 0px;
        margin-right: 2px;
        border-right:none;
        border-left:1px solid rgba(0,0,0,0.3);
   }

/* navigation */
/*
nav{
    float:left;
}

nav ul{
    margin:0;
}

nav ul li{
    display: inline;
    margin-right:10px;
}

nav ul li a{
    text-decoration: none;
    
}

nav ul li.current{
    font-weight: bold;
}

nav ul list a.last{
    border-right:0;
}
*/
/* Aside */

aside{
    width:260px;
    float: right;
    border-left:1px dashed #aaa;
    padding-left:15px;
}


/* Login */
#login li.link{
    margin-top:5px;
}


/* Footer */

footer{
    border-top: 1px dashed #ddd;
    color:#999;
}

/* Misc */
.clear{
    clear:both;
}


/*inner menu*/
/*
.inav  ul{
        padding: 0;
        list-style: none;
    }
 .inav   ul li{
        float: left;
        width: 100px;
        text-align: center;
        line-height: 21px;
    }
 .inav    ul li a{
        display: block;
        padding: 5px 10px;
        color: #333;
        background: #f2f2f2;
        text-decoration: none;
    }
 .inav    ul li a:hover{
        color: #fff;
        background: #939393;
    }
 .inav    ul li ul{
        display: none;
        
        
    }
 .inav    ul li:hover ul{
        display: block; 
    }
*/
 /*   
 .messageStackError, .messageStackWarning {
  font-family:Tahoma; font-size: 12px; background-color: #fffec9; color: #000000;
  }
.messageStackSuccess {
  font-family:Tahoma; font-size: 14px; background-color: #38e012; color: #000000;
  }   
  */
  
a { text-decoration: none !important}

h3,h2,h4{
    color: #222222;
    display: block;
    font-family: 'Kaushan Script', cursive;
    
    /*margin-bottom: 24px;*/
    /*text-align:center;*/
}
h3,h2{
    font-size: 20px;
}
h3.brand{
    margin-bottom: 34px;
    text-align:center;
}
.register_form{
    display: none;
}
#content{
    width: 800px;
    margin: auto;
    padding-top:80px;
}
#content h2{
    background: none repeat scroll 0 0 #f7f7f7;
    border: 1px solid #ccc;
    border-bottom: 1px solid #E0E0E0;
    font-size: 17px;
    padding: 12px 10px 12px 38px;
    border-radius: 4px 4px 0px 0px;
    -moz-border-radius:4px 4px 0px 0px;
    -webkit-border-radius:4px 4px 0px 0px;
    margin: 0px;
}
#form{
    padding:50px 10px 10px 37px;
    background: #fff;
    border: 1px solid #ccc;
    border-top: 1px solid #f7f7f7;
    border-radius:0px 0px 4px 4px;
    -moz-border-radius:0px 0px 4px 4px;
    -webkit-border-radius:0px 0px 4px 4px;
    margin: 0px;
    margin-bottom: 20px;
}
.required{
    color: red;
    font-size: 18px;
}

.caption h5{
    line-height: 80%;
}

