body
{
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	border-width: 0px;
	font-family: Times New Roman;
	font-size: 14px;
	color: #6e7275;
	overflow: auto;
		
}

.table_head
{
	border-width: 0px;
	background-color: #ffffff;
	font-family: Times New Roman;
	font-size: 14px;
	letter-spacing: 0px;
	color: #53a2cb;
	background-image: url(../images/panorama.png);
	background-repeat: repeat-x;
	table-layout: auto;
}

.table
{
	border-width: 0px;
	background-color: #ffffff;
	font-family: Times New Roman;
	font-size: 14px;
	letter-spacing: 0px;
	color: #6e7275;	
}

.manager_table
{
	border-style: solid;
	border-width: 1px;
	background-color: #ffffff;
	border-color: #6e7275;
	width: 100%;
}

.manager_table_menu
{
	border-top-style: solid;
	border-top-width: 1px;
	background-color: #ffffff;
	border-top-color: #6e7275;
	width: 100%;
}

.manager_edit
{
	border-width: 0px;
	background-color: #ffffff;
	color: #000000;
	width: 100%;
}

.link
{
	color: #53a2cb;
	text-decoration: underline;
	
}

.link:hover
{
	
	text-decoration: none;
}

.tr
{
	font-size: 11px;
	font-family: Arial;

}
th 
{ 
  background-color: #F4F5F6;
	font-family: Times New Roman;
	font-size: 14px;
	font-weight: normal;	
	text-align: left;
}
