/* 
    Store Styles
*/
#tcsStore {
        line-height: 125%;
        color: #202020;
        background-color: #FFF;
	}
        
    .tcsSubHeadFont {
	font-size: 16px;
	line-height: 24px;
	margin-top: 5px;
	margin-bottom: 10px;
    }
    
/* tcsTable_Format1 - used by index actions ---------------------  */

    .tcsTable_Format1 {
        background-color: #FFF;
        border: 6px solid #DDD;
        font-size: 11px;
        color: #333;
        clear: left;
        }

    .tcsTable_Format1 th {
        padding: 4px;
        border-right: 1px solid #CCC;
        font-weight: bold;
	}

    .tcsTable_Format1 td {
	padding: 4px;
        vertical-align: top;
        border-top: 1px solid #CCC;
        border-right: 1px solid #CCC;
	}

    .tcsInputForm Table {
        font-size: 11px;
        line-height: 150%;
        color: #333;
    }

    .tcsInputForm_LeftCol {
        text-align: right;
        vertical-align: middle;
        padding: 4px;
    }

    .tcsInputForm td {
        padding: 4px;
    }

    .btn {
        margin: 6px 0px 6px 0px;
        font-size: 0.5em;
    }

    .btn, .btn.btn-sm { font-family: sans-serif;
        margin: 6px 0px 6px 0px;
        font-size: 0.9em !important;
    }