#statusbar	{
		position: fixed;
		bottom: 0px;
		width: 938px;
		height: 22px;
		display: none;
		background: url('/custom/statusbar/statusbar_background.gif') repeat-x;
		border: solid;
		border-width: 1px 1px 1px 1px;
		border-color: #DDDDDD #C5C5C5 #C5C5C5 #DDDDDD;
		z-index: 100000;
		}
		
#pm_status	{
		position: relative;
		float: left;
		padding:  4px;
		width: 245px;
		height: 14px;
		text-align: center;
		border: solid;
		border-width: 0px 1px 0px 0px;
		border-color: #E3E3E3;
		z-index: 110001;
		}
		
.pm_id_status	{
		position: fixed;
		display: none;
		margin-left: -5px;
		width: 253px;
		height: 110px;
		bottom: 24px;
		border: solid;
		border-width: 1px 1px 0px 1px;
		border-color: #C5C5C5;
		background-color: #FFFFFF;
		z-index: 110000;
		}
		
#memo_status	{
		position: relative;
		float: left;
		padding:  4px;
		width: 244px;
		height: 14px;
		text-align: center;
		border: solid;
		border-width: 0px 1px 0px 1px;
		border-color: #FFFFFF #E3E3E3 #FFFFFF #FEFEFE;
		}
		
.memo_id_status	{
		position: fixed;
		display: none;
		margin-left: -5px;
		width: 253px;
		height: 100px;
		bottom: 24px;
		border: solid;
		border-width: 1px 1px 0px 1px;
		border-color: #C5C5C5;
		background-color: #FFFFFF;
		z-index: 20;
		}
		
.statusheader	{
		height: 18px;
		padding-top: 4px;
		background: url('/custom/statusbar/statusbar_background.gif') repeat-x;
		border: solid;
		border-color: #C5C5C5;
		border-width: 0px 0px 1px 0px;
		margin-bottom: 4px;
		}
		
.status_prev	{
		position: relative;
		float: left;
		clear: left;
		width: 33%;
		text-indent: 4px;
		text-align: left;
		}
		
.status_next	{
		position: relative;
		float: left;
		width: 33%;
		text-indent: 4px;
		text-align: right;
		direction: rtl;
		}
		
.status_close	{
		position: relative;
		float: left;
		width: 34%;
		text-align: center;
		}

.statustitle	{
		font-size: 13px;
		font-weight: bold;
		}

.statussmalltext {
		font-size: 10px;
		}

.statustext	{
		margin-top: 5px;
		margin-bottom: 5px;
		text-align: center;
		}
		
.statuslinktextl {
		text-align: left;
		margin-left: 5px;
		position: relative;
		float: left;
		}

.statuslinktext {
		text-align: right;
		margin-right: 5px;
		position: relative;
		float: right;
		}

.statuslink	{
		text-decoration: none;
		}
	
		/* BORDER-SPLITTER LIGHT FEFEFE / DARK E3E3E3 / DARK LEFT - LIGHT RIGHT*/