﻿body 
{ 
	font-family: Arial;
	font-size: 11px;
}

.div_toolbar
{
    border-top-color: #808080;
    border-top-style: solid;
    border-top-width: thin;
    border-bottom-color: #808080;
    border-bottom-style: solid;
    border-bottom-width: thin;
    padding: 5px; 
    margin: 5px;
    font-weight: bold; 
}


.div_table
{
	display: table;
}

.div_tablerow
{
	display: table-row;
}

.div_tablecellhdr
{
    display: table-cell;
    border: thin solid #666666;
    background-color: #000000; 
    font-weight: bold; 
    color: #FFFFFF;
    padding: 10px;
}

.div_tablecell
{
    display: table-cell;
    border: thin solid #666666;
    padding: 10px;
}

.div_tablecellnoborder
{
    display: table-cell;
    padding: 10px;
}

.div_tablemenucell
{
    display: table-cell;
    border-right-style: solid; 
    border-right-width: thin; 
    border-right-color: #808080; 
    padding: 5px; 
    margin: 5px; 
}

.content_hdr
{
    border: thin solid #000000;
    background-color: #000000; 
    font-weight: bold; 
    color: #FFFFFF;
}

.content
{
	border: thin solid #000000;
}

.content_pad
{ 
	background-color: White;
	border: solid 1pt #333333;
	padding: 10px;
}

.button 
{
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 11px; 
    font-weight: bold; 
    color: #FFFFFF; 
    background-color: #808080
}

.button_save
{ 
	background-image: url(../graphics/btn_save.jpg); 
	background-color: black; 
	background-repeat: no-repeat; 
	width: 20px;
	height: 20px;
}

.button_delete
{ 
	background-image: url(../graphics/btn_delete.jpg); 
	background-color: black; 
	background-repeat: no-repeat; 
	cursor: hand; 
	width: 20px;
	height: 20px;
}

.list
{
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 11px;
}

.label
{
	font-family: Arial; 
	font-weight: bold; 
	font-size: 11px;
}

.label_lt
{
	font-family: Arial; 
	font-size: 11px;
	color: #999999;
}

.link
{ 
    color: #900; 
    font-family: Arial; 
    font-size: 11px; 
    font-weight: bold; 
}


.text_box
{
	font-family: Arial; 
	font-size: 11px;
}

.dgrid
{
	font-family: Arial;
	font-size: 11px;
}

.dgrid_hdr
{
	font-size: 11px;
	font-weight: bold; 
	background-color: #666666;
	color: #f3f3f3;
}

.dgrid_row
{
	border-right: #000000 10px solid;
	border-top: #000000 10px solid;
	border-left: #000000 10px solid;
	border-bottom: #000000 10px solid;
	background-color: #ffffff;
}

.dgrid_alt
{
	font-family: Arial;
	font-size: 11px;
	background-color: #cccccc;
}

.dgrid_edit
{
	background-color: #efe3b9;
}

.dgrid_footer
{
	background-color: #efe3b9;
}

.scroll_box 
{
	OVERFLOW: auto; 
	SCROLLBAR-FACE-COLOR: #778899; 
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
	SCROLLBAR-SHADOW-COLOR: #000000; 
	SCROLLBAR-ARROW-COLOR: #f5f5f5; 
	SCROLLBAR-TRACK-COLOR: #dcdcdc; 
	SCROLLBAR-DARKSHADOW-COLOR: #000080; 
	SCROLLBAR-BASE-COLOR: #000000;
	border-top-style: solid;
	border-top-color: #778899;
	border-top-width: thin;
	border-left-style: solid;
	border-left-color: #778899;
	border-left-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #778899;
	border-bottom-width: thin;
	border-right-style: solid;
	border-right-color: #778899;
	border-right-width: thin;
}