body{
	margin: 0;
	margin-top: 20px;
	padding: 0;
	font-size: 1em;
	font-family: Bank Gothic BT, Arial, Verdana, sans-serif;
	color: #000;
	background: #e3e3e3;
}

a{
	color: #000;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

h3{
	margin: 0;
	padding: 0;
	color: #980027;
}

.back{
	position: absolute;
	top: 400px;
	left: 640px;
}

.button{
}

.go_back{
	border: 1px solid #000;
	background: #980027;
	color: #fff;
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
}

div.container{
	position: absolute;
	width: 767px;
	height: 590px;
	left: 50%;
	margin: 0 0 0 -383.5px;
	background: #fff;
}

div.admin_container{
	position: absolute;
	width: 767px;
	height: 620px;
	left: 50%;
	margin: 0 0 0 -383.5px;
	background: #fff;

}
div.header{
	width: 100%;
	position: absolute;
	height: 80px;
	background: #fff url(images/hr.gif) bottom left repeat-x;
}

div.top_menu{
	float: left;
}

div.top_menu ul{
	margin: 0;
	padding: 43px 0 0 0;
	list-style: none;
}

div.top_menu li{
	display: inline;
	height: 20px;
}

div.top_menu li a{
	font-size: 1.2em;
	height: 20px;
	color: #818181;
	text-decoration: none;
}

div.top_menu li a:hover{
	color: #980027;
}

div.top_logo{
	float: right;
	
}

div.top_logo img{
	width: 90px;
	
	
}

div.content{
	position: absolute;
	top: 100px;
	clear: both;
/**
	width: 747px;
**/
	width: 687px;
	height: 430px;
	padding: 10px;
	margin-right: 10px;
	padding-left: 70px;
	background: #f6f6f6;
	font-size: 0.8em;
	overflow: auto;
}

div.admin_content{
	position: absolute;
	top: 100px;
	clear: both;
/**
	width: 747px;
**/
	width: 687px;
	height: 460px;
	padding: 10px;
	margin-right: 10px;
	padding-left: 70px;
	background: #f6f6f6;
	font-size: 0.8em;
	overflow: auto;

}

div.admin_footer{
	position: absolute;
	top: 590px;
	clear: both;
	width: 745px;
	height: 25px;
	color: #a3a3a3;
	text-align: center;
	font-size: .7em;
	padding-top: 4px;
	z-index: 500;
}

div.footer{
	position: absolute;
	top: 560px;
	clear: both;
	width: 745px;
	height: 25px;
	color: #a3a3a3;
	text-align: center;
	font-size: .7em;
	padding-top: 4px;
	z-index: 500;
}	

div.personInfo{
	padding: 5px;
	float: left;
}

table.personInfo{
	margin-top: 20px;
	margin-left: 20px;
	padding: 5px 0 0 0;
}

table.personInfo td{
	font-size: 1em;
	color: #000;
	font-weight: normal;
	
}

table.overview_table{
	border: 1px solid #94001e;
	border-collapse: collapse;
}

img.thumb_img{
	cursor: pointer;
	cursor: hand;
}

tr.overview_table_header{
	background: #94001e;
	color: #ffffff;	
}

tr.overview_table_header th{
	font-size: 1em;

}

table.overview_table td{
	padding-left: 2px;
	padding-right: 2px;
	font-family: Arial, Verdana, Sans-serif;
	border: 1px solid #000000;
	font-size: 1em;
}

tr.even{
	background-color: #94001e;
	color: #fff;
}

tr.uneven{
	background-color: #ffffff;
}

h2{
	font-size: 1.2em;
	color: #818181;
	font-weight: normal;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

input.input{
	width: 400px;
}

.submit input{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	
	width: 120px;
	border: 1px solid #94001e;
	background-color: #94001e;
	color: #fff;
	
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 282px;

}

.error{
	color: #ff0000;
}

p.text{
	margin: 0;
	padding: 0;
	line-height: 2em;
}

img{
	border: 0;
}

img.new_face{
	border: 3px solid #e3e3e3;
	margin: 1px;
	padding: 0;
}

img.main_img{
	margin: 5px;
	margin-left: 60px;
}

img.logo{
	margin: 0;
	padding: 0;
	border: 0;
}

