#p13-page-centering
{
	position: relative;
	top:0;
	width:1024px;
	height:auto;
	
	margin-left:auto;
	margin-right:auto;	
}

#p13-page
{	
	/*border: 1px solid green;*/	
	background-repeat: repeat-x;
	background-position: top left;	
	
	float:left;

	position: relative;
	top:0;
	width:1024px;
	height:auto;
	
	margin-left:auto;
	margin-right:auto;	
}

#p13_box
{
	background-image: url(../../image/public/splitter5x5.png);
	background-position: 225px 0px;
	background-repeat: repeat-y;

	background-color:#ffffff;
	float:left;
}

#p13-topbar
{	
	/*background-color:#C6E2E6;*/
	background-color:#ffffff;

	position: relative;
	padding-top:0px;
	padding-bottom:0px;
	left:0px;
	width:1024px;
	height:97px;
	/*border-bottom:1px solid #1B8B9D;*/
}


#p13-left-nav
{
	position: relative;
	
	float:left;	
	
	/*border:1px solid green;
	width: 232px;*/
	width: 225px;
	
	background-color:#ffffff;
	display: block;
}

#p13-content-page
{	
	
	top:0px;
	left:0px;
	width:794px;
	
	border:0;
	margin:0;	
	padding:0;	
	
	float:left;
	/*border: 1px solid blue;*/
	background-color: #ffffff;
}

#p13-content
{	
	position: relative;
	background-color: #FFFFFF;
	top:0;	
	width:776px;
	height:auto;	
	float:left;
	
	/*padding:0px;	*/
	margin: 0px;
	
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 7px;
	
	/*border: 1px solid red;*/
	
	/*z-index:98;	*/
}

.help-icon
{
	position: absolute;

	right: -21px;
	top: 3px;

	width: 50px;
	height: 50px;
}

/*
.help-icon img
{
	width: 26px;
	height: 26px;
}
*/
#login-page
{	
	
	background-position: 190px 57px;
	background-repeat: no-repeat;
	
	position:realitve;
	
	width:900px;
	height: 1000px;
	
	margin:0px;
	padding:0px;
	/*float:left;*/
}

#p13-error-bar
{
	position: relative;
	top: 0px;
	left: 0px;
	height:auto;
	width: 95%;
	margin:auto;
	
	background-color: #FF9999;
	
	border-top: 2px solid #aa0000;	
	border-left: 2px solid #aa0000;	
	border-right: 2px solid #aa0000;	
	border-bottom: 2px solid #aa0000;
	
	padding-left: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	
	color: #aa0000;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration:none;	
}

#p13-info-bar
{
	position: relative;
	top: 0px;
	left: 0px;
	height:auto;
	width: 95%;
	margin:auto;
	
	background-color: #99FF99;
	
	border-top: 2px solid #008800;	
	border-left: 2px solid #008800;	
	border-right: 2px solid #008800;	
	border-bottom: 2px solid #008800;
	
	padding-left: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	
	color: #008800;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration:none;	
}