
.bordered-table td {
	border: solid 1px black;
	font-size: 12px;
}

.bordered-table th {
	border: solid 2px black;
}

.menu-item-link {
 color: black;
 text-decoration: none;
}

.menu-item-link:hover{
 color: rgb(170,170,170);
}

.left-pic {
 width: 144px;
 border: solid 7px rgb(225,229,209); 
}

.main-cell {
 border: solid 3px white;
}

.left-main-table {
	width: 160px;
}

.left-menu-item-mark {
 overflow: hidden;
 position: overflow; 
 visibility: visible;   
 height: 10px;
 width: 10px; 
 background-color: rgb(208,220,156);  
 border: solid 1px rgb(230,232,168);
}

.left-menu-item {
 background-color: rgb(204,219,138); 
}

.left-menu-item-link {
 font-size: 11px;
 font-family: Arial;
 color: black;
 font-weight: bold;
 text-decoration: none;
 cursor: pointer;
}

.left-menu-item-link:hover {
 color: white;
}

.left-menu-item-link-child {
 font-size: 11px;
 font-family: Arial;
 color: #020255;
 font-weight: bold;
 text-decoration: none;
 cursor: pointer;
}

.left-menu-table-cell {
 background-color: rgb(80, 120, 40);
 padding-left: 2px;
 padding-right: 2px;
 padding-bottom: 1px;
 padding-top: 1px;
}

.left-menu-item-mark-cell {
 padding-left: 5px;
 padding-right: 5px;
 padding-bottom: 8px;
 padding-top: 8px;
 width: 10px;
}

.left-menu-item-mark-cell-child {
 padding-left: 20px;
 padding-right: 5px;
 padding-bottom: 8px;
 padding-top: 8px;
 width: 10px;
}

.left-menu-item-mark-cell-child-ar {
 padding-left: 5px;
 padding-right: 20px;
 padding-bottom: 8px;
 padding-top: 8px;
 width: 10px;
}

.white-border {
 border: solid 3px white;
}

.left-menu-row {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 2px;
}

.left-menu-row-table {
 background-color: rgb(225,229,209);
 width: 100%;
}

.right-menu-header {
 text-align: center; 
 font-family: Arial;
 font-size: 13px;
 font-weight: bold;
 color: rgb(66, 94, 35);
 padding-bottom: 5px;
 padding-top: 5px;
 border-bottom: solid 1px rgb(66, 94, 35);
}

.right-main-table {
 background-color: rgb(225,229,209);
 height: 100px;
 width: 150px;
}

.right-menu-item-mark-cell {
 padding-left: 5px;
 padding-right: 5px;
 padding-bottom: 3px;
 padding-top: 5px;
 width: 10px;
}

.right-menu-item-mark {
 overflow: hidden;
 position: overflow; 
 visibility: visible;   
 height: 10px;
 width: 10px; 
 background-color: rgb(192,214,103); 
 border: solid 1px rgb(150,150,150);
}

.right-menu-item-link {
 font-size: 11px;
 font-family: Arial;
 color: black;
 text-decoration: none;
 cursor: pointer;
}

.empty-link {
 font-size: 11px;
 font-family: Arial;
 color: black;
}

.right-menu-item-link:hover {
 color: white;
} 

.left-menu-item-link::active {
 color: red;
} 

.right-menu-item {
 padding-top: 3px;
 padding-bottom: 3px;
}

.right-menu-border {
 border: solid 1px rgb(66, 94, 35);
 border-bottom-width: 0px;
}

.header-bar {
 background-color: rgb(225,229,209);
 width: 100%;
}

.header-title {
 font-family: Arial;
 font-size: 12px; 
 font-weight: bold;
}

.header-title-link {
 text-decoration: none;
 color: black;
}

.header-title-link:hover {
 color: rgb(100,110,100);
}

.header-title-cell {
 padding-left: 5px; 
 padding-right: 5px; 
 padding-top: 3px; 
 padding-bottom: 3px;
}

.header-cat {
 font-family: Arial;
 font-size: 11px;
 font-weight: bold;
 color: red;
}

.text-body {
 width: 100%;
 height: 100%;
 vertical-align: top;
 padding: 2px;
 font-family: Arial;
 font-size: 13px;
 background-color: rgb(250,251,243);
 font-style: justify; 
 border-bottom: solid 2px rgb(231,239,200);
 border-right: solid 2px rgb(231,239,200);
 border-left: solid 2px rgb(231,239,200);
}

#text-body {
	height: 100%;
	padding-left: 2px;
	padding-right: 2px;
	scrollbar-arrow-color: black; 
    scrollbar-base-color: #FFFCEC; 
    scrollbar-face-color: rgb(235,240,208);
}

.site-name {
	text-align: center;
	font-family: Arial;
    font-size: 12px;
	font-weight: bold;
	color: rgb(66, 94, 35);
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 5px;
	border-left: solid 1px rgb(80, 120, 40);
	border-right: solid 1px rgb(80, 120, 40);
}

.show-all-cell {
	text-align: right;
	font-family: Arial;
    font-size: 11px;
	font-weight: bold;
	font-style: italic;
}

.show-all-cell-ar {
	text-align: left;
	font-family: Arial;
    font-size: 11px;
	font-weight: bold;
	font-style: italic;
}

.show-all-link {
    text-decoration: none;
	color: black;
}

.head-info-table {
	font-weight: bold;
	font-size: 12px;
	font-family: Arial;
	border: solid 1px rgb(204,219,138);
}

.head-info-table td {
	padding: 5px;
	border: solid 1px rgb(204,219,138);
}

.employee-name {
	text-decoration: none;
	color: black;
}

.employee-name:hover{
	font-weight: bold;
	color: rgb(120,130,180);
}

.gradiant-left{
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#FAFBF3', startColorstr='#507828', gradientType='0');
}

.gradiant-right {
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#FAFBF3', startColorstr='#507828', gradientType='0');
	background-color: #FAFBF3;
}

.site-index-href {
	text-decoration: none; 
	font-family: arial; 
	font-size: 14px; 
	color: green;
}

.site-index-href:hover {
	text-decoration: underline;
}

.resp_stmt {
	font-family: arial;
	font-size: 11px;
	color: green;
	padding-left: 3px;
	padding-right: 3px;
}
