﻿body
{
}

.Scroll
{
	scrollbar-3dlight-color: #7a808c;
	scrollbar-arrow-color: #7a808c;
	scrollbar-base-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #7a808c;
	background-color: #ffffff;
}
.headerlist
{
	background-color: #D1E3F1;
	height: 40px;
}
.odd
{
	background-color: #EDF2F6;
}
.odd2
{
	background-color: #FFFFFF;
}
.even
{
	background-color: #DAE4F0;
}

.title
{
	/*font-weight: bold;*/
	font-size: 12px;
	font-style:normal;
	font-weight:bold;
	color:#4c81b5;
	font-style:normal;
	font-family:Arial;
}
.emptyTitle
{
	font-weight: bold;
	font-size: 10pt;
	color: Red;
	font-style: normal;
	font-family: 'arial';
}
.bigTitle
{
	font-weight: bold;
	font-size: 14px;
	color:#4c81b5;
	font-style: normal;
	font-family: 'arial';
}
.button
{
	width: 103px;
	height: 23px;
	background: url( "../images/log_b.gif" ) no-repeat;
	color: #12128c;
	font-weight: bold;
	border: none;
	cursor: hand;
}

.smallButton
{
	width: 40px;
	height: 23px;
	background: url( "../images/log_b1.gif" ) no-repeat;
	color: #12128c;
	font-weight: bold;
	border: none;
	cursor: hand;
}
.bigButton
{
	width: 128px;
	height: 23px;
	background: url( "../images/log_b.gif" ) no-repeat;
	color: #12128c;
	font-weight: bold;
	border: none;
}
.divContent
{
	 overflow-y:auto;
	 height: 200px; 
	 width: 95%; 
	 border: solid 1px #00009C;
}

input.flat,
select.flat
{
	font-family:Arial;
	font-size:12px;
	color:#333333;
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-color:#6D90B0;
}

flat1
{
	border: 0px solid red;
}
table.simple {
	border-width: 0px;
	border-style: groove;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
}
table.tableInput
{
	position:relative;
	margin-left:200px;
	
}
td.tableInput
{
	background-color:Black;
}

abcdef
{
	position:relative;
	margin-left:200px;
}



input.focused {
	background-color:#ffffcc;
	font-family:Arial;
	font-size:12px;
	color:#333333;	
	border-width:1px;
	
}
input.notfocused {
	background-color:#ffffff;
	font-family:Arial;
	font-size:12px;
	color:#333333;	
	border-style:solid;
	border-width:1px;
	border-color:#6D90B0;
}
focused {
	background-color:#ffffcc;
	font-family:Arial;
	font-size:12px;
	color:#333333;	
	border-width:1px;
	
}
notfocused {
	background-color:#ffffff;
	font-family:Arial;
	font-size:12px;
	color:#333333;	
	border-style:solid;
	border-width:1px;
	border-color:#6D90B0;
}
