@import "header.css";
@import "footer.css";

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;				
}

a:visited {
	color: blue;
}

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: #ccb28b; 
	color: #2b2824;
	height: 50px;
	line-height: 42px;
	text-align: center;
	font-family: Tahoma;
	font-size: 20pt;
	font-weight: bold;
}

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;	
}

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

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

div.table-header {
	background: #ccb28b; 
	color: #2b2824;	
	height: 20px;
	line-height: 19px;
	text-align: center;
    border-style : solid; 
    border-width: 1px 0 0 1px;        
}

div.table-body {
	/*width: 680px;*/
	position: relative; 
	height: 630px; 
	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;    
}

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;
}
