body {
	margin: 0;
	padding: 0;
	background-color:#fff;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
  	border-color: #666;
}

table {
border-collapse:collapse;
border-spacing:0;
font-size:12px;
}

td {
	line-height: normal;
	border:none;
}

a {
	color: blue;
}


a:visited {
	color: blue;
}

a.red-link {
	color: red;
}

a.red-link:visited {
	color: red;
}

span {
	font-size: 12px;
}

h1 {
	font-family: Tahoma;
	font-size: 20pt;
	font-weight: bold;
	color:#774E15;
	margin: 0;
	padding: 0;
}

#container {
	background-color:#fcf2de;
	width:1000px;
	max-width: 1000px;
	min-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#main {
	text-align: center;
}

div.page-title {
	background-color: #ffffff;
	height: 40px;
	line-height: 30px;
	text-align: center;
	font-family: Tahoma;
	font-size: 16pt;
	font-weight: bold;
	color:#774E15;
}

div.letters-panel {
	background-color: #785119;
	height : 30px;
	line-height:30px;
	text-align : center;
	color: #fff;
}

.letters-panel a:link,
.letters-panel a:hover,
.letters-panel a:visited {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}

div.left-panel {
	float: left;
	padding: 10px 0 10px 5px;
	text-align: left;
	margin-left:auto;
	margin-right: auto;
}

div.right-panel {
	float: right;
	padding: 0px 5px 10px 5px;
	text-align: center;
	margin-left:auto;
	margin-right: auto;
}

div.center-panel {
	padding: 10px 10px 10px 10px;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
}

div.table-header {
	background-color: #7cc221;
	height: 20px;
	line-height: 19px;
	text-align: center;
	color:#7a3c0d;
    border-style : solid;
    border-width: 1px 0 0 1px;
}
div.table-header2 {
	background-color: #FFFFFF;
	height: 20px;
	line-height: 19px;
	text-align: center;
	color:#7a3c0d;
    border-style : solid;
    border-width: 1px 1px 1px 1px;
}
div.table-header3 {
	background-color: #fcf2de;
	height: 20px;
	line-height: 19px;
	text-align: center;
	color:#7a3c0d;
    border-style : solid;
    border-width: 1px 1px 1px 1px;
}

div.table-body {
	/*width: 680px;*/
	position: relative;
	height: 1000px;
	overflow: auto;
	border-bottom-style : solid;
	border-bottom-width: 1px;
}
div.table-body2 {
	/*width: 680px;*/
	position: relative;
	height: 250px;
	overflow: auto;
	border-bottom-style : solid;
	border-bottom-width: 1px;
}

div.table-row {
	line-height: 19px;
	max-height: 20px;
	height:auto !important;
	height: 20px;
	overflow: hidden;
    border-style: solid;
    border-width: 0 0 0 1px;
	font-size: 11px;
}

div.table-row-add {
	overflow: auto;
    border-style: solid;
    border-width: 0 0 0 1px;
}

div.cell {
	float: left;
	display: table-cell;
	border-style: solid;
    border-width: 0 1px 0 0;
    border-bottom-width: 1px;
	/*overflow: hidden;*/
	padding: 0 2px 0 2px;
}

div.panel {
	width: 98%;
	padding: 6px;
	text-align: justify;
}
div.right-panel2 {
	float: right;
	padding: 0px 0 10px 5px;
	text-align: left;
}

div.xauto_complete    {
     position         :absolute;
     width            :250px;
     background-color :white;
     border           :1px solid #888;
     margin           :0px;
     padding          :0px;
     white-space	  :nowrap;
}

.auto_complete {
    background:#F0F0F0 none repeat scroll 0%;
    clear:both;
    xcursor:pointer;
    xdisplay:block;
    margin:0px;
    padding:0px;
    z-index:9999;
}

.auto_complete ul {
    clear:both;
    display:block;
    list-style-type:none;
    margin:0px;
    padding:0px;
    position:absolute;
    width:100%;
}

.auto_complete li {
    background:#F0F0F0 none repeat scroll 0%;
    border-bottom:1px solid #C0C0C0;
    display:block;
    height:25px;
    list-style-type:none;
    margin:0px;
    padding:0px;
}

li.selected    {
	background-color: #ffb;
	padding: 2px 5px;
	xline-height: 16px;
}

.message {
	color: white;
	background-color: red;
	padding: 5px;
}

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	margin-left:2px;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/*
	if width will be 100% horizontal scrollbar will apear
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/*
	it is very important, if line-height not setted or setted
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

.textInput {

	width: 250px;
}


div.row-with-border {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#DBE5F1 none repeat scroll 0 0;
border-color:#0000FF;
border-style:solid;
border-width:1px 0;
padding: 10px 20px;
}

.page-title {
background-color:#FFFFFF;
color:#774E15;
font-family:Tahoma;
font-size:16pt;
font-weight:bold;
height:40px;
line-height:30px;
text-align:center;
}
.page-title {
width:1000px;
}
a:visited,a{
 color:#1071A2
}
.page-title{
   color:#60890D;
   font-family:georgia;
   font-weight:normal;
   padding:20px 0;
}
div.table-header{
  border-width:0;
  background:#61890e;
  color:#fff;
  margin-bottom:20px; 
}
.signout span{
 font-size:16px;
}
table{
 font-size:13px;
}
