﻿/* CSS Document */

body 
{
	background-color: #F0F1EC;
	background-image:url('templates/images/bg.gif');
	 font-family:Tahoma;
	 font-size:12px;
	 font-weight:bold
	 }



div.menue {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-left: 5px;
	width: 100%;
	height: 100%;
}

div.body {
	width: 100%;
	height: 100%;

}

div.main {
	height: 100%;
	width: 100%;
}

div.link
{
	background-color: #AAECFA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	height: 30px;
	padding-top: 5px;
	color: #01616B;
  text-decoration:none
	
}





div.link_on
{
	background-color: #DFF8FD;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-family: Tahoma;
	font-size: 12px;
	height: 30px;
	padding-top: 5px;
	color: #0195A5;
	text-decoration: none;
 cursor:pointer}








div.link_head
{
	background-color: #003399;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-family:Tahoma;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}

.lable
{
	width: 100%;
	height: 100%;
	background-color: #AFC974;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #000000;
}

.emp_name
{
	background-color: #3A7076;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-family: Tahoma;
	font-size: 18px;
	font-weight: 500;
	text-align: right;
	color: #FFFFFF;
	padding-bottom:1px

}

.text
{
	width: 100%;
	height: 100%;
	background-color: #DAE6BD;
	font-family: Tahoma;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	color: #000000;
}
.head_t 
{
	width: 100%;
	height: 30px;
	background-color: #E8B333;
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color: #000000;
	border: 0px;
}

.subhead_t 
{
	width: 100%;
	height: 30;
	background-color: #F2D38C;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	display: table-cell;
	text-align: right;
	vertical-align: middle;
	color: #01616B;
}
