body
{
    color: black;
    background: white;
    font-family: verdana, Arial, Sans-Serif;
    font-size: 10px;
    text-align: center;
}
/*
MARGINS
*/
.panel
{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 0;    
}
/*
TABLES
*/
tbody
{
    font-family: verdana, Arial, Sans-Serif;
    font-size: 10px;
    padding: 0;
    vertical-align: middle;
}
table.main
{
    font-family: verdana, Arial, Sans-Serif;
    font-size: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    width: 780px;
    padding: 0;
    vertical-align: top;
}
form
{
    padding: 0;
    margin: 0;
}
/* header box with yellow color*/
table.hdrbox_1
{
    font-family: verdana, Arial, Sans-Serif;
    font-size: 10px;
    width: 100%;
    height: 20px;
    text-align: center;
    background-color: #e0e0e0;
    padding: 0;
}
/*
EDIT BOXES
*/
.eb
{
    vertical-align: middle;
    height: 20px;
    font-family: verdana, Arial, Sans-Serif;
    font-size: 10px;
    margin: 1px;
}
.eb_lucida
{
    vertical-align: middle;
    font-size: 8pt;        
    font-family: "Lucida console";
    margin: 1px;
}

/*
WIDTH
*/
.w20  {width: 20px;}
.w30  {width: 30px;}
.w40  {width: 40px;}
.w50  {width: 50px;}
.w70  {width: 70px;}
.w80  {width: 80px;}
.w90  {width: 90px;}
.w100 {width: 100px;}
.w150 {width: 150px;}
.w200 {width: 200px;}
.w250 {width: 250px;}
.w300 {width: 300px;}
.w350 {width: 350px;}
.w400 {width: 400px;}
.w500 {width: 500px;}
.w550 {width: 550px;}
/*
HEIGHT
*/
.h20  {height: 20px;}
.h50  {height: 50px;}
.h60  {height: 60px;}
/*
ALIGN
*/
.algn_l { text-align: left; }
.algn_c { text-align: center; }
.algn_r { text-align: right; }
/*
COLORS
*/
.bg_col_1 {background: #e0e0e0;} /* ligh gray */
.bg_col_2 {background: #ffffc0;} /* light yellow */
.bg_col_3 {background: #B0E0E6;} /* PowderBlue */
.bg_col_4 {background: #DCDCDC;} /* Gainsboro) */
.bg_col_5 {background: #CDCDCD;}
.bg_col_6 {background: #FFE0C0;}
.col_1    {color: #c00000;}

/*
LINKS
*/
a:link
{
    color: #ffffff;
    text-decoration: none;
}
a:visited
{
    color: #ffffff;
    text-decoration: none;
}
a:hover
{
    color: #ffffff;
    text-decoration: underline;
}
/*
BUTTONS
*/
.btn1
{
    color: #e0e0e0;
    background-color: #006699;
    font-family: verdana, Arial, Sans-Serif;
    font-size: 10px;
    height: 20px;
    vertical-align: middle;
}
.btn2
{
    color: #e0e0e0;
    background-color: #B22222;
    font-family: verdana, Arial, Sans-Serif;
    font-size: 10px;    
    vertical-align: middle;
}
.btn3
{
    border-right: #808080 1px solid;
    border-top: #808080 1px solid;
    border-left: #808080 1px solid;
    border-bottom: #808080 1px solid;
}

/*
DATAGRID
*/
.dgs
{
    height: 20px;
    vertical-align: middle;    
}

.dgs td
{
    border-color: #CCCCCC;
}

.statusbar
{
    font-weight: bold;
    color: Red;
}
/*
SEPARATORS
*/
.sep_v
{
    background: url(      'images/sepv.gif' ) repeat-y;
    width: 1px;
}
.sep_h
{
    background: url(      'images/seph.gif' ) repeat-x;
    height: 10px;
}
/*
FONTS
*/
.font1
{
    font-family: verdana, Arial, Sans-Serif;
    font-size: 10px;
}

