/*HTML classes*/
a:link { color:#666666; }
a:visited { color:#666666; }
a:active { color:#666666; }
img{
	border:none;
}
body {
	padding: 0;
	margin: 0;
	text-align: center;
}
html {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
	font: normal 11px Arial,verdana,sans-serif;
}
/********************/

form {
	margin: 0;
	padding: 0;
}

/*Page centreing ids*/
#main_holder {
	position: relative;
	width: 100%;
	height: 100%;
}

#main_adjust {
	position: relative;
	height: 8%;
	width: 100%;
	/*margin-bottom: -200px;*/
}

body {
	padding-bottom: 20px;
}

#centered {
	position: relative;
	width: 760px;
	margin: auto;
}
/*******************/

/*The four containment ids for overall body structure*/
#toolbar_area{
	position: relative;
	height:74px;
}
#content_area{
	position: relative;
	
}
#projectbar_area{
	position: relative;
	height:28px;
}
#white_space_area{
	position: relative;
	height:100px;
}
/************************/

/*Main container for content*/
#content_area_container{
	text-align:left;
	position: relative;
	width:auto;
	height:auto;
	background: #D6E3EB;
}
/************************/

/**/

.system_error_simple {
	position: relative;
	border: 1px solid #888;
	background: #fff url(/i/gl/small_ball.gif)  no-repeat center left;
	color: #800;
	font: bold 13px arial,verdana,sans-serif;
	overflow: hidden;
	text-align: left;
	padding: 2px 2px 2px 45px;
	margin: 10px;
	line-height: 40px;
}

.system_error {
	position: relative;
	border: 3px solid #900;
	background: #eef;
	color: black;
	font: normal 12px arial,verdana,sans-serif;
	overflow: scroll;
}

.system_error_title {
	position: relative;
	line-height: 20px;	
	font: bold 14px arial,verdana,sans-serif;
	color: #ffe;
	background: #900;
	padding: 5px;
	text-align: center;
}

.system_error_content {
	position: relative;
	padding: 10px;
}


