﻿body 
{
	font-family: Verdana;
	font-size: 11px;
	background-color: #e8e7e7;
}

table 
{
	font-family: Verdana;
	font-size: 11px;
}

a.menu_link
{
	font-family: Verdana;
	font-size: 11px;
	color: #333399;
	text-decoration: none;
}

a.menu_link:hover
{
	font-family: Verdana;
	font-size: 11px;
    color: #d61418;
    text-decoration: underline;
}

a.link
{
	font-family: Verdana;
	font-size: 11px;
	color: #333366;
	text-decoration: none;
}

a.link:hover
{
	font-family: Verdana;
	font-size: 11px;
    color: #333399;
    text-decoration: underline;
}

.header
{
	color: #f0f8ff;
	background-color: #778899;
}

.opt_even
{
	background-color: #a5bad6;
	border-right: #a9a9a9 1px solid;
	border-top: #a9a9a9 1px solid;
	border-left: #a9a9a9 1px solid;
	border-bottom: #a9a9a9 1px solid;
}

.opt_odd
{
    background-color: #e8e7e7;
	border-right: #a9a9a9 1px solid;
	border-top: #a9a9a9 1px solid;
	border-left: #a9a9a9 1px solid;
	border-bottom: #a9a9a9 1px solid;
}

.opt_admin
{
	background-color: #eee8aa;
	border-right: #a9a9a9 1px solid;
	border-top: #a9a9a9 1px solid;
	border-left: #a9a9a9 1px solid;
	border-bottom: #a9a9a9 1px solid;
}

.row_even
{
    background-color: #a7b2bd;
}

.row_odd
{
    background-color: #dcdcdc;
}


.label
{
	font-family: Verdana;
	font-size: 11px;
}

.data_label
{
	font-family: Verdana;
	font-size: 11px;
	color: #b22222;
}
.title
{
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

.textbox
{
	font-family: Verdana;
	font-size: 11px;
}

.textbox_up
{
	font-family: Verdana;
	font-size: 11px;
	text-transform: uppercase;
}

.textbox_ro
{
	font-family: Verdana;
	font-size: 11px;
	background-color: Silver;
}

.textbox_fixed
{
	font-size: 11px;
	background-color: #ffffc0;
	color: black;
	font-family: 'Courier New';
}

.button
{
	font-family: Verdana;
	font-size: 11px;
}

.highlight
{
    font-size: 11px;
	font-family: Verdana;
	color: #b22222;
	font-weight: bold;
	margin-top: 4px;
	background-color: #ffff66;
}

.form
{
	border-right: #696969 1px solid;
	border-top: #696969 1px solid;
	border-left: #696969 1px solid;
	border-bottom: #696969 1px solid;
	background-color: #dcdcdc;
}

.data_table
{
	background-color: #a9a9a9;
}

.data_header
{
	background-color: #778899;
	color: #f0f8ff;
}

.data_crm_header
{
	background-color: #f7f3f7;
	border-bottom: #9c9a9c 1px solid;
}

.data_row
{
	background-color: #f0f8ff;
}

.data_crm_row
{
	background-color: #ffffff;
	border-bottom: #c6dfff 1px solid;
}

.data_link
{
	font-family: Verdana;
	font-size: 11px;
	color: #333399;
	text-decoration: none;
}

.empty_data
{
	background-color: White;
	color: Red;
}
.box
{
	border-right: #a9a9a9 1px solid;
	border-top: #a9a9a9 1px solid;
	border-left: #a9a9a9 1px solid;
	border-bottom: #a9a9a9 1px solid;
}
