A:link      {text-decoration: none; color: #cc0000; font-weight: bold;}
A:visited  	{text-decoration: none; color: #cc0000; font-weight: bold;}
A:active  	{text-decoration: none; color: #cc0000; font-weight: bold;}

body {
	background-color: #EDF4F8;
}

#main_adjust {
	/*margin-bottom: -225px;*/
}

#inner_content {
	position: relative;
	height: 315px;
	background-color: #fff;
	overflow: auto;
	font: normal 11px Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: black;
	text-align: left;
	width: 760px;
	text-align:center
/*	padding: 20px 20px;*/
}

#inner_content .user1 {
	font: normal 11px Arial, Verdana, Geneva, Helvetica, sans-serif;
	width: 160px;
}

#top_bar {
	text-align: left;
	position: relative;
	background: #666;
	height: 28px;
	color: white;
	width: 100%;
}

#top_bar .title {
	position: absolute;
	left: 30px;
	top: 7px;
	height: 28px;
}

#top_bar .title_help {
	position: absolute;
	left: 10px;
	top: 6px;
}
.content_frame {
	padding-top:20px;
	position:relative;
	width:600px;
	margin:auto;
	text-align:left;
	font: normal 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
	color:#000;
}
.inner_content_frame{
	position: relative;
	margin: 0px 5px;
}
.title_background {
	border: 1px solid #e5e5e5;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	background-color: #e5e5e5;	
	vertical-align: middle;
}
.title_text {
	font-weight: bold;
	text-transform:uppercase;	
	position: relative;
	padding:3px 5px 2px 5px; /*top, right,bottom, left*/	
	/*	letter-spacing:0.9px;*/
}
.body_text{
	padding:0px 10px 0px 30px;
	color:#333;
}
.centered{
	padding:10px 0px;
	text-align: center;
}

#project_bar .lang {
	right: 50px;
}