﻿
/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

.legend {
    /*display: none;*/
    background-color:#024490;
    color:#ffffff;
    padding:4px 0px 4px 8px;
    margin-bottom:10px;
    font-size: 18px;
    text-align:center;
}
 
.legend_footer {    
    background:#9cf;
    color:#000;
    padding:4px 0px 4px 8px;
    margin-bottom:10px;
    font-size: 14px;
    text-align:center;
    border:2px solid #024490;
    font-weight:bold;
}  
.box_footer
{
    margin-left:20px;
    margin-right:20px;
    margin-bottom:20px;
}  
  
.box
{
    /*float: left;*/
    margin-top: 15px;
    margin-right:15px;
    /*margin-left: 15px;
	margin-right:15px;
	padding-bottom:15px;
	width:300px;*/
    border:1px solid #024490;
    overflow:hidden;
}

.menu_box
{
    border:1px solid #024490;
    overflow:hidden; 
    width: 200px;
    margin-right: 10px; 
    height:300px;
}
.boxContent
{
    padding:0px 10px 10px 10px;
}

.boxContent input[type="checkbox"]
{
    padding-right:5px;
    margin-right:5px;
}

.boxContent table tr
{
    padding:0;
    margin:0;
}

.boxContent table tr td, .boxContent table tr th
{
    padding:0;
    margin:0;
}
/*
.boxContent .left
{
    padding-right:10px;  
}
*/

.boxContent label
{
    font-weight:normal;
}

table tr.headerBottomSpaceMed
{
    height:30px;
}

table tr.headerBottomSpaceSmall
{
    height:10px;
}
.rightSpaceSmall
{
    padding-right:30px;
}

.required {
    color:red;
    font-weight:bold;
}

.lr-small{
    width:15px;
}

/*.lr-small tr th{
    width:15px;
}

.lr-small tr td input{
    width:15px;
}*/