@CHARSET "windows-1256";

body 
	{
		margin: 0;
		padding: 0;
		background: url('../img/bg.gif');
		font-family: Arial;
	}
.pageTop
	{
		float: left;
		height: 12px;
		width: 100%;
		background: #efefef;
		display: block;
	}
.page
	{
		width: 1080px;
		margin: 0 auto;
		min-height: 600px;
		overflow: hidden;
	}
.footer 
	{
		clear: both;
	  	width: 100%;
		background: #f2f2f2;
		height: 40px;
	}

.copyright
	{
		height: 24px;
		text-align: center;
		margin-top: 70px;
		font-size: 12px;
		padding-top: 10px;
	}
.dataPage
	{
		float: left;
		width: 1080px;
		height: 100%;
	}
.tablePath
	{
		float: left;
		width: 280px;
		margin-right: 20px;
		font-size: 14px;
		margin-top: 70px;
		height: 100%;
	}

.tablePath1 , .tablePath2 , .tablePath3 , .tablePath4 , .tablePath5, .tablePath6
	{
		padding: 10px;
		cursor: pointer;
		list-style-type: none;
		border-bottom: 1px dashed #dfdfdf;
	}
.tablePath1 a, .tablePath2 a, .tablePath3 a, .tablePath4 a, .tablePath5 a, .tablePath6 a
	{
		font: bold 12px Arial, sans-serif;
		padding: 8px 0 8px 19px;
		display: block;
		color: #333;
		text-decoration: none;
	}
#tablePath1 
	{
		float: left;
		margin-top: 50px;
		width: 780px;
	}
.profileTop
	{
		float: left;
		width: 440px;
		margin-top: 20px;
	}
.profileImg
	{
		float: right;
	}
.content
	{
		float: left;
		margin-top: 20px;
		font-size: 15px;
	}
li
	{
		margin-top: 10px;
	}
table
	{
		border-collapse:collapse;
	}
table, th, td
	{
		border: 1px solid #000;
		padding: 5px;
	}
