﻿.css_help_namespace
{
    font-family:Courier New;
}

table.css_help 
{
    width: 100%;
    text-align:left;   
    border-style:solid;
    border-width:1px; 
}


/* head */
table.css_help  thead tr th 
{

    background-color:#e4e4e4;
    text-align:left;
    padding: 8px;
}

.css_first_col
{
    width: 20%; 
}

table.css_help  tbody tr td 
{
    border-style:solid;
    border-width:1px; 
    border-color:#e4e4e4;
    padding: 8px;
}

.css_code
{
    padding: 7pt;
 	font: Courier New, Courier, mono;
 	background-color:#E8E8E8;
 	display: block;
}


.css_code2
{
    padding: 7pt;
 	font: Courier New, Courier, mono;
 	background-color:#E8E8E8;
 	display: block;
}

